/* ---------------------------------- */
/* style.css 
   Project: ATN News
   Version: 1.0
   Developed by: Farhad Uddin   
   Date: 1/1/2024
------------------------------------- */
@font-face {
    font-family: 'SolaimanLipi'; font-family: 'Siyam Rupali';
    src: url('fonts/SolaimanLipi.ttf?version=1.070');
    src: local('SolaimanLipi'), url('fonts/SolaimanLipi.ttf?version=1.070') format('truetype'), url('fonts/SiyamRupali.woff?version=1.070') format('woff');
    font-style: normal;
}
body {
    font-family: Kalpurush, SolaimanLipi, Siyam Rupali, 'Arial', Vrinda, Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    background:#f4f4f2;
}
.header-bg{
	background-color:#FFF;
	margin-bottom:3px;
}
.img-horizontal-ad {
  aspect-ratio: 8 / 1;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, 
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, 
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, 
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, 
.col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 7px;
    padding-left: 7px;
}
.section {
    padding: 10px 0px 10px 0px
}
.logo {
    padding: 5px 0px 8px 0px;
}
.logo img{ width:100px }
a, a:visited{color:#333; font-weight: 600; transition: ease-out .6s; font-size: 20px; text-decoration:none !important;}

a:hover{
	color:#08893E;
	font-weight: 600;
	text-decoration:none;
	transition: ease-in .6s
}

.news-cat a::before {
  content: "| ";
  color: #ff010e;
  font-size: 14px;
}
.news-caption > a, .news-caption > a:visited{
    font-size: 23px;
    margin-bottom: 0px;
    font-weight: 500;
    padding-left: 10px;
}
/*============== Slide ===============*/

.slider {
    background: #fff;
	position:relative
}
.carousel-indicators {
    left: 50%;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
    top: 40%;
    position: absolute;
    font-size: 55px !important;
    opacity: 0;
    color: #f5f5f5;
    transition: all .4s ease-out 0s;
}
.carousel-control.right {
    right: 4%;
}
.carousel-control.left {
    left: 2%;
}
.slider:hover .carousel-control.right {
    opacity: .9;
    transition: all .7s ease-in-out 0s;
    right: 2%
}
.slider:hover .carousel-control.left {
    opacity: .9;
    transition: all .7s ease-in-out 0s;
    left: 0%
}
/********************************/
/*    Bs-carousel       */
/********************************/

.carousel-indicators li,
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #f5f5f5
}
/********************************/
/*          Hero Headers        */
/********************************/

.hero {
    position: absolute;
    top: 85%;
    left: 50%;
    z-index: 3;
    color: #fff;
    background-color: #2b2929;
    opacity: 0.6;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 99%;
}
.hero h1 {
    text-align: center;
    font-size: 30px;
    min-height: 65px;
    padding: 15px 5px 5px 5px;
    font-weight: bold;
    margin: 0;
}
.hero h3 {
    font-weight: 300;
    letter-spacing: 1px;
    padding-bottom: 20px;
    font-size: 20px
}
h4{
	font-size:20px;
	line-height:normal;
	font-weight: 600;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(8, 13, 21, 0.53);
    opacity: .7;
}
#first-slider .main-container {
    padding: 0;
}
#first-slider .carousel-indicators {
    bottom: 0;
}
#first-slider .carousel .item {
    min-height: 325px;
    height: 100%;
    width: 100%;
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}
#first-slider h1 {
    text-align: center;
    font-size: 30px;
    min-height: 65px;
    padding: 15px 5px 5px 5px;
    font-weight: bold;
}
#first-slider h2 {
    animation-delay: 3s;
}
#first-slider h3 {
    animation-delay: 1s;
}
#first-slider h4 {
    animation-delay: 2s;
}
#first-slider .p {
    padding-top: 125px;
    text-align: center;
}
#first-slider .p a {
    text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .4);
    border: none;
}
#first-slider .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: none;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
    position: absolute;
    z-index: 5;
    display: inline-block;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 4px !important;
}
/* বিজ্ঞাপন সাইজ এবং রেশিও */ 
.ad-figure{float: none !important}

.ad-banner {
    display: block;
    margin: 0 auto;   /* left-right auto = center */
    max-width: 100%;  /* Responsive রাখবে */
    height: auto;
}
/* ad size: 728×90, 976×90 */
.ad-hrleaderboard{
    float: none !important;
    display: block;
    max-width: 100%; 
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center (যদি height fix করা থাকে) */
    width: 100%;
    height: auto;
    border: none;
    aspect-ratio: 8 / 1;
}
/* ad size: 976×244 or 1280x320 */
.ad-hrlargeleaderboard{
    float: none !important
    display: block;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center (যদি height fix করা থাকে) */
    max-width: 100%; 
    height: auto;
    border: none;
    aspect-ratio: 8 / 2;
}
/* ad size: 336×252 */

.ad-sidebar-rectangle{
    float: none !important;
    display: block;
    max-width: 100%; 
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center (যদি height fix করা থাকে) */
    width: 100%;
    height: auto;
    border: none;
    aspect-ratio: 4 / 3;
}
/* ad size: 380×418 or 430x473 */
.ad-sidebar-square{
      display: flex;
      max-width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      border: none;
      background-color: #fff;
      float: none !important;
      aspect-ratio: 10 / 11;
}
/* ad size: 300×600 */
.ad-sidebar-halfpage{
    float: none !important;
    display: block;
    max-width: 100%; 
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center (যদি height fix করা থাকে) */
    width: 100%;
    height: auto;
    border: none;
    aspect-ratio: 1 / 2;
}
/* ad size: 120×600 */
.ad-skyscraper-vertical{
    float: none !important;
    display: block;
    max-width: 100%; 
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center (যদি height fix করা থাকে) */
    width: 100%;
    height: auto;
    border: none;
    aspect-ratio: 1 / 4;
}


@media ((min-width:471px) and (max-width: 550px)) {
	.affix .logo {
	  margin: 5px 0px 5px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 55px !important;
	}
	.affix {
	  width: 100% !important;
	}
    .affix .Ad-1 img{
        width: 360px !important;
    }
	@-moz-document url-prefix() {
        /* CSS Code here will only apply in Firefox */
        .affix .logo {
    	  padding: 5px 0px 3px 0px !important;
    	}
        .affix #custom-search-input {
    	  padding-top: 15px !important;
    	  width: 280px !important;
    	}
    	.affix .black-bar {
            padding-right: 40% !important;
        }
        .affix .blue-bar {
            padding-right: 40% !important;
        }
        .affix .Ad-1 img{
    	  width: 420px !important;
    	}
    }
    body {
      margin-top: 180px !important;
    }
    
	.logo{
		padding: 5px 0px 3px 0px !important;
	}
	#custom-search-input {
      margin-top: 55px; !important;
      width: 290px;
    }
    .Ad-1 {
      margin: 5px 0 3px 0 !important;
      width: 360px !important;
    }
	.slider {
	  margin-bottom: 25px !important;
	}
    .hero {
        top:68%;
		width: 98% !important;
    }
	#first-slider{
		height:282px;
	}
	#first-slider h1 {
      font-size: 26px !important;
      padding: 5px 5px 5px 5px !important;
	}
	#first-slider .carousel-indicators {
    bottom: 40px;
    }
	.breaking .thumbnail {
        height: 455px !important;
    }
    .lead-widget {
		height: 410px !important;
		margin-top: 12px !important;
    }
    .section-lead-widget{
		height: 410px !important;
		margin-top: 12px !important;
    }
    .leadbox h2, .leadbox h2 a, .leadbox h2 a:visited {
      font-size: 24px !important; margin-top: 5px !important; margin-bottom: 5px !important; line-height: normal;
    }
	.col-xs-3 img{ 
		padding-top: 2px !important;
	}
	.black-bar{
		padding-right: 40% !important;
	}
	.blue-bar{
		padding-right: 40% !important;
	}
	.slider {
	  margin-bottom: 25px !important;
	}
	.featurednews .widget {
	  height: 176px !important;
	}
	.leadhrads img {
	  min-width: 309px !important;
	}
	.trending li:first-child {
        padding-top: 0px;
    }
    .latest-news .list-unstyled li {
        border-bottom: 1px solid rgb(223, 223, 221);
        padding: 4px 0px 4px 0px;
        height: 68px;
    }
	.national-section .thumbnail {
		height: 550px !important;
	}
	.national-section .widget {
        height: 355px !important;
	}
	.bd-section .thumbnail {
      height: 465px !important;
    }
	.bd-section .more-bd .widget {
	  height: 355px !important;
	}
    .bd-section .Ad-4 img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .widget {
	  height: 145px !important;
	}
	.politics-section .thumbnail {
	  height: 585px !important;
	}
	.politics-section .widget {
	  margin-top: 0px;
	  height: 170px !important;
	  margin-bottom: 6px;
	  padding-top: 8px;
	  padding-bottom: 8px;
	}
	.politics-thumb {
        padding: 8px 2px 15px 25px;
        display: table;
    }
	.world-section .thumbnail {
	  height: 582px !important;
	}
	.world-section .widget {
	  height: 175px !important;
	}
	.world-section .news-title {
      font-size: 25px !important;
    }
    .popular-news li:first-child {
        padding-top: 0px !important;
    }
    .popular-news .list-unstyled li {
        border-bottom: 1px solid rgb(223, 223, 221) !important;
        padding: 4px 0px 4px 0px !important;
        height: 68px !important;
    }
    .popular-news li:last-child {
        border-bottom: 0 !important;
    }
	.finance-section .widget {
	  height: 175px !important;
	}
	.finance-b4ads .finance-ads2 img {
	  min-height: 345px !important;
	}
	.finance-section .thumb-padding img {
      padding-top: 8px !important;
    }
	.world-section .widget h4 {
	  min-height: 94px !important;
	  margin-top: 0px !important;
	}
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 24px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 15px !important;
	}
	.finance-section .widget h4 {
	  min-height: 88px !important;
	  margin-top: 0px !important;
	}		
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 22px !important;
	}	
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 15px !important;
	}
	.sports-section .thumbnail {
	  height: 395px !important;
	}
	.sports-section .widget {
      height: 175px !important;
    }
	.sports-section .adwidget {
		height: 510px !important;
	}
    .sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 22px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 15px !important;
	}
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}
	.sports-section .sports-ads {
    	min-height: 455px !important;
    }
	.video-section .big-video {
	  height: 350px !important;
	}
	.video-section .widget {
	  height: 170px !important;
	}
	.entertainment-section .thumbnail {
	  height: 450px !important;
	}
	.entertainment-section .bulletin{
		height:575px !important;
	}
	.entertainment-section .widget {
	  height: 170px !important;
	}
    .entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 22px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 15px !important;
	}
    .lifestyle-section .thumbnail {
      height: 464px !important;
    }
    .lifestyle-section .widget {
        height: 175px !important;
    }
	.lifestyle-b4ads .lifestyle-ads2 {
	  padding: 15px 0 5px 0 !important;
	  min-height: 372px !important;
	}
	.lifestyle-b4ads .lifestyle-ads2 img {
	  min-height: 340px !important;
	}
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 22px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 15px !important;
	}
	
	.travel-section .thumbnail {
	  height: 410px !important;
	}
	.travel-section .travel {
	  height: 545px !important;
	  margin-bottom: 16px;
	}
	.travel-section .travel-more {
        height: 368px !important;
	}
	.travel-section .travel-ad {
      height: 250px !important;
    }
	.travel-section .health {
	  height: 560px !important;
	}
	.health-list li:first-child {
        padding-top: 0px !important;
    }
    .health-list .list-unstyled li {
        border-bottom: 1px solid rgb(223, 223, 221) !important;
        padding: 4px 0px 4px 0px !important;
        height: 68px !important;
    }
    .health-list li:last-child {
        border-bottom: 0 !important;
    }
	.details-news-section .lead-video {
	  height: 245px !important;
	}
	.world-video .thumbnail {
      height: 345px !important;
    }
    .world-video .world-hrads img{
       min-width: 310px !important;
       padding-bottom: 10px;
    }
    .entertainment-ad-video {
      height: 375px !important;
    }
    .entertainment-ad-video img {
      height: 365px !important;
    }
    .video-adzone, .details-ads {
        min-width: 455px !important;
    }
    .video-adzone img{
        min-width: 445px !important;
    }
    .details-ads img{
        min-width: 435px !important;
    }
}

