/*!
Theme Name: contact
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: contact
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

contact is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


/**
 * Place your custom styles here.
 */
/**
 * Place your custom styles here.
 */


@font-face {
	font-family: "GothamLight";
	src: url("fonts/GothamProLight.eot")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/GothamProLight.eot*/,
	url("fonts/Gotham-Light.otf")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/Gotham-Light.otf*/,
	url("fonts/GothamProLight.ttf")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/GothamProLight.ttf*/ format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "GothamMedium";
	src: url("fonts/GothamProMedium.eot")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/GothamProMedium.eot*/,
	url("fonts/Gotham-Medium.otf")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/Gotham-Medium.otf*/,
	url("fonts/GothamProMedium.ttf")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/GothamProMedium.ttf*/ format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "GothamBook";
	src: url("fonts/GothamProRegular.eot")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/GothamProRegular.eot*/,
	url("fonts/Gotham-Book.otf")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/Gotham-Book.otf*/,
	url("fonts/GothamProRegular.ttf")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/GothamProRegular.ttf*/ format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "GothamBold";
	src: url("fonts/GothamProBold.eot"),
	url("fonts/Gotham-Bold.otf"),
	url("fonts/GothamProBold.ttf")/*tpa=http://mediaalliance.ru/sites/all/themes/meda/fonts/GothamProBold.ttf*/ format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Georgia";
	src: url(fonts/Georgia.ttf);
}

body{
	/*font-family: "GothamLight";*/
	font-family: "Georgia";
	font-size: 16px;
	/*color:rgba(40, 40, 40, 0.8);*/
	color: #000;
}

a,a:hover,a:focus{
	color:#00bbed;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	.view-id-news_search .container {
		width: 1070px;
	}


}

@media (min-width: 1440px) {
	.container {
		width: 1360px;
	}

	.view-id-news_search .container {
		width: 1250px;
	}



}


#scrollmenu{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	z-index: 10005;
	padding: 75px 25px;
	box-shadow: inset 0px 15px 20px rgba(0, 2, 4, 0.28);
	-webkit-box-shadow: inset 0px 15px 20px rgba(0, 2, 4, 0.28);
	padding-bottom: 0;
	margin-top: -40px;
}

#scrollmenu .menu-title{
	font-size:11px;
	text-transform:uppercase;
	color:#6abbea;

}

#scrollmenu ul{
	float:none;
	margin-top: 15px;
	position: fixed;
}

#scrollmenu li{
	display: block;
	float: none;
	background: #fff;
}
#scrollmenu li a{
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	color: #3c3c3c;
	text-shadow: 0 0 0;font-size: 15px;padding: 0;padding-top: 10px;padding-bottom: 10px;max-width: 200px;}

#scrollmenu li a:hover, #scrollmenu li a:focus {
	background: transparent;
	color: #00bbed;
}
body.openmenu{
	overflow-x:hidden;
}

body.openmenu #scrollmenu{
	display:block;
}

body.openmenu .scrollcontent{
	margin-left:300px;
	overflow:hidden;
}

body.openmenu .scrollcontent>div{
	margin-left:-15px;
}

#togglemenu {
	display: block;
	width: 30px;
	height: 18px;
	position: fixed;
	top: 40px;
	left: 15px;
	outline:0 none;
	z-index: 100000;
}

#togglemenu.on{
	width: 26px;
	height: 27px;
	margin-left: 305px;
}

#togglemenu span:after,
#togglemenu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
}
#togglemenu span:after{
	top: 8px;
}
#togglemenu span {
	position: relative;
	display: block;
}

#togglemenu span,
#togglemenu span:after,
#togglemenu span:before {
	width: 100%;
	height: 2px;
	background-color: #00bbed;
	transition: all 0.3s;
	backface-visibility: hidden;

}

/* on activation */
#togglemenu.on span {
	background-color: transparent;
}
#togglemenu.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}
#togglemenu.on span:after {
	transform: rotate(-45deg) translate(6px, -6px);
}
#togglemenu.on + #menu {
	opacity: 1;
	visibility: visible;
}

.topbar{
	border-bottom:1px solid #f1f1f1;
}

.topbar .container{
	width:100%;
}

.page-operators .topbar{
	box-shadow: 0 6px 5px -3px rgba(0,89,153,0.1);
	-webkit-box-shadow: 0 6px 5px -3px rgba(0, 89, 153, 0.1);
}

.topbar .logo{
	margin: 15px 0 15px;
	display: inline-block;
	width: 1	120px;
}

.topbar .logo img{
	max-width:280px;
}

.topbar .text-right .logo{
	display:inline-block;
}

.topbar .bigname a{
	font-size:26px;
	color:#000000;
	margin-top:20px;
}

.topbar .logout-link{
	color:#0e8ec5;
	text-transform:lowercase;
}

.topbar .logout-link:nth-child(2){
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #dcdcdc;
}

#block-menu-menu-channel-menu{
	margin-right: -10px;
}

#block-menu-menu-channel-menu .menu li{
	text-align:center;
	/* position: relative; */
	padding: 13px 0;
	border-bottom:3px solid transparent;
}

#block-menu-menu-channel-menu .menu li a,
#pager-slider li a{
	display: block;
	min-height: 40px;
	margin: 5px 0;
}

#block-menu-menu-channel-menu .menu li a:hover, #block-menu-menu-channel-menu .menu li a:focus{
	background:transparent;
}
#prev,
#prev-adv{
	position:absolute;
	display: inline-block;
	top: 50%;
	height: 70px;
	width: 30px;
	left: 10px;
	background: url('img/arrleft.png') no-repeat center;
	z-index: 999;
	cursor: pointer;
}

#next,
#next-adv,
#prev,
#prev-adv {
	transform: translateY(-50%);
	opacity: .5;
}

#next:hover,
#next-adv:hover,
#prev:hover,
#prev-adv:hover {
	opacity: 1;
}

#next,
#next-adv{
	position:absolute;
	display: inline-block;
	top: 50%;
	height: 70px;
	width: 30px;
	right: 10px;
	background: url('img/arrright.png') no-repeat center;
	z-index: 999;
	cursor: pointer;
}

#prev-adv,
#next-adv {
	width: 20px;
	height: 50px;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .6;
}

#prev-adv:hover,
#next-adv:hover {
	opacity: 1;
}

#block-menu-menu-channel-menu .menu li img,
#pager-slider li img{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	max-width: 120px;
	max-height: 40px;
	-ms-interpolation-mode: bicubic;
}

#block-menu-menu-channel-menu .menu li:not(.active-trail):hover img,
#pager-slider li:not(.active-trail):hover img{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

#block-menu-menu-channel-menu .menu li.active-trail,
#pager-slider li.active-trail,
#pager-slider .activeSlide li{
	border-bottom: 3px solid #b2b6ad;
}

#block-menu-menu-channel-menu .menu li.active-trail img,
#pager-slider .activeSlide li img{
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.topbar .region-search{
	position:relative;
}

.topbar .region-navigation{
	float: right;
	margin-top: 33px;
}

.block-locale ul{margin: 0;padding: 0;list-style: none;font-size: 20px;}

.block-locale ul li{display: none;}

.block-locale ul li.active{
	display:block;
}
.block-locale ul:hover li{
	display:block;
}
#block-search-form{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:110px;
	background: rgba(0, 187, 237, 0.8);
	z-index: 100;
	display: none;
	padding: 25px 0;
}

#block-search-form input{
	border:0 none;
	border-bottom:3px solid #00bbed;
	box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
	border-radius:0;
	padding: 25px;
	width: 100%;
	float: none;
}

#block-search-form button{
	background: #fff;
	border: 0 none;
	padding: 15px;
	box-shadow: 0 0 0;
	border-radius: 0;
	border-bottom: 3px solid #00bbed;
}
#block-search-form button span{
	color:#00bbed;
}

.search_site_click{
	display:inline-block;
	width:20px;
	height:23px;
	background: url('img/search_icon.png') no-repeat;
	float: right;
	margin-top: 35px;
	margin-right: 20px;
	cursor: pointer;
}


.search_news_click{
	display:inline-block;
	width:20px;
	height:23px;
	background:url('img/search_icon.png') no-repeat;
	margin-top: 20px;
}

#news-owl .item-news{

	margin:0 5px;
}

#news-owl .item-news .inner{
	position:relative;
	overflow: hidden;
	margin-bottom: 5px;
}

#news-owl .item-news a{
	color:#000;
}

#news-owl .item-news a:hover{
	text-decoration:none;
	color:#00afdc;
}

#news-owl .item-news .title{
	font-size:13px;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
}

#news-owl .item-news .more{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;

	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	letter-spacing: 2px;
	font-size: 18px;
	padding-top: 90px;
	transform: translateY(250px);
	-webkit-transform: translateY(250px);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007ae3+0,a1dbff+100&0.78+0,0.78+100 */
	background: -moz-linear-gradient(-45deg,  rgba(0,122,227,0.78) 0%, rgba(161,219,255,0.78) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,122,227,0.78) 0%,rgba(161,219,255,0.78) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,122,227,0.78) 0%,rgba(161,219,255,0.78) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7007ae3', endColorstr='#c7a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
}

#news-owl .item-news:hover .more{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

#news-owl .owl-controls,
.premier-owl .owl-controls,
.view-id-implementation.view-display-id-block_implementation .owl-controls{
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
}

#euro-stat .logo{
	display:none;
}

#news-owl .owl-controls .owl-buttons{

}

#news-owl .owl-controls .owl-buttons>div,
.premier-owl .owl-controls .owl-buttons>div,
.view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons>div,
#euro-stat .owl-controls .owl-buttons>div{
	position: absolute;
	min-height: 250px;
	margin: 0;
	border-radius: 0;
	min-width: 150px;
}

#news-owl .owl-controls .owl-buttons .owl-prev,
.premier-owl .owl-controls .owl-buttons .owl-prev,
.view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons .owl-prev,
#euro-stat .owl-controls .owl-buttons .owl-prev{
	left: -40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+26,ffffff+100&1+26,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 26%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 26%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 26%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#euro-stat .owl-controls .owl-buttons{
	margin-top: 50px;
}

#euro-stat .owl-controls .owl-buttons .owl-prev{
	left:0;
}

#news-owl .owl-controls .owl-buttons>div:after,
.premier-owl .owl-controls .owl-buttons>div:after,
.view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons>div:after,
#euro-stat .owl-controls .owl-buttons>div:after{
	content:'';
	position:absolute;
	width:30px;
	height:70px;
	top:30%;

	z-index:100;
}

