@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

body{
	font-family: 'Istok Web', sans-serif;
	color:#181818;
	font-size:16px;
	line-height:20px;
	overflow-x:hidden;
}

img{max-width:100%;}
.no-padding{
	padding-left:0;
	padding-right:0;
}
img.home-news {
	height: 200px;
    float: left;
    overflow: hidden;
}
img.home-news-small {
	height: 160px;
    float: left;
    overflow: hidden;
}

img.home-news-traffic {
	height: 213px;
    float: left;
    overflow: hidden;
}

img.home-news-weather {
	height: 260px;
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
  img.home-news-small {
	max-width: 90%;
    height: auto;
  }
}

.no-padding-left{
	padding-left:0;
	height: 175px;
}
h1 {
	color: #213445;
    font-size: 30px;
    font-family: 'Lora', serif;
	font-weight: 600;
}
@media only screen and (max-width: 600px) {
h1 {
	color: #213445;
    font-size: 20px;
    font-family: 'Lora', serif;
	font-weight: 600;
	}
}
h2 {
	color: #213445;
    font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
h3 {
	color: #213445;
    font-size: 15px;
	font-weight: 600;
}

.top-nav {background:#213445;border-bottom:4px solid #ed1c24;}

.top-nav .group a {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-right: 11px;
    line-height: 38px;
    height: 34px;
    padding-left: 23px;
    background: url('/img/i-icon.png') left 4px no-repeat;
}
.top-nav .group a.listen-online {
	background: url('/img/mic.png') left 7px no-repeat;
    line-height: 11px;
    padding-top: 8px;
    position: relative;
    padding-left: 20px;
    margin-left: 28px;
}
.top-nav .group a.listen-online::before{
	content: '';
    color: #50708c;
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    left: -20px;
    background: #50708c;
    top: 9px;
}

.top_adv_holder {
	float: right;
}

@media screen and (max-width: 768px) {
  .top_adv_holder {
	max-width: 100%;
    height: auto;
  }
}

.logo-top {
    margin-top: 9px;
    float: left;
}
@media screen and (max-width: 768px) {
  .logo-top {
	margin-top: 9px;
    float: left;
	width: 190px;
  }
}
.banner-top {float:right;}

.search .form-control {
	width: 287px;
    height: 23px;
    padding: 0;
    border: none;
    color: #181818;
    font-size: 11px;
    font-family: Arial;
    padding-left: 9px;
    border-radius: 2px;
}
.search {
	padding-top:5px;
}
.search-submit{
	background: transparent url('/img/search.png') 5px center no-repeat;
	width:25px;
	height:25px;
	border:none;
	
}

.lang{
	padding-top: 5px;
    position: relative;
    margin-left: 18px;
}
.lang a{
	display: block;
    color: #fff;
    text-decoration: none;
    width: 28px;
    height: 30px;
    background: #ff0505;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 3px 3px 0 0;
    padding-top: 2px;
    line-height: 24px;
}
.lang::before{
	content: '';
    color: #50708c;
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    left: -16px;
    background: #50708c;
    top: 9px;
}
.logo-wrap{
	padding:5px 0;
}
.main-menu {    margin-top: -3px; border-bottom: 2px solid #fff;}
.main-menu li>a {
	background: #283f54;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 4px 5px 5px;
	border-right: 1px solid #536576;
	
}
.news_img {
	overflow: hidden;
}
.news_img img{
	 transition: transform .4s; /* Animation */
}

.news_img img:hover{
	transform: scale(1.2);
}
.single_wrap .news_img img:hover{
	transform: scale(1);
}
.poll-submit:hover{
	opacity: 0.8;
}
.dropdown-menu .left a {
	background-color: #fff!important;
	color: #283f54;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
}
body .dropdown-menu .left a:nth-child(2n+1){
	background-color:#dedcdc!important;
}
.main-menu ul li.home a{
	background: #ed1c24 url('/img/home.png') center center no-repeat;
	width: 34px;
	height: 30px;
	border-radius:   3px 3px 0 0 ;
	border-right: none;
}
.main-menu ul li.home a:hover {
    background: #ed1c24 url('/img/home.png') center center no-repeat;

}
.main-menu  ul li.home {
	background: #fff;
	border-right: 2px solid #fff;
}
.main-menu ul li.home::after {
	content:"";
	width: 100%;
	height: 2px;
	background:#ed1c24;
}
.main-menu-wrap {display:inline-block;}

.main-menu ul, .main-menu ul li{
	list-style:none;
	display:inline;
	margin:0; padding:0;
}
.main-menu ul {width:100%;background:#283f54;}
.main-menu ul li {float:left;   position: relative; }
.main-menu ul li a {display:block;}


.main-menu ul li.home::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ed1c24;
    display: block;
    position: absolute;
    bottom: -2px;

}
.main-menu ul li:hover::after , .dropdown.show::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ed1c24;
    display: block;
    position: absolute;
    bottom: -2px;

}
.main-menu ul li:hover >a{
	background:#ed1c24 ;
	text-decoration:none;
}

.nav-scroller {
	border-bottom: 2px solid #ed1c24;
}
.most-read {margin-top:10px;}

.news-wrap a {
 display:inline-block;
 width:100%;
}
.news-wrap img, .news_img{width:100%; display:block;}
.news_img img {width:100%;}
.news_title a {
	margin-top:10px;
	color:#213445;
	text-decoration:none;
	font-size: 15px;
	font-family: 'Lora', serif;
	line-height: 20px;
	font-weight: 600;
}
.news_titlered a {
	margin-top: 10px;
	color: #ff0505;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Lora', serif;
	line-height: 20px;
	font-weight: 600;
}
.news_img_topnews {width:100%; display:block; height: 300px;}
.news_title a:hover {
	color:#ff0505;
	text-decoration:none;
}
.news_date {
	font-family: arial;
    font-size: 11px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 18px;
    background: url('/img/time.png') left center no-repeat;
}
.opinion_source, .analiz_source {
    font-family: arial;
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: 4px;
	padding-left: 21px;
	line-height: 14px;
}
.news_source {
    font-family: arial;
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: 4px;
	padding-left: 0px;
	line-height: 14px;
}
a.category-link {
	font-family: 'Istok Web', sans-serif;
	color: #181818;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.top-story .news_date {
    background: url('/img/time-red.png') left 4px no-repeat;
   //* border-bottom: 2px solid #213445; *//
    margin-top: 6px;
    padding-bottom: 6px;
}
.separator {
	height: 10px;
}

.label {
	position: absolute;
    top: 0;
    left: 0px;
    background: #283f54;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 2px 0;
	text-align:center;
	max-width:170px;
	z-index: 2;
}
.label-top {
	position: absolute;
    top: 0;
    left: 15px;
    background: #283f54;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 2px 0;
	text-align:center;
	max-width: 170px;
	z-index: 2;
}
.label.full {max-width:100%;}
.label.red {
	background: #ff0505bd;
}
.label.red-inner {
	background: #ff0505bd;
	top: 22px;
	left: 15px;
}
.see_all {
	position: absolute;
    top: 24px;
    left: 0px;
    font-size: 10px;
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-weight: 500;
    width: 160px;
	background:#283f54 url('/img/link.png') 5px center no-repeat;
	text-align:center;
	text-align: center;
	line-height: 0;
	padding-left:22px;
	z-index: 2;
}
.see_more {
	position: absolute;
    top: 24px;
    left: 0px;
    font-size: 10px;
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-weight: 500;
    width: 170px;
	background:#283f54 url('/img/link.png') 5px center no-repeat;
	text-align:center;
	text-align: center;
	line-height: 0;
	padding-left:22px;
	z-index: 2;
}
.see_all.red {
	background-color:#ff0505;
}
.see_all.red a { border-left:1px solid #bf0404;}
.see_all a {
	color:#fff;
	border-left:1px solid #384958;
	height: 20px;
	line-height: 20px;
	display: block;
	
}
.top-story .news_title .news_titlered {
    line-height: 34px;
    margin-bottom: 10px;
}
.top-story .news_title a {
	color:#213445;
	font-size:30px;
	font-family: 'Lora', serif;
	font-weight: 600;	
}
.top-story .news_titlered a {
	color:#ff0505;
	font-size:30px;
	font-family: 'Lora', serif;
	font-weight: 600;	
}
.top-story:hover .news_title a {
	color:#ff0505;
	font-size:30px;
	font-family: 'Lora', serif;
	font-weight: 600;	
}
.red-border::after {
	width:100px;
	height:2px;
	content:"";
	display:block;
	background:#ff0505;
	margin:10px 0;
}
.top-story {margin-top:12px;}
.news-text p {
	margin-bottom:20px;
	text-align: justify;
}

.news_img img {max-width:100%;}
.news-row-2 { margin-top:35px;}

.news-row-2 .news_title a {
	font-size: 24px;
	margin-top: 0;
	line-height: 25px;
}

.news-row-2 .news_text p {
	font-size:14px;
	line-height:20px;
	margin-bottom: 9px;
	text-align: justify;
}

.news-row-2 .red-border::after {
    width: 100px;
    height: 2px;
    content: "";
    display: block;
    background: #ff0505;
    margin: 17px 0 10px 0;
}
.news-row-2 .news_date {
	margin-top:0;
}
.news-main {
	    margin-top: -6px;
}
.news-links {margin:30px 0;}
.news-links a {
	height:30px; 
	display:block; 
	color:#ffffff;
	text-align:center;
	background: #283f54;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
	line-height:30px;
}
.news-links a.red {
	background:#ff0505;
}

.news-col .news_wrap {
	margin-bottom: 20px;
}

.module_heading {
	border-bottom:3px solid #213445;
	margin:-1px 0 10px 0;
}
.module_heading h3 {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
	background:#ff0505;
	color:#fff;
	line-height:30px;
	padding:0 10px;
	margin:0;
}
.module_heading .see_all {
	position:initial;
	float:right;
	margin-top:5px;
}
.news_wide {
	margin-top: 10px;
	margin-bottom:20px;
}
.news_wide .red-border::after {
	margin: 14px 0;
}
.news_wide .news_text p {
	font-size:14px;
	line-height:20px;
	margin-bottom: 9px;
	text-align: justify;
}
.news_wide .news_title a {
	font-size:24px;
	line-height: 24px;
}
.news-col .red-border::after {
    margin: 6px 0;
}
.module_heading li a {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
	background:#fff;
	color:#213445!important;
	line-height:30px;
	padding:0 10px;
	margin:0;
	border-radius:0!important;
	
}
.module_heading li {
	border-right:1px solid #c6c6c6;
}
.module_heading .nav-tabs .nav-link.active {
	background-color:#213445;
	border-color:#213445;
	color:#fff!important;
}
.info_tab {
	padding-top:10px;
}
.blue {
	background-color:#213445!important;
}
.weather .city {
	font-family: 'Istok Web', sans-serif;
	color:#181818;
	font-size:14px;
	line-height:20px;
	border-bottom:1px solid #e5e5e5;
	padding:11px 0;
}
.weather .city span {
	display:block;
	float:right; 
}
.weather .city.sun span {
	background: url('/img/sun.png') left center no-repeat;
}
.weather_text {
	font-family: 'Istok Web', sans-serif;
	color:#181818;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
}
.weather .see_all {
	margin-top:20px;
	position:initial;
	float: right;
}
.weather .city-col .border-red{
	border-top:2px solid #ff0505;
}
.info_tab .see_all {
    float: right;
    position: initial;
	margin-bottom: 10px;
}
.yesterdays_news {
	margin-top:20px;
}
.footer-top {
	background:#213445;
	padding:20px 0;
	color:#fff;
	font-size:12px;
	line-height:18px;
	border-bottom: 2px solid #ed1c24;
}
.banners-footer a{margin:0 5px;}
#footer_nav {
	background:#fff;
	border:none;
}
.footer-top-1 {
	padding:5px 0;
	height: 49px;
}
@media screen and (max-width: 768px) {
  .footer-top-1 {
    height: auto;
  }
}
.socials a {
	display:inline-block;
	margin-top:6px;
}
#footer_nav  .group a {
	background: url('/img/i-icon-blue.png') left 4px no-repeat;
	color:#283f54;
	font-size:12px;
	text-decoration: none;
}
#footer_nav  .group a:hover {
	color:#283f54;
	font-size:14px;
	text-decoration: none;
	-webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#footer_menu{
	background:#283f54;
}
	