@media ((min-width:431px) and (max-width: 470px)) {
    .affix .logo {
	  margin: 5px 0px 5px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 25px !important;
	}
	.affix {
	  width: 100% !important;
	}
	@-moz-document url-prefix() {
        /* CSS Code here will only apply in Firefox */
        .affix .logo {
    	  padding: 5px 0px 3px 0px !important;
    	}
        .affix #custom-search-input {
    	  padding-top: 15px !important;
    	  width: 280px !important;
    	}
    	.affix .black-bar {
            padding-right: 5% !important;
        }
        .affix .blue-bar {
            padding-right: 5% !important;
        }
        .affix .Ad-1 img{
    	  width: 420px !important;
    	}
    }
    body {
      margin-top: 195px !important;
    }
	.logo{
		padding: 5px 0px 3px 0px !important;
	}
	.slider {
	  margin-bottom: 25px !important;
	}
    .hero {
        top:64%;
		width: 98% !important;
    }
	#first-slider{
		height:235px;
	}
	
	#first-slider h1 {
      font-size: 26px !important;
      padding: 5px 5px 5px 5px !important;
	}
	#first-slider .carousel-indicators {
    bottom: 80px;
    }
	.breaking .thumbnail {
        height: 455px !important;
    }
    .lead-widget {
		height: 350px !important;
		margin-top: 15px !important;
    }
    .section-lead-widget{
		height: 350px !important;
		margin-top: 15px !important;
    }
    .leadbox h2, .leadbox h2 a, .leadbox h2 a:visited {
      font-size: 24px !important; margin-top: 5px !important; margin-bottom: 5px !important; line-height: normal;
    }
    .featurednews .widget {
	  height: 135px !important;
	}
	.leadhrads img {
	  min-width: 309px !important;
	}
	.breaking .thumbnail {
      height: 470px;
    }
	.national-section .thumbnail {
		height: 540px !important;
	}
	.bd-section .thumbnail {
      height: 455px !important;
    }
	.bd-section .more-bd .widget {
	  height: 318px !important;
	}
    .bd-section .Ad-4 img {
      min-width: 300px !important;
      padding-bottom: 10px !important;
    }
	.politics-section .widget {
	  height: 145px !important;
	}
	.politics-section .thumbnail {
	  height: 560px !important;
	}
	.politics-section .widget {
	  height: 146px !important;
	}
	.world-section .thumbnail {
	  height: 550px !important;
	}
	.world-section .widget {
	  height: 148px !important;
	}
	.world-section .widget h4 {
	  min-height: 94px !important;
	  margin-top: 0px !important;
	}
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.finance-section .thumbnail {
      height: 485px !important;
    }
	.finance-section .widget {
	  height: 162px !important;
	}
	.finance-section .thumb-padding img {
      padding-top: 12px !important;
    }
	.finance-b4ads .finance-ads2 img {
	  min-height: 345px !important;
	}
	.finance-section .widget h4 {
	  min-height: 88px !important;
	  margin-top: 0px !important;
	}
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.sports-section .thumbnail {
	  height: 368px !important;
	}
	.sports-section .adwidget {
		height: 510px !important;
	}
	.sports-section .sports-thumb {
	   padding-top: 10px !important;
	}
	.sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}
	.sports-section .sports-ads {
    	min-height: 450px !important;
    }
	.video-section .big-video {
	  height: 300px !important;
	}
	.video-section .widget {
	  height: 140px !important;
	}
	.entertainment-section .thumbnail {
	  height: 455px !important;
	}
	.entertainment-section .bulletin{
		height:550px !important;
	}
	.entertainment-section .widget {
	  height: 140px !important;
	}
    .entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.travel-section .thumbnail {
	  height: 376px !important;
	}
	.travel-section .travel {
	  height: 545px !important;
	  margin-bottom: 16px;
	}
	.travel-section .health {
	  height: 560px !important;
	}
	.lifestyle-section .widget {
	  margin-top: 0px;
	  height: 100px;
	  padding-top: 7px;
	  padding-bottom: 4px;
	}
	.lifestyle-b4ads .lifestyle-ads2 {
	  padding: 15px 0 5px 0 !important;
	  min-height: 372px !important;
	}
	.lifestyle-b4ads .lifestyle-ads2 img {
	  min-height: 340px !important;
	}
    .lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.travel-section {
	  margin: 12px 0 12px;
	}
	.travel-section .section-devider {
	  height: 2px;
	  width: 100%;
	  display: block;
	  background: #0DADE8;
	  margin: 15px 0 12px;
	}	
	.details-news-section .lead-video {
	  height: 220px !important;
	}
	.details-ads img {
      min-width: 385px !important;
    }
    .details-section .video-adzone img {
      min-width: 400px !important;
    }
    .world-video .thumbnail {
        height: 320px !important;
    }
    .world-video .world-hrads img{
        min-width: 318px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
}

@media ((min-width:401px) and (max-width:430px)) {
    @-moz-document url-prefix() {
        /* CSS Code here will only apply in Firefox */
        .affix .logo {
    	  margin: 4px 0px 5px 0px !important;
    	}
        .affix #custom-search-input {
    	  padding-top: 12px !important;
    	  width: 275px !important;
    	}
    	.affix .black-bar {
            padding-right: 2% !important;
        }
        .affix .blue-bar {
            padding-right: 2% !important;
        }
        .affix .Ad-1 img{
    	  width: 425px !important;
    	}
    }
    body {
      margin-top: 205px !important;
    }
    .affix .logo {
	  margin: 4px 0px 5px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 20px !important;
	}
	.affix {
	  width: 100% !important;
	  background: #fff;
	  z-index: 45;
	  box-shadow: 1px 2px 1px -1px #8A8A8A;
	  -webkit-transition: all .3s ease-in;
	  transition: all .3s ease-in;
	  padding: 0px;
	}
	.col-xs-3 img{ 
		padding-top: 1px !important;
	}	
    .hero {
        top:52%;
    }
	#first-slider{
		height:220px;
	}
	#first-slider h1 {
      font-size: 26px !important;
      padding: 5px 5px 5px 5px !important;
	}
	#first-slider .carousel-indicators {
    bottom: 80px;
    }
	.breaking .thumbnail {
        height: 455px !important;
    }
    .lead-widget {
		height:335px !important;
		margin-top: 20px !important;
    }
    .section-lead-widget{
		height: 335px !important;
		margin-top: 18px !important;
    }
    .leadbox h2, .leadbox h2 a, .leadbox h2 a:visited {
      font-size: 23px !important; margin-top: 4px !important; margin-bottom: 4px !important; line-height: normal;
    }	
	.leadhrads img {
	  min-width: 309px !important;
	}		
	.page-leadhrads img {
	  min-width: 309px !important;
	}
	.top-thumb {
	  margin-bottom: 10px !important;
	  margin-top: 10px !important;
	}	
	.featurednews .widget {
	  height: 148px !important;
	}	
	.national-section .thumbnail {
		height: 560px !important;
	}
	.bd-section .thumbnail {
      height: 425px !important;
    }
	.bd-section .more-bd .widget {
	  height: 300px !important;
	}
    .bd-section .Ad-4 img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.bd-section .bdhrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.video-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .widget {
	  height: 145px !important;
	}
	.politics-section .thumbnail {
	  height: 565px !important;
	}
	.politics-section .widget {
	  height: 135px !important;
	}
	.world-section .thumbnail {
		height: 530px !important;
	}
	.world-section .widget {
	  height: 136px !important;
	}
	.world-section .widget h4 {
      min-height: 90px !important;
      margin-top: 0px !important;
    }
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.finance-section .thumbnail {
		height: 460px !important;
	}
	.finance-section .widget {
	  height: 165px !important;
	}
	.finance-section .thumb-padding img {
        padding-top: 15px !important;
    }
	.finance-b4ads .finance-ads2 img {
	  min-height: 345px !important;
	}
	
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.sports-section .widget {
	  margin-top: 5px;
	  height: 138px !important;
	  margin-bottom: 10px;
	}
	.sports-section .thumbnail {
		height: 350px !important;
	}
	.sports-section .sports-thumb {
        padding-top: 14px !important;
    }
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}

	.sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.sports-section .adwidget {
		height: 510px !important;
	}
	.sports-section .sports-ads {
    	min-height: 445px !important;
    }
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.lifestyle-section .widget {
	  height: 100px !important;
	}
	.lifestyle-section .widget h4 {
		margin-top: -5px !important;
	}
	.video-section .big-video {
		height: 270px !important;
	}  
	.video-section .widget {
		height: 135px !important;
	}
	.video-section .thumb-padding img{
        padding-top: 5px !important;
	}
	.entertainment-section .thumbnail {
	  height: 450px !important;
	}
	.entertainment-section .bulletin{
		height:530px !important;
	}
	.entertainment-section .widget {
	  height: 134px !important;
	}
	.entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.travel-section .thumbnail {
	  height: 376px !important;
	}
	.travel-section .travel {
	  height: 510px !important;
	}
	.travel-section .health {
	  height: 510px !important;
	}
	.lifestyle-section .thumbnail {
		height: 390px !important;
	}
	.lifestyle-section .widget {
	  height:135px !important;
	}
	.lifestyle-b4ads .lifestyle-ads2 {
	  padding: 15px 0 5px 0 !important;
	  min-height: 372px !important;
	}
	.lifestyle-b4ads .lifestyle-ads2 img {
	  min-height: 340px !important;
	}
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.travel-section {
	  margin: 12px 0 12px;
	}
	.travel-section .section-devider {
	  height: 2px;
	  width: 100%;
	  display: block;
	  background: #0DADE8;
	  margin: 15px 0 12px;
	}
	.details-video-tabs {
      height: 1105px !important;
    }
	.details-news-section .lead-video {
	  height: 220px !important;
	}
	.details-section .video-adzone img {
      min-width: 390px !important;
    }
    .world-video .thumbnail {
        height: 320px !important;
    }
    .world-video .world-hrads img{
        min-width: 318px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
}

