#sen_car_type_selector select{
color: white;
background-color: rgba(255,255,255, 0);
-webkit-appearance:none;
}
#sen_car_type_selector select:focus{
background-color: transparent;
border:1px solid red;
color:white;
}

@media (min-width: 1200px){
.container {
    max-width: 1440px;
}
}

.engineBox{
margin-top: 0.2rem;
padding:0.1rem 0.1rem;
background:rgba(200, 30 , 30, 0.5) none repeat scroll 0 0;
border:1px solid rgba(200, 30, 30, 0.5);
}

.engineBox h4{
background: rgba(200,30,30,0.5) none repeat scroll 0 0;
border-bottom:1px solid rgba(255, 255,255,0.1);
font-size:20px;
margin:0;
padding:10px 20px;
font-family: 'ralewaymedium';
}
.engineBox h4 span{
font-family: 'ralewayextrabold';
font-size:18px;

}
.engineBoxBody ul li{
background: #000000 none repeat scroll 0 0;
border-bottom: 1px solid rgba(255, 255, 255,0.1);
margin: 0;
padding: 5px 12px;
position: relative;
}

.engineBoxBody ul li a{
font-size:14px;
}
.engineBoxBody ul li a:hover{
font-size:14px;
color:red;
}
.widget-text-area{
border-top: 1px solid red;
}
.widget-text-area .h3label{
font-family: 'ralewaybold';
font-size:1rem;
}

.newRightSide{
border-top: 1px solid red;
}


.text-blue{
color:blue;
}
.text-green{
color:green;
}
.text-violet{
color:violet;
}
section.box header.title{
background-color:#333333;
}

.tabbable,.stage{
	background:rgba(0,0,0,0) url(/assets/images/striped_bg.gif) repeat center center;
	height: 100%;
}
.content{
/*min-height: 350px;*/
padding: .5rem .5rem;
font-family: ralewaymedium;
}


.tabs_style2{
margin: 0 !important;
}
.tabs{
padding-top: .5rem;
padding-bottom: .5rem;
padding-left:1rem;
margin: 0 !important;
}
.tab-content{
margin: 0 !important;
/*padding-top: 1rem !important;*/
}

.tabs_style2 > ul.nav > li{
border: none;
margin-left: .5rem;
text-align: center;

}
.tabs_style2 > ul.nav > li a{
min-width:5rem;
padding-top: 10px;
padding-bottom:10px;
color:white;

}
.stage-data th, .stage-data td{
text-align: right;
white-space: nowrap;
padding-top: 10px;
font-size: 13px;
padding-bottom: 10px;
padding-right: 10px;

}
.stage-data td{
font-size:15px;
}
.stage-data th{
background-color: #333333;
vertical-align: middle;
text-transform: uppercase;

}
.stage-data td{
background-color: #000;
}
.stage-data{
border-spacing: 10px;
border-collapse: separate;
}
.empty{
background-color: rgba(0,0,0,0) !important;
}
.stage-data td.highlight{
color:#dd3333;
font-weight: bold;
}
.big{
font-size:27px;
font-family: 'ralewaybold';
}
.stage-data td.price{
color:#dd3333;
font-weight: bold;
font-size:25px;
}
.btn-fullcolor.active:before{
background-color: #990000 !important;
}
.btn-fullcolor.active{
	color:white !important;
}
.btn-product:before{
	background-color: #cc6666 !important;
}

@media (max-width: 600px ){
.stage-data th, .stage-data td{
	text-align: right;
	padding: 4px 4px 4px 2px;
	font-size:12px;
	letter-spacing: -1px;
}

.tabbable>ul.nav>li{
	float:left !important;
	width: auto !important;
}
.content{
	padding-left:1px !important;
	padding-right:1px !important;
}
.amount{
	display: block;
}

}

.obd, .boot, .direct{
	border-radius: 0.325rem;
    padding: 2px 4px;
    font-size: 12px;
    font-family: ralewaysemibold;
}
.obd{
    background-color: #62b3dd;

}
.boot{
	background-color: #037b99;
}
.direct{
	background-color: #047870;
}

span.icon_services{
	background:rgba(0,0,0,0) url(/assets/images/icon_services.png) no-repeat left center;
	padding-left: 26px;
}

