.top-story_img{
	display: inline-block;
	width: 20%;
	/*height:60px;*/
	background-size: cover;
	background-position: center;
	float: left;
}

.top-story_title{
	padding: 0.75em 1em;
	font-size:15px;
	line-height: 1.2;
	width: 80%;
	float: left;
	letter-spacing: -1px;
	color: #282828;
	text-transform: none;
}

.top-story_title-no-image {
	padding: 0.75em 1em;
	font-size:15px;
	line-height: 1.2;
	float: left;
	letter-spacing: -1px;
	color: #282828;
	text-transform: none;
}

.top-story_title i, .top-story_title-no-image i {
	font-size: 0.7em;
	position: relative;
	top: 0em;
	display: inline;
	color: #0D75D6;
	left: 0.25em;
}


.top-story_img .dummy{
	margin-top: 100%
}

ul .m-panel-title{
	margin: 0;
	display: inline-block;
}

.nav-tabs{
	margin: 0
}

.nav-tabs > li > a{
	background: #C01F2F;
	color: #fff;
	border: 0!important;
}

.nav-tabs > li.active > a{
	color: #C01F2F!important;
	background: #fff;
}

.nav-tabs > li{width: 50%}


.nav-tabs > li:first-child > a {
    border-top-right-radius: 0;
}

.nav-tabs > li + li > a {
    border-top-left-radius: 0;
}

.nav-tabs > li > a:hover,.nav-tabs > li > a:focus{
	background-color: #980211;
}

.tab-content:first-child {
    margin-top: 3em;
}

.review .tab-content {
	margin-bottom: 3em;
}

.review_pre-tabs-title{
	margin-bottom: 0.5em;
}

.with-hpto a.social-link {
    margin-left: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.with-hpto .m-panel.m-panel-padding-l.m-panel-mpu {
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
}

/* 
###############################
###############################
###############################

min width 480px 

###############################
###############################
###############################
*/


@media (min-width: 480px) {
	.top-story_title{font-size: 18px}	
}


/* 
###############################
###############################
###############################

min width 768px 

###############################
###############################
###############################
*/


@media (min-width: 768px) {

	.top-story_title{font-size: 15px;width: 100%;}	
	.top-story_img{width: 100%;height: 90px}



}

/* 
###############################
###############################
###############################

min width 992px 

###############################
###############################
###############################
*/


@media (min-width: 992px) {

	.top-story_title{width: 75%;}	
	.top-story_img{width: 25%;height: auto}
	
}

/* 
###############################
###############################
###############################

min width 1200px 

###############################
###############################
###############################
*/


@media (min-width: 1200px) {

	.top-story_title{width: 80%;}	
	.top-story_img{width: 20%;}
	
}


.top-s-spec {
	background: none repeat scroll 0% 0% #f3f3f3;
    width: 100%;
    display: inline-block;
}


.top-s-spec_title {
	padding: 0.75em 1em;
	font-size:15px;
	line-height: 1.2;
	float: left;
	letter-spacing: -1px;
	color: #282828;
	text-transform: none;
}

.top-s-spec_title i {
	font-size: 0.7em;
	position: relative;
	top: 0em;
	display: inline;
	color: #0D75D6;
	left: 0.25em;
	vertical-align: middle;
}

.top-s-spec_title svg {
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.top-s-spec_title svg path {
	fill: #737373 !important;
}

.top-title-makemodel-link {
	text-align: right;
	margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-s-spec_title svg {
		display: none;
	}
}