#euro-stat .owl-controls .owl-buttons>div:after{
	top:45%;
}
#news-owl .owl-controls .owl-buttons .owl-prev:after,
.premier-owl .owl-controls .owl-buttons .owl-prev:after,
.view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons .owl-prev:after,
#euro-stat .owl-controls .owl-buttons .owl-prev:after{
	left:0;
	background:url('img/arrleft.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arrleft.png*/ no-repeat;


}
#news-owl .owl-controls .owl-buttons .owl-next,
.premier-owl .owl-controls .owl-buttons .owl-next,
.view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons .owl-next,
#euro-stat .owl-controls .owl-buttons .owl-next{right: -40px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+74&1+0,0+74 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */:-webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 *//* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+74&0+0,1+74 */background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */}

#euro-stat .owl-controls .owl-buttons .owl-next{
	right:0;
}

#news-owl .owl-controls .owl-buttons .owl-next:after,
.premier-owl .owl-controls .owl-buttons .owl-next:after,
.view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons .owl-next:after,
#euro-stat .owl-controls .owl-buttons .owl-next:after{

	background:url('img/arrright.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arrright.png*/ no-repeat;

	right:0;

}

#pager-slider{
	list-style:none;
	padding: 0;
	margin: 0;
}

#slider-carousel{
	min-height: 60vh;
	margin: 0 -15px;
	overflow: hidden;
}

#slider-carousel img{
	min-height: 100%;
	margin: 0 auto;
}

#slider-carousel .item-slider{
	width:100%;
}

#slider-carousel .item-slider a{
	display: block;
	width:100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	min-height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.region-parallax{
	margin:0 -15px;
	overflow:hidden;
}

#slider-owl{padding: 0 15px;}

#slider-owl .owl-controls,
#euro-stat .owl-controls{
	position:absolute;
	width:100%;
	top:0;
	left: 0;
	margin: 0;
}

#slider-owl .owl-controls .owl-page{
	width:9%;
	padding: 15px 0 16px;
	border-bottom:3px solid transparent;
}



#pager-slider li{
	border-bottom:3px solid transparent;
	padding-bottom: 16px;
	position: relative;
}

#euro-stat .owl-controls .owl-page{
	width: 22%;
	margin: 0;
	padding: 0 20px;
}

#slider-owl .owl-controls .owl-page span,
#euro-stat .owl-controls .owl-page span{
	width:100%;
	height: 36px;
	border-radius:0;
	margin: 0;

}

#euro-stat .owl-controls .owl-page span{
	padding: 5px 0;
	height: 40px;
	display: block;
}

#euro-stat .owl-controls .owl-page:last-child{
	width: 24%;
}

#slider-owl .owl-controls .owl-page span
{

	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

#euro-stat .owl-controls .owl-page span{
	opacity: 0.2;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	background-size: contain!important;
}

#slider-owl .owl-controls .owl-page:hover span{
	opacity: 0.6;
	-webkit-filter: grayscale(0.6);
	filter: grayscale(0.6);
}

#euro-stat .owl-controls .owl-page:hover span{
	opacity: 0.6;
}

#euro-stat .owl-item{
	margin: 100px 0 30px;
}

#slider-owl .owl-controls .owl-page.active{
	border-bottom:3px solid #b2b6ad;
}

#slider-owl .owl-controls .owl-page.active span{
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);

}

#euro-stat .owl-controls .owl-page.active span{
	opacity: 1;
}

#slider-owl .item-slider{
	position:relative;
	width: 100%!important;
}

#slider-owl .about{
	position:absolute;
	top: 100px;
	left:0;
	right:0;
	color:#fff;
	font-size:20px;
	z-index: 100;
}

#slider-owl .about .title{
	font-size:60px;
	margin-bottom: 10px;
}

#slider-owl .about .anonce{
	max-width: 450px;
	line-height:22px;
	margin-bottom: 25px;
}

#slider-owl .about button{
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	background:transparent;
	display: inline-block;
	padding: 13px 40px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	position: absolute;
	bottom: -50px;
	left: 15px;
}

#slider-owl .about button:hover, #slider-owl .about button:focus{
	text-decoration:none;
	border-color:#fff;
}

.block-title, .page-portfolio h2{
	/*color:#2c2c2c;*/
	font-size:32px;
	text-align:center;
	font-weight: normal;
	margin: 40px 0 20px;
}

#block-views-premiere-block-premiere .block-title{
	margin-bottom:80px;
}

.page-portfolio h2{
	margin: 0 -15px;
	margin-bottom:100px;
	padding-top: 60px;
}

.bluetitle{
	color:#0083bc;
	font-size:25px;
	margin: 15px 0px;
}

.aboutcol{
	text-align:center;
}

.aboutcol .block-title{
	font-size:12px;
	color:#00baec;
	text-align: left;
	display: inline-block;
	text-transform:uppercase;
	border: 2px solid rgba(0, 185, 235, 0.3);
	padding: 7px 25px;
	margin: 50px 0 15px;
}

#block-views-management-block-manager .block-title{
	margin-top:100px;
}

.aboutcol p{
	/* margin: 0 auto; */
	text-align: left;
}



#block-block-2{/* background: url('../img/frontbgbot.jpg') left bottom; */font-size: 20px;padding: 50px 0 100px;background-size: cover;max-width: 900px;margin: 0 auto;}


#block-block-2 h2{
	/* text-align: left; */
	margin-bottom: 30px;
}
#block-block-3{
	background-repeat: no-repeat;
	background-position: center;
	font-size: 23px;
	color:#fff;
	position:relative;
	padding: 10px 0 120px;
	background-size: cover;
	min-height: 400px;
	overflow: hidden;
}

#block-block-3 h2{
	color:#fff;
}

.contacts-bg{
	max-height:60vh;
	overflow:hidden;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: transparent;
}


.contacts-bg img{
	width:100%;
}

#block-block-3:after{
	position:absolute;
	width:160px;
	height:85px;

	top: 100px;
	left:0;
	right:0;
	margin:0 auto;
	z-index: 100;
	display: block;
	visibility: visible;
	z-index: 1;
}

#block-block-3 p{
	max-width:800px;
	margin:0 auto;
	text-align:center;
	letter-spacing:-0.3px;
	line-height:30px;
}

#block-block-4{
	max-width:1000px;
	margin: 10px auto 0;
	text-align:center;
	font-size: 20px;
}

#block-block-8{
	color:#00baec;
	font-size: 21px;
	text-align: center;
	margin: 40px 0 0;
}

#block-block-8 .inline{
	display:inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 25px;
	margin: 20px;
	min-width: 300px;
}

#block-block-8 sub{
	display:block;
	font-size:10px;
	color:rgba(40, 40, 40, 0.8);
	font-size: 85%;
}

#block-block-8 .small{
	font-size:21px;
	float:left;
	margin-right:10px;
}

#block-block-8 .big{
	font-size: 66px;
	float: left;
	line-height: 66px;
	margin-top: -5px;
	margin-right: 5px;
}

.view-management ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.view-management ul li{
	min-height: 435px;
	margin-bottom: 25px;
	cursor: pointer;
}

.view-management ul li:hover img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.view-management li .inner{position: relative;overflow: hidden;}

.view-management li .inner .invisblock{
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(450px);
	-webkit-transform: translateY(450px);
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 25px 0;
	height: 100%;
}

.view-management li:hover .inner .invisblock{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.view-management li .inner .invisblock .text{
	font-size: 18px;
	color: #43609b;
	line-height: 22px;
	max-height: 265px;
	overflow-y: hidden;
	position: relative;
}
.small,#block-block-8 sub{
	font-size:14px;
}

.view-management li .inner .invisblock .lovetitle{
	color: #04a1d1;
	font-size: 15px;
	position: relative;
	line-height: 13px;
	position: absolute;
	bottom: 53px;
}
.view-management li .inner .invisblock .loveshow{
	font-size: 15px;
	color: #43609b;
	height: 40px;
	overflow: hidden;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	position: absolute;
	bottom: 10px;
}

.view-management .views-field-title{text-align: center;margin-top: 15px;font-size: 23px;color: #000000;line-height: 27px;}

.view-management .views-field-field-manager-otdel{
	text-align: center;
	font-size: 15px;
	color: #9c9c9c;
	margin-top: 5px;
	min-height: 45px;
}

.mission{
	/* background: url('../img/mission_bg.jpg') no-repeat center; */
	padding: 100px 0 250px;
	font-size: 20px;
	line-height: 26px;
	background-size: cover;
	margin: 0 -15px;
}
.mission p{
	max-width:800px;
	margin:0 auto;
}

.is-sticky>#slider,
.is-sticky>.channel-types{
	background: #fff;
	z-index: 100;
	box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
}

.is-sticky #channelmenu,
.is-sticky>.channel-types{
	background: #fff;
	z-index: 100;
	box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
}

.channel-types{
	list-style:none;
	padding: 27px 0px;
	margin: 0 -15px;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

.channel-types li{
	display: inline-block;
	color: #000;
	margin: 0 13px;
}

.channel-types li a{
	color: #000;
}

.channel-types li a:hover, .channel-types li a:focus,
.channel-types li a.active{
	color: #00baec;
	text-decoration: none;
}

.view-portfolio{
	margin-bottom: 120px;
}

.view-portfolio ul{
	list-style:none;
	padding:0;
	text-align:center;
}

.view-portfolio ul li{
	text-align: center;
	display:inline-block;
	max-width: 270px;
	vertical-align:top;
	margin:0 30px;
}

.view-portfolio ul .views-field-field-channel-logo{
	display:inline-block;
	vertical-align:middle;
	margin-bottom: 15px;
	width: 200px;
	height: 150px;
	position: relative;
}

.view-portfolio.view-display-id-block_sport_channel ul .views-field-field-channel-logo,
#term-5 ~ .view-portfolio ul li.views-row-first .views-field-field-channel-logo,
#term-11 ~ .view-portfolio ul li.views-row-first .views-field-field-channel-logo{
	width:250px;
	height: 70px;
}

.view-portfolio.view-display-id-block_sport_channel ul .views-field-field-channel-logo{
	height:120px;
}

#term-5 ~ .view-portfolio ul li.views-row-first .views-field-field-channel-logo,
#term-11 ~ .view-portfolio ul li.views-row-first .views-field-field-channel-logo{
	margin-top:45px;
	margin-bottom:45px;
}

.view-portfolio ul li img{
	margin: auto;
	max-width: 120px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.view-portfolio.view-display-id-block_sport_channel ul li img,
#term-5 ~ .view-portfolio ul li.views-row-first img,
#term-11 ~ .view-portfolio ul li.views-row-first img{
	max-width: 220px;
}



.view-portfolio.view-display-id-block_sport_channel ul li:nth-child(3) img{
	max-width: 220px;
}

.nonews{
	padding:50px 0;
	font-size: 18px;
	color: #545454;
}