@media ((min-width:395px) and (max-width: 400px)) {
    @-moz-document url-prefix() {
        /* CSS Code here will only apply in Firefox */
        .affix .logo {
    	  margin: 5px 0px 5px 0px !important;
    	}
        .affix #custom-search-input {
    	  padding-top: 15px !important;
    	  width: 275px !important;
    	}
    	.affix .black-bar {
            padding-right: 2% !important;
        }
        .affix .blue-bar {
            padding-right: 2% !important;
        }
        .affix .Ad-1 img{
    	  width: 425px !important;
    	}
    }
    body {
      margin-top: 195px !important;
    }
    .affix .logo {
	  margin: 5px 0px 5px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 25px !important;
	}
	.affix {
	  width: 100% !important;
	  background: #fff;
	  z-index: 45;
	  box-shadow: 1px 2px 1px -1px #8A8A8A;
	  -webkit-transition: all .3s ease-in;
	  transition: all .3s ease-in;
	  padding: 0px;
	}
	.col-xs-3 img{ 
		padding-top: 1px !important;
	}	
    .hero {
        top:52%;
    }
	#first-slider{
		height:220px;
	}
	#first-slider h1 {
      font-size: 26px !important;
      padding: 5px 5px 5px 5px !important;
	}
	#first-slider .carousel-indicators {
    bottom: 90px;
    }
	.breaking .thumbnail {
        height: 455px !important;
    }
    .lead-widget {
		height:335px !important;
		margin-top: 20px !important;
    }
    .section-lead-widget{
		height: 335px !important;
		margin-top: 18px !important;
    }
    .leadbox h2, .leadbox h2 a, .leadbox h2 a:visited {
      font-size: 24px !important; margin-top: 5px !important; margin-bottom: 5px !important; line-height: normal;
    }	
	.leadhrads img {
	  min-width: 309px !important;
	}		
	.page-leadhrads img {
	  min-width: 309px !important;
	}
	.top-thumb {
	  margin-bottom: 10px !important;
	  margin-top: 10px !important;
	}	
	.featurednews .widget {
	  height: 126px !important;
	}	
	.national-section .thumbnail {
		height: 560px !important;
	}
	.bd-section .thumbnail {
      height: 425px !important;
    }
	.bd-section .more-bd .widget {
	  height: 300px !important;
	}
    .bd-section .Ad-4 img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.bd-section .bdhrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.video-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .widget {
	  height: 145px !important;
	}
	.politics-section .thumbnail {
	  height: 565px !important;
	}
	.politics-section .widget {
	  height: 135px !important;
	}
	.world-section .thumbnail {
		height: 535px !important;
	}
	.world-section .widget {
	  height: 136px !important;
	}
	.world-section .widget h4 {
      min-height: 90px !important;
      margin-top: 0px !important;
    }
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.finance-section .thumbnail {
		height: 460px !important;
	}
	.finance-section .widget {
	  height: 165px !important;
	}
	.finance-section .thumb-padding img {
        padding-top: 15px !important;
    }
	.finance-b4ads .finance-ads2 img {
	  min-height: 345px !important;
	}
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.finance-section .list-inline{ margin-left: -08px;}
	.sports-section .widget {
	  margin-top: 5px;
	  height: 138px !important;
	  margin-bottom: 10px;
	}
	.sports-section .thumbnail {
		height: 350px !important;
	}
	.sports-section .sports-thumb {
        padding-top: 14px !important;
    }
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}
    
	.sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.sports-section .adwidget {
		height: 510px !important;
	}
	.sports-section .sports-ads {
    	min-height: 435px !important;
    }
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.lifestyle-section .widget {
	  height: 100px !important;
	}
	.lifestyle-section .widget h4 {
		margin-top: -5px !important;
	}
	.video-section .big-video {
		height: 270px !important;
	}  
	.video-section .widget {
		height: 135px !important;
	}
	.video-section .thumb-padding img{
        padding-top: 5px !important;
	}
	.entertainment-section .thumbnail {
	  height: 450px !important;
	}
	.entertainment-section .bulletin{
		height:530px !important;
	}
	.entertainment-section .widget {
	  height: 134px !important;
	}
	.entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.travel-section .thumbnail {
	  height: 376px !important;
	}
	.travel-section .travel {
	  height: 510px !important;
	}
	.travel-section .health {
	  height: 510px !important;
	}
	.lifestyle-section .thumbnail {
		height: 390px !important;
	}
	.lifestyle-section .widget {
	  height:135px !important;
	}
	.lifestyle-b4ads .lifestyle-ads2 {
	  padding: 15px 0 5px 0 !important;
	  min-height: 372px !important;
	}
	.lifestyle-b4ads .lifestyle-ads2 img {
	  min-height: 340px !important;
	}
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.travel-section {
	  margin: 12px 0 12px;
	}
	.travel-section .section-devider {
	  height: 2px;
	  width: 100%;
	  display: block;
	  background: #0DADE8;
	  margin: 15px 0 12px;
	}
	.details-video-tabs {
      height: 1100px !important;
    }
	.details-news-section .lead-video {
	  height: 205px !important;
	}
	.details-section .video-adzone img {
      min-width: 375px !important;
    }
    .world-video .thumbnail {
        height: 320px !important;
    }
    .world-video .world-hrads img{
        min-width: 318px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
}
@media ((min-width: 384px) and (max-width: 394px)) {
     @-moz-document url-prefix() {
        /* CSS Code here will only apply in Firefox */
        .affix .logo {
    	  margin: 5px 0px 5px 0px !important;
    	}
        .affix #custom-search-input {
    	  padding-top: 10px !important;
    	  width: 275px !important;
    	}
    	.affix .black-bar {
            padding-right: 1% !important;
        }
        .affix .blue-bar {
            padding-right: 1% !important;
        }
        .affix .Ad-1 img{
    	  width: 425px !important;
    	}
    }
    body {
      margin-top: 195px !important;
    }
	.affix .logo {
	  margin: 5px 0px 5px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 25px !important;
	}
	.affix {
	  width: 99% !important;
	  background: #fff;
	  z-index: 45;
	  box-shadow: 1px 2px 1px -1px #8A8A8A;
	  -webkit-transition: all .3s ease-in;
	  transition: all .3s ease-in;
	  padding: 0px;
	}
	.col-xs-3 img{ 
		padding-top: 7px !important;
	}	
    .hero {
        top:50% !important;
    }
    .carousel-indicators {
      top: 58% !important;
    }
	.slider {
		margin-bottom: 5px !important;
	}
	#first-slider h1 {
      font-size: 26px !important;
      padding: 5px 5px 5px 5px !important;
	}
	#first-slider{
		height:210px !important;
	}
	#first-slider .carousel-indicators {
    bottom: 100px;
    }
	.breaking .thumbnail {
        height: 455px !important;
    }	
    .lead-widget {
		height: 320px !important;
		margin-top: 20px !important;
    }
    .section-lead-widget{
		height: 320px !important;
		margin-top: 18px !important;
    }
    .leadbox h2, .leadbox h2 a, .leadbox h2 a:visited {
      font-size: 24px !important; margin-top: 5px !important; margin-bottom: 5px !important; line-height: normal;
    }	
	.featurednews .widget {
	  height: 135px !important;
	}
	.featurednews .thumb-padding img{
        padding-top: 12px !important;
    }
	.top-news {
	  height: 455px !important;
	}
	.top-thumb {
	  margin-bottom: 10px !important;
	  margin-top: 10px !important;
	}	
	.leadhrads img {
	  min-width: 309px !important;
	}	
	.page-leadhrads img {
	  min-width: 309px !important;
	}			
	.national-section .thumbnail {
		height: 535px !important;
	}
	.bd-section .thumbnail {
	  height: 430px !important;
	}	
	.bd-section .more-bd .widget {
	  height: 280px !important;
	}
    .bd-section .Ad-4 img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.bd-section .bdhrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.video-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}	
	.politics-section .widget {
	  height: 125px !important;
	}
	.politics-section .thumbnail {
	  height: 570px !important;
	}
	.politics-section .widget {
	  height: 135px !important;
	}
	.politics-section .thumb-padding {
		padding-top: 10px !important;
	}
	.politics-section .hrads {
		min-width: 304px !important;
	}
	.world-section .thumbnail {
	  height: 570px !important;
	}
	.world-section .widget h4 {
		min-height: 80px !important;
		margin-top: 0px !important;
	}
	.world-section .widget {
	  height: 133px !important;
	}
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.finance-section .widget {
	  height: 165px !important;
	}
	.finance-section .widget h4 {
		min-height: 80px !important;
		margin-top: 0px !important;
	}
	.finance-section .thumbnail {
	  height: 460px !important;
	}
	.finance-section .thumb-padding img{
	    padding-top: 15px !important;
	}
    .finance-section .widget h4 {
        min-height: 90px !important;
    }
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.sports-section .thumbnail {
		height: 340px !important;
	}
	.sports-section .widget {
	  margin-top: 5px;
	  height: 134px !important;
	  margin-bottom: 10px;
	}
	.sports-section .sports-thumb img{
	    padding-top: 13px !important;
	}
	.sports-section .widget h4 {
	  min-height: 82px !important;
	}
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}
	.sports-section .sports-ads {
    	min-height: 415px !important;
    }
	.sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.lifestyle-section .widget {
	  height: 100px !important;
	}
	.video-section .big-video {
		height: 250px !important;
	}  
	.video-section .widget {
		height: 135px !important;
	}
	.video-section .thumb-padding img{
    	padding-top: 8px !important;
    }
	.entertainment-section .thumbnail {
	  height: 425px !important;
	}
	.entertainment-section .bulletin{
		height:500px !important;
	}
	.entertainment-section .widget {
	  height: 140px !important;
	}
	.entertainment-section .thumb-padding img{
    	padding-top: 10px !important;
    }
	.entertainment-section .widget h4 {
	  min-height: 59px !important;
	}
	.entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.lifestyle-section .thumbnail {
		height: 425px !important;
	}
	.lifestyle-section .widget {
		height: 145px !important;
	}	
	.lifestyle-section .widget figure {
		padding-top: 10px !important;
	}
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.travel-section .health {
		height: 500px !important;
	}
	.travel-section .thumbnail {
	  height: 376px !important;
	}
	.travel-section .travel {
	  height: 446px !important;
	  margin-bottom: 16px;
	}
	.details-ads img {
        min-width: 345px !important;
    }
	.details-news-section .lead-video {
	  height: 188px !important;
	}
	.details-video-tabs {
      height: 1100px !important;
    }
	.details-news-section .lead-video {
	  height: 205px !important;
	}
	.details-section .video-adzone img {
      min-width: 360px !important;
    }
    .world-video .thumbnail {
        height: 310px !important;
    }
    .world-video .world-hrads img{
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .world-hrads img {
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
}
@media ((min-width: 376px) and (max-width: 383px)) { 
     @-moz-document url-prefix() {
        /* CSS Code here will only apply in Firefox */
        .affix .logo {
    	  margin: 5px 0px 5px 0px !important;
    	}
        .affix #custom-search-input {
    	  padding-top: 15px !important;
    	  width: 275px !important;
    	}
    	.affix .black-bar {
            padding-right: 2% !important;
        }
        .affix .blue-bar {
            padding-right: 2% !important;
        }
        .affix .Ad-1 img{
    	  width: 425px !important;
    	}
    }
    body {
      margin-top: 185px !important;
    }
	.col-xs-3 img{ 
		padding-top: 7px !important;
	}
    .affix .logo {
	  margin: 15px 0px 5px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 25px !important;
	}
	.affix {
	  width: 100% !important;
	  background: #fff;
	  z-index: 45;
	  box-shadow: 1px 2px 1px -1px #8A8A8A;
	  -webkit-transition: all .3s ease-in;
	  transition: all .3s ease-in;
	  padding: 0px;
	}
    .hero {
        top:52% !important;
    }
    .carousel-indicators {
      top: 58% !important;
    }
	.slider {
		margin-bottom: 5px !important;
	}
	#first-slider h1 {
      font-size: 26px !important;
      padding: 5px 5px 5px 5px !important;
	}
	#first-slider{
		height:212px !important;
	}
	#first-slider .carousel-indicators {
    bottom: 105px;
    }
    .lead-widget {
        height: 320px !important;
        margin-top: 15px !important;
    }
    .section-lead-widget{
		height: 320px !important;
		margin-top: 18px !important;
    }
	.leadbox h2, .leadbox h2 a, .leadbox h2 a:visited {
      font-size: 24px !important; margin-top: 5px !important; margin-bottom: 5px !important; line-height: normal;
    }
    .top-news {
      height: 460px !important;
    }
	.breaking .thumbnail {
      height: 460px !important;
    }
	.leadhrads img {
	  min-width: 315px !important;
	}
	.page-leadhrads img {
	  min-width: 315px !important;
	}			
	.national-section .thumbnail {
		height: 575px !important;
	}
	.national-section .widget {
		height: 290px !important;
	}
	.bd-section .thumbnail {
	  height: 425px !important;
	}	
	.bd-section .more-bd .widget {
	  height: 280px !important;
	}
    .bd-section .Ad-4 img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.bd-section .bdhrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.video-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .thumbnail {
	  height: 575px !important;
	}
	.politics-section .widget {
		height: 135px !important;
    }
    .politics-section .thumb-padding img{
    	padding-top: 8px !important;
    }
	.world-section .thumbnail {
	  height: 570px !important;
	}
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.world-section .widget {
		height: 138px !important;
    }
	.world-section .widget figure {
		padding-top: 10px !important;
	}
	.world-section .widget h4 {
		min-height: 80px !important;
		margin-top: 0px !important;
    } 
	.finance-section .thumbnail {
		height: 460px !important;
    }
	.finance-section .widget {
        height: 162px !important
    }
    .finance-section .thumb-padding img {
      padding-top: 15px !important;
    }
    .finance-section .widget h4 {
        min-height: 90px !important;
    }
	.finance-b4ads .finance-ads2 img {
		min-height: 300px !important;
    }
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.finance-section .list-inline{ margin-left: -08px;}
	
	.sports-section .thumbnail {
	  height: 368px !important;
	} 
	.sports-section .widget {
		height: 140px !important;
	}	
	.sports-section .widget figure {
		padding-top: 10px !important;
	}
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}
	
	.sports-section .widget h4 {
	  min-height: 75px !important;
	}
	.sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.video-section .widget {
		height: 135px !important;
	}
	.sports-section .sports-ads {
    	min-height: 410px !important;
    }
	.video-section .thumb-padding img{
    	padding-top: 8px !important;
    }  
	.video-section .big-video {
	  height: 240px !important;
	}
	.video-section .hrads  img {
	  min-width: 290px !important;
	  padding-bottom: 8px !important;
	}	
	.entertainment-section .thumbnail {
	  height: 426px !important;
	}
	.entertainment-section .widget {
		height: 135px !important;
    }
	.entertainment-section .thumb-padding img{
    	padding-top: 8px !important;
    }	
	.entertainment-section .bulletin{
		height:500px !important;
	}
	.entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 13px !important;
	}
	
	.lifestyle-section .thumbnail {
		height: 400px !important;
	}
	.lifestyle-section .widget {
		height: 136px !important;
	}	
	.lifestyle-section .widget figure {
		padding-top: 10px !important;
	} 
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.travel-section .thumbnail {
	  height: 362px !important;
	}
	.travel-section .travel {
	  height: 440px !important;
	  margin-bottom: 16px;
	}
	.details-ads img {
        min-width: 335px !important;
    }
	.details-news-section .lead-video {
	  height: 185px !important;
	}
	.details-video-tabs {
      height: 1090px !important;
    }
	.details-news-section .lead-video {
	  height: 205px !important;
	}
	.details-section .video-adzone img {
      min-width: 360px !important;
    }
    .world-video .thumbnail {
        height: 310px !important;
    }
    .world-video .world-hrads img{
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .world-hrads img {
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
}
@media ((min-width: 350px) and (max-width: 375px)){
    @-moz-document url-prefix() {
        /* CSS Code here will only apply in Firefox */
        .affix .logo {
    	  margin: 5px 0px 5px 0px !important;
    	}
        .affix #custom-search-input {
    	  padding-top: 12px !important;
    	  width: 240px !important;
    	}
    	.affix .black-bar {
            padding-right: 05% !important;
        }
        .affix .blue-bar {
            padding-right: 05% !important;
        }
        .affix .Ad-1 img{
    	  width: 425px !important;
    	}
    }
    body {
      margin-top: 185px !important;
    }
	.affix .logo {
	  margin: 6px 0px 5px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 22px !important;
	}
	.affix {
	  width: 100% !important;
	  background: #fff;
	  z-index: 45;
	  box-shadow: 1px 2px 1px -1px #8A8A8A;
	  -webkit-transition: all .3s ease-in;
	  transition: all .3s ease-in;
	  padding: 0px;
	}
	.col-xs-3 img{ 
		padding-top: 12px !important;
	} 
    .hero {
        top: 48%;
    }
	#first-slider{
		height:197px;
	}
	#first-slider h1 {
      font-size: 26px !important;
      padding: 5px 5px 5px 5px !important;
	}
	#first-slider{
		height:197px !important;
	}
	#first-slider .carousel-indicators {
    bottom: 115px;
    }
	.breaking .thumbnail {
        height: 455px !important;
    }
	.lead-widget{
		height: 310px !important;
	}
    .section-lead-widget{
		height: 310px !important;
    }
	.leadbox h2, .leadbox h2 a, .leadbox h2 a:visited {
      font-size: 20px !important; margin-top: 2px !important; margin-bottom: 2px !important; line-height: normal;
    }
	.top-news {
		height: 430px !important;
	}
	.featurednews .widget {
		height: 135px !important;
    }
    .featurednews .thumb-padding img{
        padding-top: 14px !important;
    }
	.leadhrads img {
	  min-width: 315px !important;
	}
	.page-leadhrads img {
	  min-width: 315px !important;
	}				
	.national-section .thumbnail {
		height: 565px !important;
	}
	.national-section .widget {
		height: 274px !important;
	}
	.bd-section .thumbnail {
        height: 420px !important;
    }
	.bd-section .more-bd .widget {
		height: 270px !important;
    }
	.bd-section .Ad-4 img {
	  min-width: 322px !important;
	  padding-bottom:10px !important;
	}
	.bd-section .bdhrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.video-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .hrads img {
	  min-width: 304px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .thumbnail {
	  height: 580px !important;
	}
	.politics-section .widget {
		height: 135px !important;
    }
	.politics-section .thumb-padding {
		padding-top: 12px !important;
	}
	.world-section .thumbnail {
	  height: 570px !important;
	}
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.world-section .widget {
		height: 135px !important;
    }
	.world-section .widget figure {
		padding-top: 10px !important;
	}
	.world-section .widget h4 {
		min-height: 80px !important;
		margin-top: 0px !important;
    } 
    .finance-section .thumbnail {
		height: 460px !important;
    }
	.finance-section .widget {
        height: 162px !important
    }
    .finance-section .thumb-padding img {
      padding-top: 17px !important;
    }
    .finance-section .widget h4 {
        min-height: 90px !important;
    }
	.finance-b4ads .finance-ads2 img {
		min-height: 300px !important;
    }
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 10px !important;
	}
	.finance-section .list-inline{ margin-left: -10px;}
	.sports-section .thumbnail {
	  height: 368px !important;
	} 
	.sports-section .widget {
		height: 135px !important;
	}	
	.sports-section .widget figure {
		padding-top: 12px !important;
	}
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}
	
	.sports-section .widget h4 {
	  min-height: 75px !important;
	}
	.sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.sports-section .sports-ads {
    	min-height: 385px !important;
    }
	.video-section .widget {
		height: 132px !important;
	}
	.video-section .thumb-padding {
		padding-top: 13px !important;
	}
	.video-section .big-video {
	  height: 240px !important;
	}
	.video-section .hrads  img {
	  min-width: 290px !important;
	  padding-bottom: 8px !important;
	}	
	.entertainment-section .thumbnail {
	  height: 450px !important;
	}
	.entertainment-section .widget {
		height: 158px !important;
    }
    .entertainment-section .thumb-padding img{
    	padding-top: 17px !important;
    }
	.entertainment-section .bulletin{
		height:490px !important;
	} 
	.entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 13px !important;
	}
	.lifestyle-section .thumbnail {
		height: 395px !important;
	}
	.lifestyle-section .widget {
		height: 136px !important;
	}	
	.lifestyle-section .widget figure {
		padding-top: 10px !important;
	} 
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.travel-section .thumbnail {
	  height: 365px !important;
	}
	.travel-section .travel {
	  height: 440px !important;
	  margin-bottom: 16px;
	}
	.details-ads img {
        min-width: 330px !important;
    }
	.politics-thumb {
        padding: 8px 2px 15px 8px;
        display: table;
    }
	.details-news-section .lead-video {
	  height: 175px !important;
	}
	.details-video-tabs {
      height: 1090px !important;
    }
	.details-news-section .lead-video {
	  height: 205px !important;
	}
	.details-section .video-adzone img {
      min-width: 345px !important;
    }
    .world-video .thumbnail {
        height: 290px !important;
    }
    .world-video .world-hrads img{
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .world-hrads img {
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
}
@media ((min-width: 300px) and (max-width: 349px)) {
	.affix .logo {
	  margin: 25px 0px 5px 0px !important;
	  padding: 15px 0px 13px 0px !important;
	}
	.affix #custom-search-input {
	  padding-top: 25px !important;
	}
	.affix {
	  width: 99% !important;
	  background: #fff;
	  z-index: 45;
	  box-shadow: 1px 2px 1px -1px #8A8A8A;
	  -webkit-transition: all .3s ease-in;
	  transition: all .3s ease-in;
	  padding: 0px;
	}
	.blue-bar {
	    padding-right: 08px !important;
	}
	.col-xs-3 img{ 
		padding-top: 12px !important;
	} 
    .left.carousel-control,
    .right.carousel-control,
	.hero {
        display: none
    }
	#first-slider{
		height:197px;
	}
	.breaking .thumbnail {
        height: 450px !important;
    }
    .breaking .widget {
        height: 250px !important;
    }
	.lead-widget{
		height: 288px !important;
	}
    .section-lead-widget{
		height: 288px !important;
    }
	.leadbox h2 a, .leadbox h2 a:visited {
      font-size: 19.8px !important; margin-top: 2px !important; margin-bottom: 2px !important; line-height: normal;
    }
	.top-news {
		height: 460px !important;
	}
	.featurednews .widget {
		height: 160px !important;
    }
    .featurednews .thumb-padding img{
        padding-top: 26px !important;
    }
	.leadhrads img {
	  min-width:205px !important;
	}
	.page-leadhrads img {
	  min-width: 315px !important;
	}					
	.national-section .thumbnail {
		height: 598px !important;
	}
	.national-section .widget {
		height: 266px !important;
	}
	.bd-section .thumbnail {
        height: 455px !important;
    }
	.bd-section .more-bd .widget {
		height: 275px !important;
    }
	.bd-section .Ad-4 img {
	  min-width: 200px !important;
	  padding-bottom:10px !important;
	}
	.video-section .hrads img {
	  min-width: 204px !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .hrads img {
	  min-width: 205 !important;
	  padding-bottom: 10px !important;
	}
	.politics-section .thumbnail {
	  height: 610px !important;
	}
	.politics-section .widget {
		height: 165px !important;
    }
	.politics-section .thumb-padding {
		padding-top: 26px !important;
	}
	.world-section .thumbnail {
	  height: 585px !important;
	}
	.world-section .widget {
		height: 150px !important;
    }
	.world-section .thumb-padding {
		padding-top: 15px !important;
	}
	.world-section .widget figure {
		padding-top: 10px !important;
	}
	.world-section .widget h4 {
		min-height: 80px !important;
		margin-top: 0px !important;
    }
	.world-section .news-title a, .world-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.world-section .news-cat a, .world-section .news-time a, .world-section .news-cat a:visited, .world-section .news-time a:visited{
	  font-size: 12px !important;
	} 
	.finance-section .thumbnail {
	  height: 468px !important;
	}  
	.finance-section .widget {
	  height: 170px !important;
	}
	.finance-section .thumb-padding {
		padding-top: 0px !important;
	}	
	.finance-section .widget figure {
		padding-top: 6px !important;
	}
	.finance-section .news-title a, .finance-section .news-title a:visited{
	  font-size: 18px !important;
	}
	.finance-section .widget .list-inline {
      padding-left: 0 !important;
      margin-left: -35px !important;
	}
	.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 11px !important;
	}
	.sports-section .thumbnail {
	  height: 350px !important;
	} 
	.sports-section .widget {
		height: 155px !important;
	}	
	.sports-section .widget figure {
		padding-top: 10px !important;
	}
	.sports-section .sports-thumb {
	  padding-top: 0px !important;
	  padding-bottom: 8px !important;
	}
	.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; text-decoration:none !important;}
	
	.sports-section .news-title a, .sports-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.sports-section .news-cat a, .sports-section .news-time a, .sports-section .news-cat a:visited, .sports-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.sports-section .widget h4 {
	  min-height: 75px !important;
	}
	.sports-section .sports-ads {
    	min-height: 360px !important;
    }
	.video-section .widget {
		height: 132px !important;
	}
	.video-section .thumb-padding {
		padding-top: 15px !important;
	}  
	.video-section .big-video {
	  height: 240px !important;
	}
	.video-section .hrads  img {
	  min-width: 290px !important;
	  padding-bottom: 8px !important;
	}	
	.entertainment-section .thumbnail {
	  height: 435px !important;
	}
	.entertainment-section .widget {
		height: 165px !important;
    }
	.entertainment-section .thumb-padding {
		padding-top: 25px !important;
	} 
	.entertainment-section .widget .list-inline {
        margin-left: -10px !important;
	}
	.entertainment-section .news-title a, .entertainment-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.entertainment-section .bulletin{
		height:500px !important;
	}
	.lifestyle-section .thumbnail {
		height: 385px !important;
	}
	.lifestyle-section .widget {
		height: 134px !important;
	}	
	.lifestyle-section .widget h4 {
        min-height: 90px !important;
	}
	.lifestyle-section .widget figure {
		padding-top: 12px !important;
	} 
	.lifestyle-section .news-title a, .lifestyle-section .news-title a:visited{
	  font-size: 18px !important;
	}	
	.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 12px !important;
	}
	.lifestyle-section .widget .list-inline {
        margin-left: -25px !important;
	}
	.travel-section .thumbnail {
	  height: 362px !important;
	}
	.travel-section .travel {
	  height: 440px !important;
	  margin-bottom: 16px;
	}
	.details-video-tabs figure {
      min-height: 240px !important;
    }
	.details-news-section .lead-video {
	  height: 152px !important;
	}
	.video-adzone img {
      min-width: 208px !important;
    }
	.details-video-tabs {
      height: 1000px !important;
    }
	.details-news-section .lead-video {
	  height: 205px !important;
	}
	.details-section .video-adzone img {
      min-width: 205px !important;
    }
    .world-video .thumbnail {
        height: 260px !important;
    }
    .world-video .world-hrads img{
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .world-hrads img {
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
    .details-ads img {
      min-width: 210px !important;
    }
	.details-news-section .lead-video {
	  height: 175px !important;
	}
	.details-video-tabs {
      height: 970px !important;
    }
	.details-news-section .lead-video {
	  height: 205px !important;
	}
	.details-section .video-adzone img {
      min-width: 205px !important;
    }
    .world-video .thumbnail {
        height: 255px !important;
    }
    .world-video .world-hrads img{
        min-width: 295px !important;
        padding-bottom: 10px !important;
    }
    .world-hrads img {
        min-width: 315px !important;
        padding-bottom: 10px !important;
    }
    .entertainment-ad-video {
      height: 330px !important;
    }
    .entertainment-ad-video img {
      height: 320px !important;
    }
}
/********************************/
/*       Slides backgrounds     */
/********************************/
/* হেডারকে সবসময় উপরে রাখতে */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* মূল কনটেন্ট হেডারের নিচ থেকে শুরু হবে */
body {
  margin-top: 180px; /* হেডারের উচ্চতা অনুযায়ী সেট করা হলো */
}

/* মোবাইল ভিউতে কিছুটা বেশি জায়গা দিন */
/*
@media (max-width: 768px) {
  body {
    margin-top: 218px;
  }
}
*/
.intro {
	padding: 7px 9px 7px 11px;
	color: #333;
}
.section-lead-widget {
    position: relative;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    border: solid rgb(223, 223, 221);
    border-width: 0 .1rem .1rem 0;
    height: 295px;
    padding-top: 5px;
}
.lead-widget{	
    position: relative;
    background: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    border: solid rgb(223, 223, 221);
    border-width: 0 .1rem .1rem 0;
	height: 365px;
	padding-top: 5px;
}
.lead-widget .news-cat a, .lead-widget .news-time a, .lead-widget .news-cat a:visited, .lead-widget .news-time a:visited{
	  font-size: 14px;
}
.leadhrads{
  margin-top: 6px;
}
.leadhrads img{
	min-width: 804px;
}
.leadbox{
	padding: 2px;
}

.leadbox h2 a, .leadbox h2 a:visited{
	font-size: 26px;
}
.widget {
    position: relative;
    background: #fff;
	margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    border: solid rgb(223, 223, 221);
    border-width: 0 .1rem .1rem 0;
    justify-content: center;
    align-items: center;
	/*height: 100px;*/
}
.featurednews .widget{
	height: 164px;	
}
/*.featurednews .thumb-padding img{
    padding-top: 15px;
}*/
.widget h4{
	font-size:20px;
	margin-top: 0px;
	font-weight: 600;
}
.featurednews .widget h4{
	min-height: 42px;	
}
.top-news h3{
	font-size: 25px;
    line-height: normal;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 20px;	
}
.latest-news .list-unstyled li, .details-tab-content .list-unstyled li{
	border-bottom: 1px solid rgb(223, 223, 221);
	padding:4px 0px 4px 0px;	
	height:68px;
}
.details-tab-content li:last-child {
    border-bottom: 0;
}

.entertainment-section .thumb-padding img{
	padding-top: 5px;
}
.news-title{
	font-size:20px; 
	margin-bottom:1px;
	padding-left:11px;
}

.top-news{
	height:440px;
}
.top-news h2{
	font-size:18px; 
	font-weight: 600;
	line-height: 1.68rem;	
}
.topright{
	padding: 7px 9px 7px 11px;
}
.latest-news{
	height:612px;
}
.link-section{
	margin-bottom:12px;
}
.link-section .editors-pick .widget, .link-section .top-citizen .widget{
	visibility: visible;
	animation-name: fadeIn;
	display: block;
	border-top: 2px solid #4F88C1;
}
.link-section .client-offer .widget, .link-section .popular-video .widget{
	visibility: visible;
	animation-name: fadeIn;
	display: block;
	border-top: 2px solid #111;
}
.link-section .trending{
	height: 281px;
	padding-top:7px;
}
.popular-news li:first-child {
        padding-top: 0px;
}
.popular-news .list-unstyled li {
    border-bottom: 1px solid rgb(223, 223, 221);
    padding: 4px 0px 4px 0px;
    height: 68px;
}
.popular-news li:last-child {
    border-bottom: 0;
}
.health-list li:first-child {
    padding-top: 0px;
}
.health-list .list-unstyled li {
    border-bottom: 1px solid rgb(223, 223, 221);
    padding: 4px 0px 4px 0px;
    height: 68px;
}
.health-list li:last-child {
    border-bottom: 0;
}

/* -- Breaking --*/
.breaking{
	background-color: #1e1d1d;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 10px;
    clear: both;
    padding-bottom: 15px;
}
.breaking .thumbnail {
    height: 582px;
}
.breaking .widget {
    position: relative;
    background: #fff;
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    border: solid rgb(223, 223, 221);
    border-width: 0 .1rem .1rem 0;
    height: 288px;
}
.breaking .morenews {
	margin-top: -7px;
}
.breaking-title .cat-nav >  a, .breaking-title .cat-nav > a:visited {
    color: #000;
    font-weight: 600;
    transition: ease-out .6s;
    font-size: 25px;
    text-decoration: none !important;
}
.breaking ul {
	margin-top: 5px;
}
.breaking .breaking-title ul .cat-nav a {
    color: #fff;
}

/* -- national Section --*/

.national-section .widget{
	margin-top:0px;
	height: 315px;
	margin-bottom: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.national-section .widget h4{
	min-height: 68px;	
}
.national-section .thumbnail {
    height: 636px;
}

.national-section .widget .col-md-4 img{
	padding-top: 3px !important;
}
.national-section .section-devider {
    height: 2px;
    width: 100%;
    display: block;
    background: #A00357;
    margin: 12px 0 12px;
}
.national-section .cat-nav a{
	color: #A00357;
}
.national-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(6, 110, 50, 0.78);
	padding: 2px 6px;
	color: #fff;
}
.national-section .news-cat a::before {
  color: #A00357;
}

/* -- bd-section --*/

.bd-section .more-bd .widget{
	margin-top:0px;
	height: 330px;
	margin-bottom: 10px;
}
.bd-section .more-bd .widget .news-title{ 
	margin-top:5px;
	padding:5px;
}
.bd-section .thumbnail {
    height: 442px;
}
.bd-section .more-bd .widget .col-md-4 img{
	padding-top: 6px !important;
}

.bd-section .news-cat a::before {
  color: #000033;
}
.bd-section .section-devider {
    height: 2px;
    width: 100%;
    display: block;
    background: #000033;
    margin: 12px 0 12px;
}
.bd-section .cat-nav a{
	color: #000033;
}
.bd-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(6, 110, 50, 0.78);
	padding: 2px 6px;
	color: #fff;
}
.bd-section .bd-adzone{
	height:auto; 
	border: 1px solid #ddd;
	background-color: #fff;
    border-radius: 0px;
}
.bd-section .bd-adzone img{
	/* min-width: 380px; */
}
.bd-section .Ad-4 img {
	min-width: 804px;
}

