html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	background: transparent;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	outline: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

@font-face {
    font-family: "Arian AMU";
    src: url('../fonts/arnamu.eot');
    src: url('../fonts/arnamu.eot?#iefix') format('embedded-opentype'),
    url('../fonts/arnamu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Arian AMU Bold";
    src: url('../fonts/arnamub.eot');
    src: url('../fonts/arnamub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/arnamub.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/opensans-regular-webfont.woff2') format('woff2'),*/
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-family: 'open sans';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/opensans-bold-webfont.woff2') format('woff2'),*/
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-family: 'open sans bold';
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #FFFFFF;
	font-size: 87.5%;
	line-height: 1;
}

body.am,
body.am * {
	font-family: "Arian AMU", "Arial AMU", "GHEA Grapalat", Sylfaen, Sans-serif;
}

body.ru,
body.ru * {
	font-family: Helvetica, Arial, Sans-serif;
}

body.en,
body.en * {
	font-family: "open sans", Helvetica, Arial, Sans-serif;
}

.arm {
	font-family: "Arian AMU", "Arial AMU", "GHEA Grapalat", Sylfaen, Sans-serif !important;
}

.arl {
	font-family: "open sans", Helvetica, Arial, Sans-serif !important;
}

ul, ol {
	list-style: none;
}

input {
    -webkit-appearance: none;
	border-radius: 0;
}

a {
	text-decoration: none;
}

.fs11 { font-size: 0.786em; }
.fs12 { font-size: 0.857em; }
.fs13 { font-size: 0.929em; }
.fs15 { font-size: 1.071em; }
.fs16 { font-size: 1.143em; }
.fs18 { font-size: 1.286em; }
.fs19 { font-size: 1.357em; }
.fs20 { font-size: 1.429em; }
.fs22 { font-size: 1.571em; }
.fs24 { font-size: 1.714em; }
.fs26 { font-size: 1.857em; }
.fs32 { font-size: 2.286em; }

.fs14i { font-size: 14px; }
.fs18i { font-size: 18px; }

.cb { clear: both; }
.db { display: block; }
.dn { display: none; }
.dni { display: none!important; }
.fl { float: left; }
.fr { float: right; }

body.en .fb, body.en b, body.en strong { font-family: 'open sans bold'; }
body.ru .fb, body.ru b, body.ru strong { font-weight: bold; }
body.am .fb, body.am b, body.am strong { font-family: Arian AMU Bold; }

.tc { text-align: center; }
.tu { text-transform: uppercase; }
.mln { margin-left: 0 !important; }
.center { margin: 0 auto; width: 1200px; }

.mr20 {
    margin-right: 20px;
}

#header .top-adv-box {
	background-color: #F1F1F1;
	height: 100px;
}

#header .top-second-box {
	height: 74px;
	padding-top: 30px;
}

#header h1 {
	height: 74px;
	overflow: hidden;
	width: 326px;
}

#header h1 a {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center top;
	color: #a0a0a0;
	height: 74px;
	letter-spacing: 6px;
	line-height: 80px;
    font-size: 10px;
    text-transform: uppercase;
}

#header .date-search {
	margin-left: 119px;
	width: 150px;
}

#header .date-search-box {
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	height: 26px;
}

#header .date-search-box input[type=text] {
	background: url('../images/input-line.png') no-repeat right center;
	border: none;
	color: #5b5b5b;
	height: 26px;
	outline: none;
	margin: 0;
	padding: 0;
	width: 35px;
}

#header .date-search-box input[type=text].year {
	background: none;
	width: 50px;
}

#header .date-search-box input[type=submit] {
	background: url('../images/date-search-arrow.png') no-repeat center center;
	border: none;
	cursor: pointer;
	height: 11px;
	outline: none;
	margin: 7.5px 0 0 5px;
	padding: 0;
	width: 10px;
}

#header .date-search-box input[type=submit]:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}

#header .date-all-news {
	color: #52a3af;
	display: inline-block;
	margin-top: 3px;
	text-align: right;
	text-decoration: underline;
	width: 150px;
}

#header .date-all-news:hover {
	text-decoration: none;
}

#header .rate-box {
	background: url('../images/input-line.png') repeat-y center top;
	color: #5b5b5b;
	margin-left: 30px;
	min-height: 45px;
	width: 160px;
}

#header .rate-box b {
	color: #2a2a2a;
}

#header .rate-box .bottom {
	margin-top: 22px;
}

#header .weather-box {
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 30px;
    min-height: 49px;
    padding-left: 5px;
    text-align: right;
    width: 130px;
    margin-top: -10px;
}

#header .weather-box span {
	color: #52a3af;
}

#header .weather-box span.fs20 {
    position: relative;
    top: 3px;
}


#header .weather-box strong {
	color: #717171;
	display: inline-block;
	margin-top: -5px;
}

#header .search-box {
	margin-left: 30px;
    margin-top: -9px;
	width: 220px;
}

#header .languages {
	margin-bottom: 10px;
}

#header .languages li {
	margin-left: 15px;
}

#header .languages a {
	color: #52a3af;
	text-decoration: underline;
}

#header .languages a:hover,
#header .languages a.active {
	color: #3c3c3c;
	text-decoration: none;
}

#header .search-inner-box {
	position: relative;
	width: 218px;
}

#header .search-inner-box {
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	color: #AFAFAF;
	height: 28px;
	width: 218px;
}

#header .search-inner-box input[type=text] {
	background: none;
	border: none;
	color: #AFAFAF;
	height: 28px;
	margin: 0;
	outline: none;
	padding: 0 0 0 10px;
	width: 173px;
}

#header .search-inner-box input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
	color: #AFAFAF;
}

#header .search-inner-box input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #AFAFAF;
}

#header .search-inner-box input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #AFAFAF;
}