.view-portfolio ul li .views-field-field-anonce{
	max-height: 90px;
	overflow:hidden;
	margin: 0 auto;
}

#top-news-block{
	position:relative;
	margin: 0;
	box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
}

/*#top-news-block:after{*/
	/*height: 40px;*/
	/*position: relative;*/
	/*width:100%;*/
	/*content:'';*/
	/*display: block;*/
	/*background: #f9f9f9;*/
	/*box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1);*/
	/*-webkit-box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1);*/
/*}*/

.view-news.view-id-news:not(.view-display-id-block_read_more) .views-row{
	margin:45px -15px;;
	position:relative;
}

.view-news.view-id-news:not(.view-display-id-block_read_more) .views-row:last-child{
	margin-bottom:0;
	padding-bottom:45px;
}

.view-news.view-id-news:not(.view-display-id-block_read_more)>.text-center{
	background: #f9f9f9;
	margin: 0 -15px;
	overflow: hidden;
}

.view-news.view-id-news:not(.view-display-id-block_read_more) .views-row:after{
	height: 40px;
	position: relative;
	width:100%;
	content:'';
	display: block;
	background: #f9f9f9;
	/* box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1); */
	/* -webkit-box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1); */
	margin-top:45px;
}

.view-news.view-id-news:not(.view-display-id-block_read_more) .views-row:last-child:after{
	display:none;
}

.view-news.view-id-news .pagination{
}

.pagination .pager-last,
.pagination .pager-first{
	display:none;
}