#footer_menu .inner_wrap	{
	border-bottom: 2px solid #fff;	
	}
#footer_menu .home {
    background: #fff;
    border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
#footer_menu  .main-menu {border:none;}

#footer_menu .main-menu a {
	font-family: 'Istok Web', sans-serif;
	color:#fff;
	font-size:12px;
	text-transform:initial;
	padding: 5px 10px 5px 10px;
}
.cookies_info {
	padding:10px 0;
	color:#213445;
	font-family: 'Istok Web', sans-serif;
	font-size:12px;
}
.cookies_info a {
	color:#213445;
	font-weight:bold;
}
.sidebar {
	padding-top: 22px;
}
.sidebar .module {
	margin-bottom:30px;
}
.sidebar .module .banner {
	background:#f0f0f0;
	text-align:center;
	padding:20px 0;
}
.poll label {
	font-family: 'Istok Web', sans-serif;
	font-size:14px;
}
.poll .question {
	font-family: 'Istok Web', sans-serif;
	font-size:14px;
	margin-bottom:5px;
}
.poll label {
	padding:3px 5px;
} 
.poll-submit {
	background:#5aa94a url('/img/tick.png') 5px center no-repeat;
	width:100px;
	height:20px;
	font-family:arial;
	font-size:10px;
	text-align:center;
	padding-left:20px;
	color:#fff;
	border:none;
	margin-top:10px;
	
}