#header .search-inner-box input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #AFAFAF;
}

#header .search-inner-box input[type=submit] {
	background: url('../images/search-icon.png') no-repeat;
	border: none;
	cursor: pointer;
	height: 16px;
	margin: 0;
	position: absolute;
	padding: 0;
	right: 7px;
	top: 6px;
	width: 16px;
}

#header .search-inner-box input[type=submit]:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}

#header .menu.first {
	background-color: #52A3AF;
}

#header .menu.second {
	background-color: #7a7a7a;
}

#header .menu .center {
	box-sizing: border-box;
	padding-right: 50px;
	position: relative;
}

#header .menu li.fl {
	float: left;
	line-height: 52px;
}

#header .menu a {
	color: #FFFFFF;
    padding: 0 15px;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-khtml-transition: background-color 0.3s ease;
}

body.am #header .menu a {
    font-size: 12px;
    padding: 0 10px;
}

body.am #header .menu.first a {
     padding: 0 13px;
}

body.en #header .menu.first a {
    padding: 0 23px;
}

body.ru #header .menu.first a {
    padding: 0 17px;
}

body.ru #header .menu.first .day-all-news a {
    padding: 0 6px;
}

body.en #header .menu.second a {
    padding: 0 9px;
}


#header .menu .day-all-news {
    background: url('../images/daily_news.jpg?v=3') no-repeat 0 0;
}

#header .menu .day-all-news:hover {
    background: url('../images/daily_news.jpg?v=3') no-repeat 0 -52px !important;
}


.top-article-box .slider-desc-category, .important-news-items .title {
    background-color: #969292 !important;
}

#header .menu a:hover:not(.day-all-news-a),
#header .menu a.active {
	background-color: #595959;
	height: 52px;
}

#header .menu .next-level li.fl a:hover,
#header .menu .next-level li.fl a.active {
	background-color: #595959;
}

#header .plus-btn {
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	user-select: none;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

#header .plus-btn.active:before {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-khtml-transform: rotate(270deg);
}

#header .plus-btn:before {
	background-color: #FFFFFF;
	border-radius: 2px;
	content: '';
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 4px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
}

#header .plus-btn:after {
	background-color: #FFFFFF;
	border-radius: 2px;
	content: '';
	height: 4px;
	left: 0;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#content .top-article-box {
	padding: 27px 0 47px;
}

#content .top-article-inner {
	height: 488px;
	margin-left: 24px;
	position:relative;
	width: 588px;
}

#content .top-article-inner .slider-btns,
#content .top-article-inner .slider-play-toggle {
	display:none;
}

#content .top-article-inner .slider-content,
#content .top-article-inner .slider-box {
	height: 330px;
}

#content .top-article-inner .slider-box {
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .slider-box .slider-pv-box{
    top: 145px!important;
}

#content .top-article-inner .slider-box .link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .top-article-inner .slider-nav-items {
	box-sizing: border-box;
	bottom: 0;
	height: 158px;
	overflow: hidden;
	padding: 12px 12px 12px 16px;
	position: absolute;
	width: 196px;
	transition: border 0.3s ease, height 0.3s ease;
	-webkit-transition: border 0.3s ease, height 0.3s ease;
	-moz-transition: border 0.3s ease, height 0.3s ease;
	-o-transition: border 0.3s ease, height 0.3s ease;
	-ms-transition: border 0.3s ease, height 0.3s ease;
	-khtml-transition: border 0.3s ease, height 0.3s ease;
}

#content .top-article-inner .slider-nav-items.active,
#content .top-article-inner .slider-nav-items:hover  {
	border-top: 4px solid #dd5554;
	/*height: 220px;*/
}

#content .top-article-inner .slider-nav-items.active .slider-desc-bg,
#content .top-article-inner .slider-nav-items:hover .slider-desc-bg  {
	background-color: #474747;
	filter: alpha(opacity=90);
	opacity: .9;
}

#content .top-article-inner .slider-nav-items.active:before,
#content .top-article-inner .slider-nav-items:hover:before {
	display: none;
}

#content .top-article-inner .slider-nav-items.active .slider-desc-date,
#content .top-article-inner .slider-nav-items:hover .slider-desc-date {
	color: #C6C6C6;
}

#content .top-article-inner .slider-nav-items.active a.db,
#content .top-article-inner .slider-nav-items.active .slider-desc-text2,
#content .top-article-inner .slider-nav-items:hover a.db,
#content .top-article-inner .slider-nav-items:hover .slider-desc-text2 {
	display: block;
}

#content .top-article-inner .slider-nav-items.active .slider-desc-text1,
#content .top-article-inner .slider-nav-items:hover .slider-desc-text1 {
	color: #FFFFFF;
}

#content .top-article-inner .slider-desc-text2 {
	color: #a5a5a5;
	line-height: 15px;
	margin-top: 5px;
}

#content .top-article-inner .nav-item-1 {
	left: 0;
}

#content .top-article-inner .nav-item-2 {
	left: 196px;
}

#content .top-article-inner .nav-item-3 {
	left: 392px;
}

#content .top-article-inner .slider-nav-items:first-child:before {
	display: none;
}

#content .top-article-inner .slider-nav-items:before {
	background-color: #DFDFDF;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 1;
}

#content .slider-desc-content {
	position: relative;
   	max-height: 127px;
   	overflow: hidden;
}

#content .slider-desc-content span.global {
	color: #61BDCA;
	margin-top: 2px;
}

#content .slider-desc-bg {
	background-color: #F4F4F4;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: background-color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
	-moz-transition: background-color 0.3s ease, opacity 0.3s ease;
	-o-transition: background-color 0.3s ease, opacity 0.3s ease;
	-ms-transition: background-color 0.3s ease, opacity 0.3s ease;
	-khtml-transition: background-color 0.3s ease, opacity 0.3s ease;
}