span.icon_testimonials{
	background:rgba(0,0,0,0) url(/assets/images/icon_testimonials.png) no-repeat left center;
	padding-left: 26px;
}
span.icon_pictures{
	background:rgba(0,0,0,0) url(/assets/images/icon_pictures.png) no-repeat left center;
	padding-left: 26px;
}
span.icon_info{
	background:rgba(0,0,0,0) url(/assets/images/icon_info.png) no-repeat left center;
	padding-left: 26px;
}
span.icon_video{
	background:rgba(0,0,0,0) url(/assets/images/icon_video.png) no-repeat left center;
	padding-left: 26px;
}
.related a.active{
	color:#cd2122 !important;
}
.related_product{
	min-height: 350px;
}

.engineBox{
	margin-top: 0.2rem;
	padding:0.1rem 0.1rem;
	background:rgba(200, 30 , 30, 0.5) none repeat scroll 0 0;
	border:1px solid rgba(200, 30, 30, 0.5);
}

.engineBox h4{
	background: rgba(200,30,30,0.5) none repeat scroll 0 0;
	border-bottom:1px solid rgba(255, 255,255,0.1);
	font-size:20px;
	margin:0;
	padding:10px 20px;
	font-family: 'ralewaymedium';
}
.engineBox h4 span{
	font-family: 'ralewayextrabold';
	font-size:18px;

}
.engineBoxBody ul li{
	background: #000000 none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255,0.1);
    margin: 0;
    padding: 5px 12px;
    position: relative;
}

.engineBoxBody ul li a{
	font-size:14px;
}
.engineBoxBody ul li a:hover{
	font-size:14px;
	color:red;
}
.widget-text-area{
	border-top: 1px solid red;
}
.widget-text-area .h3label{
	font-family: 'ralewaybold';
	font-size:1rem;
}

.newRightSide{
	border-top: 1px solid red;
}


.text-blue{
	color:blue;
}
.text-green{
	color:green;
}
.sidebar a{
	color:white;
}
.responsiveTitle , .breadcrumbs li{
	color:white;
	font-family: ralewaysemibold;
}
.responsiveTitle a , .breadcrumbs li a{
	color:white;
}
.responsiveTitle a:hover, .breadcrumbs li a:hover{
	color:#cd2122;
}
.desc, .our_quality{
	font-size: 12px;

}
.our_quality ul li{
	list-style: disc inside;
}
.widget_categories li {
	line-height: 18px !important;
}



.cont {
  width: 93%;
  max-width: 350px;
  text-align: center;
  margin: 4% auto;
  padding: 30px 0;
  background: #111;
  color: #EEE;
  border-radius: 5px;
  border: thin solid #444;
  overflow: hidden;
}

hr {
  margin: 20px;
  border: none;
  border-bottom: thin solid rgba(255,255,255,.1);
}

div.title { font-size: 2em; }

h1 span {
  font-weight: 300;
  color: #Fd4;
}

div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.reviewTitle{
	display: block;
	color:#cd2122;
}
label.star{
	font-size:24px;
	padding: 2px !important;
}

div.stars{
	width:auto;
}
.error{
	color:red;
	padding-top: 1rem;
}

.commentlist li{
	padding-top: 4px;
	border-bottom: 1px dotted #9a8585;
}

.additional-infomation .entry-content{
	margin-bottom: 10px;
}

.icon_graph{
	background:rgba(0,0,0,0) url(/assets/images/icon_graph.png) no-repeat left center;
	padding-left:26px;
}

select option {
    background-color: #1d1d1d;
    color: white;
}
.background-black{
	background-color:black;
}

