@font-face{
	font-family: 'Russia';
	src: url('../fonts/russia-light-webfont.woff');
	font-weight: normal;
	font-style: normal;
	}

header{position:inherit; margin: 0 auto;
    max-width: 1600px; height:100px; 
	background:transparent;
	border: none;}

.menu {display:block;
	position: absolute;
    top: 10px;
    right: 10px;
    width: 60%;
	z-index:1000;
    }
.menu li{
	display:inline-block;
	text-transform:uppercase;	
	margin:2px 0;	
	background-color:rgba(220, 220, 220, 0.3);	
	transition: all 0.3s;
	}
.menu a{display:block; padding:10px; font-size:1em; color:#fff; text-decoration:none;}
.menu a:hover{background-color:rgba(220, 220, 220, 0.8);}
.menu a.red{background-color:rgba(255, 0, 0, 0.8);}
.menu a.red:hover{background-color:rgba(255, 0, 0, 1);}

.korrdiv{display:block; position:relative; border-top: 10px solid #345592; 
  transition: all 0.6s ease-in-out 0s;  
  position:relative; max-height:350px; overflow:hidden;
  min-width:800px;
  min-height:300px;
  
 }
.leading{display:block; position:absolute; right:5px; top:5px; background:rgba(255,255,255,0.3);}	
.leading li{background-color:rgba(255,255,255,0.5); width:50px; height:50px; margin:10px; cursor:pointer; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.leading li.sel{background-color:rgba(255,255,255,0.9);}
 

.korrname{display:block; position:absolute; bottom:70px; left:0; width:auto; font-size:3.5em; color:#fff; margin:0 0 0 8%; 
	padding: 5px 10px 5px 0; 	
	font-weight:normal; 
	background-color:rgba(0,0,0,0.3);
    width: auto;
    overflow: hidden;
    white-space: nowrap;
	}
.korrname span{margin-right: 10px; color:#333; padding:5px 10px; font-weight:bold;
	background: rgba(200,200,200,1);
	background: -moz-linear-gradient(top,  rgba(200,200,200,0.6) 0%, rgba(200,200,200,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(200,200,200,0.6) 0%, rgba(200,200,200,1) 100%);
	background: linear-gradient(top,  rgba(200,200,200,0.6) 0%, rgba(200,200,200,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(200,200,200,0.6)', endColorstr='rgba(200,200,200,1)',GradientType=0 );
	}




.gerb{position:absolute; height:300px; width:600px; right:0px; top:-70px; background-image:url(/images/fon/123.png); background-repeat:no-repeat; background-size:contain; background-position: center center; pointer-events: none;}

.tvdiv{display:block; margin:0 auto; max-width:1200px; height:100%;}
.tvdiv .chanel{display:inline-block; width:30%; height:100%; background-color:rgba(5,5,5,0.3); vertical-align:top;}
.tvdiv .chanel a{display:inline-block; width:100px; height:100px; background-repeat:no-repeat; background-position:center center; background-color:rgba(250,250,250,0.5);}
.tvdiv iframe{width:100%; height:100%;}

.tvdiv .online{display:inline-block; width:70%; height:100%;}
.tvdiv .online ul{display:block; overflow-y:auto; height: 100%;  max-height: 350px;}
.tvdiv .online li{display:inline-block; position:relative; width:25%; height:180px; vertical-align: top; margin-bottom:10px;}
.tvdiv .online li a{display:block; margin:5px; height:100%; color:#f4f4f4; background-color:rgba(0,0,0,0.3); background-position:top center; background-repeat:no-repeat; border: 1px solid rgba(255, 255, 255, 0.25)}
.tvdiv .online li a span{display:block; position:absolute; bottom:0; left:0; right:0; 
	height: 35px;
    padding: 10px;
    overflow: hidden; 
	}

	
	
.video{display:block; margin:0 auto; max-width:1200px; height:100%;}
.video .chanel{display:inline-block; width:30%; height:100%; background-color:rgba(5,5,5,0.3); vertical-align:top;}
.video .chanel a{display:inline-block; width:100px; height:100px; background-repeat:no-repeat; background-position:center center; background-color:rgba(250,250,250,0.5);}

.videoframe{display:block; 
	position: relative;
	margin:0px auto;
    padding:0px;
	padding-bottom: 53%;
	max-width:800px;
	}

.videoframe iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}

.videoframe .adaptive{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
	
	
.video .online{display:inline-block; width:70%; height:100%;}
.video .online ul{display:block; overflow-y:auto; height: 100%;}
.video .online li{display:inline-block; position:relative; width:25%; height:180px; vertical-align: top; margin-bottom:10px;}
.video .online li a{display:block; margin:5px; height:100%; color:#f4f4f4; background-color:rgba(0,0,0,0.3); background-position:top center; background-repeat:no-repeat; border: 1px solid rgba(255, 255, 255, 0.25)}
.video .online li a span{display:block; position:absolute; bottom:0; left:0; right:0; 
	height: 35px;
    padding: 10px;
    overflow: hidden; 
	}	
	
	
.video ul {display:block; padding:0px; line-height:50px;}
.video ul  li{position:relative; display:inline-block; width:33%; height:200px; 
    *float:left; text-align: center;
    position: relative;
	}
.video ul  li a,
.video ul  li a:visited{display:block; height:100%; margin: 0 10px; color:#000; font-weight:normal; background-position:center center; background-repeat:no-repeat;}
.video ul  li a:hover{text-decoration:underline;}

.video ul  li img{vertical-align:text-bottom; border:none; width:auto; height:auto; padding:0; margin:0; }
.round{
	border-radius: 50%;
    border: 1px solid #fff;
    height: auto;
	}

.video ul  li span{
	display:inline;
    position: absolute;
	font-size: 1.3em;
	text-shadow:0px 1px 15px #000;
    bottom: 10px;
    left: 10px;
	right:10px;
    margin: 0;
    color: #fff;
    padding: 0px;
	margin:10px;
    text-align: left;
    max-height: 70px;
    overflow: hidden;
    line-height: 1.1em;
    z-index: 100;
	}

.video ul  li div {display:block; position: absolute; top:10px; bottom:10px; right:10px; left:10px;
    /*background-image: url('/images/play.png');*/
	background-position:-40px 5px;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.3);
    cursor: pointer;
		 transition:all 0.3s ease-in-out;
	  -o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
	}
	
.video ul  li div:hover{
	background-color:rgba(0,0,0,0);
	/*background-position: 00px 5px;*/
	}	

	
/*	
.video ul  li div:after {
  display: block;
  content: 'Смотреть видео';
  overflow: hidden;
  position: absolute;
  width: 0px;
  padding: 0 40px 0 4px;
  height: 48px;
  left: 0px;
  top: 50%;
  margin-top: -24px;
  background: #0095da url(/images/icons.png) 10px 12px no-repeat;
  font: 12px/48px "OpenSansRegular", sans-serif;
  color: #fff;
  text-indent: -122px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  z-index: 100;
}
.video ul  li div:hover:after {
  width: 122px;
  background-position: 132px 12px;
  text-indent: 0px;
}	
*/	
		
	
	
.team ul {display:block; padding:0px; line-height:50px;}
.team ul  li{position:relative; display:inline-block; width:33%; height:280px; margin:10px 0;
    *float:left; text-align: center;
    position: relative;
	}
.team ul  li a,
.team ul  li a:visited{display:block; width:100%; height:100%; color:#000; font-weight:normal; background-position:center center; background-repeat:no-repeat;}
.team ul  li a:hover{text-decoration:underline;}

.team ul  li img{vertical-align:text-bottom; border:none; width:auto; height:auto; padding:0; margin:0; border:5px solid #f4f4f4;
transition:all 0.3s ease-in-out;
	  -o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
	}
.team ul  li img:hover{border:5px solid rgba(251, 65, 65, 0.91)}

.team ul  li span{
	display:inline;
    position: absolute;
	font-size: 1.3em;
	text-shadow:0px 1px 1px #fff;
    top: 210px;
    left: 10px;
	right:10px;
    margin: 0;
    color: #000;
    padding: 0px;
	margin:0 10px;
    max-height: 105px;
    overflow: hidden;
    line-height: 1.1em;
    z-index: 100;
	}
.team ul  li small{color:#999; display:block; line-height: 1.1em;}
	
.team ul  li div {display:block; position: absolute; top:10px; bottom:10px; right:10px; left:10px;
    /*background-image: url('/images/play.png');*/
	background-position:-40px 5px;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.3);
    cursor: pointer;
		 transition:all 0.3s ease-in-out;
	  -o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
	}
	
.team ul  li div:hover{
	background-color:rgba(0,0,0,0);
	/*background-position: 00px 5px;*/
	}		
	
	
	
.rubric{display:inline-block; width:30%; height:100%;vertical-align:top; /*overflow:hidden; overflow-y:auto;*/}
.rubric ul{display:block; max-height: 450px;}
.rubric li{border-bottom: 3px solid transparent;}
.rubric a{display:block; background-color:rgba(0, 0, 30, 0.5); margin:0; border-top:1px solid rgba(140, 140, 140, 0.45); padding:10px; color:#fff; font-size:1.0em; text-decoration:none; text-shadow: 0 0 10px #000;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	}
.rubric a:hover{
	background: rgba(255,255,255, 0.9);
	text-shadow:none;
    color: #000;
	}
.rubric a.sel{background-color:rgba(212, 212, 212, 0.4); color:#fff;}

.rubric .online{background-color: rgba(255, 8, 8, 0.5);}
.rubric .vesti{background-color: rgba(8, 95, 255, 0.5);}
.rubric .project{background-color: rgba(218, 151, 0, 0.5);}
.rubric .national{background-color: rgba(44, 179, 0, 0.5);}
.rubric .radiogtrk{background-color: rgba(216, 216, 216, 0.5);}
.rubric .video{background-color: rgba(63, 174, 179, 0.5);}

.rubric .online:hover{background-color: rgba(255, 8, 8, 0.6);}
.rubric .vesti:hover{background-color: rgba(8, 95, 255, 0.6);}
.rubric .project:hover{background-color: rgba(218, 151, 0, 0.6);}
.rubric .national:hover{background-color: rgba(44, 179, 0, 0.6);}
.rubric .radiogtrk:hover{background-color: rgba(216, 216, 216, 0.6);}
.rubric .video:hover{background-color: rgba(63, 174, 179, 0.6);}


.playpause{
	display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 60px;
	}


.playpause a{
	display:block;
	text-decoration:none;
    width: 100%;
    height: 100%;
	background-color:red;
    background-color: rgba(0,0,0,0.6);
	background-image:url(/images/pause1.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50%;
	cursor:pointer;
	}
.playpause .play{background-image:url(/images/play1.png);}
.playpause .pause{background-image:url(/images/pause1.png);}
	

.ticker{display:block; position:absolute; bottom:0; left:0; right:50px; height:60px; z-index:100;
color: #fff; text-transform: uppercase; padding: 0 5px;
	background: rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.3)', endColorstr='rgba(0,0,0,0.6)',GradientType=0 );
	}
.ticker .title{display:block; position:relative;
	color:#fff;
	height:100%;
    font-size: 1.1em;
	text-align:left;
	text-shadow: -1px -1px 1px rgba(0,0,0,1);
	overflow: hidden;
	white-space: nowrap;
	margin: 0 10px 0 100px;	
	transition: all 2.1s ease-in-out 0s;
	}
.ticker .title ul{display:block; position:absolute; top:0; left:0; right: 0px; line-height:60px;}
.ticker .title ul li{height:60px; padding:0 10px; border-left:10px solid rgba(131, 220, 33, 0.5);}
.ticker .title ul li a{
	display:block;
	text-decoration:none;
	color:#B1B1B1;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	}
	
.time{display:block; position:absolute; left:0; bottom:0; background-color:rgba(0,0,0,.2); color:#fff; width:100px; height:50px;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
	border:1px solid rgba(0,0,0,0.6);
	}
	
.promo{
	display: block;
    position: absolute;
	z-index:-10; 
	top:0; left:0px; 
	opacity:0.5;
	width:100%; 
    margin: 0 auto;
    background-image: url(/images/fon/promo.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    max-width: 1600px;
    height: 100%;
    transition: all 0.1s ease-in-out 0s;
	}	

a.promolink{display:inline-block; position:absolute; top:5px; right:5px; text-decoration:none; color:#fff; text-shadow:0 0 1px #000; font-size:1.2em;
padding:5px 10px; background-color: rgba(253, 169, 0, 0.8);
background-repeat:no-repeat; background-position:center center; background-size: auto 100%; transition: all 0.1s ease-in-out 0s;
}
a.promolink:hover{background-color:rgba(253, 169, 0, 1); text-decoration:underline}
	
.promo .chanel{display:block; position:absolute; top:10px; left:0px; background-position:left top; background-repeat:no-repeat; min-height:50px; min-width:200px; z-index:100}
.promo .ru1{top:20px; background-image:url(/images/fon/ru1.png); padding-left:200px;}
.promo .ru2{top:70px; background-image:url(/images/fon/ru12.png); padding-left:200px;}
.promo .chanel span{display:inline-block; background-color:rgba(255, 0, 0, 0.8); font-size:25px; color:#fff; padding:0 10px; line-height:40px;}




h2.rssh2{display:block; position:relative; font-size:1.1em; padding:5px 10px; margin:10px 0; color:#fff; background:rgba(36, 129, 230, 0.87)}
h2.rssh2 a{text-decoration:none; color:#fff;}
.rsscats{display:block; padding:0 10px;}
.rsscats a{display:inline-block; padding:3px 5px; text-decoration:none; color:#fff; background-color:rgba(60, 76, 93, 0.26); font-size:0.7em;
border-radius: 2px; text-transform: uppercase; margin-bottom: 5px; margin-right: 3px;}
.rsscats a:hover{background-color:rgba(60, 76, 93, 0.68);}
.rsscats a.select{background-color:rgba(60, 76, 93, 0.87);}

.rss{display:block;}
.rss ul{display:block; padding:10px; max-height:500px; overflow:hidden; overflow-y:auto;}
.rss li{display:flex; padding:10px 0; clear:both; vertical-align:top; white-space: nowrap;}
.rss li .rsstime{display:inline-block; font-size:16px; width:auto; color:#333; font-weight:bold; vertical-align: top; padding-right:5px;}
.rss li a.rssimage img{max-width:50px; padding: 0 5px 0px 5px;}

.rss .rsstitle{display:inline-block; color:#999; vertical-align: top; white-space: normal;}
.rss .rsstitle span{display:block;
    color: #999999;
	font-size:10px;
	font-family:verdana;
    text-transform: uppercase;
	}
.rss .rsstitle .marker{
	display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 7px -1px 0;
    background-color: grey;
    border-radius: 3px;
	}
	
.rss .rsstitle .marker:after{
	content: '';
    position: absolute;
    right: -7px;
    top: 1px;
    border: 4px solid transparent;
    border-left-color: grey;	
	}
.rss .rsstitle .mir:after{border-left-color: #106d00;}
.rss .rsstitle .economic:after{border-left-color: blue;}
.rss .rsstitle .economic:after{border-left-color: blue;}
.rss .rsstitle .economic:after{border-left-color: blue;}
.rss .rsstitle .economic:after{border-left-color: blue;}
	
.rss .rsstitle a{display:block; text-decoration:none; color:#000; font-size:1em; white-space:normal;}
.rss .rsstitle a:hover{text-decoration:underline;}


.project  {display: block; padding: 0px; margin:0}
.project .items{padding:0; white-space: nowrap;}
.project .item{
	display:block; position:relative; text-decoration:none; font-size:1em; color:#333;
	margin:0px 0 0px 0; padding:0; 	
	border: 10px solid #ECECEC;
	border-bottom: 5px solid #ECECEC;
		
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	}
.project .item a {display:block; position:relative;  margin:0px; padding:0; height:150px; text-decoration:none; color:#000; 
	/*background-color:#f0f0f0;*/
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;
	
	-moz-transition: background-size 0.1s ease-in;
	-ms-transition: background-size 0.1s ease-in;
	-o-transition: background-size 0.1s ease-in;
	-webkit-transition: background-size 0.1s ease-in;
	transition: background-size 0.1s ease-in;
	}
.project .item a:hover{
	/*
	background-position:center center;
	background-size:auto 110%;
	*/
	}
	
	
.project .item a:after {
  display: block;
  content: 'Смотреть видео';
  overflow: hidden;
  position: absolute;
  width: 0px;
  padding: 0 40px 0 8px;
  height: 48px;
  left: 0px;
  top: 50%;
  margin-top: -24px;
  background: rgba(47, 114, 199, 0.58) url(/images/icons.png) 10px 12px no-repeat;
  /*  font: 12px/48px "Open Sans", sans-serif;*/
  font: 12px/48px "OpenSansRegular", sans-serif;
  color: #fff;
  text-indent: -122px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
}
/* line 67, ../source/global/blocks/_base-item_block.scss */
.project .item a:hover:after {
  width: 122px;
  background-position: 132px 12px;
  text-indent: 0px;
}	
	
.project .item .mask {display:table-cell; position:absolute; top:0; bottom:0px; left:0px; right:0px; margin:0; z-index:50; 
	background-color:rgba(0, 0, 30, 0.2);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.project .item .mask:hover{background-color: rgba(0, 0, 0, 0);}
.project .active  .mask{background-color: rgba(0, 0, 0, 0);}
.project .item .title{display:inline; position:absolute; bottom:0; left:0; /*background-color:rgba(0,0,0,0.3);*/ color:#f9f9f9; z-index:60;
	pointer-events: none;
	overflow:hidden; white-space:normal; text-overflow: ellipsis;
	text-shadow: 0px 0px 10px #000; font-size:1.1em; vertical-align:bottom; padding:5px; max-height: 100% !important; max-width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.project .item .title b{color:#f4f4f4; font-weight:normal;}
.project .item .city{
	position:absolute;
	top:0;
	right:0;
	display:inline;
	margin:0px; 
	max-width:100px;
	background:rgba(255,0,0,0.4); 
	font-size:1em; 
	font-weight:normal; 
	padding:2px;
	color:#fff;
	overflow:hidden; white-space:nowrap; text-overflow: ellipsis; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}


	
h3{
    position: relative;
    display: inline-block;
    min-width: 100px;
    background: #F00;
    color: #fff;
	font-size:1.1em;
    text-transform: uppercase;
    border-bottom: 24px solid #cf1a1a;
    border-right: 24px solid #fff;
    height: 0;
    padding: 0px 10px;
	margin:10px 0;
	}
h3.blue{
	position: relative;
    display: inline-block;
    min-width: 100px;
    background: rgba(36, 129, 230, 0.87);
    color: #fff;
	font-size:1.1em;
    text-transform: uppercase;
    border-bottom: 24px solid rgba(36, 129, 230, 0.87);
    border-right: 24px solid #fff;
    height: 0;
    padding: 0px 10px;
	margin:10px 0;
	}
h3.gray{
	position: relative;
    display: inline-block;
    min-width: 100px;
    background: rgba(70, 87, 105, 1);
    color: #fff;
	font-size:1.1em;
    text-transform: uppercase;
    border-bottom: 24px solid rgba(70, 87, 105, 1);
    border-right: 24px solid #fff;
    height: 0;
    padding: 0px 10px;
	margin:10px 0;
	}
	
h3 a	{
	display:inline-block;
    color: #fff;
    text-decoration: none;
	vertical-align: middle;
	line-height:0;
	}
h3 a:hover{text-decoration:underline;}	
h3 span	{
	display:inline-block;
	padding-top:2px;
    color: #fff;
    text-decoration: none;
	}



.lastvideo{display:block; margin-right:10px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	padding: 0;

	}
.lastvideo ul{display:table; width:100%;}
.lastvideo li{display:table-cell; width:33%; vertical-align:top; padding:0px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width:50%;	
	}
	
.lastvideo li a{
	display:block;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	max-height:100px;
	text-decoration:none;
	background-color:#f4f4f4;
	height:100%;
	padding:0px;
	margin:0 5px;
	border:1px solid #f0f0f0;
	padding-top:50%;
	}
.lastvideo li a .mask{
	display: table-cell;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;	
	}
.lastvideo li a .mask:hover{background-color: rgba(0, 0, 0, 0);}	
	
.lastvideo li a span{display:block; position:absolute; z-index:100; bottom:0px; left:0px; right:0px; top:0; color:#e3e3e3; text-shadow: 1px 1px 1px #000; white-space: normal; font-size:1em; line-height:1.1em; background-color:rgba(0, 0, 30, 0.3); padding:5px;
	padding:30% 5% 5% 5%;
	text-align:center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}	
.lastvideo li a span:hover{background-color:rgba(23,33,55,0.1);}
.lastvideo li a img{width:100%;max-height:150px;}	
	

.topNews li{width:33%;}	
	
	
.news .news_column{
display:block;
width:100%;
}

.news .news_date{
	position:absolute;
	display:inline;
	margin:0px;
	font-size:0.9em;
	font-weight:normal;
	padding:1px;
	line-height:15px;
	color:#fff;
	top: 10px;
	right: auto;
	left:10px;
	background: rgba(78, 100, 139, 0.78)
	}	
	
.news .news_cell{
	display:table;
	position:relative;
	border-bottom: 1px dashed #e6e6e6;
	margin: 0 0 20px 0;
	padding: 0px 10px 20px 10px;
	}

.news .news_cell .img{
display: table-cell;
position:relative;
float: left;
margin: 0 15px 10px 0;
width: 280px;
height:180px;
background-repeat:no-repeat;
background-position:center center;
border: 0;
/*
border: 1px solid #BDBDBD;
padding: 4px;
background-color: #fff;
*/
}

.news .news_cell .img img{
    content: '';
    position: absolute;
    top: 50%;
    left: 2em;
    padding: 5px;
    width: 3em;
    height: 2.963em;
    margin: -25px 0 0 -25px;
    border-radius: 4px;
    background: rgba(56,79,188,.5) url(/img/playb-w_l.png) no-repeat 9px 9px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99;
	}

.news .news_cell h4{
display:table-cell;
margin: 0 0 10px 0;
line-height: 1.2;
font-size:1.2em;
outline: 0;
padding: 0;
vertical-align: top;
}


.news .news_cell h4 a,
.news .news_cell h4 a:visited{
color: #333;
text-decoration:none;
font-weight:normal;
}
.news .news_cell h4 a:hover{color:#000;}

.news .news_cell h4 span{display:block;
    color: #999999;
	font-size:10px;
	font-family:verdana;
    text-transform: uppercase;
	}
.news .news_cell h4 .marker{
	display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 7px -1px 0;
    border-radius: 3px;
	}
	
.news .news_cell h4 .marker:after{
	content: '';
    position: absolute;
    right: -7px;
    top: 1px;
	}

.rubrics {background-color: #ccc;}	
.politics {background-color: #ff0000;}
.world {background-color: #106d00;}
.incident {background-color: #e64805;}
.society {background-color: #8fdb12;}
.economics {background-color: #2c8f89;}
.culture{background-color: #005fff;}
.sport{background-color: #14b4c9;}

.rubrics:after {border: 4px solid transparent; border-left-color: #ccc;}
.politics:after {border: 4px solid transparent; border-left-color: #ff0000;}
.world:after {border: 4px solid transparent; border-left-color: #106d00;}
.incident:after {border: 4px solid transparent; border-left-color: #e64805;}
.society:after {border: 4px solid transparent; border-left-color: #8fdb12;}
.economics:after {border: 4px solid transparent; border-left-color: #2c8f89;}
.culture:after {border: 4px solid transparent; border-left-color: #005fff;}
.sport:after {border: 4px solid transparent; border-left-color: #14b4c9;}


.news .news_cell .meta{
color: #999;
font-size: 11px;
margin: 10px 0;
text-transform: uppercase;
}

.news .news_cell .description{
display:block;
color:#999;
padding:5px 0;
font-size:0.8em;
font-family:sans-serif;
line-height:1.2em;
}



.rightmain{display:block; position:absolute; overflow:auto; top:10px; right:0px; width:280px; background-color:#fff; padding:0; z-index:300; overflow:hidden;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}


.partners{display:block; padding:0px 10px;}
.partners ul li{display:block; clear:both;}
.partners ul li a{display:block; margin:5px 0;}


.pages_navigate{display:inline-block; padding:0; margin:0; position:relative; top:0px; vertical-align:top; min-width:150px; min-width:50px;}
.pages_navigate .cell{display:table-cell; position:relative; vertical-align:top; }

.pages {margin:12px 2px; clear: both; text-align: center; display: block;}
.pages a,
.pages a:visited {display:inline-block; font-size:1.1em; color:rgba(60, 76, 93, 1); text-decoration:none; background:rgba(60, 76, 93, 0.62); padding:6px 10px; border: none; margin-right:1px; border-radius: 50%; min-width:10px; 
	}
.pages a:hover {background:rgba(60, 76, 93, 0.3);  border:none;}
.pages b	{color:#fff; font-weight:bold; border:none;}



.footer {
	background: #1a1a1a;
	padding:0px; font-size:1em;
	color:rgba(255,255,255,0.6);
	}

.footer .top{
	border-top: 9px solid #2483c5;
    background: #262626;
    height: 64px;
	padding:10px;
	}
.footer .top a{text-decoration:none;}

.footer .top img{max-width:40px; max-height:40px;}	
	
.footer	h4 {
	margin: 10px 10px 0 10px;
	font-size:1.3em;
    color: #555;
	}
.footer	ul {list-style:none;margin: 0px; padding: 10px 5px 10px 15px;}
.footer	ul li {padding:5px;}
.footer	a, 
.footer	a:visited {color:rgba(255,255,255,0.6); text-decoration:none;} 
.footer	a:hover {text-decoration:underline;}	

.footer .middle{display:block; margin:0 auto; max-width:1280px;}
.footer .table {
  display: table;
  width:100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  line-height: 15px;
}

.footer .td{
  display: table-cell;
  width:33%;
  position: relative;
  padding: 5px;
}


.menupanel{display:block; z-index:0; width:auto; background:transparent; padding:0; max-height: 600px; overflow-y: auto;}
.menupanel_block{display:table; position:relative; width:100%; height:100%; background:#F7F7F7;}

.menupanel .menupanel_active{background:rgba(92, 107, 139,0.2);}
.menupanel .menupanel_item{
	display:block;
	position: relative;
	height:auto; 
	color:rgba(0,0,0,0.5); 
	font-weight:normal; 
	font-size:1.1em; 
	border:none;

	border-bottom:1px solid rgba(160,160,160,0.3);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;	
	}

.menupanel .menupanel_item .small{color:#333;}
.menupanel .menupanel_item .alink{
	display:block; 
	/*font-weight:normal;*/
	padding:12px 25px 12px 20px; 
	margin:0; 
	text-decoration:none; 
	color:rgba(0%,0%,0%,0.8); 
	line-height:100%;
	cursor:pointer;
	text-decoration:none;
	background-image: url(/images/marker.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	}

	
	
.gallery{display:block; list-style-type:none; margin:0; padding:0px; text-align:center;}
.gallery li{display:inline-block; width:33%; margin-bottom: 10px; margin-right:0; margin-top:2%; vertical-align:top; *float:left;}
.gallery li a,
.gallery li a:visited{text-decoration:none;
	color:#2b2b2b;
	line-height:18px;
	padding:0;
	margin:0;
	border: 5px solid #F1F1F1;
	-webkit-transition: border 250ms ease-in-out;
	-moz-transition: border 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out;
	transition: border 250ms ease-in-out;
	display: block;
	cursor:pointer;
	}
.gallery li a:hover{border: 5px solid #F95353;}
.gallery li img {width:100%; height:auto; border:none; padding:0; margin:0;}

.gallery li b {display:block; font-size:13px;}
.gallery li span {display:block; color:#666; font-size:12px;}	

.work{display:block; color:#999; padding:0 10px;}

.hidenavigator{
	display: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: inherit;
    background-image: url(/images/icons/black/icon-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 1000;
	}	



/* ########################################### */
/* ########################################### */
/* ########################################### */


@media screen and (max-width: 6679px){ 
	.markets_items .item{width:16.6%;}
	.catalog .item{width:16.6%;}
	.sfolders li{width:16.6%;}
	.folders li{width:16.6%;}
	}
@media screen and (max-width: 1800px) { 
	.shopsitems .item{width:20%;}
	.markets_items .item{width:20%;}
	.catalog .item{width:20%;}
	.malls .item{width:20%;}
	.shops .item{width:20%;}
	.sfolders li{width:25%;}
	.navifolders li{width:16.6% !important;}
	.folders li{width:16.6%;}
    }	
@media screen and (max-width: 1680px){	
	.shopsitems .item{width:16.6%;}
	.markets_items .item{width:16.6%;}
	.catalog .item{width:25%;}
	.malls .item{width:20%;}
	.shops .item{width:20%;}
	.navifolders li{width:33.33% !important;}
	}	
@media screen and (max-width: 1450px) {	
	.shopsitems .item{width:20%;}
	.markets_items .item{width:20%;}
	.catalog .item{width:20%;}
	.malls .item{width:25%;}
	.shops .item{width:25%;}
	.sfolders li{width:20%;}
	.navifolders li{width:33.33% !important;}
	.folders li{width:16.0%;}
	}
@media screen and (max-width: 1280px) {	
	.shopsitems .item{width:25%;}
	.markets_items .item{width:25.0%;}
	.catalog .item{width:25.0%;}
	.malls .item{width:33%;}
	.shops .item{width:33%;}
	.sfolders li{width:25%;}
	.navifolders li{width:33% !important;}
	.folders  li{width:19%;}
	}
	
	
@media screen and (max-width: 1024px){	
	header{height:auto;}
	.korrdiv{display:none;}
	.gerb{display:none;}
	.menu{position:relative; width:100%; padding:10px;}
	.hidenavigator{display:block;}
	.sfolders li{width:33.33%;}
	
	.rightmain{right:-300px; box-shadow: -20px 20px 30px -10px #999;}	
	.leftmain {left: -300px; box-shadow: -20px 20px 30px -10px #999;}
	#scrollable{margin-left:0px !important; margin-right:0px !important;}
	
	.top-social{display:block; position:absolute; top:10px; right:10px;}
	/*
	.navigator .table .td { display: block; width:100% !important}
	*/
	
	
	}
	
	
@media screen and (max-width: 800px) {
	.gallery li{width:50%;}
	.navigator .table{display:block;}
	.navigator .table .td{display:block; width:100% !important;}
	.topNews li{width:50%;}
	}	
	
@media screen and (max-width: 640px) {
	.team ul li {width:50%;}
	}
	
@media screen and (max-width: 460px) {
	.video ul li{width:50%}
	.footer .td{display:block; width:100%}
	.lastvideo li {width:100%}
	.lastvideo li a span{font-size:1em;}
	
	
	.news .news_cell{display:block;}
	.news .news_cell .img{display:block;
		float:inherit;
		width:auto;
		height: 0;
		padding: 0;
		padding-bottom: 50%;
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;		
		}
	.news .news_cell h4{display:block;}
	.sfolders li {width: 50%;}
	.team ul li {width:100%;}
	.gallery li{width:100%;}
	
	#kentslider a, #kentslider a:visited{font-size:1em;}
	}

@media screen and (max-width: 340px) {	
	.video ul li{width:100%}
	
	
	.news .news_cell{display:block;}
	.news .news_cell .img{display:block;
		float:inherit;
		width:auto;
		height: 0;
		padding: 0;
		padding-bottom: 50%;
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;		
		}
	.news .news_cell h4{display:block;}
	
	}

	