#content .slider-desc-date {
	color: #838383;
}

#content .slider-desc-category {
	background-color: #52A3AF;
	border-radius: 3px;
	color: #FFFFFF !important;
	display: inline-block;
	height: 21px;
	line-height: 21px;
    margin: 9px 0 5px !important;
	padding: 0 7px;
}

#content .slider-desc-text1 {
	color: #272727;
	line-height: 17px;
	padding-top:10px;
}

h2 {
	margin-bottom: 15px;
	position: relative;
}

h2:before {
	background-color: #EFEFEF;
	content: '';
	height: 8px;
	left: 0;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 100%;
}

h2 a,
h2 span {
	background-color: #FFFFFF;
	color: #474747;
	padding-right: 7px;
	position: relative;
}

h2 a:hover {
	color: #52a3af;
}

#content .important-news-items {
	padding: 17px 0;
}

#content .important-news-items:hover {
	background-color: #EFEFEF;
}

#content .important-news-left {
	width: 132px;
}

#content .important-news-left .img {
	height: 99px;
	margin-bottom: 1px;
}

#content .important-news-left .title {
	background-color: #52A3AF;
	border-radius: 3px;
	color: #FFFFFF;
	height: 21px;
	line-height: 21px;
}

#content .important-news-left .title:hover {
	text-decoration: underline;
}

#content .important-news-right {
	margin-left: 20px;
	width: 416px;
}

#content .important-news-date {
	color: #838383;
	margin-bottom: 5px;
}

#content .important-news-date a {
	color: #52a3af;
}

#content .pv {
	background-image: url('../images/pv.png?v=1');
	background-repeat: no-repeat;
	height: 13px;
	display: inline-block;
	margin-left: 3px;
	width: 19px;
}

#content .pv.photo:hover {
	background-position: 0 -13px;
}

#content .pv.video {
	background-position: 0 -26px;
}

#content .pv.video:hover {
	background-position: 0 -39px;
}

#content .important-news-title a.fs18i {
	color: #1A1A1A;
	line-height: 20px;
	margin-bottom: 10px;
}
#content .important-news-title span.fs18i {
    color: #272727;
    line-height: 20px;
    margin-bottom: 10px;
}
#content .important-news-title a.fs18i:visited{
    color: #656565 !important;
}

#content .important-news-title a.bottom-desc, #content .important-news-title span.bottom-desc {
	color: #6f6f6f;
	line-height: 17px;
}

#content .important-news-list {
	height: 449px;
}

/* mCustomScrollbar */

.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container{ /* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: -6px;
	bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
	width: 3px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px; /* minimum dragger height */
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
	position: relative;
	width: 5px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools, 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
				margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
				margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
				opacity .2s ease-in-out, background-color .2s ease-in-out; 
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
				margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
				margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
				opacity .2s ease-in-out, background-color .2s ease-in-out; 
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
				margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
				margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
				opacity .2s ease-in-out, background-color .2s ease-in-out; 
	transition: width .2s ease-out .2s, height .2s ease-out .2s, 
				margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
				margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
				opacity .2s ease-in-out, background-color .2s ease-in-out; 
}



/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: rgba(0,0,0,0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; }

#content .interviews {
	height: 340px;
	margin-top: 35px;
}

#content .interviews.black {
	background-color: #4C4C4C;
}

#content .interviews.black .interview-slider:hover {
	background-color: #3D3D3D;
}

#content .interview-slider:hover {
	background-color: #EFEFEF;
}

#content .interviews.black .interview-slider:hover .slider-date {
	color: #FFFFFF;
}

#content .interview-slider:hover .slider-date {
	color: #4c4c4c;
}

#content .interview-slider .slider-date span {
	color: #61bdca;
}

#content .interview-blocks {
	position: relative;
	width: 228px;
}

.header-ads {
	margin-top: 20px;
}

.header-ad {
	margin: 0 30px;
}

.mid-ads, .mid2-ads {
	margin-top: 30px;
}
.mid-ad {
	margin: 0 6px;
}

.mid-ad.middle {
	margin-top: 8px;
}

.mid2ad {
	margin: 0 25px;
}

.ad-inner {
	text-align: center;
}

#content .interview-title {
	background-color: #52A3AF;
	border-radius: 3px 3px 0 0;
	color: #FFFFFF;
	height: 35px;
	left: 0;
	line-height: 35px;
	position: absolute;
	top: -35px;
	width: 100%;
}

#content .interview-title:hover {
	background-color: #3F8D98;
}

#content .interview-blocks {
	margin-left: 15px;
}

#content .interview-blocks:first-child {
	margin-left: 0;
}

#content .interview-slider {
	height: 340px;
	width: 228px;
}

#content .interview-slider:hover .slider-pic {
	border-bottom-color: #52A3AF;
}

#content .interview-slider a.fs15 {
	line-height: 18px;
	padding: 0 10px;
}

#content .interview-slider a.fs15 {
	color: #272727;
}

#content .interviews.black .interview-slider a.fs15 {
	color: #FFFFFF;
}

#content .interviews.black .interview-slider:hover a.fs15,
#content .interview-slider:hover a.fs15 {
	color: #61bdca;
}

#content .interview-slider:hover .slider-btns {
	filter: alpha(opacity=100);
	opacity: 1;
}

#content .interview-slider .slider-box {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .interview-slider .slider-pic {
	border-bottom: 5px solid transparent;
	height: 161px;
	margin-bottom: 13px;
}

#content .interview-slider .slider-pic img {
	max-width: 100%;
}

#content .slider-pv-box {
	height: 30px;
	position: absolute;
	right: 0;
	top: 131px;
}

#content .slider-pv-box span.outer {
	height: 30px;
	margin-left: 1px;
	position: relative;
	width: 30px;
}

