* { padding: 0; margin: 0; box-sizing: border-box; }

html, body { padding: 0; margin: 0; }
ul {list-style: none;}
a { text-decoration: none; }

body {
	background-color: #fff;
	position: relative;
}

body.white {
	background-color: #E5E5E5;
}
body.fixed {
	overflow: hidden;
}


header {
	position: relative;
	z-index: 20;
}

iframe {
	border: none;
	overflow: hidden;
}

.main {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

.under {
	display: block;
	height: 50px;
}

.under.hide {
	display: none;
}

.nav-container.fixed {
	position: fixed;
	top: 0;
}

.transition {
	-webkit-transition:  right 800ms cubic-bezier(.60,.70,.90,.95);
	-moz-transition:  right 800ms cubic-bezier(.60,.70,.90,.95);
	-ms-transition:  right 800ms cubic-bezier(.60,.70,.90,.95);
	-o-transition:  right 800ms cubic-bezier(.60,.70,.90,.95);
	transition:  right 800ms cubic-bezier(.60,.70,.90,.95);
}

.transition-bg {
	-webkit-transition:  800ms ease;
	-moz-transition:  800ms ease;
	-ms-transition:  800ms ease;
	-o-transition:  800ms ease;
	transition:  800ms ease;
}


.header-banner {
    width: auto;
    height: 160px;
    margin: 0 auto;
    position: relative;
    /*z-index: 2;*/
}

.nav-container {
	width: 100%;
	/*height: 50px;*/
	height: 61px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	position: relative;
	z-index: 20;
}

.logo {
	width: 138px;
	height: 100%;
	/*padding: 8.5px 0;*/
	display: inline-block;
	float: left;
	padding-top: 5.5px;
}

.logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.static-nav {
	position: absolute;
	display: inline-block;
	float: right;
}

.static-nav ul {
	display: inline-block;
}

.static-nav ul > li {
	display: inline-block;
	height: 100%;
	padding: 0 12px;
}

.static-nav ul > li a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	font-family: "ProximaNova-Regular";
}

.hamburger {
	display: inline-block;
	float: right;
	font-size: 14px;
	font-family: "ProximaNova-SemiBold";
	line-height: 50px;
    margin-left: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 50px;
}

.hamburger.left { left: 0; }
.hamburger.right { right: 6px;margin-top: 5px; }

.hamburger .fa {
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 1px;
	line-height: 47px;
}

.hamburger.left .fa { float: left; }



.hot-news {
	width: 100%;
	height: 50px;
	background-color: #035;
	border: 1px solid #eee;
	display: block;
	margin-left: -1px;
}

.arrows {
	line-height: 48px;
	display: inline-block;
	user-select: none;
}

.hot-arrow {
	width: 30px;
	height: 20px;
	background-color: #fff;
	display: inline-block;
	font-size: 21px;
	color: #036;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.hot-arrow.disabled {
	opacity: .5;
	cursor: auto;
}