.page_link{
		color:white !important;
	}
	.active_page{
		border: 2px solid white !important;
	}
	.previous_link{
		color:white !important;
	}
	.next_link{
		color:white !important;
	}
	.sticky-sidebar{
		position: fixed;
		top: 100px;
	}
	article{
		word-wrap: break-word;
	}
	.entry-content{
		/*display: table;*/
	}
	.post-date-wrapper{
		background-size: 64px 250px;
		width:64px;
		overflow: hidden;
		min-height: 153px;
		text-align: center;
		background:linear-gradient(145deg, #8D0000 0%, #D33 35%) repeat-x;
		height: 250px;
	}
	.post-date-wrapper .day{
		display: block;
		font-size: 36px;
		font-family: "ralewaybold";
		line-height: 1
		margin : 25px auto 0;
	}
	.post-date-wrapper .month{
		display: block;
		font-size: 18px;
		font-weight: bold;
		font-family: "ralewaymedium";
		line-height: 1
		margin :3px auto 0px;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		padding-left: 2px;
	}
	.post-date-wrapper .year{
		display: block;
		font-size: 18px;
		font-family: "ralewaymedium";
		line-height: 1
	}
	.blog-excerpt-wrapper{
		overflow: hidden;
		display: table-cell;
		min-height: 153px;
		padding:0 15px 15px;
	}
	h3.widget-title{
		border: 0;
		line-height: normal;
		color:#dd3333;
		font-size:1.2rem;
		margin:0 0 10px;
		padding: 0;
		font-weight: 600;
		font-family: "ralewaybold";
	}
	.widget_categories li{
		line-height: 18px !important;
		padding:6px 0px 6px 25px;
	}
	.bulletePoints{
		background: none !important;
	    padding-left: 0 !important;
	    margin-left: 15px;
	    list-style: disc;
	    font-size: 14px !important;
	    font-weight: bold !important;
	}

	.small_image_list_item{
		display: block;
	    width: 25%;
	    height: 100%;
	    position: relative;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    opacity: .8;
	    float:left;
	}
	.image_list{
		height: 125px;
	}
	.bulletePoints{
		color:white;
	}
	.active > a{
		color:red !important;
	}
	.sidebar a{
		color:white;
	}
	.tagcloud a:before{
		color:#464646 !important;
	}
	.description p{
		font-size: 14px;
		line-height: 1.5em;
	}
	#sen_car_type_selector select{
		color: white;
		background-color: rgba(255,255,255, 0);
		-webkit-appearance:none;
	}
	#sen_car_type_selector select:focus{
		background-color: transparent;
		border:1px solid red;
		color:white;
	}

	@media (min-width: 1200px){
		.container {
		    max-width: 1440px;
		}
	}
	.gensearch__input{
		background-color: transparent;
		color:white;
	}

	.engineBox{
		margin-top: 0.2rem;
		padding:0.1rem 0.1rem;
		background:rgba(200, 30 , 30, 0.5) none repeat scroll 0 0;
		border:1px solid rgba(200, 30, 30, 0.5);
	}

	.engineBox h4{
		background: rgba(200,30,30,0.5) none repeat scroll 0 0;
		border-bottom:1px solid rgba(255, 255,255,0.1);
		font-size:20px;
		margin:0;
		padding:10px 20px;
		font-family: 'ralewaymedium';
	}
	.engineBox h4 span{
		font-family: 'ralewayextrabold';
		font-size:18px;

	}
	.engineBoxBody ul li{
		background: #000000 none repeat scroll 0 0;
	    border-bottom: 1px solid rgba(255, 255, 255,0.1);
	    margin: 0;
	    padding: 5px 12px;
	    position: relative;
	}

	.engineBoxBody ul li a{
		font-size:14px;
	}
	.engineBoxBody ul li a:hover{
		font-size:14px;
		color:red;
	}
	.widget-text-area{
		border-top: 1px solid red;
	}
	.widget-text-area .h3label{
		font-family: 'ralewaybold';
		font-size:1rem;
	}

	.newRightSide{
		border-top: 1px solid red;
	}


	.text-blue{
		color:blue;
	}
	.text-green{
		color:green;
	}
	.search_result{
		display: none;
	    position: absolute;
	    width: 100%;
	    max-height: 350px;
	    background-color: white;
	    margin-top: .5rem;
	    overflow-x: hidden;
	    overflow-y: scroll;
	}
	.search_result_row span{
		color: black;
	    font-size: 12px;
	    font-family: ralewaymedium;
	    display: block;
	}
	.search_result_row a{
		font-family: ralewaysemibold;
    	font-size: 14px;
	}
	.search_result_row{
		border-bottom: 1px dotted #a09999;
		padding: 4px 10px;
	}
.search_category_title{
	color:#cd2122; 
	border-bottom: 1px solid #c3bbbb
}