#content .slider-pv-box span.outer:before {
	background-color: #000000;
	content: '';
	filter: alpha(opacity=60);
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .slider-pv-box span.inner {
	background-image: url('../images/pv1.png');
	background-repeat: no-repeat;
	height: 10px;
	left: 50%;
	margin: -5px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 17px;
}

#content .slider-pv-box span.photo:hover span.inner {
	background-position: 0 -10px;
}

#content .slider-pv-box span.video span.inner {
	background-position: 0 -20px;
}

#content .slider-pv-box span.video:hover span.inner {
	background-position: 0 -30px;
}

#content .interview-slider .slider-date {
	color: #b0b0b0;
	margin-bottom: 15px;
	padding: 0 10px;
}

#content .interview-slider .slider-btns {
	background-image: url('../images/interview-arrows.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	cursor: pointer;
	display: block;
	filter: alpha(opacity=0);
	height: 17px;
	opacity: 0;
	position: absolute;
	top: 308px;
	width: 12px;
	user-select: none;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

#content .interview-slider .slider-prev {
	left: 10px;
}

#content .interview-slider .slider-prev:hover {
	background-position: 0 -16px;
}

#content .interview-slider .slider-next {
	background-position: 0 -34px;
	left: 42px;
}

#content .interview-slider .slider-next:hover {
	background-position: 0 -51px;
}

#content .videos {
	background-color: #EFEFEF;
	padding: 55px 0;
}

#content .videos-list {
    background-color: #EFEFEF;
    padding: 24px 0;
}
#content .videos-list h2{
    width: 700px!important;
    margin-left: 27px!important;
}
.news .videos {
	margin-bottom: 30px;
}

.news .interviews {
	margin-bottom: 30px;
}

#content .videos h2:before {
	background-color: #E4E4E4;
}

#content .videos h2 span {
	background-color: #EFEFEF;
}

#content .video-box {
	height: 451px;
	margin-left: 25px;
	width: 587.5px;
}

#content .video-box-list {
    height: 332px;
    margin-left: 25px;
    width: 739px;
}

#content .video-box img {
	max-width: 100%;
}

#content a.video-box {
	position: relative;
}

#content .video-info {
    padding-top: 12px;
}

#content .video-info span {
    color: #838383;
}

#content .video-info p {
    color: #272727;
    line-height: 19px;
    padding-top: 14px;
}

#content .video-left:hover:after,
#content .video-box.first a:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

#content .video-box.first a {
    height: 332px;
    position: relative;
}

#content .video-box.first a:after {
	background-image: url('../images/video-big-play.png');
	background-repeat: no-repeat;
	content: '';
	filter: alpha(opacity=40);
	height: 134px;
	left: 50%;
	margin: -67px 0 0 -67px;
	opacity: .4;
	position: absolute;
	top: 50%;
	width: 134px;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-khtml-transition: opacity 0.3s ease;
}

#content .video-left {
	height: 106px;
	position: relative;
	width: 188px;
}

#content .video-left:after {
	background-image: url('../images/video-small-play.png');
	background-repeat: no-repeat;
	content: '';
	filter: alpha(opacity=40);
	height: 53px;
	left: 50%;
	margin: -26.5px 0 0 -26.5px;
	opacity: .4;
	position: absolute;
	top: 50%;
	width: 53px;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-khtml-transition: opacity 0.3s ease;
}

#content .video-right {
	margin: 3px 0 0 15px;
    width: 364px;
}

#content .video-date {
	color: #838383;
	margin-bottom: 7px;
}

#content .video-date a {
	color: #52a3af;
}

#content .video-date a:hover {
	text-decoration: underline;
}

#content .video-right a.fs15 {
	color: #272727;
	line-height: 17px;
}

#content .video-box-item {
	margin-top: 9px;
}

#content .video-box-item:hover {
	background-color: #E4E4E4;
}

#content .video-box-item:first-child {
	margin-top: 0;
}

#content .day-news {
	margin: 25px 0 45px;
}

#content .advertisement {
	margin-bottom: 45px;
    text-align: center;
}

#content .day-news-box {
	margin-left: 24px;
	width: 588px;
}

#content .day-news-list {
	height: 900px;
}

#content .day-news-items {
	padding: 17px 0;
}

#content .day-news-items:hover {
	background-color: #EFEFEF;
}

#content .day-news-left {
	position: relative;
	width: 162px;
}

#content .day-news-left .slider-pv-box {
	top: 91px;
}

#content .day-news-left .img {
	height: 121px;
	margin-bottom: 1px;
}

#content .day-news-left .title {
	background-color: #52A3AF;
	border-radius: 3px;
	color: #FFFFFF;
	height: 21px;
	line-height: 21px;
}

#content .day-news-left .title:hover {
	text-decoration: underline;
}

#content .day-news-right {
	margin-left: 15px;
	padding-right: 15px;
	width: 386px;
}

#content .day-news-date {
	color: #838383;
	margin-bottom: 5px;
}

#content .day-news-date a {
	color: #52a3af;
}

#content .day-news-date a:hover {
	text-decoration: underline;
}

#content .day-news-right .pv {
	background-image: url('../images/pv.png?v=1');
	background-repeat: no-repeat;
	height: 13px;
	display: inline-block;
	margin-left: 3px;
	width: 19px;
}

#content .day-news-right .pv.photo:hover {
	background-position: 0 -13px;
}

#content .day-news-right .pv.video {
	background-position: 0 -26px;
}

#content .day-news-right .pv.video:hover {
	background-position: 0 -39px;
}

#content .day-news-title a.fs18i {
	color: #1A1A1A;
	line-height: 20px;
	margin-bottom: 10px;
}

#content .day-news-title a.bottom-desc {
	color: #6f6f6f;
	line-height: 17px;
}

