
/*
###############################
###############################
###############################

Single News

###############################
###############################
###############################
*/
.container{
	padding-left:9px;
	padding-right: 9px;
}
.single-news_wrap{
	position: relative;
	padding:10px 15px;
}

/* Single Header */

.time-ago{
	color: #969696;
	font-size: 1em;

	display: inline-block;
	margin-top: 3em;
}

/*.block-news-social {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	bottom: auto;
}*/

.block-news-social.top{
	position: absolute;
	top:0;
	right: 0;
	bottom:auto;
}

.block-news-social.bottom{
	position: static;
}

#single-news_title{
	margin: 1.5em 0 0.2em;
	font-size: 1.8em
}
.time-ago + #single-news_title{margin-top: 0.4em}

.best-of .single-news_text img, .news-single .single-news_text > img, .news-single .single-news_text > p > img, article .single-news_text > img, article .single-news_text > p > img {
  width: 100%;
}
.news-single .single-news_text > img.nostretch, .news-single .single-news_text > p > img.nostretch {
  width: auto;
  max-width: 100%;
}
/* Single Gallery */


div#single-news_gallery {
	margin: 1.2em -30px 1.6em -30px;
	position: relative;
	overflow: hidden;
}

.news-gif{width: 100%;height:auto;}
/* Single Content */

.single-news_text > h3:first-child {
  margin-top: 0.7em;
}

.single-news_wrap .ad-async.visible{
	display: block;
}

.single-news_desc{
	color: #2A2A2A;
	font-size: 1.8em
}



.item a,.single_one-img, .single_one-vid,.single_gallery-img{
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 200px;
}

.single_gallery-img{
	cursor: pointer;
	cursor: -webkit-grab;
}

.item img{
	opacity: 0
}

#single-news_gallery .carousel-control{
	opacity: 0;
	transition: 0.35s opacity;
}
#single-news_gallery.live:hover .carousel-control{
	display: block;
	opacity: 0.5;
}

.single-news_text {
	margin-bottom: 2em;
}
.single-news_text + .single-news_text.enquiry_btns_wrap {
  margin-bottom: 3em;
}

.notDesktop #single-news_gallery .carousel-control{opacity:1;}
.notDesktop #single-news_gallery.live:hover .carousel-control{opacity:1;}

#single-news_container table.news_table td, #single-news_container table.news_table th{
	border:1px solid;
}

#news_66565 tr th:first-child,#news_66565 tr td:first-child{
	text-align: left;
}
/* Single Footer */

.single-news_footer {
	margin-left: -30px;
	margin-right: -30px;
	padding: 25px 30px 10px;
	border-top: 1px solid #EAEAEA;
	font-size: 0;
}


.footer-box {
	display: inline-block;
	border-left: 1px solid #EAEAEA;
	padding: 0 2em;
	vertical-align: top;
	font-size: 13px;
	width: 100%;
	padding:0;
	padding-bottom:1.2em;
	border: 0;
	width: 100%;
}