.pagination .next{margin-right:-20px;color: #d3d3d3;margin-left: 20px;}
.pagination .prev{margin-right:20px;color: #d3d3d3;margin-left: -20px;}

.pagination>a, .pagination>span{
	color: #757575;
	font-size: 20px;
	background: transparent;
	border: 0 none;
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	margin-left: -1px;
}

.pagination>.active>a, .pagination>.current, .pagination>.current>a:hover, .pagination>.current:hover, .pagination>.active>a:focus, .pagination>.current:focus,
.pagination>a:hover, .pagination>span:hover, .pagination>a:focus, .pagination>span:focus{
	background: transparent;
	border-color: transparent;
	color: #00afdc;
}
.news-teaser .image{
	padding: 0 0 0 30px;
}

.news-teaser .opis{
	min-height: 230px;
	max-height: 230px;
	overflow: hidden;
}

.news-teaser .title{
	margin-bottom:10px;
}

.news-teaser .title a,
.view-id-full_search h3 a{
	/*color:#545454;*/
	color: #000;
	font-size:26px;
	/*line-height: 30px;*/
	line-height: 1.2;
}

.news-teaser .title a:hover, .news-teaser .title a:focus,
.view-id-full_search h3 a:hover, .view-id-full_search h3 a:focus{
	text-decoration:none;
}

.view-id-full_search .views-field-field-main-image{
	float:left;
	margin-right:25px;
}

.view-id-full_search .views-row{
	overflow:hidden;
}

.news-teaser .text{
	/*color:#545454;*/
	color:#000;
}

.news-teaser .bottom{
	border-top:1px solid #f1f1f1;
	/*color:#00bbed;*/
	color:#000;
	padding-top: 10px;
}
.footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1782be+0,04a1d1+58,00afdc+100 */
	background: rgb(23,130,190); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(23,130,190,1) 0%, rgba(4,161,209,1) 58%, rgba(0,175,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(23,130,190,1) 0%,rgba(4,161,209,1) 58%,rgba(0,175,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(23,130,190,1) 0%,rgba(4,161,209,1) 58%,rgba(0,175,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1782be', endColorstr='#00afdc',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding:3px 0 20px;
	color:rgba(255, 255, 255, 0.5);
	font-size:12px;
}

.footer .popup-link{
	color:rgba(255, 255, 255, 0.5);
	text-decoration:underline;
	margin-left:15px;
}

.footer .popup-link:hover{
	text-decoration:none;
}

.node-type-channel.cnn .footer{
	background:#cd1417;
}

.node-type-channel.tlc .footer{
	background: #ff2d3a;
}

.node-type-channel.eurosport-player .footer{
	background: #151c4e;
}

.node-type-channel.boomerang .footer{
	background:#863995;
}

.node-type-channel.cartoon-network .footer{
	background:#000000;
}

.node-type-channel.-id-investigation-discovery .footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#381922+0,5e2a39+100 */
	background: #381922; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #381922 0%, #5e2a39 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #381922 0%,#5e2a39 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #381922 0%,#5e2a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381922', endColorstr='#5e2a39',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.node-type-channel.discovery-channel .footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004876+0,005a94+100 */
	background: rgb(0,72,118); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,72,118,1) 0%, rgba(0,90,148,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,72,118,1) 0%,rgba(0,90,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,72,118,1) 0%,rgba(0,90,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004876', endColorstr='#005a94',GradientType=0 ); /* IE6-9 */

}

.node-type-channel.eurosport .footer{
	background:#232348;
}

.node-type-channel.dtx .footer{
	background:#3e6e9a;
}



.node-type-channel.animal-planet .footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f9800+0,86bc06+100 */
	background: rgb(79,152,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(79,152,0,1) 0%, rgba(134,188,6,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(79,152,0,1) 0%,rgba(134,188,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(79,152,0,1) 0%,rgba(134,188,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f9800', endColorstr='#86bc06',GradientType=0 ); /* IE6-9 */

}

.node-type-channel.science .footer{

	background: #bec5ce;

}

.backtonews a{
	display:inline-block;
	background:url('img/backnews.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/backnews.png*/ no-repeat;
	width:40px;
	height:16px;
	margin: 22px 0;
}

.news-full{
	margin-top: 30px;
}

.news-full .date{
	color: #00bbed;
}

.news-full .service-links ul,
.social-links .links{
	list-style:none;
	padding:0;
	margin:30px 0;
}

.social-links .links{
	margin:10px 0;
}

.news-full .service-links ul li,
.social-links .links li{
	display:inline-block;
}

.news-full .service-links ul li a img,
.social-links .links li a img{
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}

.news-full .service-links ul li a:hover img,
.social-links .links li a:hover img{
	opacity:0.8;
}

.news-full h1{
	font-size: 33px;
	color: #545454;
	margin: 5px 0 15px;
}

.news-full .text p{
	margin-bottom: 30px;
}

.more-list-news{
	color:#545454;
	font-family: "Georgia";
	/*font-family: "GothamMedium";*/
	font-size: 13px;
	text-transform: uppercase;
	padding-top:15px;
}

.premier-owl{
	margin:0 75px;
}

.view-id-implementation.view-display-id-block_implementation{
	max-width: 1140px;
	margin:0 auto;
}

.premier-owl ul,
.premiere-operator ul{
	margin:0;
	padding:0;
	list-style:none;
}

.premier-owl ul li,
.view-id-implementation.view-display-id-block_implementation .views-row
{
	margin: 0 15px 80px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}

.premiere-operator ul li{
	margin: 0 0px 30px;

	position:relative;
}
.premiere-operator ul li:after{
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 15px;
	content:'';
	height:100%;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	z-index: -1;
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}

.premiere-operator ul li:hover:after{
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.premier-owl ul li:hover,
.view-id-implementation.view-display-id-block_implementation .views-row:hover{
	opacity:0.8;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0);
}

.premier-owl ul li .views-field-title a,
.view-id-implementation.view-display-id-block_implementation .views-row .views-field-title span,
.premiere-operator ul li .views-field-title{
	display:block;
	color:#303030;
	font-size:18px;
	padding: 20px 15px;
	height: 120px;
	overflow: hidden;
}

.premiere-operator ul li a:hover,
.premiere-operator ul li a:focus{
	text-decoration:none;
}

.premier-owl ul li .views-field-title a{
	text-align:center;
}

.premiere-operator ul li .views-field-php{
	max-width:80px;
	margin:0 auto 20px;
	height: 45px;
}

.premiere-operator ul li .views-field-php img{
	max-height: 45px;
	/* min-height: 45px; */
}

.view-id-implementation.view-display-id-block_implementation .views-row {
	position:relative;
}

.view-id-implementation.view-display-id-block_implementation .views-row .views-field-php{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.view-id-implementation.view-display-id-block_implementation .views-row .views-field-php a{
	display:block;
	width: 100%;
	height: 100%;
	color: transparent;

	position:relative;
}

.view-id-implementation.view-display-id-block_implementation .views-row .views-field-php a:after{
	background: #00adda url('img/play_icon.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/play_icon.png*/ no-repeat center;
	width:66px;
	height:66px;
	content:'';
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:20%;
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}

.view-id-implementation.view-display-id-block_implementation .views-row:hover .views-field-php a:after{
	background-color:rgba(0, 173, 218, 0.8);
}

.premier-owl ul li .views-field-title a:hover, .premier-owl ul li .views-field-title a:focus,
.premiere-operator ul li .views-field-title a:hover, .premiere-operator ul li .views-field-title a:focus{
	text-decoration:none;
}
.view-display-id-block_read_more ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size: 14px;
	text-transform: none;
	/*font-family: "GothamLight";*/
	font-family: "Georgia";
}

.view-display-id-block_read_more ul li{
	margin-top:10px;
	margin-bottom:25px;
}


.view-display-id-block_read_more ul li a .smalldate{
	font-size:11px;
	color:#00bbed;
}

.view-display-id-block_read_more ul li a .title{
	color:#545454;
}

.view-display-id-block_read_more ul li a .col-xs-6:nth-child(2){
	padding-left: 0;
}

.choose-date input.form-control{background: url('img/cal-icon.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/cal-icon.png*/ no-repeat;width: 25px;height: 25px;border: 0 none;box-shadow: 0 0 0;border-radius: 0;color: transparent;cursor: pointer;margin: 20px 0;}

.choose-date button{
	display:none;
}


.insight-top{
	text-align:center;
	background:url('img/bg/insight_bg.jpg')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/insight_bg.jpg*/ no-repeat;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 -15px;
	font-size: 22px;
	padding: 130px 0 200px;
	background-size: cover;
}

.insight-top .block-title{
	color:#fff;
}

.insight-top p{
	max-width: 600px;
	margin: 0 auto;
}

.view-insight ul{list-style: none;padding: 0;margin: 0 -15px;}
.view-insight.view-display-id-page_2 ul{
	margin-bottom:70px;
}
.view-insight.view-display-id-page_1 ul li{
	box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1);
	padding: 5px 0 0;
	margin-top: 0;
}

.insight-small .title{
	font-size:50px;
	color:#2c2c2c;
	line-height:50px;
	margin: 30px 0 30px;
}

.insight-small .text{
	font-size:21px;
	color:#282828;
	margin-bottom: 30px;
}

.insight-small .image{
	width: 100%;
	height: 100%;
	display: block;
	min-height: 405px;
	background-size: cover!important;
}

.insight-small .file:not(.file-image){
	margin-bottom:30px;
}

.insight-small .file>a{
	text-transform:uppercase;
	font-size:12px;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	letter-spacing:2px;
	display: inline-block;
	border: 2px solid #00baec;
	padding: 12px 40px 12px 40px;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
}

.pager-show-more li>a{
	text-transform:uppercase;
	font-size:12px;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	letter-spacing:2px;
	display: inline-block;
	border: 2px solid #00baec;
	padding: 12px 40px 12px 40px;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	border-radius:0;
}

.pager-show-more li>a:hover, .pager-show-more li>a:focus{
	text-decoration:none;
	background-color: rgba(0, 186, 236, 0.1);
}

.insight-small .file a:hover, .insight-small .file a:focus{
	text-decoration:none;
	background-color: rgba(0, 186, 236, 0.1);
}

.full-channel .top .col-md-8{
	line-height:0;
}

.full-channel .top .inner-video{
	position:relative;
	height: 500px;
	overflow: hidden;
	background: #000;
}

.full-channel .video-poster{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover!important;


}

.full-channel .inner-video a{
	position:absolute;
	width:100px;
	height:100px;
	background: url('img/play_icon.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/play_icon.png*/ no-repeat center;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.full-channel .top .inner-video a:hover{
	opacity:0.8;
}

.full-channel .top video{
	width: 100%;
	height: auto;
	background: #000;
}

.full-channel .top{
	color:#fff;
	font-size:22px;
	line-height:24px;
	margin: 0 -15px;
	overflow: hidden;
}

.operator-channel .top{
	color:#fff;
	font-size:22px;
	line-height:24px;
	text-align:center;
	padding:100px 0;
	margin: 0 -15px;
}

.operator-channel .top img{
	margin:0 auto;
}

.operator-channel .top .anonce{
	max-width: 500px;
	margin: 30px auto 0;
}


.full-channel .top .left-channel{
	height: 500px;
	padding: 0 0 20px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.full-channel .top .left-channel{
		padding-top: 40px;
		padding-left: 20px;
	}
}

.eurosport-player .full-channel .top .left-channel{
	padding-top: 100px;
}

.full-channel .top .logo{

	margin-bottom:30px;
}



.full-channel .top .anonce{
	max-width:70%;
}

.full-channel .gosite{margin-top: 30px;}

.full-channel .gosite a{
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	display: inline-block;
	padding: 6px 22px 8px;
	/*border: 2px solid rgba(255, 255, 255, 1);*/
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-transform:uppercase;
}

.dtx .full-channel .gosite a{
	color:#311600;
	border-color:#311600;
}

.cartoon-network .full-channel .gosite a{
	color:#000;
	border-color:#000;
}

.full-channel .gosite a:hover, .full-channel .gosite a:focus{
	text-decoration:none;
	background:rgba(255,255,255,0.2);
}

.full-channel .top .bottom{
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.full-channel .top .bottom .row>div{
	padding: 0;
	min-width: 50px;
	max-width: 50px;
}

.eurosport-player .full-channel .top .bottom .row>div{
	min-width: 150px;
	max-width: 150px;
}

.full-channel .top .bottom a{
	color:transparent;
	width:50px;
	height:40px;
	display:block;
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}

.full-channel .top .bottom a:hover{
	opacity:0.8;
}


.full-channel .bigtitle{
	margin:80px 0 20px;
	color: #2c2c2c;
	font-size: 50px;
	text-align: center;
	font-weight: normal;
}


.full-channel .middle{
	margin: 0 100px;
	font-size:20px;
}

.full-channel .middle .eusport-stat{
	margin:100px -100px 0;
}

.full-channel .statistics img{
	margin:40px auto;
}

.full-channel .middle .eusport-stat img{
	margin:0 auto;
}

.full-channel .opis{
	margin:50px 0;
}

.full-channel .opis .field-type-text-long{
	padding: 5% 10%;
	color:#fff;
	height: 100%;
}

.full-channel .opis img{
	width:100%;
}

.full-channel .opis .row{
	margin-bottom:30px;
}


.view-display-id-block_premiere {
	margin: 0 10px;
}
.footer .menu{
	margin: 10px 0;
}

.footer .menu li{
	display:inline-block;
}

.footer .menu li a{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding: 0;
	margin: 5px 7px;
	border-bottom: 1px solid transparent;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.footer .menu li a:hover, .footer .menu li a:focus{background: transparent;color: rgba(255, 255, 255, 0.9);border-color: rgba(255, 255, 255, 0.61);}
#ui-datepicker-div{
	background: #fff;
	/*font-family: "GothamLight";*/
	font-family: "Georgia";
	border: 0 none;
	border-radius: 0;
	padding: 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
}

.ui-datepicker .ui-datepicker-header{
	border-radius: 0;
	border: 0 none;
	background: transparent;
	font-weight: normal;
	font-size: 12px;
	color: #545454;
	margin: 10px 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	top: 8px;
}

.ui-datepicker .ui-datepicker-prev span{
	background:url('img/arr_sm_left.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arr_sm_left.png*/ no-repeat;

}

.ui-datepicker .ui-datepicker-next span{background: url('img/arr_sm_right.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arr_sm_right.png*/ no-repeat;}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	border-color: transparent;
	color: #3e3e3e;
	font-size: 16px;
}

.ui-datepicker table{
	font-size: 17px;
	border-color: transparent;
}

.ui-datepicker th{
	font-weight: normal;
	font-size: 14px;
	color: #d9d9d9;
	text-transform: capitalize;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	background: #f1f1f1;
	border: 1px solid #fff;
	padding: 8px 0;
}

#block-block-26 img{
	max-width:110px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: 0 none;
	background: transparent;
	color: #555555;
	text-align: center;
	font-size: 14px;
	padding: 7px 0;
}

.ui-state-default, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover{
	background: #00baec;
	color: #fff;
}

.block-simplenews{
	margin:0 -15px;
	text-align: center;
	padding: 50px 0 37px;
	background-size: cover;
}

.block-simplenews > p{
	font-size: 33px;
	color: #545454;
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.block-simplenews .simplenews-subscribe{
	max-width: 350px;
	display: inline-block;
}

.block-simplenews .simplenews-subscribe form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block-simplenews .simplenews-subscribe form .tnp-field-email label {
	display: none;
}

.block-simplenews .simplenews-subscribe form .tnp-field-privacy a {
	color: #000;
	font-weight: normal;
	vertical-align: text-bottom;
}

.block-simplenews .simplenews-subscribe form .tnp-field-privacy {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.block-simplenews .simplenews-subscribe form .tnp-field-button {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 0;
}

/*.block-simplenews .simplenews-subscribe label{*/
	/*display:none;*/
/*}*/

.block-simplenews .simplenews-subscribe .tnp-field-email{display: inline-block;vertical-align: middle;margin-bottom: 0;}

.block-simplenews .simplenews-subscribe .tnp-field-email input{
	height: 45px;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(0, 0, 0, 0.16);
	min-width: 230px;
}

.block-simplenews .simplenews-subscribe .tnp-field-button{
	margin-left: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#91d2ff+0,04bced+100 */
	background: rgb(145,210,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(145,210,255,1) 0%, rgba(4,188,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(145,210,255,1) 0%,rgba(4,188,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(145,210,255,1) 0%,rgba(4,188,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d2ff', endColorstr='#04bced',GradientType=0 ); /* IE6-9 */
	border: 0 none;
	color: transparent;
	text-shadow: 0 0 0;
	position:relative;
	border-radius: 0;
	width: 70px;
	height: 45px;
	overflow: hidden;
	text-indent: 100px;
}

.block-simplenews .simplenews-subscribe .tnp-field-button input[type=submit] {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.vkwidget{
	text-align: center;
	max-width: 250px;
	margin: 0 auto 20px;
}

.block-simplenews .simplenews-subscribe .tnp-field-button:after{
	position:absolute;
	content:'';
	background:url('img/paper-icon.png') no-repeat;
	width:25px;
	height:25px;
	left:0;
	right:0;
	margin: 0 auto;
	top: 10px;
	pointer-events: none;
}

.block-simplenews .simplenews-subscribe .tnp-lists {
	display: none;
}

.socialblock{
	background: url('img/bg/soc_block_bg.jpg') no-repeat center;
	color: rgb(255, 255, 255);
	padding: 10px 0 160px;
	font-size: 23px;
	background-size: cover;
	max-height: 400px;
	overflow: hidden;
	text-align: center;
}

.socialblock h2{
	max-width: 1000px;
	margin: 40px auto 40px;
	font-size: 50px;
	color: #fff;
	text-align: center;
}

.socialblock p{
	max-width: 900px;
	text-align: center;
	letter-spacing: -0.3px;
	line-height: 33px;
	margin: 0 auto;
}

.socblocktwo{
	font-size: 23px;
	text-align: center;
	letter-spacing: -0.3px;
	line-height: 33px;
	padding:70px 0;
	max-width:1000px;
	margin:0 auto;
	color: rgba(40, 40, 40, 0.78);
}

.page-projects .page-header{
	text-align:center;
	font-size: 50px;
	border-bottom: 0 none;
	margin-bottom: 40px;
	margin-top: 0;
}
.socpro-teaser{
	margin-bottom:30px;
}

.socpro-teaser .inner{
	padding: 15px 30px 15px 0;
}

.socpro-teaser .title{
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom:15px;
}

.socpro-teaser .text{
	font-size:20px;
	/*color: rgba(40, 40, 40, 0.81);*/
}

.socpro-teaser .prolink a{
	color:#0082bc;
	font-size:12px;
	text-transform:uppercase;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	background:url('img/right-link.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/right-link.png*/ no-repeat right center;
	padding-right:25px;
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}

.socpro-teaser .prolink a:hover, .socpro-teaser .prolink a:focus{
	padding-right:20px;
	text-decoration:none;
}

.contacts h1,
.page-node-298 h1{
	text-align:center;
	font-size:50px;
	border-bottom:0 none;
	margin:60px 0 40px;
}

.node-contact{
	text-align:center;
}

.node-contact .field-name-body{
	/*font-size:23px;*/
	font-size: 16px;
	position: relative;
	margin-bottom:30px;
	margin-top: 30px;
	padding:0 0 30px;
}

.node-contact .field-name-body:after{
	content:'';
	position:absolute;
	width:150px;
	height:2px;
	background:#e5e5e5;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0;
}

.node-contact .field-name-body p{
	margin-bottom:0;
}


.node-contact .field-name-field-company-phone,.node-contact .field-name-field-company-fax,
.node-contact .field-name-field-company-phone .field-item,.node-contact .field-name-field-company-fax .field-item{
	display:inline-block;
	margin: 0 10px 10px;
	/*color:#00a8ff;*/
	text-decoration:none;
	vertical-align: top;
}

.node-contact a{
	color:#00a8ff;
}
.node-contact .field-label-inline .field-label, .node-contact .field-label-inline .field-items{
	float:none;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	vertical-align:middle;

}

.node-contact .field-label-inline .field-label{
	/*color:#2c2c2c;*/
	vertical-align: top;
}

.node-contact .field-name-field-file{
	text-align: left;
	display: block;
	position: relative;
	margin-top: -66px;
	margin-left:25px;
}

.node-contact .field-name-field-file img, .node-contact .field-name-field-file .file-size{
	display: none;
}

.node-contact .field-name-field-file a{
	color:#00baec;
	font-size:18px;
	display:block;
	background:#fff url('img/printmap.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/printmap.png*/ no-repeat 15px 12px;
	width:190px;
	padding:10px 10px 10px 60px;
	line-height:18px;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.23);
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
	margin-bottom: 30px;
}

.node-contact .field-name-field-company-map{
	margin-top: 50px;
}

.node-contact .field-name-field-file a:hover, .node-contact .field-name-field-file a:focus{
	text-decoration:none;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.23);

}
#map{
	width:100%;
	height:475px;
	margin:70px 0;
}
.contact_block_bottom{
	/* background:url('../img/contacts_bottom_bg.jpg') no-repeat left; */
	font-size: 23px;
	color: #575757;
	padding: 120px 0;
}

.contact_block_bottom h2{
	text-align:left;
	font-size:50px;
	color:#000;
	margin-bottom:50px;
}

.contact_block_bottom a{
	color: #00a8ff;
}

.contact_block_bottom p{
	margin-bottom: 20px;
}

.tlc .top{
	background: #ff2d3a;
}

.eurosport-player .top{
	background: #151c4e;
}

.boomerang .top{
	background:#863995;
}

.dtx .top{
	background:#f5c200;
	color: #311600;
}

.science .top{
	background:#bec5ce;
}

.discovery-channel .top{
	background:#004876;
}

.eurosport .top,
.eurosport-1 .top,
.eurosport-2 .top,
.eurosport-news .top{
	background:#232348;
}

.cnn .top{
	background:#cd1417;
}

.-id-investigation-discovery .top,
.id-investigation-discovery .top{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#381922+0,5e2a39+100 */
	background: #381922; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #381922 0%, #5e2a39 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #381922 0%,#5e2a39 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #381922 0%,#5e2a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381922', endColorstr='#5e2a39',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cartoon-network .top{
	background:#ffeb01;
	color:#000;
}

.tlc .inner-video a{
	/* background-color: rgba(255, 45, 58, 0.9); */
}

.eurosport-player .inner-video a{
	/* background-color: rgba(255, 45, 58, 0.9); */
}

.cnn .inner-video a{
	/* background-color: rgba(205, 20, 23, 0.9); */
}

.boomerang .inner-video a{
	/* background-color:rgba(134,57,149,0.8); */
}


.discovery-channel .inner-video a{
	/* background-color:rgba(0, 175, 232, 0.9); */
}

.eurosport .inner-video a{
	/* background-color:rgba(35, 35, 72, 0.9); */
}


.id-xtra .inner-video a{
	/* background-color: rgba(31, 77, 188, 0.9); */
}

.discovery-science .inner-video a{
	/* background: rgba(255,171,13,0.8) url('../img/play_icon_bl.png') no-repeat center; */
}

.dtx .inner-video a{
	/* background: rgba(245, 194, 0, 0.8) url('../img/play_icon_bl.png') no-repeat center; */
}

.cartoon-network .inner-video a{
	/* background: rgba(0, 0, 0, 0.9) url('../img/play_icon_ye.png') no-repeat center; */
}

.tlc .field-name-field-desc-1{
	background:#64c799;
}

.tlc .field-name-field-desc-2{
	background:#00b8d0;
}

.eurosport-player .field-name-field-desc-1{
	background:#1b1b1b;
}

.eurosport-player .field-name-field-desc-2{
	background:#151c4e;
}

.cartoon-network .field-name-field-desc-1{
	background:#ffeb01;
	color:#000!important;
}

.cartoon-network .field-name-field-desc-2{
	background:#ff0083;
	color:rgba(255, 255, 255, 0.8) !important;
}


.boomerang .field-name-field-desc-1{
	background:#863995;
	color:rgba(255, 255, 255, 0.8) !important;
}

.boomerang .field-name-field-desc-2{
	background:#43b9e8;
	color:rgba(255, 255, 255, 0.8) !important;
}

.cnn .field-name-field-desc-1{
	background:#363636;
	color:rgba(255, 255, 255, 0.8) !important;
}

.cnn .field-name-field-desc-2{
	background:#cd1417;
	color:rgba(255, 255, 255, 0.8) !important;
}

.science .field-name-field-desc-1{

	background:#5d9cd4;


}

.science .field-name-field-desc-2{
	background:#bec5ce;
}


.discovery-channel .field-name-field-desc-1{
	background:#004876;
}

.discovery-channel .field-name-field-desc-2{
	background:#00afe8;
}

.eurosport .field-name-field-desc-1{
	background:#c4013a;
}

.eurosport .field-name-field-desc-2{
	background:#232348;
}

.-id-investigation-discovery .field-name-field-desc-1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31647a+0,4ea2c9+100 */
	background: #31647a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #31647a 0%, #4ea2c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #31647a 0%,#4ea2c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #31647a 0%,#4ea2c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31647a', endColorstr='#4ea2c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.-id-investigation-discovery .field-name-field-desc-2{
	background: #381922;
	background: -moz-linear-gradient(-45deg, #381922 0%, #5e2a39 100%);
	background: -webkit-linear-gradient(-45deg, #381922 0%,#5e2a39 100%);
	background: linear-gradient(135deg, #381922 0%,#5e2a39 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381922', endColorstr='#5e2a39',GradientType=1 );

}

.dtx .field-name-field-desc-1{
	background:#3e6e9a;
}

.dtx .field-name-field-desc-2{
	background:#f5c200;
	color:#311600!important;
}

.animal-planet .top{
	background:#5b595a;
}

.animal-planet .inner-video a{
	/* background-color:rgba(170, 213, 0, 0.9); */
}



.animal-planet .field-name-field-desc-1{
	background:#36bae5;
}

.animal-planet .field-name-field-desc-2{
	background:#a5c621;
}


.creear-block-top{
	background:url('img/bg/career_top_bg.jpg')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/career_top_bg.jpg*/ no-repeat;
	color: #fff;
	font-size: 23px;
	background-size: cover;
	padding: 10px 0 120px;
	max-height: 400px;
	overflow: hidden;
}
.adv-top-block{
	background: url('img/bg/adv_top_block.jpg')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/adv_top_block.jpg*/ no-repeat top;
	color: #fff;
	font-size:23px;
	background-size: cover;
	padding: 10px 0 150px;
	margin:0 -15px;
	max-height: 400px;
}

.creear-block-top .block-titlblock-title,
.adv-top-block .block-title{
	color:#fff;
}

.creear-block-top p,
.adv-top-block p{
	max-width: 1200px;
	margin:0 auto;
	text-align:center;
}
.creear-block-top p a{
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	text-transform:uppercase;
	background: transparent;
	display: inline-block;
	padding: 9px 40px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	margin: 30px 0;
}

.creear-block-top p a:hover, .creear-block-top p a:focus{
	text-decoration:none;
	border-color:#fff;
}
.view-id-vacancy_list.view-display-id-page_1{
	/* background:url('../img/career_bg.jpg') no-repeat bottom; */
	background-size:cover;
	padding-bottom: 100px;
	margin: 0 -15px;
}
.view-display-id-page_1 .views-row{margin-top: 120px;}
.view-id-vacancy_list.view-display-id-page_1 .views-row{margin-top: 20px;}
.view-display-id-page_1 .views-row h2{margin: 30px 0;}

.view-display-id-page_1 .views-row .views-field-body{font-size: 23px;color: #5d5d5d;line-height: 33px;letter-spacing: -0.3px;}
.view-id-vacancy_list.view-display-id-page_1 .views-field-body{font-size: 16px;color: #5d5d5d;line-height: 23px;letter-spacing: -0.3px;}
.view-display-id-page_1 .views-row .views-field-php a,
.career-empty-block p a{font-size: 12px;text-transform: uppercase;letter-spacing: 2px;border: 2px solid #00afdc;padding: 10px 30px;display: inline-block;margin: 30px 0 10px;font-family: "Georgia";transition: all 0.15s linear;-webkit-transition: all 0.15s linear;}

.view-display-id-page_1 .views-row .views-field-php a:hover, .view-display-id-page_1 .views-row .views-field-php a:focus,
.career-empty-block p a:hover, .career-empty-block p a:focus{
	background:#00afdc;
	color:#fff;
	text-decoration:none;
}

.career-empty-block{
	text-align:center;
	font-size: 20px;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 80px;
	color: rgba(40, 40, 40, 0.8);
}

.mfp-bg.grey-bg-form,
.mfp-bg.light-bg-form,
.mfp-bg.search-bg-form{
	background: #1487c1;
	opacity: 0.5;
}

.mfp-bg.search-bg-form{
	background: #fff;
	opacity: 1;
}

.grey-bg-form .mfp-content{
	max-width:700px;
	background: #fff;
	background-size: cover;
	padding: 40px 15px 40px;
	box-shadow:0 0 18px #0b335b;
	-webkit-box-shadow:0 0 18px #0b335b;
}

.grey-bg-form.login .mfp-content{
	padding: 20px 40px 20px;
}

.light-bg-form .mfp-content{
	max-width:930px;
	box-shadow:0 0 18px #0b335b;
	-webkit-box-shadow:0 0 18px #0b335b;
	background:#fff;
	text-align:center;
	padding:80px 20px 20px;
	position:relative;
}

.light-bg-form .mfp-content img{
	margin:0 auto;
}

.grey-bg-form .mfp-content form button{
	margin:0 15px;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	background: rgb(145,210,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(145,210,255,1) 0%, rgba(0,187,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(145,210,255,1) 0%,rgba(0,187,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(145,210,255,1) 0%,rgba(0,187,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d2ff', endColorstr='#00bbed',GradientType=0 ); /* IE6-9 */
	border:0 none;
	border-radius: 0;
	font-size:16px;
	text-shadow:0 0 0;
	padding: 11px 15px;
	margin-top: 10px;
}

.grey-bg-form.login .mfp-content form button{
	width: 100%;
	max-width: 350px;
	color: #fff;
	margin: 0 auto;
	display: block;
}

.grey-bg-form.login .mfp-content .bottom{
	text-align:center;
	margin-top:40px;
}

.grey-bg-form.login .mfp-content .bottom a{
	font-size:12px;
	color:#00a8ff;
	margin:10px;
}

.light-bg-form .mfp-content .views-field-php{
	position:absolute;
	right:20px;
	top:50%;
}

.light-bg-form .mfp-content .views-field-php-1{
	position:absolute;
	left:20px;
	top:50%;
}

.light-bg-form .mfp-content .views-field-php a,
.light-bg-form .mfp-content .views-field-php-1 a{
	color:transparent;
	display:block;
	width: 21px;
	height: 50px;
	opacity:0.5;
	background-size:contain!important;
}

.light-bg-form .mfp-content .views-field-php a:hover,
.light-bg-form .mfp-content .views-field-php-1 a:hover{
	opacity:0.8;
}

.light-bg-form .mfp-content .views-field-php-1 a{
	background: url('img/arrleft.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arrleft.png*/ no-repeat center;

}

.light-bg-form .mfp-content .views-field-php a{
	background: url('img/arrright.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arrright.png*/ no-repeat center;

}

.light-bg-form .mfp-content .views-field-field-channel-ref{
	margin-top:15px;
}

.light-bg-form .mfp-content .views-field-field-channel-ref a{
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	background:url('img/link_right_arr.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/link_right_arr.png*/ no-repeat right;
	padding-right:15px;
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}

.light-bg-form .mfp-content .views-field-field-channel-ref a:hover,
.light-bg-form .mfp-content .views-field-field-channel-ref a:focus{
	text-decoration:none;
	padding-right:12px;
}

.grey-bg-form .mfp-content button.mfp-close,
.light-bg-form .mfp-content button.mfp-close{
	color: #05bcec;
	font-size: 52px;
	right: 5px;
	top: 5px;
}

.grey-bg-form .mfp-content input{
	background: transparent;
	border: 0 none;
	box-shadow: 0 0 0;
	border-bottom: 1px solid #61ceff;
	border-radius: 0;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
}

.grey-bg-form .mfp-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #2c2c2c;
}
.grey-bg-form .mfp-content input::-moz-placeholder { /* Firefox 19+ */
	color: #2c2c2c;
}
.grey-bg-form .mfp-content input:-ms-input-placeholder { /* IE 10+ */
	color: #2c2c2c;
}
.grey-bg-form .mfp-content input:-moz-placeholder { /* Firefox 18- */
	color: #2c2c2c;
}

.insight-gallery .mfp-content{
	margin: 0 auto;
	max-width:1000px;
}

.insight-gallery .mfp-content .field-name-field-slides img{
	width:100%;
}

.grey-bg-form.login input:not([type="checkbox"]){
	border: 0 none;
	background: #fff;
	max-width: 350px;
	margin: 0 auto 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
	padding: 12px;
	height: 44px;
	text-align: center;
}

.grey-bg-form.login .mfp-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #afafaf;
}
.grey-bg-form.login .mfp-content input::-moz-placeholder { /* Firefox 19+ */
	color: #afafaf;
}
.grey-bg-form.login .mfp-content input:-ms-input-placeholder { /* IE 10+ */
	color: #afafaf;
}
.grey-bg-form.login .mfp-content input:-moz-placeholder { /* Firefox 18- */
	color: #afafaf;
}

.grey-bg-form.login .title{
	text-align:center;
	color:#2c2c2c;
	font-size:50px;
	letter-spacing: -0.3px;
	margin-bottom: 50px;
}

.grey-bg-form.managers .mfp-content{

}

.grey-bg-form.managers .mfp-content .view-content ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

.grey-bg-form.managers .mfp-content .view-content ul li{margin-top: 20px;}

.grey-bg-form.managers .mfp-content .view-content ul li img{
	margin:0 auto 10px;
}

.grey-bg-form.managers .mfp-content .view-content ul li .views-field-field-fio{
	font-size:24px;
	color:#000;

}

.grey-bg-form.managers .mfp-content .view-content ul li .views-field-field-function{
	color:#9c9c9c;
	font-size:12px;
	margin-bottom:10px;
	min-height: 40px;
}

.grey-bg-form.managers .mfp-content .view-content ul li .views-field-mail a{
	color:#00a8ff;
}

.grey-bg-form.managers .view-display-id-page_1 .views-row .views-field-php a{
	width: 100%;
	max-width: 220px;
	padding: 12px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.search-bg-form .views-exposed-form .views-exposed-widgets{
	position:relative;
}

.search-bg-form .views-exposed-form .views-exposed-widget{
	float: none;
	padding: 0;
}

.search-bg-form .views-exposed-form input{
	height: 54px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.26);
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.16);
}

.search-bg-form .views-submit-button{
	position:absolute;
	top:0;
	right:0;
}

.search-bg-form .views-exposed-form .views-exposed-widget .form-submit{
	display: inline-block;
	width: 20px;
	height: 23px;
	background: url(img/search_icon.png) no-repeat;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	cursor: pointer;
	border: 0 none;
	color: transparent;
	box-shadow: 0 0 0;
	text-shadow: 0 0 0;
}

.search-bg-form .views-row{
	background: rgba(255, 255, 255, 0.85);
	padding: 30px 0px 30px;
	margin-top: 20px;
	margin-bottom:20px;
	/* font-size: 12px; */
}

.adv-channel-links{
	overflow:hidden;
	list-style:none;
	padding: 0;
	margin: 0 0 130px;
	width: 100%;
	text-align: center;
}

.adv-channel-links li{
	display: inline-block;
	text-align:center;
	vertical-align: middle;
}

.adv-channel-links li a{
	color:transparent;
	display: block;
	min-height: 80px;
	background-size:contain!important;
}

.adv-channel-links li #discovery-channel{
	background:url('../img/logo_03.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo_03.png*/ no-repeat center;
	width:130px;
}

.adv-channel-links li #eurosport-1{
	background:url('../img/logo_04.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo_04.png*/ no-repeat center;
	width:200px;
}


.adv-channel-links li #tlc{
	background:url('../img/logo_06.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo_06.png*/ no-repeat center;
	width:150px
}

.adv-channel-links li #animal-planet{
	background:url('../img/logo_07.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo_07.png*/ no-repeat center;
	width:150px;
}

.adv-channel-links li #idx{
	background:url('../img/logo_08.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo_08.png*/ no-repeat center;
	width: 140px;
}

.adv-channel-links li #cartoon-network{
	background:url('../img/logo_09.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo_09.png*/ no-repeat center;
	width: 140px;
}

.adv-channel-links li #eurosport-2{
	background:url('../img/logo_10.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo_10.png*/ no-repeat center;
	width: 200px;
}
.view-id-implementation.view-display-id-block_opportunities{
	margin:0 auto;
	max-width:1110px;
}
.page-advertiser .main-container h2{font-size: 50px;text-align: center;margin: 70px 0 90px;color: rgb(40, 40, 40);}
.page-advertiser .main-container h2#capabilities{margin-bottom: 40px;}

.page-advertiser .adv-text-block{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 23px;
	margin-bottom: 60px;
}
.oport-small{
	margin-bottom:30px;
}
.oport-small .tohe,
.oport-full{
	font-size: 16px;
	color:rgba(255, 255, 255, 0.8);
}

.oport-small .inner{
	height:100%;
	padding: 30px 50px;
}

.oport-small sup{
	display:inline-block;
	margin-top:20px;
	line-height: 14px;
}

.oport-small.node-1 .tohe .inner,
.oport-full{
	background: #0997ca;
}

.oport-full{
	padding: 40px 0;
}

.oport-small.node-2 .tohe .inner{
	background: #00285a;
}

.oport-small.node-3 .tohe .inner{
	background:#005a9b;
}

.oport-small.node-4 .tohe .inner{
	background:#0087c0;
}

.oport-small .title,
.oport-full .title{
	/*font-family: "GothamBold";*/
	font-family: "Georgia";
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 22px;
}

.oport-full .inner{
	padding:0 50px;
}

.oport-full .image{
	float:right;
}

.oport-small .bottom{
	position:absolute;
	width:100%;
	bottom:30px;
}

.oport-small .bottom a,
.oport-full .bottom a{
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	background: transparent;
	display: inline-block;
	padding: 11px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-transform:uppercase;
	max-width: 210px;
	width: 100%;
	text-align: center;
}

.oport-small.node-2 .bottom a,
.oport-small.node-3 .bottom a,
.oport-small.node-4 .bottom a{
	color:#00baec;
	border-color:#00baec;
}

.oport-small .bottom a:hover, .oport-small .bottom a:focus,
.oport-full .bottom a:hover, .oport-full .bottom a:focus{
	text-decoration:none;
	border-color:#fff;
	color:#fff;
}

.oport-full .inner img{
	margin: 20px 0 20px -25px;
}

.left-premiere{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0083bb+0,00a5d4+100 */background: rgb(0,131,187); /* Old browsers */background: -moz-linear-gradient(top,  rgba(0,131,187,1) 0%, rgba(0,165,212,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,131,187,1) 0%,rgba(0,165,212,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,131,187,1) 0%,rgba(0,165,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083bb', endColorstr='#00a5d4',GradientType=0 ); /* IE6-9 */color: #fff;padding: 0px 50px;}

.left-premiere .title{
	font-size:37px;
	line-height: 37px;
	letter-spacing: -0.3px;
	max-width: 400px;
	margin-bottom: 50px;
	padding-top: 30px;
}

.left-premiere .logo-channel{
	width: 105px;
	height: 105px;
	background: #fff;
	padding: 25px 10px;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
}

.left-premiere .back-link{
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	background: transparent;
	display: inline-block;
	padding: 12px 20px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-transform:uppercase;
	position: absolute;
	bottom: 30px;
	left: 50px;
}

.left-premiere .back-link:hover, .left-premiere .back-link:focus{
	text-decoration:none;
	border-color:#fff;
}

.left-premiere .field-name-field-date .field-label{font-weight: normal;text-transform: uppercase;color: #9fe6ff;margin-bottom: 20px;}

.left-premiere .field-name-field-date .field-items{
	font-size: 33px;
	line-height: 33px;
}

.left-premiere .field-name-field-date .field-items .big{
	text-transform:capitalize;
}

.left-premiere .logo-channel img{max-height: 60px;margin: 0 auto;max-width: 80px;}


.full-premiere .top.row{
	overflow:hidden;
}

.full-premiere .top.row > div{
	padding: 0;
}

.full-premiere .top .premiere-image{
	width:100%;
}

.full-premiere .top .premiere-image img{
	width:100%;
}

.full-premiere .text{
	max-width:1000px;
	margin:0 auto;
	font-size:23px;
	color:rgba(40, 40, 40, 0.8);
	text-align:justify;
	letter-spacing:-0.3px;
	margin-bottom:70px;
}

.full-premiere .text .title{
	font-size:50px;
	color:rgba(40, 40, 40, 1);
	margin:50px 0 20px
}

.operator-top-block{
	font-size: 23px;
	background: url('img/bg/operator-top-block-bg.jpg')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/operator-top-block-bg.jpg*/ no-repeat top;
	background-size: cover;
	max-height: 400px;
	overflow: hidden;
	color: #fff;
	padding: 10px 0 120px;
	min-height: 400px;
}

.operator-top-block h2{
	color: #fff;
}

.operator-top-block .col-md-6{
	background: rgba(255, 255, 255, 0.7);
	padding: 70px 0 70px 30px;
}

.operator-top-block p{max-width: 800px;margin:0 auto;}

.operator-top-block p.small{
	font-size: 23px;
	max-width: 700px;
	margin-top: 40px;
	text-align: center;
}

#block-block-23{
	padding: 40px 0px 60px;
	box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
}

#block-block-23 .container{
	padding:0;
}
#block-block-23 .title{
	font-size: 50px;
	color: #2c2c2c;
	line-height: 48px;
	letter-spacing: -0.3px;
}

#block-block-23 a{
	color:#00baec;
	font-size: 13px;
	letter-spacing: 2px;
	/*font-family: "GothamMedium";*/
	font-family: "Georgia";
	display: inline-block;
	padding: 12px 20px 11px;
	border: 2px solid #00baec;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
}

#block-block-23 a:hover, #block-block-23 a:focus{
	color:#fff;
	text-decoration:none;
	background:#00baec;
}

#block-block-23 .small{
	color:#aeaeae;
	font-size:15px;
	line-height:17px;
	margin-top: 10px;
}

.page-node-91 .node-page,
.page-node-329 .node-page{
	/* background:url('../img/operator-bottom-block-bg.jpg') no-repeat right; */
	padding: 100px 0 200px;
	margin: 10px auto;
	font-size: 23px;
}

.page-node-91 .node-page .title,
.page-node-329 .node-page .title{
	font-size:50px;
	color:#2c2c2c;
	letter-spacing:-0.3px;
	margin-bottom: 20px;
}

.page-node-91 .node-page .field-name-body,
.page-node-329 .node-page .field-name-body{
	margin-bottom: 40px;
}

.page-node-91 .node-page .field-name-field-company-mail a{

}

#mda-channel-selection-form{
	max-width:350px;
	margin: 0 auto 50px;
}

.node > footer .links{
	display:none;
}

#mda-channel-selection-form select{
	font-size:23px;

	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
	height: 50px;
	border-radius: 0;
	position: relative;
	z-index: 3;
	background: transparent;

	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
}

#mda-channel-selection-form .form-item-channel{
	position:relative;
}

#mda-channel-selection-form select option{

}

#mda-channel-selection-form .form-item-channel:after{
	position:absolute;
	content:'';
	width:50px;
	height:50px;
	background:#00bbed url('img/select_cursor.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/select_cursor.png*/ no-repeat center;
	right:0;
	top:0;
	z-index: 2;
}

#mda-channel-selection-form button{
	display:none;

}

#block-views-materials-block-logo{
	margin: 0 -15px;
	background:#e5f3f8;
	padding-bottom: 50px;
}

#block-views-materials-block-logo ul{
	list-style:none;
	padding:0;
	margin:0;

}

#block-views-materials-block-logo ul li{
	margin-bottom: 30px;
}

#block-views-materials-block-logo ul li .views-field-field-channel-logo{
	background:#fff;
	position:relative;
	width: 100%;
	box-shadow: 1px 3px 6px rgba(0,89,153,0.1);
	-webkit-box-shadow: 1px 3px 6px rgba(0,89,153,0.1);
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
}

#block-views-materials-block-logo ul li .views-field-field-channel-logo:hover{
	box-shadow: 0px 0px 2px rgba(0,89,153,0.1);
	-webkit-box-shadow: 0px 0px 2px rgba(0,89,153,0.1);

}
#block-views-materials-block-logo ul li .views-field-field-channel-logo img{
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	position: absolute;
}

.operator-channel video{
	display: block;
	max-width: 130%;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
}

.operator-channel .promo{
	max-width:930px;
}

.operator-channel .title{
	color: #0a0a0a;
	font-size: 50px;
	margin: 50px 0;
}

.operator-channel .line{
	background:#e5f3f8;
	color:#8b8b8b;
	text-transform:uppercase;
	padding:10px 0;
	margin: 15px -15px;
}

.operator-channel .video-material{margin-top: 40px;margin-bottom: 20px;}

.operator-channel .video-material .inner{
	max-width:250px;
	margin:0 auto;
}

.operator-channel .video-material .inner a{
	display:block;
	max-height: 400px;
	overflow: hidden;
	min-height: 400px;
	position: relative;
	background: rgba(204, 204, 204, 0.22) url(img/logo.png)/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/logo.png*/ no-repeat center;
}

.operator-channel .video-material .inner a:after{
	width:40px;
	height:40px;
	background:#00adda url('img/down_icon.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/down_icon.png*/ no-repeat center;
	content:'';
	position:absolute;
	bottom:0;
	right:0;
}

.operator-channel .video-material .bottom{
	min-height: 85px;
}

.operator-channel .video-material .descr{
	color:#005b9b;
	font-size: 21px;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	line-height: 28px;
	margin: 15px 0 5px;
	height: 87px;
	overflow: hidden;
}

.operator-channel .video-material .inner a:hover video{

}

.operator-channel .video-material .filesize,
.operator-channel .inner-material .file-size{
	color: #8d8d8d;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
}

.operator-channel .inner-material{
	margin:45px 0;
	min-height: 105px;
}

.operator-channel .inner-material a{
	font-size:25px;
	color:#005b9b;
	/*font-family: "GothamBook";*/
	font-family: "Georgia";
	line-height: 25px;
	margin-bottom:5px;
	display:block;
}

.operator-channel .inner-material .inner{
	background: url('img/down_material.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/down_material.png*/ no-repeat top left;
	padding-left:50px;
	min-height: 80px;
}

.operator-channel .inner-material .inner:hover, .operator-channel .inner-material .inner:focus{
	background: url('img/down_material_hover.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/down_material_hover.png*/ no-repeat top left;
}

@media (min-width: 1440px) {
	#news-owl .owl-controls .owl-buttons>div:after{
		top:35%;
	}


}

@media(max-width:1440px){
	.insight-small .title{
		margin-top: 20px;
	}

	.left-premiere .field-name-field-date .field-items{
		font-size: 28px;
	}
}

@media(min-width:1170px){
	.view-management ul li.views-row-9{
		margin-left: 37.5%;
	}
}

@media(min-width:768px) and (max-width:1169px){
	.view-management ul li.views-row-10{
		margin-left: 33.3%;
	}
}

@media (max-width:480px){

	.oport-small .tohe, .oport-full{
		height:100%!important;
	}
	.block-title, .page-portfolio h2,
	.socialblock h2{
		font-size: 28px;
		margin: 30px 0;
	}



	#block-block-2{
		padding: 30px 0;
		font-size: 14px;
	}

	#news-owl .owl-controls .owl-buttons .owl-next, .premier-owl .owl-controls .owl-buttons .owl-next, .view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons .owl-next, #euro-stat .owl-controls .owl-buttons .owl-next{
		right:-10px;
	}
	#news-owl .owl-controls .owl-buttons .owl-prev, .premier-owl .owl-controls .owl-buttons .owl-prev, .view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons .owl-prev, #euro-stat .owl-controls .owl-buttons .owl-prev{
		left:-10px;
	}

	#block-block-3{
		font-size: 16px;
		padding: 50px 15px 40px;
		background-size: cover;
	}

	#block-block-3:after{
		top: 20px;
	}

	#block-block-3 p{
		line-height: 24px;
	}

	#block-block-4{
		font-size: 16px;
	}

	#block-block-8 .inline{
		display: block;
		margin: 20px 0;
	}

	.aboutcol .block-title{
		margin-top: 20px;
	}

	#block-views-management-block-manager .block-title{
		margin-top: 30px;
	}

	.mission{
		margin: 0 -15px;
		padding: 60px 15px 100px;
	}

	.page-advertiser .main-container h2{font-size: 32px;margin: 30px 0;}
	.adv-channel-links{
		margin-bottom: 40px;
	}
	.adv-channel-links li{
		display: block;
	}

	.adv-channel-links li a{
		margin: 0 auto;
	}

	.oport-small .inner{
		padding: 20px;
	}

	.socblocktwo{
		font-size: 18px;
		padding: 50px 10px;
	}

	.page-projects .page-header{
		font-size: 32px;
	}

	.socpro-teaser .title{
		font-size:18px;
	}

	.node-contact .field-name-body{
		font-size: 16px;
	}

	.contact_block_bottom{
		font-size: 16px;
	}

	.full-channel .top .left-channel{
		padding: 30px;
	}

	#block-views-premiere-block-premiere .block-title{
		margin: 0 0 30px;
	}

	.premier-owl{
		margin:0;
	}

	.full-channel .bigtitle{
		margin: 40px 0 10px;
		font-size: 32px;
	}

	.full-channel .top video{
		height:100%;
	}
}

@media (max-width:767px){
	#slider-carousel .item-slider a:after{
		content:'';
		position:absolute;
		background:rgba(0, 0, 0, 0.4);
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:0;
	}
	.creear-block-top{
		height:100%;
		max-height:100%;
		font-size: 14px;
		padding-bottom: 40px;
		background: url(img/bg/career_top_bg.jpg)/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/career_top_bg.jpg*/ no-repeat center;
		background-size: cover;
	}
	#slider-carousel{
		min-height: 70vh;
		position: relative;
	}

	#slider-carousel .item-slider a{
		min-height: 70vh;
	}

	#prev,
	#prev-adv{
		display:none;
	}

	#next,
	#next-adv{
		display:none;
	}

	#slider-carousel img{
		min-height:70vh;
	}

	#slider-owl .about{
		top: 40px;
		bottom: initial;
		font-size: 14px;
		right: initial;
		margin: 0 40px;
		z-index: 5;

	}

	#slider-owl .about .title{
		font-size: 36px;
		line-height: 36px;
	}

	#slider-owl .about .anonce{

	}
	#block-menu-menu-channel-menu{
		min-width:100%;
		position: relative;
		margin: 0 -15px 0 -10px;
		overflow: hidden;
	}


	#slider-owl .owl-controls > span,
	#block-menu-menu-channel-menu > span{
		position: absolute;
		width: 30px;
		height: 40px;
		top: 13px;
		z-index: 100;
		background-color: #fff!important;
	}

	#slider-owl .owl-controls > span.left,
	#block-menu-menu-channel-menu > span.left{left: 0;background: url(img/arrleft.png)/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arrleft.png*/ no-repeat 5px 0;background-size: contain;}

	#slider-owl .owl-controls > span.right,
	#block-menu-menu-channel-menu > span.right{
		right: 0;
		background: url('img/arrright.png')/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/arrright.png*/ no-repeat 0px;
		background-size: contain;
	}

	.view-management ul li{
		max-width: 330px;
		margin: 0 auto 20px;
	}

	.search_site_click{
		position:absolute;
		top:-30px;
		right:1px;
	}

	#togglemenu.on{
		left: -50px;
	}

	.channel-types{
		padding: 15px 0 0;
	}

	.channel-types li{
		margin: 5px;
	}

	.channel-types li:first-child{
		display:block;
		margin-bottom:10px;
	}

	#block-block-8{

		max-width: 300px;
		margin: 20px auto 20px;
		text-align: center;
	}

	.aboutcol{
		max-width: 300px;
		margin: 0 auto 15px;
	}

	.view-portfolio ul li{
		margin-bottom:30px;
	}

	.news-teaser .image{
		padding: 0;
		margin-bottom: 15px;
	}

	.operator-top-block{
		padding: 40px 20px;
		font-size: 14px;
	}

	.full-channel .top{
		font-size:18px;
	}

	#block-block-23{
		padding-bottom: 0;
		padding: 40px 15px 60px;
	}

	#block-block-23 .title{
		font-size: 26px;
		margin-bottom: 10px;
		line-height: 34px;
	}

	#block-block-23 .container{
		padding:0 15px;
		overflow:hidden;
	}

	.socpro-teaser .text{
		font-size: 18px;
	}

	#block-block-23 a{
		float:none;
	}

	.page-node-91 .node-page{
		margin: 10px -15px 0;
		padding: 40px 20px;
	}

	.page-node-91 .node-page .title{
		font-size: 33px;
	}

	#slider .sticky-wrapper{
	}

	.adv-top-block{
		font-size: 14px;
		padding: 50px 15px;
	}

	.oport-small .tohe, .oport-full {

		height: 100%!important;
	}

	.oport-small .bottom{
		position: relative;
		bottom: 0;
	}

	.oport-small .bottom a, .oport-full .bottom a{
		margin-bottom: 10px;
	}

	.is-sticky #channelmenu, .is-sticky>.channel-types{
		position: relative!important;
	}

	.insight-small .title{
		font-size: 28px;
		margin: 30px 0 20px;
		line-height: 32px;
	}

	.insight-small .text{
		font-size: 16px;
	}



	.socialblock{
		font-size: 18px;
		padding: 40px 10px 60px;
		background: url(img/bg/soc_block_bg.jpg)/*tpa=http://mediaalliance.ru/sites/all/themes/meda/img/soc_block_bg.jpg*/ no-repeat center;
		background-size: cover;
	}

	.socialblock p{
		line-height: 24px;
	}

	.socblocktwo{
		font-size: 18px;
		line-height: 24px;
	}

	.full-channel .middle{
		font-size: 12px;
		max-width: 500px;
		margin: 0 auto;
	}

	.full-channel .opis .field-type-text-long{
		padding: 15px;
	}

	.full-channel .middle .eusport-stat{
		margin: 100px 0 0;
	}
	.socpro-teaser{
		padding: 0 15px;
	}

	#news-owl .owl-controls .owl-buttons>div, .premier-owl .owl-controls .owl-buttons>div, .view-id-implementation.view-display-id-block_implementation .owl-controls .owl-buttons>div, #euro-stat .owl-controls .owl-buttons>div{
		min-width: 50px;
	}

	.left-premiere{
		height:100%!important;
	}

	.left-premiere .title{
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.left-premiere .field-name-field-date .field-items{
		font-size: 21px;
	}

	.left-premiere .back-link{
		position: relative;
		left: 0;
		bottom: 20px;
	}

	.left-premiere .middle{
		margin-bottom: 40px;
	}

	.left-premiere .field-name-field-date{
		margin-top: 10px;
	}

	#block-block-8 sub{
		font-size:14px;
	}

	.full-channel .top video{
		height: 100%;
		background: transparent;
	}

	#euro-stat .owl-controls .owl-page{
		width: 50%!important;
		margin-bottom: 10px;
	}

	#euro-stat .owl-controls .owl-buttons{
		display: none;
	}
	#news-owl .item-news{
		max-width:325px;
		margin: 0 auto;
	}

}