#content .short-news-block{
    width: 100%;
    padding-right: 0!important;
}

#content .short-news-block * {
    padding-bottom: 0!important;
}

#content .short-news-items {
	padding: 10px 15px;
    font-size: 11px;
}

#content .short-news-items.bg {
	background-color: #EFEFEF;
}

#content .short-news-date {
	margin-bottom: 3px;
}

#content .short-news-date span.time {
    background-image: url('../images/list-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}
#content .short-news-date span {
    color: #474747;
	min-height: 11px;
	margin-right: 5px;
	padding-right: 30px;
    font-size: 13px;
}

#content .short-news-link {
	color: #656565;
	line-height: 22px;
    cursor: default;
}

#content .news-link {
    color: #54a7b3;
    line-height: 22px;
    cursor: pointer;
}

#content .short-news-content {
	padding: 10px 0 0;
}

#content .short-news-content p,#content .short-news-content div  {
	color: #717171;
	line-height: 17px;
	padding-bottom: 0;
    font-size: 13px;
}

#content .short-news-content a {
    color: #54a7b3;
}

#content .short-news-source {
	border-top: 1px solid #DEDEDE;
	color: #7b7b7b;
	display: inline-block;
    margin-top: 20px;
	padding: 10px 30px 0 0;
}

#content .short-news-source a {
	color: #474747;
}

#content .short-news-source a:hover {
	text-decoration: underline;
}

#content .advertisement-box {
	padding-bottom: 45px;
}

#content .advertisement-inner {
	margin-left: 24px;
	width: 588px;
}

#content .photos-box {
    margin-top: 20px;
}

#content .photos-left {
	height: 345px;
	width: 793px;
}

#content .photos-left a:first-child {
	height: 266px;
	margin-left: 0;
	width: 393px;
}

#content .photos-left a:first-child img {
	height: 266px;
	width: 393px;
}

#content .photos-left a {
	height: 130px;
	margin: 0 0 5px 5px;
	overflow: hidden;
	width: 195px;
}

#content .photos-left img {
	max-width: 100%;
}

#content .pic-list {
	margin-bottom: 5px;
}

#content .photos-all {
	color: #55a4af;
	height: auto !important;
	margin: 0 !important;
	position: relative;
}

#content .photos-all:hover {
	color: #989898;
}

#content .photos-all:hover:after {
	background-position: left -34px;
}

#content .photos-all:after {
	background: url('../images/interview-arrows.png') no-repeat left -51px;
	content: '';
	display: block;
	height: 17px;
	margin-top: -6px;
	position: absolute;
	right: -20px;
	top: 50%;
	width: 12px;
}

#content .photos-right {
	height: 305px;
	margin-left: 24px;
	position: relative;
	width: 383px;
}

#content .photos-right h2 {
	color: #7b7b7b;
	line-height: 23px;
}

#content .photos-right h2:before {
	display: none;
}

#content .facebook-box {
	bottom: 0;
	height: 214px;
	left: 0;
	position: absolute;
	width: 100%;
}

#content .other-news {
	padding-bottom: 45px;
}

#content .other-news-box {
	margin-left: 24px;
	position: relative;
	width: 588px;
}

#content .other-news-box h2 {
	margin: 20px 0 15px 129px;
}

#content .other-link {
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 119px;
}

#content .other-news .important-news-left,
#content .other-news-box .img {
	height: 97px;
	width: 163px;
}

#content .other-news .important-news-right {
	padding-right: 15px;
	width: 390px;
}

#content .advertisement-second-box {
	margin-bottom: 20px;
}

#content .advertisement-second-top {
	height: 121px;
	margin-bottom: 21px;
}

#content .advertisement-second-blocks {
    height: 90px;
    margin-left: 21px;
    width: 386px;
}

#content .advertisement-second-blocks.first {
	padding-left: 0;
}

#content .short-news-box.under-scroll {
    height: 900px;
}

#content .day-news-header {
    background-color: #52a3af;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
}
#content .day-news-header:before {
    display: none;
}

#content .day-news-header a {
    background-color: transparent;
    color: #ffffff;
    padding: 0 20px;
}

#content .day-news-header a:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 7px;
    content: '';
    display: inline-block;
    height: 0;
    margin-left: 10px;
    position: relative;
    top: -2px;
    width: 0;
}

#content .day-news-header a:hover {
    text-decoration: underline;
}

#footer .footer-content {
    background-image: url('../images/footer-bg.jpg?p=2');
    padding-top: 30px;
}

#footer .blocks {
	margin-left: 24px;
	width: 588px;
}

#footer .logo-box {
	margin-bottom: 25px;
}

#footer .logo-box a.logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 32px;
	text-indent: -99999px;
	width: 326px;
}

#footer .logo-box ul {
	margin-left: 20px;
}

#footer .logo-box li {
	float: left;
	margin-left: 15px;
}

#footer .logo-box li a {
	background-image: url('../images/socials.png?c=234');
	background-repeat: no-repeat;
	height: 21px;
	text-indent: -99999px;
	width: 24px;
}

#footer .logo-box li a.soc-1:hover {
	background-position: 0 -21px;
}

#footer .logo-box li a.soc-2 {
	background-position: 0 -42px;
}

#footer .logo-box li a.soc-2:hover {
	background-position: 0 -63px;
}

#footer .logo-box li a.soc-3 {
	background-position: 0 -84px;
}

#footer .logo-box li a.soc-3:hover {
	background-position: 0 -105px;
}

#footer .logo-box li a.soc-4 {
	background-position: 0 -126px;
}

#footer .logo-box li a.soc-4:hover {
	background-position: 0 -147px;
}

#footer .buttons-box {
	border-top: 1px solid #5B5B5B;
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer .buttons-box li {
	margin-left: 40px;
}

