@font-face {
    font-family: 'FontAwesome';
    src: url('/common/adaptive/mobi/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/common/adaptive/mobi/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


    .fa-share-alt:before {content: "\f1e0"}
    .fa-facebook:before {content: "\f09a"}
    .fa-google-plus:before{content:"\f0d5"}
    .fa-whatsapp:before{content:"\f232"}
    .fa-twitter:before{content:"\f099"}
    .fa-times:before{content:"\f00d"}
#listicalSliderDiv .sliderRelatedTitle {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
#listicalSliderDiv .para_head > h2 {
	color: #333;
	font-size: 21px;
	margin: 0;
	padding: 5px 0 0 0;
}
.listicalSliderContent {
position: relative;
overflow: hidden;
text-align: center;
/*display: inline-block;*/
}
.listical-photo-share {
    background: #000;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 45px;
    cursor: pointer;
    z-index: 1000;
    transition: right 0.8s ease-in-out 0s;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display:none;
}
.listical-photo-share-links {
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    right: -250px;
    text-align: center;
    padding: 5px 40px 5px 0;
    z-index: 10000;
    border-radius: 0;
    transition: right 0.8s ease-in-out 0s;
    width: auto;
    overflow: hidden;
    display:none;
}
.listical-photo-share-links a {
    color: #fff!important;
    font-size: 24px;
    margin: 0 8px;
    text-decoration: none!important;
}
/*.listical-photo-share-links a.listical-facebook {color: #315c97;}
.listical-photo-share-links a.listical-twitter {color: #39a9e0;}
.listical-photo-share-links a.listical-google-plus {color: #dd4b39;}
.listical-photo-share-links a.listical-whatsapp {color: #40c02c;}*/
.listicalSliderContainer.show-social .listical-photo-share-links {right: 0px;width: 80px;}
.listicalSliderContainer.show-social .listical-photo-share {right: -250px;}
.listical-photo-share-close {
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    right: 5px;
    top:5px;
}
.listical-top-ad {height:250px; margin: 0 20px 10px 0;width:300px;padding: 0;float: left;}
.listical-ad-center {height:250px; margin: 20px auto;width:300px; float: none;}
.assigned_video_heading{
font-size:17px;
font-weight:bold;
padding-bottom:5px;
}
.cms-videos-wrapper {
        position: relative;
        margin: 0 auto;
}

.assigned_video
{
	position: relative;
	cursor: pointer;
}

.assigned_video:before,.assigned_video:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}
.assigned_video:before{
	width: 50px;
	height: 50px;
	border: solid 5px rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background: rgba(238, 22, 59, 0.5);
}
  .assigned_video:after{
        width: 0;
        height: 0;
        left: 5px;
        border-left: solid 20px rgba(255, 255, 255, 0.5);
        border-top: solid 12px transparent;
        border-bottom: solid 12px transparent;
 }
.cms-video {
	margin: 0 auto;
	text-align: center;
	display: none;
}
.assigned_video img {
    height: 338px;
    width: 600px;
}

.unmutebtn{
                position: absolute;
                top: 5px;
                left: 20px;
                width: 126px;                   
                background-color: #fff;
                border-radius: 3px;
                color: #000;
                display: inline-block;
                overflow: hidden;
                padding: 6px 6px 5px;    
                z-index: 9;
                font-size: 12px;                
                text-decoration: none;
                -webkit-transition: .6s ease all;
                -moz-transition: .6s ease all;
                transition: .6s ease all;
            }
            .unmute-icon{
                background: url(/images/unmute-x.svg);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 17px;
                display: inline-block;
                float: left;
                height: 28px;
                width: 18px;
            }
            .unmute-overlay{
                width: 100%;
                height: 100%;    
                position: absolute;
                z-index: 9;
            }
            .unmute-txt{
                margin-left: 10px;
                text-transform: uppercase;
                font-family: sans-serif;
                font-weight: 600;
                line-height: 18px;
            }
            