@media(max-width: 1199px) and (min-width: 768px){
	.oport-small .inner{padding: 15px 20px;}

	.oport-small .tohe, .oport-full{
		font-size: 11px;
	}

	.oport-small .title, .oport-full .title{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.oport-small .bottom{
		bottom: 10px;
	}

	.full-channel .middle{
		margin: 0 auto;
		font-size: 18px;
		max-width: 100%;
	}

	.full-channel .middle .opis{

		font-size: 16px;
	}

	#slider-carousel{
		min-height: 400px;
	}

	#slider-owl .about{
		top: 40px;

	}

	.insight-small .title{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 15px;
	}

	.insight-small .file:not(.file-image){
		margin-bottom: 0;
	}

	.insight-small .text{
		font-size: 18px;
	}

	.left-premiere{
		padding: 0 25px;
		font-size: 16px;
	}

	.left-premiere .field-name-field-date .field-label{
	}

	.left-premiere .title{
		font-size: 27px;
		line-height: 27px;
		max-width: 100%;
	}

	.left-premiere .field-name-field-date .field-items{
		font-size: 25px;
		line-height: 28px;
	}

	.left-premiere .logo-channel{
		width: 80px;
		height: 80px;
		padding: 20px 10px;
	}

	.left-premiere .back-link{
		left:25px;
		bottom: 10px;
	}

	.left-premiere .logo-channel img{
		max-width: 60px;
	}

	.full-channel .top video{
		height:100%;
	}

	/*#prev, #prev-adv{top: 50%;}*/

	/*#next, #next-adv{*/
		/*top: 40%;*/
	/*}*/

	.view-management li .inner .invisblock .text{
		font-size: 14px;
		line-height: 20px;
	}



}