#footer .buttons-box li a,
#footer .buttons-box li span  {
	background-image: url('../images/footer-buttons.png');
	background-repeat: no-repeat;
	color: #e3e3e3;
	height: 24px;
	line-height: 24px;
	padding-left: 29px;
}

#footer .buttons-box li a:hover {
	color: #FFFFFF;
}

#footer .buttons-box li a.button-1:hover {
	background-position: 0 -24px;
}

#footer .buttons-box li a.button-2 {
	background-position: 0 -48px;
}

#footer .buttons-box li a.button-2:hover {
	background-position: 0 -72px;
}

#footer .buttons-box li a.email {
	background-position: 0 -96px;
    display: block;
}

#footer .buttons-box li a.email:hover {
	background-position: 0 -120px;
}

#footer .copy {
	color: #959595;
	line-height: 15px;
	width: 760px;
}

#footer .copy span,
#footer .copy a {
	color: #cbcbcb;
}

#footer .copy a:hover {
	text-decoration: underline;
}

#footer .blocks .list {
	margin-left: 100px;
	padding-left: 99px;
	position: relative;
    width: 144px;
}

#footer .blocks .list:before {
	background-color: #5E5D5D;
	bottom: 0;
	content: '';
	left: -29px;
	position: absolute;
	top: 0;
	width: 1px;
}

#footer .blocks .list:first-child {
	margin-left: 50px;
	padding-left: 50px;
}

#footer .blocks .list:first-child:before {
	display: none;
}

#footer .blocks .list li {
	margin-bottom: 17px;
}

#footer .blocks .list a {
	color: #bfbfbf;
}

#footer .blocks .list a:hover {
	color: #60b7c3;
}

#footer .footer-bottom {
	margin-top: 30px;
	padding: 20px 0;
	position: relative;
}

#footer .footer-bottom:before {
	background-color: #030303;
	content: '';
	filter: alpha(opacity=10);
	height: 100%;
	left: 0;
	opacity: .1;
	position: absolute;
	top: 0;
	width: 100%;
}

#footer .footer-bottom .center {
	position: relative;
}

#footer .helix {
	background-image: url('../images/helix-logo.png');
	background-repeat: no-repeat;
	height: 27px;
	margin-top: 10px;
	text-indent: -99999px;
	width: 156px;
}

#footer .helix:hover {
	background-position: left -27px;
}

#fixed-popup.stickey .fixed-button,
#fixed-popup.stickey .fixed-block {
	position: fixed;
	top: 20px;
}

.fixed-button  {
	background-repeat: no-repeat;
	cursor: pointer;
	height: 290px;
	left: 0;
	position: absolute;
    top: 275px;
	width: 55px;
}

.fixed-button.am {
	background-image: url('../images/most-readable-hy.png');
}

.fixed-button.ru {
	background-image: url('../images/most-readable-ru.png');
}

.fixed-button.en {
	background-image: url('../images/most-readable-en.png');
}

.fixed-block {
	left: -550px;
	position: absolute;
    top: 275px;
	width: 420px;
	z-index: 5;
}

.fixed-block h3 {
	background-color: #52A3AF;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	color: #FFFFFF;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	padding: 0 50px 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.fixed-list {
	background-color: #FFFFFF;
	box-shadow: 1px 1px 4px #CCCCCC;
	height: auto;
	max-height: 505px;
}

.fixed-list .mCSB_scrollTools {
	bottom: 5px;
	right: 0;
	top: 5px;
}

.fixed-item {
	background-color: #FFFFFF;
	padding: 20px;
}

.fixed-item:hover .fixed-title {
	color: #52A3AF;
}

.fixed-item.gray {
	background-color: #F4F4F4;
}

.fixed-date {
	color: #838383;
	margin-bottom: 5px;
}

.fixed-title {
	color: #272727;
	line-height: 22px;
}

.fixed-close  {
	background-image: url('../images/popup-close.png');
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 18px;
}

.fixed-close:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}

/* News styles */

#content .news-wrapper {
	padding: 40px 0 50px;
}

#content .news-left {
	width: 790px;
}

#content .news-left-list {
	margin-bottom: 40px;
}

#content .news-left-list div.fs12 {
	border-top: 1px solid #EFEFEF;
	margin-top: 40px;
	padding-top: 19px;
}

#content .news-left-list div.fs12:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#content .news-left-list .important-news-title:hover span {
	text-decoration: underline;
}

#content .news-right {
	margin-left: 24px;
	width: 386px;
}

#content .news-short-list{
	height: 3632px;
}
#content .short-news-list-pg .news-short-list, #content .news-view-pg .news-short-list {
	height:2632px !important;
}

#content .news-inner > img {
	margin-bottom: 20px;
	max-width: 100%;
}

#content .news-inner-category {
	margin-bottom: 30px;
}

#content .category-link {
	background-color: #52A3AF;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
}

#content .category-link:hover {
	text-decoration: underline;
}

#content .news-inner-category span {
	color: #474747;
	margin-left: 10px;
}

#content .news-inner-category span.fs12 {
	color: #52a3af;
}

#content .news-inner h3 {
	color: #272727;
	line-height: 30px;
	margin-bottom: 15px;
}

#content .news-author {
	color: #636363;
	margin-bottom: 20px;
}

#content .html-content {
	font-size: 1.429em;
}

#content .html-content p {
	color: #000000;
    font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}

#content .album-inside-news {
    margin: 0 50px;
}

#content .album-inside-news .fancybox-thumbs {
    margin: 0 20px 0 0;
}

#content .album-inside-news-see-all {
    background-color: #54a7b3;
    border: none;
    outline: none;
    height: 28px;
    color: #ffffff;
    cursor: pointer;
    width: 660px;
    font-size: 14px;
}

#content .album-inside-news-see-all:hover {
  background-color: #3F8D98!important;
}