/* -- Politics Section --*/

.politics-section .widget{
	margin-top:0px;
	height: 132px;
	margin-bottom: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.politics-section .widget h4{
	min-height: 68px;	
}
.politics-section .thumbnail {
    height: 655px;
}
.politics-section .hrads{
	margin-left:6px;
}

.politics-section .widget .col-md-4 img{
	padding-top: 3px !important;
}
.politics-section .section-devider {
    height: 2px;
    width: 100%;
    display: block;
    background: #08893E;
    margin: 12px 0 12px;
}
.politics-section .cat-nav a{
  color: #155624F7; 
}
.politics-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(6, 110, 50, 0.78);
	padding: 2px 6px;
	color: #fff;
}

.politics-section .news-cat a::before {
  color: #08893E;
}

.world-section .tab-pane{	
    background: #fff;
    padding-left: 15px;
    height: 550px;
    padding-right: 10px;
}

.world-section .section-devider {
    height: 2px;
    width: 100%;
    display: block;
    background: #D90808;
    margin: 6px 0 12px;
}
.world-section .widget{
	margin-top:0px;
	height: 138px;
	padding-top:8px;
	padding-bottom:4px;
}

.world-section .widget h4{
	min-height: 83px;
    font-size: 20px;
    margin-top: -6px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;	
}
.world-section .thumbnail {
	height: 552px;
}
.world-section .widget .col-md-4 img{
	padding-top: 2px !important;
}
.world-section .cat-nav a{
	color: #D90808;
}
.world-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(255, 0, 0, 0.78);
	padding: 2px 6px;
	color: #fff;
}
.world-section .news-cat a::before {
  color: #D90808;
}
.finance-b4ads {	
    padding-bottom: 12px;
}
.finance-b4ads .finance-ads1 {	
    padding: 5px;
}
.finance-b4ads .finance-ads2 {	
    padding: 5px 0 5px 0;
	margin-bottom: 5px;
	min-height: 280px;
}
.finance-b4ads .finance-ads2 img {
	min-height: 270px;
}
.finance-section .thumbnail p {	
    padding-left:8px;
}
.finance-section .section-devider {
    height: 2px;
    width: 100%;
    display: block;
    background: #6a1b9a;
    margin: 6px 0 12px;
}
.finance-section .widget{
	margin-top:0px;
	height: 165px;
	padding-bottom:4px;
}
.finance-section .widget h4{
	min-height: 115px;
    margin-bottom: 2px;		
    margin-top: -6px;
}
.finance-section .thumbnail{
	height: 495px;
}
.finance-section .thumb-padding img{
    padding-top: 15px;
}
.finance-section .cat-nav a{
	color: #6a1b9a;
}
.finance-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(106, 27, 154, 0.78);
	padding: 2px 6px;
	color: #fff;
}
.finance-section .news-cat a::before {
  color: #6a1b9a;
}
.finance-section .news-cat a, .finance-section .news-time a, .finance-section .news-cat a:visited, .finance-section .news-time a:visited{
	  font-size: 13px;
}
/*-- Sports Section -- */