.exchange_rate .module_heading {
	margin-bottom:0;
}
.exchange_rate .table .thead-light th{
	background:#f5f5f5;
	border:none;
	font-size:12px;
	padding:0;
	padding-left:15px;
	line-height:35px;
	border-right:1px solid #dcdcdc;
	font-weight:normal;
}
.exchange_rate .link{
	font-size:12px;
	text-decoration:underline;
	color:#181818;
}
.exchange_rate .table-striped tbody tr:nth-of-type(2n+1) {
	  background-color: transparent;
}
.exchange_rate .table-striped tbody tr:nth-of-type(2n) {
    background-color: #f5f5f5;
}
.exchange_rate  tr td:nth-of-type(2) {
   text-align:center;
   padding:0;
}
.exchange_rate td{
	font-size:12px;
	padding:0;
	padding-left:15px;
	line-height:35px;
	border-right:1px solid #dcdcdc;
	width:25%;
}

.exchange_rate  tr.up td{
	color:#5aa94a;
}
.exchange_rate  tr.down td{
	color:#ff0505;
}
.exchange_rate tr td:last-child, .exchange_rate tr th:last-child{
	border-right:none;
}
.exchange_rate tr td span{
	font-size:14px;
	color:#181818;
}

.gallery .module_content{
	font-size:0;
}