#content .html-content .info {
	background-color: #F4F4F4;
	border-radius: 3px;
	line-height: 25px;
	margin: 30px 50px;
	padding: 10px 35px;
    font-size: 14px;
}

#content .html-content .info span {
	color: #959595;
	position: relative;
}

#content .html-content .info span:before {
	background-image: url('../images/static-arrow.png');
	background-repeat: no-repeat;
	content: '';
	height: 14px;
	left: -22px;
	position: absolute;
	top: 5px;
	width: 14px;
}

#content .html-content .info a {
	color: #52a3af;
	margin-left: 5px;
}

#content .html-content .info a:hover {
	text-decoration: underline;
}

#content .news-left.static {
	height: auto;
}

#content .publications-list {
	margin-bottom: 30px;
}

#content .publications-list li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 25px;
}

#content .publications-list li:before {
	background-image: url('../images/static-arrow.png');
	background-repeat: no-repeat;
	content: '';
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 14px;
}

#content .publications-list a {
	color: #52a3af;
	line-height: 22px;
}

#content .publications-list a:hover {
	text-decoration: underline;
}

#content .publications-share {
	margin-bottom: 40px;
}

#content .publications-share .fr {
	color: #272727;
}

#content .publications-mistake {
	border-top: 1px solid #a8a8a8;
	color: #a8a8a8;
	line-height: 17px;
	padding-top: 15px;
}

/* Paging */

.pagingBlock{
    padding-bottom: 50px;
    margin: 0 auto;
}

 .pagingNavItem {
	color: #6f6f6f;
	display: block;
    float: left;
    height: 21px;
    line-height: 21px;
    margin: 0 5px;
    min-width: 21px;
    padding: 0 3px;
    text-align: center;
}

 .pagingNavItem:hover,
 .pagingNavItemActive {
	background-color: #52A3AF;
	border-radius: 3px;
	color: #FFFFFF;
}

 .pagingNavItemArrow {
	background-image: url('../images/paging-arrows.png');
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	text-indent: -99999px;
	width: 21px;
}

 .pagingNavItemArrow.previous {
     background-position: center -21px;
	margin-right: 5px;
}

 .pagingNavItemArrow.previous:hover {
     background-position: center 0;
}

 .pagingNavItemArrow.next {
	background-position: center -63px;
	margin-left: 5px;
}

 .pagingNavItemArrow.next:hover {
     background-position: center -42px;
}

/* Photos and videos */

#content .media-block {
	margin: 0 0 30px 23px;
	width: 248px;
}

#content .media-block:hover a.fs16 {
	color: #52A3AF;
}

#content .media-top-link {
	height: 165px;
	margin-bottom: 10px;
}

#content .media-block p {
	color: #838383;
	padding-bottom: 7px;
}

#content .media-block a.fs16 {
	color: #272727;
	line-height: 20px;
}

#content .media-block.video:hover .media-top-link:before {
	filter: alpha(opacity=100);
	opacity: 1;
}

#content .media-block.video .media-top-link {
	position: relative;
}

#content .media-block.video .media-top-link:before {
	background-image: url('../images/video-middle-play.png');
	content: '';
	filter: alpha(opacity=40);
	height: 66px;
	left: 50%;
	opacity: .4;
	margin: -33px 0 0 -33px;
	position: absolute;
	top: 50%;
	width: 66px;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-khtml-transition: opacity 0.3s ease;
}

/* Voting */

.voting-box {
    padding-top: 30px;
}

.voting-box h3 {
    background-color: #52A3AF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
}

.voting-box h3 a {
    color: #FFFFFF;
    cursor: pointer;
}

.voting-box h3 span {
    color: #FFFFFF;
}

.voting-list {
    background-color: #EFEFEF;
    padding: 20px 20px 40px;
}

.voting-list p {
    color: #4c4c4c;
    line-height: 22px;
    padding-bottom: 20px;
}

.voting-item {
    background-color: #ABABAB;
    margin: 0 0 15px 77px;
    padding: 10px;
    position: relative;
    width: 190px;
}

.voting-percent {
    background-color: #52A3AF;
    height: 100%;
    left: 0;
    position: absolute;
    margin-top: -10px;
}

.voting-text {
    color: #FFFFFF;
    position: relative;
}

.voting-count {
    color: #878787;
    left: 220px;
    position: absolute;
    top: 0;
}


#content .voting-wrapper {
    padding: 40px 0;
}

#content .voting-box {
    border-top: 6px solid #52A3AF;
    margin: 0 0 22px 22px;
    padding-top: 0;
    width: 589px;
}

#content .voting-dot {
    margin: 0 0 10px 50px;
    position: relative;
    width: 210px;
}

#content .voting-dot label {
    color: #656464;
    cursor: pointer;
    line-height: 18px;
    position: relative;
    padding-left: 30px;
}

#content .voting-dot label:before {
    background: url('../images/radio-btn-icon.png') no-repeat;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

#content .voting-dot label:hover:before {
    background-position: left -20px;
}

#content .voting-dot label.active:before {
    background-position: left -40px;
}

#content .voting-dot input[type=radio] {
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
}

#content .voting-buttons {
    padding-top: 20px;
}

#content .voting-buttons .btns {
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 36px;
    outline: none;
    padding: 0 15px;
}

#content .voting-buttons .btns.send {
    background-color: #52A3AF;
}

#content .voting-buttons .btns.send:hover {
    background-color: #60BECD;
}

#content .voting-buttons .btns.result {
    background-color: #6B6B6B;
    line-height: 36px;
    margin-left: 5px;
}

#content .voting-buttons .btns.result:hover {
    background-color: #979797;
}

#content .voting-buttons .btns:active {
    box-shadow: 0 0 3px #000000 inset;
}

#content .voting-block {
    border-top: none;
    margin-top: 20px;
}