.sports-section .widget{
	margin-top:5px;
	height: 145px;
	margin-bottom: 10px;
}
.sports-section .widget h4{
	min-height: 86px;	
}
.sports-section .widget p {
    margin: 0 0 5px;
	font-size: 15px;
}
.sports-section .thumbnail{
    height: 458px;
}
.sports-section .adwidget {
  height: 458px;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.sports-section .sports-thumb{
	padding-top:12px;
	padding-bottom:12px;
}
.sports-section .widget .col-md-4 img{
	padding-top: 6px !important;
}
.sports-section .section-devider {
    height: 2px;
    width: 100%;
    display: block;
    background:#0317B0;
    margin: 6px 0 12px;
}
.sports-section .cat-nav a{
	color:#0317B0;
}
.sports-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(244, 124, 12, 0.78);
	padding: 2px 6px;
	color: #fff;
}
.sports-section .sports-ads {
	padding: 15px 8px 15px 8px;
	min-height: 460px;
}
.sports-section .news-cat a::before {
  color: #0317B0;
}
.thumb-wrap {
    position: relative;
    float: left;
    margin-bottom: 3px;
}
.thumb-wrap a, .thumb-wrap a:visited{color:#fff; font-weight: 600; transition: ease-out .6s; font-size: 25px; text-decoration:none !important;}
.sports-section .cat-caption{
    bottom: 35px;
    opacity: .50;
}
.sports-section .cat-caption h3, .entertainment-section .cat-caption h3{
	margin-top:10px;
	margin-bottom:8px;
	font-size:20px;
}
.cat-caption {
    position: absolute;
    bottom: 0;
    background: #000;
    padding: 5px;
    color: #FFF;
    opacity: .7;
    width: 100%;
    text-align: center;
}
/*-- Entertainment Section -- */
.entertainment .section-devider{
    height: 2px;
    width: 100%;
    display: block;
    background:#065775;
    margin: 6px 0 12px;
}
.entertainment-section .section-devider{
    height: 2px;
    width: 100%;
    display: block;
    background:#065775;
    margin: 5px 0 12px;
}
.entertainment-section .widget{
	margin-top:0px;
	height: 130px;
	padding-top:2px;
	padding-bottom:2px;
}
.entertainment-section .widget h4{
	min-height: 80px;	
}
.entertainment-section .news-cat a::before {
  color: #065775;
}
.entertainment-section .widget p {
    margin: 0 0 5px;
}
.entertainment-section .cat-nav a{
	color: #065775;
}
.entertainment-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(13, 173, 232, 0.78);
	padding: 2px 6px;
	color: #fff;
}
.entertainment-section .thumbnail{
	height:520px;
}