@media(min-width:768px) and (max-width:1020px){
	#slider-carousel .item-slider a:after{
		content:'';
		position:absolute;
		background:rgba(0, 0, 0, 0.4);
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:0;
	}
	#prev, #prev-adv {top: 33%;}

	#next, #next-adv {
		top: 33%;
	}

	.left-premiere{
		padding: 0 25px;
		font-size: 12px;
	}

	.left-premiere .field-name-field-date .field-label{
		margin-bottom: 10px;
	}

	.left-premiere .title{
		font-size: 22px;
		line-height: 22px;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.left-premiere .field-name-field-date .field-items{
		font-size: 22px;
		line-height: 22px;
	}

	.left-premiere .logo-channel{
		width: 80px;
		height: 80px;
		padding: 20px 10px;
	}

	.left-premiere .back-link{
		left:25px;
		bottom: 10px;
	}

	.left-premiere .logo-channel img{
		max-width: 60px;
	}

	#slider-owl .about{
		width: 680px;
	}

	.full-channel .middle .eusport-stat{
		margin: 50px auto 0;
	}

	.full-channel .middle .eusport-stat img{
		max-width: 80%;
	}
}

@media (max-width:1050px) and (orientation: landscape){
	#scrollmenu{
		/* height: 100%!important; */
	}

	#scrollmenu ul{
		overflow: scroll;
		height: 100%;
		padding-bottom: 200px;
	}
}
.page-user .bottom{
	margin:20px 0 30px;
}