.footer-box .box-label{
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.footer-box.share-box .box-label {
	margin-bottom: 0.35em;
}


.footer-box .box-label,.footer-box .box-value {
	display: inline-block;
	width: 100%;
}

.footer-box .box-value {
	font-size: 1.1em;
	letter-spacing: -1px;
}

.footer-box.share-box {padding-right: 0;}

.footer-box.author-box {
	padding-left: 0;
	border: none;
	padding-top: 2px;
}

.footer-box.author-box .box-label{display: block}

.footer-box.author-box .box-label,.footer-box.author-box .box-value{
	width: auto;
}

.author-img {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-right: 1em;
}

.single_share-btn{
	display: inline-block;
	max-width: 80px;
	position: relative;
	top: 4px;
}
.single_fb-btn{
	top:0;
}

/* Subscribe to Newsletter Banner */

.nl-subscribe_wrap{
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
	background: #be232c;
	color: #fff;
}

.nl-subscribe_wrap > div{width: 100%}

span.nl-subscribe_title, span.nl-subscribe_subtitle{
    clear:both;
    float:left;
    width:100%;
    text-align:center;
    margin-bottom: 5px;
    line-height: 1.3
}

span.nl-subscribe_title {
    font-size: 21px;
}

span.nl-subscribe_subtitle {
    font-size: 15px;
}

input.nl-subscribe_email {
    font-size: 16px;
    margin: 10px auto 15px;
    max-width: 285px;
    /*line-height: 44px;*/
    height: 44px;
    padding: 0 5px
}

.validate input.nl-subscribe_email{color: #BE232C}

.nl-subscribe_wrap.loading form, .nl-subscribe_wrap.done form{
	display: none;
}

.nl-subscribe_error,.nl-subscribe_success{display: none}

.done .nl-subscribe_result{display: inline-block;    margin: 10px 0;}

.nl-subscribe_wrap.error .nl-subscribe_error,
.nl-subscribe_wrap.success .nl-subscribe_success{
	display: inline-block;
}

.nl-subscribe_right .spinner-2{margin:5px auto 0}

.nl-subscribe_right .spinner-2 > div {
    background-color: white;
}

.nl-subscribe_result {
	display: none;
    font-size: 15px;
    width: 100%;
    text-align: center;
}


/* Social Icons Bottom */

.block-news-social .social-link {
	width: 45px;
	height: 45px;
	line-height: 42px;
	vertical-align: top;
}
.block-news-social .social-link:hover{line-height: 32px}

.block-news-social .social-link + .social-link{
	margin-left: 10px
}

/* Single Nav (Prev - Next) */


#single-news_nav{font-size: 0}
#single-news_nav.nonext{width:50%;}
#single-news_nav.nonext .single-nav_el{width:100%;}

.single-nav_el .top-story{display: none}
.single-nav_el .top-story_title{width: 100%;}
.single-nav_el .top-story_img{width: 100%;height: 90px}



.single-nav_el {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding:25px;
	text-align: center;
}
.single-nav_el:hover{
	text-decoration: none;
    background: #F6F6F6;
}
.single-nav_label{
	font-size: 13px;
	text-transform: uppercase;
	color:#282828;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 0.8em;
	position: relative;
	padding-top: 3em;
}


.single-nav_label i {
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #0d75d6;
}

.single-nav_next{border-left: 1px solid #EAEAEA;}

.single-nav_next .single-nav_label{
    max-width: 60px;
}

.single-nav_next .single-nav_label i{
	padding-left: 0.25em;
	padding-right:0;
}

.single-nav_label i {
font-size: 30px;
position: absolute;
left: 0;
top: 0;
width: 100%;}

/* Related Articles */
.related-articles{
	padding:0;
	margin: 0;
	width: 100%;
	list-style: none;
	font-size: 0;
}
.related-article {
	padding: 0 15px;
	display: inline-block;
	width: 100%;
    margin-bottom: 2em;
    color: #282828;
    font-size: 10pt;
	vertical-align: top;
}

a.related-article_title {
    display: inline-block;
    margin-top: .75em;
	font-size: 1.1em;
	line-height: 1.2;
	color: #282828;
}

a.related-article_title:hover{text-decoration: none}

.related-article_img-wrap {
	display: inline-block;
	width: 100%;
	height: 110px;
	position: relative;
	overflow: hidden;
}

.related-article_img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transform:scale(1);
	        transform:scale(1);
	transition:0.4s all;
}


.related-article:hover .related-article_img{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}


.related-title{
	text-transform: uppercase;
	font-size: 1.2em;
	display: inline-block;
	margin-bottom: 1em
}

.related-article_title i{
	color: #0d75d6;
	position: relative;
	top: 0;
	display: inline;
	padding-left: 0.25em;
	font-size: 0.8em;
}


/* Extras */
.iframe-wrap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.iframe-wrap iframe, .iframe-wrap object, .iframe-wrap embed{
	position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important;
}
.single-news_text table,.single-news_text tbody{width: 100%;}
.single-news_text table td {padding: 5px!important;}



#single-news_container .top-ad-bg{display: none;}
#single-news_container .top-ad-bg .ad-wrap, #single-news_container .top-ad-bg .ad-wrap > div{padding-top: 0;margin-top: 0;}


/* Social Counts */
.social-count{display:none}
 .block-news-social .n-s-icon{min-width: 48px;width:auto;}
 .block-news-social .n-s-icon svg{width: auto}
 .internet_explorer .block-news-social .n-s-icon svg{max-width: 30px}
 .social-count_top{
 	display: inline-block;
    font-size: 14px;
    vertical-align: top;
    color: #000;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.n-s-facebook  .social-count_top{ color:#3B5998;}
.n-s-twitter  .social-count_top{ color:#00aced;}
.n-s-linkedin  .social-count_top{ color:#0077B5;}
.n-s-googleplus  .social-count_top{ color:#dd4b39;}
.n-s-whatsapp  .social-count_top{ color:#00A859;}

.n-s-icon:hover .social-count_top{color:#fff;}

.news-single-research .smcx-embed>.smcx-iframe-container{
	min-height:1350px!important;
}
.news-single-research .smcx-widget.smcx-embed.smcx-show.smcx-widget-dark{
	min-height:1350px!important;
}

/*
.social-link_wrap {
  float: left;
  width: 25%;
  text-align: center;
}

.social-count{
	padding: 1px 3px;
	border: 1px solid #AAA;
	border-radius: 2px;
	background: #F9F9F9;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
	position: relative;
  min-width: 25px;
}
.social-count:after{
  content:'';
  display:block;
  width:0;
  height:0;
  position:absolute;

  border-left: 8px solid transparent;
  border-bottom: 8px solid #F9F9F9;
  border-right:8px solid transparent;
  top:-7px;


  left:50%;
  margin-left:-8px;

}

.social-count:before{
  content:'';
  display:block;
  width:0;
  height:0;
  position:absolute;

  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(170, 170, 170, 0.75);
  border-right:8px solid transparent;
  top:-9px;


  left:50%;
  margin-left:-8px;

}
*/
/*
###############################
###############################
###############################

min width 480px

###############################
###############################
###############################
*/

@media (min-width: 480px) {

	.time-ago{margin-top:0.7em;}
	.item a,.single_one-img, .single_one-vid,.single_gallery-img{height: 400px}

	.footer-box{padding: 0}
	.footer-box.posted-box {
		text-align: right
	}

	.footer-box.posted-box,.footer-box.author-box {max-width: 50%;}
	.footer-box.share-box {padding-top: 1.2em}


	.single-nav_label{padding-top: 0}
	.single-nav_el .top-story{display: block}
	.single-nav_el .top-story_img{height: 120px}
	.single-nav_el .top-story_title{font-size: 15px}

	.single-nav_el{text-align: left;padding-left: 30px;padding-right: 30px}
	.single-nav_next .single-nav_label{text-align: right;max-width: none}

	.single-nav_label i{
		position: relative;
		top: -0.3em;
		padding-right:0.25em;
		width: auto;
		left: auto;
		font-size: 1em;
	}


	.related-article {width: 50%;font-size: 10pt;text-align: left}
	 .social-count_top{
	    margin-left: 10px;
	}

}



/*
###############################
###############################
###############################

min width 768px

###############################
###############################
###############################
*/

@media (min-width: 768px) {
	.single-nav_el .top-story_img{height: 90px}

	.item a, .single_one-img, .single_one-vid, .single_gallery-img{height: 320px}

	.single-news_wrap{padding: 20px 30px;}

	#single-news_title{font-size: 2.3em;margin-top: 0.8em}

	.time-ago + #single-news_title{margin-top: 0.4em}

	.time-ago{margin-top:0;}

	.single-news_wrap .m-panel-mpu {
	  padding: 0;
	  border: none;
	  background: rgba(0, 0, 0, 0);
	  margin-left: -15px;
	  margin-right: -15px;
	  border-radius: 0;
	  box-shadow: none;
	}

}





/*
###############################
###############################
###############################

min width 992px

###############################
###############################
###############################
*/

@media (min-width: 992px) {

	.single-nav_el .top-story_img{width: 20%;height: auto}
	.single-nav_el .top-story_title{width: 80%}

	.item a, .single_one-img, .single_one-vid, .single_gallery-img{height: 400px}

	.mpu-wrap{display: block}
	#mpu-holder{display: none}

}




/*
###############################
###############################
###############################

min width 1200px

###############################
###############################
###############################
*/

@media (min-width: 1200px) {
	.footer-box {
		border-left: 1px solid #EAEAEA;
		padding: 0 2em;
	}

	.footer-box.share-box {
		max-width: 40%;
	}

	.footer-box.author-box {
		max-width: 30%;
	}

	.footer-box.posted-box {
		max-width: 30%;
		text-align: left;
	}



	.related-article{width: 33.33333333%}

	.footer-box.share-box{
		padding-top: 0;
		text-align: left;
	}

	#single-news_container .top-ad-bg{display: block}
}


/*
###############################
###############################
###############################

Quiz Page Styling

###############################
###############################
###############################
*/
.inActiveStar {
	opacity: 0.5;
}
.activeStar {
	fill: rgb(192, 31, 47) !important;
	opacity: 0.5;
}

.stars {
	letter-spacing: -9px;
}

#A, #B, #C {
	color: #9C9C9C;
}

#A:hover, #B:hover, #C:hover {
	color: #d41900;
}

#imageContainer {
	margin: 1.2em -30px 1.6em -30px;
	position: relative;
}

.no-pad-l-r {
	padding-left: 0px;
	padding-right: 0px;
}

.winners-left {
	float: right;
	width: 48%;
	padding: 10px;
}

.winners-right {
	float: left;
	width: 48%;
	padding: 10px;
}
.winners-right > h3 {
	font-size: 1.5em;
}

.winners-right > hr { margin: 10px 0px; }

.winners-right > table {
	width: 100%;
	font-size: 1.2em;
}

.winners-left > span {
	display: none;
}

.enter-quiz-text {
	display: block;
}

.l-list, .r-list {
	width: 50%;
	padding: 10px;
	float: left;
}

.l-side-list {
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.r-side-list {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.no-top-b {
	border-top: 0px !important;
}

.no-bottom-b {
	border-bottom: 0px !important;
}

.text-center > iframe {
  margin: 0 auto!important;
}

@media screen and (min-width: 640px){
	.container {
	  padding-left: 15px;
	  padding-right: 15px;
	}
}


@media(max-width: 635px) {
	.winners-left > span {
		display: block;
	}
	.winners-left {
		width: 35%;
	}

	.winners-right {
		width: 65%;
	}

	.enter-quiz-text {
		display: none;
	}
	.l-list, .r-list {
		width: 100%;
		float: left;
	}
}

@media(max-width: 479px) {
	.winners-left {
		width: 100%;
	}

	.winners-right {
		width: 100%;
	}
}

.l-list > table > tbody > tr > td, .r-list > table > tbody > tr > td {
	border: 1px solid black;
}

.no-b-bottom {
 border-bottom: none !important;
}
.no-b-right {
 border-right: none !important;
}
.no-b-top {
 border-top: none !important;
}
.no-b-left {
 border-left: none !important;
}

.pointy { cursor: pointer; }

.plista_widget_topArticle[data-triggered="1"] {
    overflow: visible;
}


/* tcbg widget */
.tcbg-widget__valuation{font-size: 23px;}
.tcbg-widget__text p{font-size: 14px; line-height: 1.3;}
.tcbg-widget__text p:first-child{font-size: 16px}

.tcbg-widget .uc-first-c {
    font-size: 22px;
}
.tcbg-widget__cta.loading{background-image: none}
.tcbg-widget__cta .spinner-2{height: 54px;line-height: 54px; margin-bottom: 0px}
.tcbg-widget__cta .spinner-2 > div{background-color: #fff}


.tcbg-widget--dark .m-panel{
    background-image: url('../images/dist/valuation/landing/arrow.png');
    background-color: #333;
    color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.tcbg-widget--dark .tcbg-widget__valuation{
	color: #fff;
    font-size: 40px;
}

.tcbg-widget--dark .motoring-button-l-wb{border: none}

.tcbg-widget__text p span {
    font-size: 28px;
}

.tcbg-widget__text p.tcbg-widget__smallprint{
    margin: 0 0 20px;
}

.tcbg-widget__text p.tcbg-widget__smallprint span{
	font-size: 14px;
}



/* Hide Disqus Ads */
/*
iframe[src^="http://disqusads"]{
	display: none!important;
}
*/
/* HPTO */

@media (min-width:768px){

	.hpto-container{
		margin-top: 199px;
	}
	#div-gpt-ad-1433505189076-0, #div-gpt-ad-1433505189076-0 > div,  #div-gpt-ad-1433505189076-0 > div > div{
		width: 100%!important;
	}

	#div-gpt-ad-1433505189076-0 > div > div > div{
		margin: 62px auto 0;
	}
	/*
	body.with-hpto > div[data-studioassetid]{
		top:62px!important;
	}
	*/

	.with-hpto.news-single footer > .container,.with-hpto.reviews-single footer > .container{
	  background-color: #F2F2F2;
	}

	body.with-hpto.news-single .main-content,body.with-hpto.reviews-single .main-content {
	  /*margin-top: 178px;*/
	  /* padding-top: 50px; */
	}

	.with-hpto.news-single .m-panel-mpu, .with-hpto.reviews-single .m-panel-mpu, .with-hpto .container.best-of .m-panel-mpu{
	  padding: 0;
	  border: none;
	  background: rgba(0, 0, 0, 0);
	  margin-left: -15px;
	  margin-right: -15px;
	  border-radius: 0;
	  box-shadow: none;
	}

	.with-hpto.news-single .content-body > .container,.with-hpto.reviews-single .content-body > .container {
	  background: #f2f2f2;
	}

	.with-hpto.news-single #wrapper,.with-hpto.reviews-single #wrapper, .with-hpto #wrapper {
	  margin: 0 auto;
	}

	.with-hpto.news-single .main-content > .content-body > .container,.with-hpto.reviews-single .main-content > .content-body > .container,
	.with-hpto  .main-content > .content-body > .container.best-of {
	  padding-top: 20px;
	}

	.nl-subscribe_wrap{
		margin-left: -30px;
		margin-right: -30px
	}
}

@media (min-width:992px){

	.hpto-container, .hpto-container .container, .with-hpto.news-single #wrapper,
	.with-hpto.news-single #page-content-wrapper .container,
	.hpto-container, .hpto-container .container, .with-hpto.reviews-single #wrapper,
	.with-hpto.reviews-single #page-content-wrapper .container, .with-hpto .container.best-of, .with-hpto #wrapper {
		width: 980px;
	}


	span.nl-subscribe_title, span.nl-subscribe_subtitle{text-align:left;}


	div.nl-subscribe_right form input{display: inline-block;float:none;}
	div.nl-subscribe_right form input.subscribe-to-nl{margin-left: 15px}
	.nl-subscribe_result{text-align: left}
}


@media screen and (min-width: 1200px){

	.with-hpto.news-single .footer-box.posted-box,
	.with-hpto.reviews-single .footer-box.posted-box,
	.with-hpto .container.best-of .footer-box.posted-box {
  		max-width: 25%;
  	}

  	.with-hpto.news-single .footer-box.share-box,
  	.with-hpto.reviews-single .footer-box.share-box,
  	.with-hpto .container.best-of .footer-box.share-box {
  	 	max-width: 45%;
  	}

  	.with-hpto.news-single .social-link,
  	.with-hpto.reviews-single .social-link,
  	.with-hpto .container.best-of .social-link {
  		width: 50px;
  		height: 50px;
  		line-height: 50px;
  	}
  	.with-hpto.news-single .social-link + .social-link,
  	.with-hpto.reviews-single .social-link + .social-link,
  	.with-hpto .container.best-of .social-link + .social-link { margin-left: 5px }

	.with-hpto.reviews-single span.review_tab-hide-mobile{display: none}
	.with-hpto .review_tabs.nav-tabs li.active a i{display: none}

	.nl-subscribe_wrap{
		padding-top: 18px;
		padding-bottom: 23px;
	}

	.nl-subscribe_wrap.loading, .nl-subscribe_wrap.done{
	    padding-bottom: 25px;
	}

	.nl-subscribe_wrap > div.nl-subscribe_left {
	    width: 40%;
	    margin-right: 2%;
	}
	.nl-subscribe_wrap > div.nl-subscribe_right {
	    width: 58%;
    	padding-top: 3px;
	}

	input.nl-subscribe_email {
	    margin-left: 0;
	    width: 230px;
	    float: left;
    	margin-top: 0px;
    	margin-bottom: 0
	}

	.nl-subscribe_right .motoring-button {
	    float: left;
	    width: 135px;
    	margin-left: 25px;
	    height: 45px;
	    line-height: 45px;
	}
	span.nl-subscribe_title, span.nl-subscribe_subtitle{margin-bottom: 0;}

	.done .nl-subscribe_result{margin: 0;padding-top: 12px;}

	div.nl-subscribe_right form input{float:left;}
	.nl-subscribe_result{text-align: center}

	.nl-subscribe_result{text-align: center}

​
	.with-hpto span.nl-subscribe_title, .with-hpto span.nl-subscribe_subtitle{text-align:left;}
	.with-hpto div.nl-subscribe_right form input{display: inline-block;float:none;}
	.with-hpto div.nl-subscribe_right form input.subscribe-to-nl{margin-left: 15px}
	.with-hpto .nl-subscribe_result{text-align: left}
	.with-hpto .nl-subscribe_wrap{padding-bottom: 13px}
	.with-hpto .nl-subscribe_wrap > div.nl-subscribe_left{width:100%;margin-right:0;padding-top:0;}
	.with-hpto .nl-subscribe_wrap > div.nl-subscribe_right{width:100%;margin-right:0;padding-top:0;}
	.with-hpto input.nl-subscribe_email {    font-size: 16px;    margin: 10px auto 15px; width:100%;}
    .with-hpto span.nl-subscribe_title, span.nl-subscribe_subtitle{margin-bottom: 5px;}


    .with-hpto .top-ad-bg {
    	z-index: 1;
    	position: relative;
    	background: none;
    }

    .with-hpto .moto-ads-top.ad-wrap.billboard-wrap {
    	margin: 13px 0px -20px -12px;
	    width: 970px;
	    padding: 0;
    }

    .with-hpto .breadcrumb {
    	position: relative;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Reduce Spacing in News Articles */

.isMobile.news-single .time-ago, .isMobile.news-single .breadcrumb{display: none}
.isMobile.news-single div.content-body{padding-top:0;}
.isMobile.news-single #single-news_title{font-size: 20px;margin-top: 35px;}
.isMobile.news-single div#single-news_gallery{margin-top: 5px;margin-bottom: 5px;margin-left: -15px;margin-right: -15px;}
.isMobile.news-single .single_one-img{height:175px;}

#div-gpt-ad-1433505189076-0 {
    left: calc(50% - 747px) !important;
}