#content .voting-block h3 a.fs18 {
    text-decoration: underline;
}

#content .voting-block h3 a.fs18:hover {
    text-decoration: none;
}

#content .category-block {
    margin-bottom: 40px;
}

#content .category-left  {
    width: 162px;
}

#content .category-right  {
    margin-left: 15px;
    width: 613px;
}

.sun{
    background-image: url('../images/sun.png');
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}


.moon{
    background-image: url('../images/moon.png');
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    position: absolute;
}

.moon-block {
    margin-top: 5px;
}

.moon-block,
.sun-block {
	position: relative;
}

.weather-text {
    color: #5b5b5b!important;
	left: 33px;
	position: absolute;
	top: 7px;
}

.day-news-items .day-news-title a.fb {
	color: #656565;
}

.day-news-items .day-news-title a.fb:visited {
   color: #656565 !important;
}

.html-content a {
    color: #52A3AF;
}

.addthis_button_facebook_like {
	margin-left: 10px;
}

.addthis_button_compact .aticon-compact {
	margin-right: 7px;
}

.addthis-buttons a {
    background-image: url('../images/share_icons.png');
    background-repeat: no-repeat;
    width: 20px!important;
    height: 21px!important;
}

.addthis-buttons a.addthis_button_facebook {
    background-position: 0 0;
}

.addthis-buttons a.addthis_button_facebook:hover {
    background-position: 0 -21px;
}

.addthis-buttons a.addthis_button_twitter {
    background-position: -25px 0;
}

.addthis-buttons a.addthis_button_twitter:hover {
    background-position: -25px -21px;
}

.at15t,
.at16nc,
.at300bs {
    display: none !important;
}

.short-news-wrapper a {
	color: #61BDCA;
}

.short-news-wrapper .short-text *{
	line-height: 18px;
}

.news-feed-tblock {
	margin-left: 190px;
}

.home-news-tab {
	background-color: #ccc;
	height: 45px;
	text-align: center;
	width: 50%;
}

.home-news-tab a {
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
}

.home-news-tab.ui-tabs-active {
	background-color: #52A3AF;
}

.home-news-tab.ui-tabs-active {
	position: relative;
}

.home-news-tab.ui-tabs-active a {
	color: #FFFFFF;
	position: relative;
}

.home-news-tab.ui-tabs-active:after {
	border-color: #52A3AF transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	content: '';
	display: block;
	height: 0;
	margin: 0 auto;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	width: 0;
}

.tab-newsline-more {
	padding: 20px 0;
}

.tab-newsline-more a {
	display: inline-block;
	color: #52A3AF;
}

.tab-newsline-more a:after {
	background-image: url(../images/more.png);
	width: 16px;
	height: 14px;
	content: '';
	display: inline-block;
	margin-left: 10px;
}

.editors-choice {
	background-color: #52A3AF;
	color: #FFFFFF;
	padding-left: 20px;
}

#tabs .important-news-items {
	padding: 12px 0;
}
#tabs .important-news-list {
	height: 423px;
}

.news-tab-content {
	margin-top: 20px;
}

@media only screen and ( -webkit-min-device-pixel-ratio: 2 ),
			 only screen and ( -webkit-min-device-pixel-ratio: 1.5 ),
			 only screen and (-moz-min-device-pixel-ratio:      2),
			 only screen and (-o-min-device-pixel-ratio:          3/2),
			 only screen and (-o-min-device-pixel-ratio:          2/1),
			 only screen and (min--moz-device-pixel-ratio:     1.5),
			 only screen and (min-device-pixel-ratio:             1.5),
			 only screen and (min-device-pixel-ratio:              2) {
	
	#header .date-search-box input[type="submit"] {
		background-image: url('../images/retina/date-search-arrow_2.png');
		background-size: 10px 11px;
	}
	
	.sun {
		background-image:url('../images/retina/sun.png');
		background-size: 20px 20px;
	}
	
	.moon {
		background-image:url('../images/retina/moon.png');
		background-size: 20px 20px;
	}
	
	#header .search-inner-box input[type="submit"] {
		background-image: url('../images/retina/search-icon_2.png');
		background-size: 16px 16px;
	}
	
	#content .interview-slider .slider-next,
	#content .interview-slider .slider-prev {
		background-position: 0 0 !important;
		background-size: 12px 17px;
	}
	
	#content .interview-slider .slider-prev {
		background-image: url('../images/retina/interview-arrows_21.png');
		
	}
	
	#content .interview-slider .slider-next {
		background-image: url('../images/retina/interview-arrows_22.png');
	}
	
	#footer .logo-box li a.soc-1,
	#footer .logo-box li a.soc-2,
	#footer .logo-box li a.soc-3 {
		background-size: 24px 21px;
		background-position: 0 0 !important;
	}
	
	#footer .logo-box li a.soc-1 {
		background-image: url('../images/retina/soc-1.png');
	}
	
	#footer .logo-box li a.soc-2 {
		background-image: url('../images/retina/soc-2.png');
	}
	
	#footer .logo-box li a.soc-3 {
		background-image: url('../images/retina/soc-3.png');
	}
	
	#footer .buttons-box li .button-1,
	#footer .buttons-box li a.button-2,
	#footer .buttons-box li a.email {
		background-position: 0 0 !important;
		background-size: 24px 24px;
	}
	
	#footer .buttons-box li .button-1 {
		background-image: url('../images/retina/footer-buttons_21.png');
	}
	
	#footer .buttons-box li a.button-2 {
		background-image: url('../images/retina/footer-buttons_22.png');
	}
	
	#footer .buttons-box li a.email {
		background-image: url('../images/retina/footer-buttons_23.png');
	}
	
	#footer .helix {
		background-image: url('../images/helix-logo2.png');
		background-position: 0 0 !important;
		background-size: 156px 27px;
	}
	
 }