.page-user .bottom a{
	margin:0 20px 0 0;
}

.footer-logos{
	display: inline-block;
	vertical-align: middle;
	max-width: 20px;
	margin: 0 0 0 30px;
}


/**
 * @file
 * Generic theme-independent base styles.
 */

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
	border: 1px solid;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
#autocomplete ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#autocomplete li {
	background: #fff;
	color: #000;
	cursor: default;
	white-space: pre;
	zoom: 1; /* IE7 */
}
/* Animated throbber */
html.js input.form-autocomplete {
	background-image: url(../../misc/throbber-inactive.png);
	background-position: 100% center; /* LTR */
	background-repeat: no-repeat;
}
html.js input.throbbing {
	background-image: url(../../misc/throbber-active.gif);
	background-position: 100% center; /* LTR */
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
	display: none;
}
fieldset.collapsible {
	position: relative;
}
fieldset.collapsible .fieldset-legend {
	display: block;
}

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
	display: block;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.resizable-textarea .grippie {
	background: #eee url(../../misc/grippie.png)/ no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
	cursor: move;
}
.draggable a.tabledrag-handle {
	cursor: move;
	float: left; /* LTR */
	height: 1.7em;
	margin-left: -1em; /* LTR */
	overflow: hidden;
	text-decoration: none;
}
a.tabledrag-handle:hover {
	text-decoration: none;
}
a.tabledrag-handle .handle {
	background: url(../../misc/draggable.png) no-repeat 6px 9px;
	height: 13px;
	margin: -0.4em 0.5em; /* LTR */
	padding: 0.42em 0.5em; /* LTR */
	width: 13px;
}
a.tabledrag-handle-hover .handle {
	background-position: 6px -11px;
}
div.indentation {
	float: left; /* LTR */
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
	padding: 0.42em 0 0.42em 0.6em; /* LTR */
	width: 20px;
}
div.tree-child {
	background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
	background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
	background: url(../../misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
	text-align: right; /* LTR */
}

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
	background-color: #fff;
	margin-top: 0;
}

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
	background-color: #fff;
	border: 1px solid;
}
.progress .filled {
	background-color: #000;
	height: 1.5em;
	width: 5px;
}
.progress .percentage {
	float: right; /* LTR */
}
/* Throbber */
.ajax-progress {
	display: inline-block;
}
.ajax-progress .throbber {
	background: transparent url(../../misc/throbber-active.gif) no-repeat 0px center;
	float: left; /* LTR */
	height: 15px;
	margin: 2px;
	width: 15px;
}
.ajax-progress .message {
	padding-left: 20px;
}
tr .ajax-progress .throbber {
	margin: 0 2px;
}
.ajax-progress-bar {
	width: 16em;
}

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
	display: inline;
}
/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
	display: block;
}

/**
 * Prevent text wrapping.
 */
.nowrap {
	white-space: nowrap;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
	display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
	display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* html .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
	min-height: 1%;
}