.gallery-item {
	
    margin-right: 7px;
    margin-bottom: 7px;

}
.sidebar .news_title a{
	display:inline-block;
}
.sidebar .news_wrap{margin-bottom:15px;}

.single_wrap .banner-middle{
	margin-bottom:25px;
}

.slider-nav .slick-slide {
    margin: 0 10px;
}
  /* the parent */
.slider-nav .slick-list {
    margin: 0 -10px;
}
 .slider-nav .slick-active{
	  
  }
  
 .slider-nav .slick-active figure{
  position: relative;
  display:inline-block;
}
.slider-for figcaption{ 
	text-align: left;
	float: none;
	font-family: arial;
	font-size: 12px;
}
.slider-nav .slick-active figure:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single_wrap .news_title a{
	font-size:30px;
}
.single_wrap .news_title a:before
{
	width: 172px;
	height: 2px;
	content: "";
	display: block;
	/*background: #213445;
	margin: 20px 0; */
	margin-top: 0;
}
.banner-middle img, .banner-top img, .sidebar img{max-width:100%;}
.single_wrap .news_date {
    background: url('/img/time-red.png') left 4px no-repeat;
	margin-bottom:18px;
	margin-top:10px;

}
a.category-title {
	color: #fff;
}
img.history {
	max-width: 150px;
	max-height: 119px;
	float: left;
	margin: 0 10px 10px 0;
}
.news_ofh_img_holder {
	width: 600px; 
	height: 340px; 
	float: left; 
	overflow: hidden; 
	position: relative;
}
.news_ofh_img {
	width: 600px; 
	height: 340px; 
	float: left; 
	position: absolute; 
	left: 0; 
	top: -30px; 
	z-index: 1;
}
.history_ofh_img_holder {
	width: 160px; 
	height: 160px; 
	float: left; 
	overflow: hidden; 
	position: relative;
}
.history_ofh_img {
	width: 150px; 
	height: 150px; 
	float: left; 
	position: absolute; 
	left: 0; 
	z-index: 1;
}
.news_pic_holder {
	height: 530px;
	object-fit: cover;
	object-position: 50% 19%;
}
@media only screen and (max-width: 600px) {
.news_pic_holder {
	height: 300px;
	object-fit: cover;
	object-position: 50% 19%;
	}
}
.slider-nav .slick-active figure:after {
  background-color: #810405;
  opacity:0;
}
.nav-arrows{
	text-align: right;
	top: -61px;
	position: relative;
}
.thumbs_wrap{margin-top:0px}
.nav-arrows a{
	display:inline-block;
	width:24px;
	height:24px;	
}
.nav-arrows a:hover{
	opacity:0.8;
}
.arrow-left{background:#ff0505 url('/img/left-arrow.png') center center no-repeat; border-right:1px solid #c70b0b;}
.arrow-right{background:#ff0505 url('/img/right-arrow.png')center center no-repeat;}
.single-meta{
	border:1px solid #e1e4e9;
	margin-bottom:15px;
}
.slider-most_read-wrap{position:relative;}
.slider-most_read-wrap .nav-arrows{position:absolute; top:0; right:0;}

.slider-most_read-wrap .slick-slide {
    margin: 0 15px;
}
  /* the parent */
.slider-most_read-wrap .slick-list {
    margin: 0 -15px;
}
.single-copyright{
	margin-bottom:50px;
	font-family: 'Istok Web', sans-serif;
	color:#181818;
	font-size:12px;
}
.share-wrap{
	font-family: 'Istok Web', sans-serif;
	color:#181818;
	font-size:12px;
	
}
.addthis_inline_share_toolbox{
	margin:5px 10px 0 0;
}
.share-wrap span{
	line-height: 36px;
	margin-right:5px;
}
.font-change-wrap,
.print-wrap{
	display:inline-block;
	border-right:1px solid #e1e4e9;
	height:100%;
	padding:5px 10px;
}
.font-change-wrap ,
.print-wrap a{
	color:#181818;
	font-family:Arial;
	font-size:11px;
	
}
.print-wrap a:hover{
	text-decoration:none;
}
.change_font{
	width:24px;
	height:24px;
	line-height:24px;
	display:inline-block;
	background:#ff0505;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size: 17px;
	line-height:24px;
}
 .change_font:hover{
	 color:#fff;
	text-decoration:none;
	opacity:0.8;
 }
 .main-menu{padding:0;}
 .navbar-toggler-icon{
	 width:40px;
	 height:40px;
	 background:url('/img/menu.png') center center no-repeat;
	 display:none;
 }
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background:url('/img/menu-close.png') center center no-repeat!important;
}
.pic_of_the_day img{width:100%}
.navbar-toggler:focus{outline:none;}
 .navbar-toggler{position:absolute;top:15px; right:-13px;}
.logo-wrap{position:relative;}
.weather img{width:100%;}
.main-menu .show{display:block;}
.main-menu .hide{display:none;}
.main-menu .dropdown-menu{ width:442px; padding:0; margin-left:-1px;}
.main-menu .dropdown-menu .left{float:left; width:150px;}
.main-menu .dropdown-menu .right{float:right;width: 290px!important; padding:10px;}
.main-menu  .dropdown-menu .news-wrap{display:none;}
.main-menu  .dropdown-menu .news-wrap.show{display:block;}
.main-menu .submenuLink
  {
	  background:#283f54!important;
	  padding-left:15px;
	  background: #283f54;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		padding: 5px 4px 5px 15px;
  }
  .see-all-cities{
	  background:#ff0505 url('/img/location.png') 5px center no-repeat;
	  
	  color:#fff;
	 
	  clear:both;
	  
  }
  .see-all-cities a{
	   color:#fff;
	   font-family:Arial;
	   font-size:12px;
	   text-decoration:none;
	   display:block;
	   height:20px;
	   line-height:20px;
	   text-align:center;
  }
body .main-menu a.submenuLink:hover
  {
	  background:#4e6d8a url('/img/menu-active.png') 13px center no-repeat!important;
	  padding-left:30px;
	  text-decoration:none;
	  color:#fff;
	  
  }
  .mobile-only{display:none;}
  .nav-scroller.mobile-only{
	  border-bottom: 4px solid #ed1c24;
	  z-index:100;
  }
	.nav-scroller.mobile-only ul{
		padding: 0;
		list-style: none;
		display: inline-block;
		margin: 0;
		font-size: 0;
		line-height: 0;
		float: left;
		position: relative;
	}
	.nav-scroller.mobile-only .search {
		background: #283f54;
		width: calc(100% - 34px);
		padding-left: 3px;
		border: 2px solid white;
		float: right;
		padding: 1px 2px;
	}
	.nav-scroller.mobile-only  .home::after {
		content: "";
		width: 100%;
		height: 2px;
		background: #ed1c24;
		display: block;
		position: absolute;
		bottom: -2px;
		z-index: 100;
	}
	.nav-scroller.mobile-only .search .form-control{
		width:calc(100% - 26px);
	}
   .nav-scroller.mobile-only li.home {
	   list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
		background: #fff;
		border-right: 2px solid #fff;
}
.nav-scroller.mobile-only .search form{margin-top:0!important;}
.nav-scroller.mobile-only li.home a {
    background: #ed1c24 url('img/home.png') center center no-repeat;
    width: 34px;
    height: 30px;
    border-radius: 3px 3px 0 0;
    border-right: none;
	display:block;
}
.top-nav-dropdown{margin-top:3px; }
.top-nav-dropdown .dropdown-menu{
	margin-top:2px;
	background: #213445;
	padding:0;
	padding:0px 10px ;
	
}
.top-nav-dropdown .dropdown-menu a{
	display:block;
	width:100%;
	
	
}
.top-nav-dropdown .dropdown-toggle{
	line-height: 38px;
	height: 34px;
	display: block;
}
.top-nav-dropdown a {

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-right: 11px;
    line-height: 38px;
    height: 34px;
    padding-left: 23px;
    background: url('/img/i-icon.png') left 4px no-repeat;

}
.mobile-only a.listen-online::before {

    content: '';
    color: #50708c;
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    left: -20px;
    background: #50708c;
    top: 9px;

}
.mobile-only a.listen-online {
	display: block;
    background: url('/img/mic.png') left 7px no-repeat;
    line-height: 11px;
    padding-top: 8px;
    position: relative;
    padding-left: 20px;
    margin-left: 28px!important;

}
@media (min-width: 1200px){
	.container {
		max-width: 1170px!important;
	}
}
@media (max-width: 992px) {
	.top-links{
		display:none;
	}
	.nav-scroller {margin-top:3px;}
	.main-menu{ border-color:transparent;}
	.mobile-only{display:block;}
	.mobile-only .search{display:block!important;}
	.banner-top {display:none;}
	.top-nav .group a.listen-online{
		margin-left:0;
		padding-left:23px;
	}
	.top-nav .group a.listen-online::before{
		content: '';
		color: #50708c;
		display: block;
		width: 1px;
		height: 35px;
		position: absolute;
		left: -20px;
		background: #50708c;
		top: 1px;
	}
	.main-menu .dropdown-menu{
		width: 100%;
		padding: 0;
		padding-left: 0px;
		margin-left: 0px;
		position: relative;
		margin-top: 0px;
		border:none;
		
	}
	.main-menu .dropdown-menu .left{
		float:none;
		width:100%;
	}
	.main-menu .dropdown-toggle:hover{
		background:#ff0505!important;
		padding-left:13px;
	}
	.main-menu .dropdown-menu .left a{
		padding-left:30px;
	}
	.main-menu .dropdown-menu .right{
		float:none;
		display:none;
	}
	.slick-slide figure{width:100%; cursor:pointer}
	.single_wrap>div{}
	.news-row-2 .news_title a , .top-story .news_title a {
		line-height: 1.1em;
		margin-top:10px;
	}
	.news_wide .news_title a{
		line-height: 1.1em;
	}
	.single_wrap .news_title a{
		line-height: 1.1em;
	}
	.top-story .news_title a {
		line-height: 1.1em;
		margin-top:0px;
	}
	.top-right{
		justify-content: end!important;
	}
	.search{display:none;}
	.lang::before{display:none;}
	.lang {
    padding-top: 5px;
    position: absolute;
    margin-left: 18px;
    top: -35px;
    right: 15px;
}
.nav-scroller{border-color:transparent;}
	#footer_menu .main-menu li a{
		background:transparent;
		text-align:center;
		border:none;
	}
	#footer_menu .main-menu li a:hover{
		background:transparent!important;
		padding: 5px 10px 5px 10px!important;
	}
	.news_title a{display:inline-block;}
	.module_heading .see_all{
		float:none;
		margin-bottom:5px;
	}
	.no-padding-left {padding-left:17px!important;}
	.no-padding{padding-left:30px!important;padding-right:30px!important;}
	main.no-padding {padding:0!important}
	.search {width:100%; padding-top:3px;}
	.search form{width:100%;}
	.search .form-control{ 
		width: calc(100% - 40px);
		
	}
	 .navbar-toggler-icon{display:block;}
	
 .main-menu ul li{
	 width:100%;
	 float:none;
 }
  .main-menu ul li a{padding-left:13px;}
  .main-menu ul li >a:hover, 
  .main-menu ul li.active >a, 
  .submenuLink a:hover
  {
	  background:#ff0505 url('/img/menu-active.png') 13px center no-repeat!important;
	  padding-left:25px;
	  text-decoration:none;
	  
  }
  
  .main-menu ul li:nth-child(2n) a{
	  background:#4e6d8a;
  }
 .main-menu .home{display:none;}
	.logo-top {
    margin-top: 5px;
    float: left;
    margin-bottom: 11px;
	}	
}
.copy {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}
.jstf {
	text-align: justify;
	margin-bottom: 0px;
}
ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    display:block;
}
.social-icon {
    color: #213445;
}
ul.social-icons {
    
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #213445;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-facebook:hover {
    background-color: #3d5b99;
    color:#fff;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    color: #213445;
}
.fa-twitter:hover {
    background-color: #00aced;
	color:#fff;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    color: #213445;
}
.fa-rss:hover {
    background-color: #eb8231;
	color:#fff;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    color: #213445;
}
.fa-youtube:hover {
    background-color: #e64a41;
	color:#fff;
}
.fa-envelope-o {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    color: #213445;
}
.fa-envelope-o:hover {
    background-color: #213445;
	color:#fff;
}
.mylovemarks-href {
    width: 76px;
    height: 75px;
    position: absolute;
    top: 73px;
    right: 10px;
    background-position: -932px -393px;
}
img.weather-icon {
	width: 51px;
	float: right;
	margin-top: -6px;
}
.img-title {
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: #000000a6;
	color: #fff;
	font-size: 14px;
}
.img-single {
	margin: 0 3px 3px 0;
	display:inline-block;
    white-space:nowrap;
}
img.img-single {
	height: 100px;
	width: 86px;
}
span.plr {
	background: transparent url('/img/play.png') 56% 67% no-repeat;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 90px;
	left: 160px;
	z-index: 9;
}
a.top-news-kare {
	margin-top: 0px;
}
.mylovemarks-href {
    width: 76px;
    height: 75px;
    position: absolute;
    top: 73px;
    right: 10px;
    background-position: -932px -393px;
}
.spritepng {
    background-image: url('/img/mylovemarks.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
.divider {
	height: 30px;
}
a.connected-news {
	font-size: 20px;
    line-height: 19px;
}
.iyear {
	font-weight: bold;
	font-size: 20px;
}
img.ico-img {
    float: left;
    width: 150px;
    margin: 0 10px 10px 0;
}
.picotd-info {
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 15px;
}
.weather-box {
	border: solid #283f54 2px;
	padding: 10px;
	margin-bottom: 10px;
}
.wdeg {
	font-size: 32px;
	color: #213445;
	vertical-align: middle;
}
.wfeels {
	margin-top: 10px;
}
.weather-more {
	border: solid #ecedee 2px;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px
}
.wdegsmall {
	font-size: 31px;
	font-weight: 600;
	color: #213445;
	float: right;
	margin-top: -5px;
}
@media only screen and (max-width: 600px) {
li.dropdown {
	display: none !important;
	}
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff0505bd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 0px;
}
@media only screen and (max-width: 600px) {
#myBtn {
  display: none;
  position: fixed;
  bottom: 12px;
  right: 5px;
  z-index: 99;
  font-size: 17px;
  border: none;
  outline: none;
  background-color: #ff0505bd;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 0px;
	}
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
    }
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #ff0505bd;
    cursor: pointer;
    }
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
@media only screen and (max-width: 600px) {
.news-col .news_wrap {
    margin-bottom: -15%;
   }
}
@media only screen and (max-width: 600px) {
.news_title a {
    font-size: 20px;
    }
}