.hot_news {
	display: inline-block;
	font-size: 14px;
	font-family: "ProximaNova-Regular";
	color: #fff;
	margin-left: 16px;
    max-width: 395px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.socials_search {
	float: right;
	display: inline-block;
	max-height: 48px;
    height: 48px;
}

.socials_search.clone { display: none; }
.socials_search.clone.active { display: inline-block;margin-top: 9px; }

.socials {
	display: inline-block;
	padding: 10px;
}

.socials .social-item {
	display: inline-block;
	font-size: 25px;
	margin-right: 9px;
}

.socials .social-item > a {
	color: #fff;
	text-decoration: none;
	margin-left: 6px;
}

.socials_search.clone .socials .social-item > a .fa-envelope { color: #00AFEF; }
.socials_search.clone .socials .social-item > a .fa-android { color: #85C808; }
.socials_search.clone .socials .social-item > a .fa-apple { color: #000; }
.socials_search.clone .socials .social-item > a .fa-facebook { color: #3A589B; }
.socials_search.clone .socials .social-item > a .fa-twitter { color: #41D9F2; }

.socials_search .socials .social-item:hover > a .fa-envelope { color: #00AFEF; }
.socials_search .socials .social-item:hover > a .fa-android { color: #85C808; }
.socials_search .socials .social-item:hover > a .fa-apple { color: #000; }
.socials_search .socials .social-item:hover > a .fa-facebook { color: #3A589B; }
.socials_search .socials .social-item:hover > a .fa-twitter { color: #41D9F2; }

.socials_search.clone .search input { border: 1.5px solid #036; }

.search {
	display: inline-block;
	padding: 9px 0;
	width: 110px;
}

.search input.active {
	width: 940px;
}

.search.top input.active {
	width: 785px;
}

.search input {
	width: 110px;
	height: 30px;
	border-radius: 5px;
	box-shadow: none;
	outline: none;
	padding: 0 15px;
	border: 0;
	padding-right: 25px;
	background: #fff;
	cursor: text;
	font-size: 22px;
	font-family: "ProximaNova-Regular";

	position: absolute;
	right: 10px;
	top: 9px;

	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}

.search .search-icon {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 20px;
    height: 50px;
    padding: 12px 3px;
    font-size: 20px;
    cursor: pointer;
    color: #036;
}


header.hide {
	/*top: -160px;*/
	-webkit-transform: translateY(-160px);
			transform: translateY(-160px);
}


.catMenu {
    position: absolute;
    top: 110px;
    z-index: 55;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    display: none;
}
.catMenu.fixed {
	position: fixed;
	top: 50px;
}

.catMenu .main { height: 100%; }
.cats, .cats li { height: 100% }

.cats li {
	display: inline-block;
	margin-right: 17px;
}

.cats li:last-child {
	margin: 0;
}

.cats li a {
	display: block;
	font-size: 14px;
	font-family: "ProximaNova-Regular";
	color: #000;
	line-height: 50px;
	text-transform: uppercase;
}

.cats li.active a {
	color: #025877;
}

.catMenu.hide {
	top: 155px;
}


.fl {float: left;}
.fr {float: right;}
.pl130 {padding-left: 130px}
.pr130 {padding-right: 130px}
.static-nav.left {     right: 265px; }
.static-nav.right { right: 0; }


.nav-container .main { position: relative; }


/*  Pages   */

.col {
	margin-right: 20px;
	float: left;
}

.col:nth-child(2) {
	margin-right: 0;
}
.col600 {
	width: 620px;
}
.col300 {
	width: 300px;
}

.slider-container {
	position: relative;
	height: 405px;
}

.slideTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 36px;
	max-height: 230px;
	min-height: 120px;
	height: auto;
	color: #fff;
	font-size: 28px;
	font-family: "ProximaNova-ExtraBold";
	line-height: 32px;
	background: linear-gradient(to top, black, black 35%, rgba(0,0,0,0));
	background: -o-linear-gradient(to top, black, black 35%, rgba(0,0,0,0));
	background: -moz-linear-gradient(to top, black, black 35%, rgba(0,0,0,0));
	background: -webkit-linear-gradient(to top, black, black 35%, rgba(0,0,0,0));
}

.slide-shadow {
	width: 100%;
	height: 33px;
	background-color: #000;
}


.customDots {
	padding: 12.5px 22px;
	position: relative;
	background-color: #030000;
	height: 55px;
}

.customDot {
	text-align: center;
	float: left;
	margin-right: 33px;
}

.customDot:last-child {
	margin-right: 0;
}

.customDotInner {
	display: block;
	width: 100%;
	height: 100%;
	background-color: red;
	text-align: center;
	width: 68px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
    vertical-align: middle;
    background-color: #fff;
    color: #036;
    border-radius: 4px;
    font-size: 24px;
    font-family: "ProximaNova-Bold";
    cursor: pointer;
}

.customDotInner.active {
	color: #fff;
	background-color: #00afef;
}

.customNavPrev, .customNavNext {
	width: 36px;
	height: 36px;
	display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.customNavPrev {
	left: 0;
}
.customNavNext {
    right: 0;
}



/*  NEWS ITEMS  */

.special-news-item {
	width: 100%;
	max-width: 300px;
}

.middle {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	color: #030000;
	font-size: 12px;
	font-family: "ProximaNova-Regular";
	line-height: 30px;
	position: relative;
	transition: background-color 0.5s ease;
	display: block;
}

.img {
	width: 100%;
	max-width: 300px;
}

.img img {
	display: block;
	height: 180px;
	width: 300px;
}

.news-item.detail .img img {
	width: 193px;
	height: 117px;
}

.date-item, .view-count, .newsCat, .time, .date, .count {
	display: inline-block;
	position: relative;
}

.date-time {
	float: left;
}

.newsCat {
	float: right;
}

.date {
	color: #030000;
	font-family: "ProximaNova-Medium";
	padding: 0 2px;
}
.view-count .fa-eye {
	font-size: 14px;
}

.news-box {
	padding: 15px 20px;
	background-color: #fff;
	display: block;
}

.special-news-item .news-box {
	height: 250px;
}

.title {
    font-family: "pf_din_text_cond_promedium", Arial, ui-sans-serif;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 12px;
    max-height: 90px;
    overflow-y: hidden;
    color: #036;
    height: 83px;
    font-weight: bold;
}

.news-item.detail .title {
	font-size: 17px;
	line-height: 1.3;
	height: 90px;
}

.content {
	font-family: "ProximaNova-Regular";
	font-size: 12px;
	max-height: 122px;
	overflow-y: hidden;
	color: #666;
}

.special-news-item:hover .middle {
	background-color: #065252;
	color: #fff;
}

.special-news-item:hover .middle .date {
	color: #fff;
}


/*	CURRENCY	*/

.currency-container {
	background-color: #f5f5f5;
	height: 68px;
}

.currency-container ul {
	height: 100%;
}

.currency-container li {
	width: 124px;
	height: 100%;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #cecece;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	display: block;
}

.currency-container li a {
	display: block;
	padding: 13px 0;
}

.currency-container li:last-child {
	border-right: none;
}

.mb20 {
	margin-bottom: 20px;
}

.currency-container li.cur-logo a { padding: 0; }
.currency-container li.cur-logo a img { width: 100%; }
.currency {font-family: "ProximaNova-Regular";color: #333;margin-bottom: 6px;/* font-size: 15px; */}
.cur-value {font-family: "ProximaNova-Bold";color: #036;font-size: 18px;}
.cur-percent { font-family: "ProximaNova-Regular"; color: #777; }



.weather-container {
	background-color: #f5f5f5;
	height: 68px;
	width: 100%;
	max-width: 300px;
	border-bottom: 1px solid #cecece;
	text-align: center;
	margin-bottom: 20px;
}

.weather {
	height: 100%;
	max-height: 100%;
}

.icon,
.cityName,
.temperature {
	display: inline-block;
	color: #333;
	line-height: 68px;
	vertical-align: middle;
	margin: 0 7px;
}

.icon {
	font-size: 24px;
}

.cityName {
	font-family: "ProximaNova-Regular";
	font-size: 14px;
}

.temperature {
	font-family: "ProximaNova-SemiBold";
	font-size: 24px;
}

.temperature span {
	font-size: 14px;
	font-family: "ProximaNova-Regular";
}



/*   NEWS ITEMS    */


.col3 {
	margin-right: 20px;
	float: left;
}

.col3:last-child {
	margin-right: 0;
}

.col200 {
	width: 193px;
	float: left;
	margin-right: 20px;
}
.col200:nth-child(3n) {
	margin-right: 0;
}

.news-item {
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px rgba(0,0,0,.8);
	transition: box-shadow 0.3s ease-in-out;
}

.news-item.detail {
	max-width: 193px;
}

.middle {
	width: 100%;
	height: 30px;
	background-color: #065252;
	padding: 0 10px;
	text-align: center;
	color: #030000;
	font-size: 12px;
	font-family: "ProximaNova-Regular";
	line-height: 30px;
}

.img {
	width: 100%;
	max-width: 300px;
}
.news-item.detail .img {
	max-width: 193px;
}

.news-item .news-box {
    padding: 15px 20px;
    background-color: #fff;
    display: block;
}

.news-item .title {
    margin-bottom: 0;
    font-size: 20px;
}

.news-item:hover {
	box-shadow: 0 0 18px rgba(0,0,0,.3);
}

.news-item:hover .middle .trans {
	opacity: 0;
	color: #000;
}
.special-news-item:hover .middle .trans {
	opacity: 0;
	color: #000;
}

.news-item:hover .middle .date ,
.news-item:hover .middle .time ,
.news-item:hover .middle .newsCat {
	color: #000;
}
.middle .time {
	font-family: "ProximaNova-Bold";
	margin-right: 5px;
}

.trans {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d9d9d9;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
}


/*	REACTIONS	*/

.reactions {
	height: 40px;
	border-top: 1px solid #cecece;
	background-color: #f2f2f2;
	color: #666;
	font-family: "ProximaNova-Regular";
	font-size: 16px;
}

.reaction {
	width: 33.33%;
	float: left;
	text-align: center;
	max-height: 100%;
	height: 100%;
	border-right: 1px solid #d9d9d9;
	cursor: pointer;
}

.news-item.detail .reaction {
	width: 50%;
}

.reaction:last-child {
	border-right: none;
}

.reaction-count, .reaction-icon {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}
.reaction-icon {
	margin-top: -5px;
}

.reaction-icon {
	width: 23px;
	height: 23px;
	line-height: 23px;
}
.reaction-icon .fa {
	font-size: 23px;
}


.reaction.like:not(.active):hover {
	background-color: #00AFEF;
	color: #fff;
}
.reaction.dislike:not(.active):hover {
	background-color: #dc0000;
	color: #fff;
}


.reaction.like.active {
	color: #00AFEF;
}
.reaction.dislike.active {
	color: #dc0000;
}

.reaction-box.like:not(.active):hover {
	color: #00AFEF;
}
.reaction-box.dislike:not(.active):hover {
	color: #dc0000;
}

.reaction-box.like:not(.active):hover .fa {
	color: #00AFEF;
}
.reaction-box.dislike:not(.active):hover .fa {
	color: #dc0000;
}
.reaction-box.like:not(.active):hover  .detail.reaction-count {
	color: #00AFEF;
}
.reaction-box.dislike:not(.active):hover  .detail.reaction-count {
	color: #dc0000;
}

.reaction-box.like.active {
	color: #00AFEF;
}
.reaction-box.dislike.active {
	color: #dc0000;
}
.reaction-box.like.active .detail.reaction-count {
	color: #00AFEF;
}
.reaction-box.dislike.active .detail.reaction-count {
	color: #dc0000;
}
.reaction-box.like.active .fa {
	color: #00AFEF;
}
.reaction-box.dislike.active .fa {
	color: #dc0000;
}

.ad {
	margin-right: 0;
	float: right;
    margin-bottom: 20px;
    height: 746px;
    width: 300px;
    max-width: 300px;
}
.ad img {
	height: 100%;
    width: 100%;
}






/*	TEST	*/
.col3 {
	margin-right: 0;
}

.child3n,.child3n1 {
	margin-left: 20px;
}

.child3n:nth-child(3n-2) {
	margin-left: 0;
}
.child3n1:nth-child(2n -1) {
	margin-left: 0;
}

.banner1 {
	height: 363px;
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
	display: block;
}

.hor_banner {
	margin-bottom: 20px;
	text-align: center;
}

.hor_banner a {
	display: block;
}
.hor_banner a img {
	display: block;
}

.banner1:last-child {
	margin-bottom: 0;
}

/*  test */


.staticPage {
    width: 940px;
    padding: 30px;
    line-height: 21px;
    background-color: #036;
    position: absolute;
    top: 50px;
    z-index: 55;
    display: none;
    color: #fff;
    border-bottom: 10px solid #00afef;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.39);
}

.pageInner p {
    padding: 7px 0;
    font-size: 16px;
    font-family: "ProximaNova-Regular";
    color: #fff;
}

.pageHeading {
	font-size: 30px;
	font-family: "ProximaNova-Black";
	color: #fff;
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #054e96;
	text-transform: uppercase;
}

.square {
    width: 4px;
    height: 4px;
    display: inline-block;
    line-height: 51px;
    vertical-align: middle;
    background-color: #00afef;
    margin: 0 15px;
}
.static-nav ul > li.saytda_reklam a {
	color: #cc3333;
	text-transform: uppercase;
	font-family: "ProximaNova-SemiBold";
}

.owl-carousel.owl-drag .owl-item {
	user-select: all;
}


.closeStaticPage {
	position: absolute;
    top: 45px;
    right: 45px;
    width: 30px;
    height: 30px;
    font-size: 55px;
    text-align: center;
    cursor: pointer;
}

.closeSearch {
    position: absolute;
    right: 17px;
    top: 0;
    width: 20px;
    height: 50px;
    padding: 0px 3px;
    font-size: 40px;
    cursor: pointer;
    color: #036;
}

.closeSearch.hide {
	display: none;
}

.searchIcon.hide {
	display: none;
}




/*	SEARCH RESULT PAGE    */

.searchResultPage {
    width: 940px;
    padding: 30px;
    line-height: 21px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    z-index: 100;
    color: #036;
    border-bottom: 10px solid #00afef;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.39);
    display: none;

	-webkit-transition: top 300ms ease-in-out;
	-moz-transition: top 300ms ease-in-out;
	-ms-transition: top 300ms ease-in-out;
	-o-transition: top 300ms ease-in-out;
	transition: top 300ms ease-in-out;
}

.searchResultPage.top {
	top: 50px;
}

.result-list {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

.result-list:first-child {
	margin-right: 50px;
}

.result-heading {
	display: block;
	padding: 20px 0;
	color: #036;
	font-family: "ProximaNova-Bold";
	font-size: 25px;
	border-bottom: 1px solid #054e96;
}


.results-box,
.recomments-box {
	padding: 10px 0;
}
.results-box a,
.recomments-box a {
	display: block;
}

.result-title {
    display: block;
    color: #036;
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    padding: 10px 0;
}
.recomments-box .result-title {
	width: 260px;
	float: left;
	padding: 0;
}

.results-box li:hover .result-title,
.recomments-box li:hover .result-title {
	 color: #cc3333;
}

.recomments-box li {
	height: 80px;
	min-height: 80px;
	margin-bottom: 5px;
}

.rec-img,
.rec-img img {
	width: 110px;
	height: 73px;
}

.rec-img {
	float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}




/*	DETAIL PAGE 	*/


.news-detail {
	display: block;
	background-color: #fff;
	padding: 20px;
}

.detail-heading {
	margin-bottom: 15px;
	line-height: 1.3;
}

.detail-img,
.detail-img img {
	display: block;
	width: 580px;
	height: 350px;
}

.detail.middle {
	height: 35px;
	text-align: left;
	line-height: 35px;
	font-size: 13px;
	color: #fff;
}

.detail.middle .date {
	color: #fff;
}

.detail.middle .newsCat,
.detail.middle .view-count {
	float: left;
	margin-left: 20px;
}

.detail.middle .date-time .time {
	font-family: "ProximaNova-Bold";
}

.detail-content {
	font-family: "ProximaNova-Regular";
	font-size: 22px;
	color: #221929;
	padding: 20px 0;
	padding-bottom: 0;
}

.detail-content p {
	margin-bottom: 18px;
}

.detail-content.zoomIn { font-size: 24px; }
.detail-content.zoomReset { font-size: 22px; }
.detail-content.zoomOut { font-size: 20px; }

.detail-content iframe {
	max-width: 580px;
	width: 100%;
}

.detail-content img,
.detail-content video {
	max-width: 580px;
	width: 100%;
}

.fbComments-container {
	display: block;
	width: 100%;
	max-width: 620px;
	background-color: #fff;
}

.post-actions {
	display: block;
	text-align: center;
	height: 72px;
	width: 620px;
	padding: 0 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	line-height: 70px;
}

.add-commmet {
	float: left;
	line-height: 70px;
	vertical-align: middle;
}

.comment-icon {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/comment.png") no-repeat center center;
	background-size: cover;
	width: 37px;
	height: 34px;
}
.comment-text {
	display: inline-block;
	vertical-align: middle;
	font-family: "ProximaNova-Regular";
	font-size: 14px;
	margin: 0 7px;
}

.share-post {
	display: inline-block;
	float: right;
	height: 70px;
    line-height: 70px;
    vertical-align: middle;
}

.share-circle {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	font-size: 22px;
	color: #fff;
	padding-top: 1px;
	cursor: pointer;
}

.share-circle.fb {margin-right: 3px;}
.share-circle.fb a { color: #3A589B; }
.share-circle.twit a { color: #41D9F2; }

.detail-reactions {
	display: inline-block;
	height: 50px;
    line-height: 50px;
    vertical-align: middle;
		    margin-top: 12px;
}

.reaction-box {
	float: left;
	display: inline-block;
	padding: 0 8px;
	cursor: pointer;
}

.reaction-box:first-child {
	border-right: 1px solid #cecece;
}

.detail.reaction-icon {
	width: 35px;
	height: 35px;
	color: #666;
}

.detail.reaction-icon .fa {
	font-size: 30px;
}

.detail.reaction-count {
	font-family: "ProximaNova-Bold";
	font-size: 22px;
	color: #666;
}

.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }


.zoom-control {
	display: inline-block;
	float: right;
	height: 100%;
	max-height: 70px;
	line-height: 70px;
	vertical-align: middle;
	padding: 11px 0;
	position: relative;
}

.zoom-buttons {
	height: 15px;
}

.zoom-btn {
	float: left;
	display: inline-block;
	width: 23px;
	height: 13px;
	line-height: 15px;
	vertical-align: baseline;
	text-align: center;
	font-family: "ProximaNova-Bold";
	font-size: 15px;
	cursor: pointer;
}

.zoom-btn:last-child {
	border: none;
}

.zoom-btn:nth-child(2) {
	font-size: 18px;
}


/*  horizontal banners  */


.horBanner {
    max-width: 242px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
}
.horBanner.abad_banner {
	height: auto;
	background-color: transparent;
}

.horBanner a {
	display: block;
}

.horBanner img {
	width: 300px;
}

.popular-news-container {
	width: 100%;
	max-width: 300px;
	background-color: #fff;
	/* padding: 0 20px; */
}

.side-heading {
	font-size: 12px;
	font-family: "ProximaNova-Regular";
	color: #030000;
	padding: 15px 0;
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	/* line-height: 18px; */
	/* vertical-align: middle; */
}

.popularTitle {
	display: inline-block;
	width: 220px;
}

#popularSlider {
	padding: 0 20px;
	padding-top: 10px;
}

.popular-item {
	display: block;
	width: 100%;
	height: auto;
	overflow-y: hidden;
	/* padding: 7px 0; */
}
.popular-item a {
	display: block;
	height: 96px;
	padding: 7px 0;
	color: #030000;
	font-size: 16px;
	font-family: "ProximaNova-Regular";
	/* line-height: 1.3; */
}

.popular-news,
.popular-dot-box {
	display: inline-block;
	float: left;
}

.popular-dot-box {
	height: 100%;
	width: 40px;
	padding: 22px 0;
}

.popular-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #e5e5e5;
	color: #666;
	font-size: 16px;
	font-family: "ProximaNova-Regular";
	text-align: center;
}

.popular-time {
	color: #e74c3c;
	font-family: "ProximaNova-Regular";
	font-size: 16px;
	margin-right: 5px;
}

.popular-img,
.popular-img img {
	width: 260px;
	height: 157px;
	display: block;
}
.popular-img {
	margin-bottom: 15px;
	display: none;
}

.popular-item.active .popular-img {
	display: block;
}
.popular-item.active .popular-dot {
	color: #fff;
	background-color: #00afef;
}

.heading-dot {
	display: inline-block;
	float: left;
	width: 4px;
	height: 4px;
	background-color: #00afef;
	margin: 5px 0;
	margin-right: 15px;
}


.partner-item {
    height: 80px;
    min-height: 80px;
    margin-bottom: 5px;
}
.partner-item a {
	display: block;
}

.partner-img {
	display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 100px;
    height: 60px;
}

.partner-img img {
	width: 100%;
	height: 100%;
	max-width: 100px;
	max-height: 60px;
}

.partner-title {
    width: 140px;
    float: left;
    padding: 0;
}

.partner-title {
    display: block;
    color: #030000;
    font-family: "ProximaNova-Regular";
    font-size: 14px;
}

.category-news {
	height: 327px;
}

.fr {
	float: right;
}



.spot {
	font-family: "pf_din_text_cond_promedium", Arial, ui-sans-serif;
	font-size: 24px;
	color: #036;
	font-weight: bold;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #999;*/
	margin-bottom: 12px;
}

.all_result {
    padding: 7px 13px;
    background-color: #cc3333;
    border-radius: 2px;
    color: #fff;
    font-family: "ProximaNova-Regular";
}

.all_result:hover {
	background-color: #f53c3c;
}

.no_result .capitalize {
	font-family: "ProximaNova-MediumItalic";
	font-size: 20px;
}


.flex {
	display: block;
    -webkit-box-flex: 1;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.similar-news {
	display: inline-block;
	float: left;
	width: 50%;
	padding-right: 25px;
}

.similar-line-box {
	width: 100%;
	height: 28px;
	padding: 10px 0;
}

.similar-line {
	width: 100%;
	height: 1px;
	background-color: #999;
}

.similar {
	position: relative;
	top: -17px;
	display: inline-block;
	background: white;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
	font-size: 12px;
	font-family: "ProximaNova-Regular";
	color: #666;
}

.similar-img {
	width: 100%;
}

.similar-img img {
	width: 100%;
	height: auto;
	display: block;
}

.similar-title {
	text-align: center;
    line-height: 0.9;
    padding: 12px 0;
}

.similar-title a {
    color: #036;
    font-size: 16px;
    font-family: "ProximaNova-MediumItalic";
}

.similar-readMore a {
	width: 100%;
	color: #00afef;
	font-family: "ProximaNova-Regular";
	font-size: 12px;
	text-align: right;
	padding: 10px 0;
	display: block;
}


.blockquote {
	display: block;
	width: 100%;
	margin: 30px 0;
	position: relative;
}

.blockquote-open,
.blockquote-close {
	height: 2px;
	background-color: #036;
	width: 100%;
	width: 540px;
    position: absolute;
}


.blockquote-open {
	right: 0;
}
.blockquote-close {
	left: 0;
}

.blockquote-open::before {
	content: url(../img/blockquote.png);
    width: 24px;
    height: 16px;
    position: absolute;
    top: -16px;
    left: -40px;
}

.blockquote-close::after {
	content: url(../img/blockquote-close.png);
    width: 24px;
    height: 16px;
    position: absolute;
    bottom: -8px;
    right: -40px;
}





/*test*/


.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 320px;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
   background-color: #f3f3f3;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item > img {
  width: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: #036;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #c33;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.carousel-item {
	overflow: hidden;
	display: block;
    -webkit-box-flex: 1;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
    background: rgba(3, 0, 0,0.5);
}



/*background banners*/


.bg-banner.right .banner-inner img {
	margin-left: -460px;
}




.bg-banner {
	position: absolute;
	overflow: hidden;
	width: 472px;
	height: 100%;
	margin-top: 20px;
	display: none;
}

.bg-banner.loaded {
	display: block;
}


.bg-banner.fixed {
	position: fixed;
	top: 30px;
}

.bg-banner.left {
	left: -10px;
}
.bg-banner.right {
	right: -10px;
}


.bg-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 100%;
    z-index: 1;
}



/*.bg-banner.left iframe {
    left: 12px;
}
.bg-banner.right iframe {
	right: 12px;
}*/

.banner-inner {
	width: 460px;
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
}
.bg-banner.left .banner-inner {
    right: 0;
}
.bg-banner.right .banner-inner {
	left: 0;
}
.bg-banner.right .banner-inner iframe {
	margin-left: -460px;
}




.modalSliderBox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 555;
	background-color: rgba(0,0,0,.9);
	display: none;
}

.modalSlider {
	width: 940px;
	height: 500px;
	position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.modalSlider .carousel.carousel-slider .carousel-item {
	/*top: -64.5px;*/
}
.modalSlider .carousel.carousel-slider .carousel-item img {
	width: auto;
    height: auto;
    max-width: 940px;
    max-height: 528px;
}


.customSlider {
	height: 100%;
	width: 100%;
}

.customSlide {
	display: none;
	width: auto;
	height: auto;
	max-width: 940px;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.customNavContainer {
	width: 940px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.customSlide.active {
	display: block;
}


.photoPrev,
.photoNext {
	width: 100px;
	height: 100px;
	font-size: 90px;
}



.photoPrev, .photoNext {
	width: 100px;
	height: 100px;
	display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 90px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    user-select: none;
}

.photoPrev {
	left: 0;
}
.photoNext {
    right: 0;
}

.closePhoto {
	width: 110px;
	height: 60px;
	font-size: 50px;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
}

.closePhoto span {
	font-family: "ProximaNova-Light";
	font-size: 30px;
	color: #fff;
	margin-right: 15px
}


.popupBannerBox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background-color: rgba(0,0,0,.5);
	z-index: 99999;
}
.popupBannerBox.active {
	display: block;
}


.popupBanner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 280px;
	background-color: transparent;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}


.rightBanner {
	position: relative;
	z-index: 3;
}

.fixedBanner {
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 2;
	justify-content: center;
	align-items: center;
	width: 300px;
}

.fixedBanner .horBanner {
	display: none;
}


.news-share-container {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.news-share_whatsapp {
	position: relative;
	margin-bottom: 0px;
	font-size: 0;
	min-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-share_whatsapp a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #1d2129;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 44px;
}
.news-share_whatsapp::before {
	background-image: url(/images/whatsapp.svg);
	width: 51px;
	height: 51px;
	left: -3px;
	top: 35%;
}
.news-share_whatsapp::before {
	background-size: cover;
	content: '';
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	z-index: -1;
	margin-left: 3px;
}

.news-share_facebook {
	position: relative;
	margin-bottom: 0px;
	font-size: 0;
	min-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-share_facebook a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #1d2129;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 44px;
}
.news-share_facebook::before {
	background-image: url(/images/facebook.svg);
	width: 51px;
	height: 51px;
	left: -3px;
	top: 35%;
}
.news-share_facebook::before {
    background-size: cover;
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    z-index: -1;
    margin-left: -1px;
}