.entertainment-section .bulletin{
	height:520px;
}
.entertainment-section .cat-caption{
    bottom: 35px;
	left:5%;
	right:5%;
	width: 90%;
    opacity: .50;
}
.entertainment-section .news-cat a, .entertainment-section .news-time a, .entertainment-section .news-cat a:visited, .entertainment-section .news-time a:visited{
	  font-size: 13px;
}
.lifestyle-b4ads {	
    padding-bottom: 10px;
}
.lifestyle-b4ads .lifestyle-ads1 {	
    padding: 5px;
}
.lifestyle-b4ads .lifestyle-ads2 {	
    padding: 5px 0 5px 0;
	margin-bottom: 5px;
	min-height: 280px;
}
.lifestyle-b4ads .lifestyle-ads2 img {
	min-height: 270px;
}

/*-- Lifestyle -- */
.lifestyle-section .section-devider{
    height: 2px;
    width: 100%;
    display: block;
    background: #8A0037db;
    margin: 6px 0 12px;
}
.lifestyle .section-devider{
    height: 2px;
    width: 100%;
    display: block;
    background: #8A0037db;
    margin: 6px 0 12px;
}
.lifestyle-section .thumbnail{
	height: 404px;
}
.lifestyle-section .widget{
	margin-top:0px;
	height: 135px;
	padding-top:7px;
	padding-bottom:4px;
}
.lifestyle-section .widget h4{
	min-height: 74px;
    margin-bottom:2px;	
}
.lifestyle-section .news-cat a::before {
  color: #0DADE8;
}
.lifestyle-section .widget p {
    margin: 0 0 5px;
}
.lifestyle-section .cat-nav a{
	color: #8A0037db;
}