.listicalSliderContent{
clear:both;
}
/* Article Full WIdth Css Starts Here*/
#wrapper{
    box-shadow: none!important;
    background: #f2f2f2;
	}
.header,.header-top,.ds-overlay,.ds-sub-sec-menu{	
    width: 100%!important;
}
html.ds-bfixed, html.ds-bhomefixed{
	width: 100%!important;
}
.content_left{
    width: 980px!important;
        background: none!important;
	padding: 0!important;
        position: relative;
    float: left;
    }
    .comments_div{
	width: 97%;
	border: 0!important;
    }
.articleheading{
	  font-weight: 600;
    font-size: 30px;
    color: #333!important;
    line-height: 38px;
    width: auto;
    clear: both;
}
.breadcrumb-nav img{
	vertical-align: middle;
}
.time-date{
    clear: both;
    line-height: 11px;
}
.leftsidebar{
	float: left;
    width: 300px;
    margin:20px 0;
    position: relative;
}
#containerMain {width: 100%;background: #f5f5f5;}
a.col-block{
width: 105px;
float: left;
margin-right: 10px;
}
.oi-article-lt{width:300px;float:left;padding-right:39px}
.inArticleRight{text-align:left;padding-top:6px;padding-left:0}
.oi-related ul li{padding-bottom:17px!important;margin-bottom:17px;border-bottom:solid thin #ccc;line-height:22px;padding-left: 0!important;}
.oi-related h2{
	font-size: 14px!important;
    font-weight: bold;
    word-spacing: 4px;
	text-transform:uppercase;
	margin:15px 0 7px 0px!important;
	line-height: 27px;
        font-family: arial;
}
.oi-related ul li a{color:#000!important;font-size:15px}

.content_left a {
    color: #EE2E24;
}
.oi-article-lt{width:304px;float:left;padding-right:5px}
.oi-article-rt{
	    width: 600px;
    float: right;
    background: #fff;
    margin-right: 20px;
    padding: 20px 20px 0 20px;
	}
	 .content_right{
		margin: 20px 0;
	 } 
	 .article_breadcrump.oi2 span {
        float: left;
	    color: #000!important;
}
.article_breadcrump{
	padding: 0!important;
}
.new_main_story_width ol{
list-style-position: inside;
}
/*** media less than or equal to 1280 px **/
@media screen and (max-width: 1280px) {
.header-nav-left li a{
    padding: 0 13px!important;
}
.content_left{
	    width: 964px!important;
}
.leftsidebar{
	    margin: 20px 0 0 15px!important;
}
.oi-article-rt {
    margin-right: 10px!important;
    padding: 20px 10px 0 10px!important;
}
.header-nav{
width:1082px!important
}
.get-extension {
    right: 154px!important;
}
 .site-languages, .site-links, .other-child-sites {
    width: 23.69%!important;
} 
}

/*** media less than or equal to 1024 px **/
@media screen and (max-width: 1024px) {
	
.leftsidebar{
        display: none;
}
.new_article_width {
    margin-left: 20px;
}
.content_left{
    width: 677px!important;
}
.header-nav-left li a{
padding:0 2px!important;
    font-size: 14px!important;
}
.header-nav {
        width: 992px!important;
}
#container {
    display: inline-block;
}
.get-extension {
    right: 146px!important;
}
 .content_left{
         width: 660px!important;
  }
  .ds-main-search input[type="text"]{
	    width: 388px!important;
  }
  .ds-main-search {
    left: 464px!important;
	    right: 99px!important;
}
.site-languages, .site-links, .other-child-sites {
    width: 21.69%!important;
}
}
.photos-featured-posts ul li a{
	    color: #333!important;
}
.article-video.sticky {width: 300px;position: fixed;top: 50px;}
.article-video.stickyabs {position: absolute;bottom: 0;}
.bd-related-videos {position: relative;}
.bd-related-videos ul,li{margin:0;padding:0;list-style-type:none!important}
.bd-video-heading {font-size: 24px;color: #fff;font-weight: 700;padding: 0;    font-family: arial;}
.bd-video-heading a{font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 27px;
    margin: 15px 0 7px 0px!important; 
    color: #000!important;
    cursor: pointer;
  }
.bd-video-heading a:hover{text-decoration:underline !important;}
.bd-main-video {margin-bottom: 20px;margin-top: 5px;}
.bd-vdmain-title{font-size:14px;color:#000;font-weight:600;padding-bottom:3px;line-height:20px}
.bd-vdmain-img,.bd-related-img, .bd-related-vd-img {position: relative;}
.bd-vdmain-img img, .bd-related-img img, .bd-related-vd-img img {display: block;}
.bd-related-videos ul li {float: left;margin-right: 5px;}
.bd-related-title{padding:5px;font-size:10px;color:#000;font-weight:700;height:46px;line-height:16px;overflow:hidden}
.bd-vdmain-img i, .bd-related-img i, .bd-related-vd-img i {position: absolute;background: url(/images/play-button-black.svg) no-repeat 0 0;}
.bd-vdmain-img .video-play-btn {width: 60px;height: 60px;top: 30%;left: 40%;z-index:99;}
.bd-related-img .video-play-btn, .bd-related-vd-img .video-play-btn {width: 25px;height: 25px;top: 30%;left: 35%;}
.bd-video-overlay {background: rgba(0,0,0,0.8);display: none;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 10000000;}
.bd-video-popup {background: #fff;display: none;position: fixed;top: 5px;right: 0;bottom: 0;left: 0;z-index: 10000000;width: 575px;height: 580px;padding: 5px 20px;background: #eee;margin: 0 auto;}
.bd-mainvd-title {font-size: 25px;color: #000;font-weight: 700;padding-bottom: 10px;}
.bd-mainvd-img {height: 323px;overflow: hidden;}
.bd-main-video-wrap {margin-top: 5px;margin-bottom: 20px;}
.bd-popup-related-video-container {position: relative;}
.bd-popup-related-video {margin-bottom: 10px;height: 70px;overflow: hidden;}
.bd-related-vd-img {float: left;width: 100px;}
.bd-related-vd-title{margin-left:100px;padding:10px;background:#fff;font-size:12px;color:#000;font-weight:600;height:70px;line-height:19px}
.bd-popup-related-video-container .bx-controls-direction a {position: absolute;top: 40%;text-indent: -9999px;width: 13px;height: 22px;}
.bd-popup-related-video-container .bx-controls-direction a.bx-prev {left: -16px;background: url(/images/video-bx-left.png) no-repeat 0 0;}
.bd-popup-related-video-container .bx-controls-direction a.bx-next {right: -16px;background: url(/images/video-bx-right.png) no-repeat 0 0;}
.bd-video-close {position: absolute;top: 5px;font-size: 14px;color: #000 !important;font-weight: bold;right: 10px;cursor: pointer;}
.bd-ovrly{position: absolute;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.5;}
.bd-pop-im-ovrly{position: absolute;background: #000;width: 100%;height: 100%;top: 0;opacity: 0.5;display: none;}
.bd-pop-nw-plyn{position: absolute;bottom: 0px;color: #fffbfb;font-size: 10px;right: 0px;background: #000;padding: 2px;display: none;}
.active .bd-pop-im-ovrly, .active .bd-pop-nw-plyn{display: block;}
.bx-controls{margin-top: 20px;}
.bx-pager{text-align: center;height: 15px;}
.bx-pager-item{display:inline-block;padding:2px}
.bx-pager a{background:#7F7F82;width:10px;color:transparent!important;display:inline-block;height:10px}
.bx-pager-link.active{background:#eb1703;}

.cnwidget.cnvw.cnheader-small .cnheader .cnheader-title{
        color: #fff;
        text-align: center;
        line-height: 30px!important;
        font-size: 16px!important;
        background: #373737;
        font-weight: 700!important;
        padding: 1px 8px!important;
        text-transform: none!important;
	vertical-align: baseline;
}
.cnwidget.cnvw.cnheader-small .cnheader .cnheader-title font{
	color: #fff!important;
}
#crowdyWidget .cnwidget.cnvw.cnheader-small .cnheader {
    background: #373737!important;
}
.cnwidget.cnvw.cnheader-small .cnheader .cnheader-sharing{
color: #fff!important;
margin-top: 8px!important;
}
.cnwidget.cnvw.cnheader-small .cnheader{
	height: 40px!important;
}

/*Article Full width Style ends*/
	
/* Left Side Notification Subscription styles starts*/
.giz-subscribe {margin-bottom: 30px;}
.giz-subscribe-head {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
        font-family: arial;
}
.giz-subscribe-block {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: #eb1703;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-right: 40px;
	position: relative;
        font-family: arial;
}
.giz-subscribe-block i {position: absolute;right: 5px;	top: 7px;color: #fff;}
.giz-subscribe-block .bell-icon {
	width: 40px;
	height: 36px;
	background: url(/images/bell-on.svg) no-repeat center;
	background-size: 60%;
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
}
.giz-sample-article {
	padding: 10px 10px 25px 10px;
	border: 1px solid #ccc;
	text-align: left;
	display: none;
}
.giz-sample-article .sample-image {
	width: 70px;
	float: left;
	margin-right: 10px;
}
.giz-view-sample {
	text-align: right;
	font-size: 12px;
	position: relative;
}
.giz-view-sample a {
	padding: 5px 0;
	display: inline-block;
	position: relative;
	color: #000;
}
.giz-view-sample.open a {
	position: absolute;
	right: 5px;
	bottom: -8px;
	color: #000!important;
        font-family: arial;
}
.unblock .giz-subscribe-block .bell-icon {
	background: url(/images/bell-off.svg) no-repeat center;
	background-size: 60%;
}
.giz-view-sample a {
    color: #000!important;
}
.sample-text{
	    line-height: 20px;
    font-size: 15px;
}
.giz-subscribe-textbox
	{
		width:100%;
	}
	.giz-subscribe-textbox input[type="text"]
	{
		width:100%;
		border:none;
		outline:none;
		padding: 0 10px;
		height:38px;
		margin:1px 1px 0;
	}
	.giz-subscribe-block.newsletter {
    background: #ccc;
}
.giz-subscribe-textbox .newsletter-textbox {
    color: #a7afb3;
    font-style: normal;
}
	.giz-subscribe-button
	{
		position: absolute;
		width:80px;
		top:0;
		right:0;
	}
	.giz-subscribe-button button
	{
		display:block;
		height:40px;
		line-height:40px;
		text-align:center;
		width:100%;
		background: #000000;
		color:#ffffff;
		outline:none;
		border:none;
	}
	        .giz-view-sample.open a {
     position: relative;
    right: 5px;
    padding: 5px 0;
}
.giz-view-sample.open .gizbot-sample-link{
	    position: absolute;
    right: 0;
    top: 75px;
}
.giz-view-sample a {
    padding: 5px 0;
     display: block;
    position: relative;
}
.sub-btn{
        display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    background: #000000;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
}
#left-native-ad li {
    padding-left: 0;
}
/*header notification starts*/
span.notification-num{
	    right: 9px!important;
}
i.material-icons.menu-close {
    display: none;
}
.best-cars-widget li > a{
	    color: #4E4E4E!important;
}
.footer-outer {
    width: 100%;
	    background: #f5f5f5;
}
.header-nav-notifications{
    float: left;
    height: 36px;
    padding: 2px 10px;
    cursor: pointer;
    position: relative;
	border-left: none!important;
}
.header-nav-notifications-block{
    float: left;
    height: 36px;
    padding: 2px 10px;
    cursor: pointer;
    position: relative;	
}
.header-nav-extension{
border-right: 1px solid #2a2a2a;
}
.ds-main-search{
	height: 38px;
	background: #000;	
}
.ds-main-search input[type="text"]{
	background: #000!important;
	width: 446px;
}