.lifestyle-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(225, 0, 102, 0.78);
	padding: 2px 6px;
	color: #fff;
}
.lifestyle-section .news-cat a::before {
  color: #8A0037db;
}

.lifestyle-section .news-cat a, .lifestyle-section .news-time a, .lifestyle-section .news-cat a:visited, .lifestyle-section .news-time a:visited{
	  font-size: 13px;
}
/*-- Travel Section -- */
.travel .section-devider{
    height: 2px;
    width: 100%;
    display: block;
    background:#066284;
    margin: 6px 0 12px;
}
.travel-section .section-devider{
    height: 2px;
    width: 100%;
    display: block;
    background:#066284;
    margin: 5px 0 12px;
}
.travel-section .widget{
	margin-top:0px;
	height: 120px;
	padding-top:2px;
	padding-bottom:2px;
}
.travel-section .widget h4{
	min-height: 67px;	
}
.travel-section .news-cat a::before {
  color: #066284;
}
.travel-section .widget p {
    margin: 0 0 5px;
}
.travel-section .cat-nav a{
	color: #066284;
}
.travel-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(13, 173, 232, 0.78);
	padding: 2px 6px;
	color: #fff;
}

.travel-section .thumbnail{
	height:540px;
}

.travel-section .health{
	height:540px;
}
.travel-section .travel-more{
	height:328px;
	margin-bottom:12px;
}
.travel-section .travel-ad{
	height:200px;
}
.travel-section .cat-caption{
    bottom: 35px;
	left:5%;
	right:5%;
	width: 90%;
    opacity: .50;
}
.video-section .widget{
	margin-top:0px;
	height: 130px;
	margin-bottom: 7px;    
	padding-top:6px;
	padding-bottom:5px;
}
.video-section .widget h4{
	min-height: 70px;	
}
.video-section .thumbnail {
    height: 600px;
	margin-bottom: 20px;
}
.video-section .hrads{
	margin-left:6px;
}

.video-section .widget .col-md-4 img{
	padding-top: 3px !important;
}

.video-section .section-devider {
    height: 2px;
    width: 100%;
    display: block;
    background: #065B29;
    margin: 12px 0 12px;
}

.video-section .cat-nav a{
	color: #065B29;
}
.video-section .thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(6, 110, 50, 0.78);
	padding: 2px 6px;
	color: #fff;
}

.video-section .news-cat a::before {
  color: #065B29;
}

.video-section .big-video{
	height: 525px;
}
.video-section .video-container { position: relative; padding-bottom: 63%; height: 0; overflow: hidden; max-width: 100%; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.thumb-icon{
	position:absolute;
	right: 3px;
	bottom: 3px;
	background: rgba(0, 3, 7, 0.78);
	padding: 2px 6px;
	color: #fff;
}

.video{
 padding:2px 8px !important;	
}
.no-pad-left{
	padding-left:0 !important
}
.no-pad-right{
	padding-right:0 !important
}
.widget [class^="col-"] {
    padding: 5px;
}

.no-padding {
    padding: 0
}

.top-thumb {
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
	clear:both; 
}

.nasted-col{
	padding-left:5px;
	padding-right:5px
}

figure{
	position:relative;
	float:left
}
.widget .thumb-icon, .thumbnail .thumb-icon{
	right: 0;
	bottom: 0;
	padding: 2px 6px;
}
.top-thumb img, .slider img {
    padding: 3px;
}
/*=== Seacrh form========*/

#custom-search-input {
    margin: 0;
    margin-top: 23px;
    padding: 0;
}
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(137, 137, 137, 0.67);
}
#custom-search-input button {
    border: 1px solid #fc0202;
    background: #fc0202;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    color: #fff;
    z-index: 44;
}
.search-query:focus + button {
    z-index: 3;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-top: 1px solid rgba(125, 125, 125, 0.24);
}
.navbar-default .navbar-nav > li > a {
    color: #111;
    padding-left: 0;
    padding-right: 30px;
    font-size: 24px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding-left: 0
    margin-top: 10px;
}
.navbar {
    margin-bottom: 0px;
    border-radius: 0;
}
.right-menu{
	float:right;
	margin-top: 35px;
}
.navbar-right .dropdown-toggle{
	padding-right:0 !important
}
.right-menu li a {
	color:#333
	
}
.fa-bars {
    color: #ff0101;
    font-size: 20px;
}
.fa-cog{
	font-size:22px;
	vertical-align: top;
}
.form-control {
    box-shadow: none
}
/*
.top-bar{ padding-left:0;margin-left: -8px; }
*/
.top-bar{ padding-left:4px; padding-right: 12px; }

.black-bar{
	background-color:#000;
	margin-left:0px;
	margin-right:0px;
	padding-left:7%;
	padding-right:7%;
	width:100%;
}
.black-bar .fa-bars {
    color: #fff;
    font-size: 20px;
}
.black-bar .navbar-nav {
    margin: 1px 7px 1px 5px;
}
.black-bar .navbar-default .navbar-nav > li > a{
	color:#FFF;
}
.black-bar .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #CCC;
}
.black-bar .navbar-default .navbar-nav > li > a:hover {
    color: #090;
    background-color: #000;
}
.black-bar .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #000;
}

.black-bar .fa-circle:before {
    color: red;
}

/*=== Blue Bar === */

.blue-bar{
	background-color:#003;
	margin-left:0px;
	margin-right:0px;
	padding-left:7%;
	padding-right:7%;
	width:100%;
}
.blue-bar .fa-bars {
    color: #fff;
    font-size: 20px;
}
.blue-bar .navbar-nav {
    margin: 1px 7px 1px 5px;
}
.blue-bar .navbar-default .navbar-nav > li > a{
	color:#FFF;
}
.blue-bar .navbar-default .navbar-nav > .open > a, .blue-bar .navbar-default .navbar-nav > .open > a:hover, .blue-bar .navbar-default .navbar-nav > .open > a:focus {
    color: #CCC;
    background-color: #000033;
}
.blue-bar .navbar-default .navbar-nav > li > a:hover {
    color: #090;
    background-color: #000033;
}
.blue-bar .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #000033;
}

.blue-bar .fa-circle:before {
    color: red;
}

.red-bar{
	background-color:#fb0303;
	margin-left:0px;
	margin-right:0px;
	padding-left:7%;
	padding-right:7%;
	width:100%;
}
.red-bar .fa-bars {
    color: #fff;
    font-size: 20px;
}
.red-bar .navbar-nav {
    margin: 1px 7px 1px 5px;
}
.red-bar .navbar-default .navbar-nav > li > a{
	color:#FFF;
}
.red-bar .navbar-default .navbar-nav > .open > a, .red-bar .navbar-default .navbar-nav > .open > a:hover, .red-bar .navbar-default .navbar-nav > .open > a:focus {
    color: #CCC;
    background-color: #fb0303;
}
.red-bar .navbar-default .navbar-nav > li > a:hover {
    color: #000;
}

.red-bar .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #fb0303;
}
.red-bar .fa-circle:before {
    color: red;
}
.header-bg #custom-search-input button {
    border: 1px solid #003;
    background: #003;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    color: #fff;
    z-index: 44;
}
.cat-nav {
    font-size: 16px;
    font-weight: bold;
}
.world li{
	border-bottom: 1px solid rgb(223, 223, 221);
	padding:5.5px 0px 9px 0px
}
.world li:last-child{
	border-bottom: 0;
	padding-bottom:10px;
}
.world li:last-child, .world ul{
	margin-bottom:0px;
	padding-left:3px;
}
.thumbnail {
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
footer {
    background: #16191d
}
footer figure{
	padding-top:20px
}
footer figcaption{
	color:#A5A9AD;
	padding-top:10px
}
footer ul li{
	color:#A5A9AD
}
footer a{
	color:#A5A9AD	
}
footer h1, footer h4{
	color:#fff;
}

.main .list-unstyled li{
	border-bottom: 1px solid rgb(223, 223, 221);
	padding:4px 0px 4px 0px;	
	height:65px;
}
.main .list-unstyled li:last-child{
	border-bottom: 0;
	padding-bottom:0px;
}
.top-news-title {
    font-size: 20px;
    margin-bottom: 1px;
    padding-left: 11px;
    height: 68px;
}
.selected-news > .list-unstyled li::before, .bulletin-list > .list-unstyled li::before, .health-list > .list-unstyled li::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f101";
    margin-right: 5px;
    color: #FF7F00;
    font-size: 14px;
}
.selected-news, .page-selected, .bulletin-list, .health-list{
	padding: 6px 9px 2px 9px;
	color: #333;
}

.tab-pane > .list-unstyled li::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f164";
    margin-right: 5px;
    color: #FF7F00;
    font-size: 14px;
}
.page-latest-news .list-unstyled li {
    border-bottom: 1px solid rgb(223, 223, 221);
    padding: 4px 0px 4px 0px;
    height: 68px;
}
.bulletin-list > .list-unstyled li, .page-selected > .list-unstyled li, .page-latest-news > .list-unstyled li{
	border-bottom: 1px solid rgb(223, 223, 221);
	padding:3px 0px 3px 0px;	
	height:68px;
}
.bulletin-list > .list-unstyled li:first-child, .page-selected > .list-unstyled li:first-child, .page-latest-news > .list-unstyled li:first-child{
	padding-top: 2px;
	padding-bottom: 0px;
	height: 68px;
}
.bulletin-list > .list-unstyled li:last-child, .page-selected > .list-unstyled li:last-child, .page-latest-news > .list-unstyled li:last-child{
	border-bottom: 0;
}

.health-list > .list-unstyled li:first-child {
    padding-top: 2px;
    padding-bottom: 0px;
    height: 60px !important;
}
.health-list > .list-unstyled li:last-child{
	border-bottom: 0;
}

.border-after{
	border-bottom: 1px solid rgb(223, 223, 221);
	margin:0 10px 0 10px;
}
footer h4, .trending h4{
	webkit-box-shadow: 0px 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 1px 0 rgba(255,255,255,0.1);
    box-shadow: 0px 1px 0 rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    color: #fff;
    padding-bottom: 5px;
    line-height: 0.9;
}

.trending h4{
	color:#333;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 6px; 
}
.trending .list-unstyled li a::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f101";
    margin-right: 5px;
    color: #FF7F00;
    font-size: 14px;
}
.trending a{
	color:#0148B1 
}
.trending li{
	border-bottom: 1px solid rgb(223, 223, 221);
	padding:4px 0px 4px 0px;	
	height:46px;
}
.trending li:first-child{
	padding-top:0px;
}
.trending li:last-child{
	border-bottom: 0;
	padding-bottom:0px;
}
.trending ul{
	margin-bottom:2px;
	padding-left: 5px;
}
footer .section-devider {
   height: 6px;
   background: #2e3337;
   background-color: #2c333b;
   border-top: 1px solid #1b1f23;
   margin-bottom: 20px;
}
footer .copyright-devider{
   height: 3px;
   background: #2e3337;
   background-color: #2c333b;
   border-top: 1px solid #1b1f23;
   margin-bottom: 10px;
}
footer h2 {
    font-size: 31px;
	color:#fff !important;
}
footer h3 {
	color:#fff !important;
}
footer a, footer a:visited{color:#cac6c6; font-weight: 600; transition: ease-out .6s; font-size: 19px; text-decoration:none !important;}

.copyright{
	color:#A5A9AD
}
img{
	max-width:100%;
	display:block
}

.customNavigation .prev2, .customNavigation .next2 {
    position: absolute;
    top: 50%;
    right:0
}

 .customNavigation .prev2 {
    left: 0
}
 .customNavigation .next2,  .customNavigation .prev2 {
    border-radius: 50%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 5px;
    height: 40px;
    width: 40px;
    font-size: 24px;
    box-shadow: 1px 1px 1px 0px rgb(222, 222, 222);
    color: #111;
    transition: .7s;
    line-height: 1.1;
	opacity:0.7;
}
.prev2,  .next2 {
    transition: all 1s ease-out 0s;
}
.prev2:hover,  .next2:hover {
	transition: all 1s ease-out 0s;
    opacity:1;
}
.owl-wrap{
	position:relative;
	margin: 0px -9px 0px -9px;
}
.Ad-1{
	margin:5px 0 3px 0;
}
.affix{
	width:100%;
	background:#fff;
	z-index: 45;
	box-shadow: 1px 2px 1px -1px #8A8A8A;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	padding: 0px;
}
.affix .logo img{
	width:75px
}
.affix .logo {
    margin: 5px 0px 0px 0px;
}
.affix #custom-search-input {
    margin-top: 18px;
}
.affix #Ad-1 {
    margin-top: 3px;
}
.affix .navbar-nav > li > a{
	padding-top: 8px;
	padding-bottom: 8px;
}
.affix .settings-menu{ 
	height: 38px;
	padding-top: 0px;
}
.affix .navbar {
    min-height: 40px;
}

.settings-menu{
	float:right;
	padding-top: 10px;
}
.settings-menu a{
	padding-right:0 !important
}
/*
.navbar-nav.navbar-right:last-child {
    margin-right: -17px;
}
*/
.navbar-nav.navbar-right:last-child {
    margin-right: -20px;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#FC0202
}
/*==== Loader ====*/
.loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #111111;
}
.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    left: 50%
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FF2B2B;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bouncing 2.0s infinite ease-in-out;
    animation: bouncing 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes bouncing {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncing {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #6a1b9a;
    line-height: 35px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    z-index: 9999;
}
.cat-nav .fa-angle-right{ font-size:19px}

/*===== Section Page ======= */

.page-heading h2{
    margin-top: 10px;
    margin-bottom: 10px;
	color:#ff000d;
}
.page-latest-news {
    height: 924px;
}
.page-feature .widget {
    height: 144px;
}
.page-leadhrads{
  margin-top: 0px;
}
.page-more-selected {
	height: 444px;
	margin-top: 0px !important;
}
/*=== Details Page 28.07.2025 ====*/
.section-breaking-news{
    margin: 0 -10px 0 -20px;
}
.details-news-section{
	background-color: #fff;
    padding-top: 15px;
    margin-bottom: 15px;
}	
.details-section-devider {
    height: 3px;
    width: 100%;
    display: block;
    background: #ccc;
    margin: 15px 0 15px
}
.details-section .list-bordered {
    padding-left: 0
}
.details-section .right .latest-news {
    height: 852px;
    background: #fff;
}
.details-section .mid .more-story {
    margin-left: -6px;
}
.details-more-story li::before, .more-related-story li::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f0f6";
    margin-right: 5px;
    color: #FF7F00;
    font-size: 14px
}
.details-more-story .list-bordered li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}
.details-tab-content li::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f101";
    margin-right: 5px;
    color: #FF7F00;
    font-size: 14px
}
.details-section .list-bordered li {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    list-style: none;
}
.details-section .list-bordered li a {
    color: #656565
}
.details-news-tabs{
	margin-top: 15px;
	margin-bottom: 15px;
}	
.details-tab-content{
	background-color: #fff;
	padding: 12px;
}	
.details-more-object {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #000
}
.breadcrumb{
    margin: 1px 10px 5px 10px;
    background:#fff;
}
.separetor{
    color: #ccc
}
.aside-wrap{
	background:#f5f5f5;
	padding:7px;
	line-height:1.75;
}
.aside-wrap ul li{
	margin-bottom:5px;
}
.aside-wrap ul li a{
	color:#000;
}
.aside-wrap h4{
	padding-top:15px
}
.right h3,
.left h3,
.mid h3 {
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #DADADA;
    color: #111;
    position: relative;
}
.details-img{
	padding-bottom:15px
}
.update-timebar{
	margin: 0 0 10px 15px;
	padding-right: 45px;
}
.main-title h2{
	color:#000;
	padding-left: 15px;
	margin-top: 10px;
}
.read ul, .watched ul{
	position:relative;
}
.label-danger {
	position:absolute;
	right:15px
}
.politics-thumb h3{
	margin-top:0
}
.politics-thumb{
	padding: 8px 2px 15px 8px;
	display: table;
}
.details-news {	
    font-size: 20px;
    padding-bottom: 15px;
}
.details-news p {	
    font-size: 20px;
	padding: 12px; 
	text-align: justify;
}
.details-news ul > li {	
    font-size: 20px;
	padding: 6px 0 6px 0;
}
.more-related-story p{		
    font-size: 20px;
	text-align: justify;
}
.details-caption {
    bottom: 14px;
    width: 98.56% !important;
}
.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f7f7f7, #eaeaea);
    background-image: linear-gradient(to bottom, #f7f7f7, #eaeaea);
    border-bottom: 1px solid #cdcdcd;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .4) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .4) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .4) inset;
    margin: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.panel-body {
    padding: 10px;
    background: #f5f5f5;
}
.details-ads{
	margin-top: 10px;
    background-color: #fff;
    padding: 10px;  
}
.details-ads img {
    min-width: 370px;
}
/*===== Video Page =====*/
.details-news-section .lead-video{
 height:670px;
}
.video-icon {
	position: absolute;
	top: 25%;
	left: 44%;
	height: 40px !important;
	width: 40px;
	line-height: 38px !important;
	opacity: .8;
	background: none !important;
}
.video-icon-sm {
	color: fff;
	background-image: url(../img/play-icon-sm.png) !important;
	background-repeat: no-repeat;
	display: block !important;
}
.video-icon-lead {
	position: absolute;
	top: 38%;
	left: 42%;
	height: 65px !important;
	width: 65px;
	line-height: 65px !important;
	opacity: .8;
	background: none !important;
}
.video-icon-gallery {
	position: absolute;
	top: 27%;
	left: 41%;
	height: 38px !important;
	width: 38px;
	line-height: 38px !important;
	opacity: .8;
	background: none !important;
}
.video-icon-md {
	color: fff;
	background-image: url(../img/play-icon-md.png) !important;
	background-repeat: no-repeat;
	display: block !important;
}
.video-icon > a:hover, .video-icon-lead > a:hover, .video-icon-gallery > a:hover, .video-icon-lf > a:hover {
	opacity: .9 !important;
}
.video figure > .video-thumb > a {
	color: #FFF;
	outline: none;
	display: block;
	transform: scale(.9);
	transition: 1.5s
}
.video figure > .video-thumb > a:hover {
	transform: scale(1);
	transition: .9s
}
.details-tab-content figcaption, .more-video figcaption{
	height: 85px;
    padding: 5px 0 5px 0;
}

/*=== Video Section ===*/

.video-section-title {
	padding-left: 20px;
    color: #05871c;
}	
.video-right-ads{
    background-color: #fff;
    padding-bottom: 5px;
}
.video-adzone img{
 min-width: 388px;
}
.details-video-tabs {
    background-color: #fff;
    padding: 12px;
    height: 1166px;
}
.details-video-tabs figure{
	min-height: 270px;	
}
.world-video{
	margin: 0 5px 0 -5px;
}
.world-title{
	margin: 0 -14px 0 -5px;
}
.world-video .thumbnail {
    height: 525px;
}
.world-hrads {
    margin-top: 6px;
}
.world-hrads img{
    min-width: 808px;
}

.entertainment-video .thumbnail{
    height: 310px;    
}
.entertainment-video .more-bd .widget {
    margin-top: 0px;
    height: 310px;	
}
.entertainment-ad-video {
   padding: 5px 15px 5px 20px;
   background-color: #fff;
   height: 310px;
}
.entertainment-ad-video img {
   height: 300px;
}