/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

@font-face {
  font-family: 'UKreg';
  src: url('/assets/fonts/UKNumberPlate.ttf') format('truetype');
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

html, 
body {
	height:100%;
	-ms-overflow-style: scrollbar;
	margin:0;
	padding:0 !important;
	font-family: 'Open Sans', Arial, Helvetica;
}

h1, 
h2, 
h3, 
h4 {
	font-family: 'Roboto Condensed', Arial, Helvetica;
	font-weight: bold;
}

html {
    overflow-y: scroll;
}

#mh-main-content {
	min-height: 100%;
}

a, a:focus, 
a:hover {
    color: inherit;
    text-decoration: none !important;
}

.btn-default {
	border-color: #b7b7b7 !important;	
}

.btn-disable {
	opacity: 0.5;
	cursor: not-allowed !important;	
	outline: 0 !important;
}

#top-navbar .fa-sort-desc {
	position: absolute;
	top: 19px;
    right: 10px;
}

#top-navbar .dropdown-toggle {
	width: 85px;
}

.top-header-fixed .dropdown-toggle {
	width: 80px !important;
}

.top-header {
	height: 98px;
}

.top-header .mh-logo {
	position: absolute;
	width: 211px;
    top: -18px;
}

.top-header-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 400;
	overflow-y: visible;
}

#chat_div {
    background-image: url(/assets/img/chat-offline2-alpha.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    position: absolute;
    right: 115px;
    top: 20px;
	z-index: 100;
}

.mobile-chat{
	display: none;
}

@media (max-width: 1235px){
	#chat_div {
    position: relative;
    text-align: right;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
    right: 20px;
}
}

@media (max-width: 765px){
	#chat_div {
    position: relative;
    text-align: right;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
    right: 10px;
	top: 0;
}
	.mobile-chat{
	display: block;
}
	
}


#s-footer {
	border-top: 8px solid #5F5F5F;
    background-color: #CDCDCD;
    padding-top: 40px;
    padding-bottom: 40px;
	margin-top: 15px;
}

#s-footer h4 {
	font-weight: bold;
}

#s-footer .footer_nav {
    padding-left: 0;
    margin-bottom: 0;
}

#s-footer .footer_nav > li {
    display: block;
    padding: 2px 4px;
    font-size: 13px;
    font-weight: bold;
}

#s-footer .footer_nav > li > a {
	color: #7F0000;
}

#s-footer .footer_nav > li > a:hover {
	color: #CC0000;
	text-decoration: underline !important;
}

#top-navbar .mh-fixed-navbar {
	width: 178px;
}

#nav .nav > li:first-child > a {
	padding: 8px 6px 0 0px;
	font-size: 16px;
}

#nav .nav > li:first-child > a:hover {
    background-color: inherit!important;
}

#nav .nav-fixed {
	padding: 15px 10px;
	font-size: 16px;
}

#nav .nav-fixed .fa-sort-desc { 
	top: 14px;
    right: 10px;
}

.banner-img h1,
.banner-style h1 { 
    margin-bottom: 20px;
	font-weight: bold;
}

.banner-img .box,
.banner-style .box {
	margin-top: 15px;
	background: rgba(0,0,0, 0.5);
	color: #fff;
	padding: 15px;
	max-width: 800px;
}

.banner-style .box,
.banner-img .box:hover,
.banner-style .box:hover {
	background: rgba(0,0,0, 0.7);
}

.banner-img p,
.banner-style p {
	padding: 0px 5px 15px;
	font-size: 16px;
}

.clear-all {
	clear: both;
}

.no-show {
	display: none;
}

.top-header .align-right {
	padding-top: 25px;
	color: #fff;
	font-size: 18px;
}

.top-header .align-right .auction-time-box {
	font-size: 15px;
    margin-top: 7px;
}

.no-border {
	border: none !important;
}

.no-padding {
	padding: 0;
}

/******************************************************   HOMEPAGE 		  	*******************************************************/

.homepage h2 {
	font-weight: bold;	
	margin-left: 15px;
	color: #7F0000;
	margin-top: 25px;
	font-size: 60px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.homepage .row:last-child {
	padding-bottom: 73px;
}

.homepage .btn-sm,
.homepage .btn-sm:hover,
.homepage .btn-sm:focus{
	padding: 10px 15px;
    float: left;
	font-weight: bold;
	font-size: 16px !important;
}

#s-intro .box-img img {
	max-width: 100%;
	width: 100%;
}

#s-intro .box-text {
	margin-top: 20px;
}

#s-intro .box-text h3 {
	font-weight: bold;
	font-size: 30px;
}

#s-intro .col-sm-3 {
	padding-left: 0;
}

#s-intro .box-text p {
	font-size: 16px;
	height: 66px;
}

#s-intro .intro-box {
    position: relative;
	text-align: center;
    box-shadow: 0 2px 2px 2px #bebebe;
    margin-bottom: 30px;
}

#s-intro .auction-img {
	background-color: #fff;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/assets/img/home/n_auction.png);
}

#s-intro .parts-img {
	background-color: #fff;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/assets/img/home/n_parts3_1.jpg);
}

#s-intro .smc-img {
	background-color: #fff;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/assets/img/home/n_smc6.jpg);
}

#s-others .col-xs-12 {
	height: 300px;
	margin-bottom: 10px;
}

#s-others .col-xs-12 .alt1 {
	background-color: #fff;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#s-others .col-xs-12 .alt2 {
	background-color: #34576c;
	height: 100%;
}

#s-others .col-xs-12 .engines-img {
	background-image: url(/assets/img/home/n_engines.jpg);
}

#s-others .col-xs-12 .ebay-img {
	background-image: url(/assets/img/home/n_ebay2.jpg);
}

#s-others .col-xs-12 .tyres-img {
	background-image: url(/assets/img/home/n_tyres2.jpg);
}

#s-others .col-xs-12 .wheels-img {
	background-image: url(/assets/img/home/n_wheels.jpg);
}

#s-others .col-xs-12 .stereo-img {
	background-image: url(/assets/img/home/n_stereo.jpg);
}

#s-others .col-xs-12 .payment-img {
	background-image: url(/assets/img/home/n_payment.jpg);
}

#s-others .col-xs-12 .parts-img {
	background-image: url(/assets/img/home/n_parts2_1.jpg);
}

#s-others .col-xs-12 .smc-img {
	background-image: url(/assets/img/home/n_smc5.jpg);
}

#s-others .col-xs-12 .auction-img {
	background-image: url(/assets/img/home/n_auction2.jpg);
}

#s-others .col-xs-12 .breaker-img {
	background-image: url(/assets/img/home/n_breakers2.jpg);
}

#s-others .col-xs-12 .alt2 div:first-child {
	padding: 25px;
}

#s-others .col-xs-12 .alt2 div:last-child {
	padding-left: 25px;
}

#s-others .col-xs-12 .alt2 p:first-child {
	font-size: 36px;
    line-height: 1.2;
	color: #f4cc70;
	font-weight: bold;
}

#s-others .col-xs-12 .alt2 p:last-child {
	font-size: 20px;
    line-height: 1.2;
	color: #f4cc70;
}

#s-others .col-xs-12 .alt2 p:hover {
	color: #DBB764;
}

#s-others .col-xs-12 .btn-sm {
	background-color: #f4cc70 !important;
	color: #34576c !important;
}

#s-others .col-xs-12 .btn-sm:hover {
	background-color: #DBB764 !important;
}

#s-news img:not(.toleft) {
	float: right;
	max-width: 100%;
}

#s-news .col-sm-7 {
    color: #121212;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
}

#feature-vehicles .home_tile_featured {
	background-color: #E4A133;
    background: repeating-linear-gradient(45deg,#E4A133,#E4A133 10px,#E8AF52 10px,#E8AF52 20px);
}

#feature-vehicles .home_tile {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    padding: 5px;
    color: #fff;
	width: 100%;
}

#feature-vehicles .home_tile_title {
    font-size: 45px;
    padding-bottom: 100%;
    padding-right: 100%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
} 

#feature-vehicles .home_tile_price {
    background-color: #388DBC;
}

#feature-vehicles .home_tile_bottom {
    position: absolute;
    top: 30px;
    left: 0px;
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

.feature-vehicles .final-tiles-gallery.caption-top .tile:hover span.photo_rate {
    font-size: 16px;
    bottom: 10px;
    font-weight: bold;
    padding: 5px;
    transition: none;
    background-color: #666;
	font-family: 'PT Sans', sans-serif;
}

#feature-vehicles .final-tiles-gallery.caption-top .tile:hover span.photo_rate {
    font-size: 12px;
    bottom: 10px;
    font-weight: bold;
    padding: 5px;
    transition: none;
    background-color: #666;
	font-family: 'PT Sans', sans-serif;
}

.intro-header {
    padding-top: 170px;
    padding-bottom: 10px;
    height: 250px;
    cursor: pointer;
}

.header-box-title {
    background-color: rgba(211,211,211,0.9);
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 7px;
    font-size: 21pt;
    color: #000;
}

.h-intro-footer {
    background-color: #323232;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 42px;
    overflow: hidden;
}

.right-triangle {
    float: right;
    margin-top: -5px;
    margin-right: 4px;
}

#s-intro .reg-search{
    border-radius: 3px 0px 0px 3px;
}

#s-news {
	margin-bottom: -15px;
}

#s-others,
#s-news,
#s-news-notices {
	background-color: #E4DDDD;
}

#s-online {
    background-color: #f2f4f7;
    padding-bottom: 50px;
}

#s-latest-parts {
    padding-bottom: 50px;
}

#s-online .boxes {
    background-color: white;
    border-radius: 0px;
}

#s-online .img-rounded {
	border-radius: 0px;
}

.section-title {
    background-color: #633b3b;
    font-size: 24px;
    margin: 0 0 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 7px;
}

.remove-padding {
    padding: 0;
}

.div-center {
    margin: 0 auto;
}

.carousel-inner {
    min-height: auto;
}

.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(25%, 0, 0);
    -o-transform: translate3d(25%, 0, 0);
 }

.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
	-webkit-transform: translate3d(-25%, 0, 0);
  	-o-transform: translate3d(-25%, 0, 0);
}

.carousel-inner .active.left,
.carousel-inner .prev { 
	left: -25%;              
}

.carousel-inner .next { 
	left: 25%;               
}

.carousel-control.left { 
	background-image: none;  
}

.carousel-control.right { 
	background-image: none;  
}

.carousel-inner .item { 
	background: white;       
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
	top: 35% !important;
}

.carousel-control {
    width: 6% !important;
}

.top-header {
	background-color: #7F0000;
}

.mh-police-img {
	max-width: 100%;
	width: 200px;	
}

.auction-type div:first-child {
	padding-left: 0;	
}

.auction-type div:last-child {
	padding-right: 0;	
}

.auction-type h2 {
	margin-top: 0;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 4px 5px 0px #bebebe;
    padding: 11px;
	text-transform: uppercase;
	font-weight: bold;
    margin-bottom: 34px;
	font-size: 24px;
}

.auction-type .tile {
	box-shadow: 0px 0px 2px 2px #bebebe;
	padding: 0;
	margin: 0;	
	background-color: #fffffa !important;
	height: 310px;
}

.auction-type form input {
	width: 100%;
	margin-bottom: 3px;	
	height: 30px;
	padding-left: 5px;
}

.auction-type form button {
	width: 100%;
	height: 30px;	
	background-color: #585858;
    border: none !important;
    color: #fff !important;
}

.auction-type .btn-sm,
.auction-type .btn-sm:hover {
	width: 100%;
	margin-bottom: 6px;	
	font-size: 18px !important;
	line-height: 1.4;
}

.m-images {
	width: 87px;
    float: left;
	height: 65px;
	text-align: center;
}

.img-top-left {
	top: 0;
	max-width: 100%;
	opacity: 0.8;
    position: absolute;	
}

.auction-type img {
	width: 300px;
}

.auction-type p {
    font-size: 16px;
}

.auction-type h4 {
	margin-top: 20px;
}

.auction-type .reasons {
	height: 120px;
}

#salvage-auction .salvage-header {
	background-color: rgba(127, 0, 0, 0.1);
	text-align: center;
}

#salvage-auction .salvage-header-hover {
	background-color: rgba(127, 0, 0, 1);
}

#salvage-auction h3 {
	color: #7F0000;
	font-size: 30px;
}

#police-auction .police-header {
	background-color: rgba(0, 113, 188, 0.1);
	text-align: center;
}

#police-auction .police-header-hover {
	background-color: rgba(0, 113, 188, 1);
}

#police-auction h3 {
	color: #0071bc;
	font-size: 30px;
}

#salvage-auction .red {
	color: #7F0000;	
}

#police-auction .blue {
	color: #0071bc;	
}

.auction-type {
	margin-bottom: 30px;
	margin-top: 15px;	
}

.auction-type h1 {
	font-weight: bold;	
}

.auction-price {
	font-size: 24px;
    color: #666;	
	font-weight: bold;
	margin: 0;
}

.auction-buttons {
	padding: 0;
}

.auction-buttons .col-xs-6:first-child {
	padding-left: 0;
}

.auction-buttons .col-xs-6:last-child {
	padding-right: 0;
}

#top-navbar .dropdown-menu>.active>a, 
#top-navbar .dropdown-menu>.active>a:focus, 
#top-navbar .dropdown-menu>.active>a:hover {
	background-color: #7F0000;
}

.logo_initial_letter {
	position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #CCC;
    border-radius: 61%;
    width: 60%;
    bottom: 11px;
    height: 70%;
    margin: 0 auto;
    background: #CCC;
    color: #fff;
}

.logo_initial_letter div {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    font-size: 32px;
}

.we-are-close {
	border:1px solid #000;
	text-align: center; 
	background: #ae0000; 
	background: -moz-linear-gradient(top, #ae0000 0%, #650000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae0000), color-stop(100%,#650000)); 
	background: -webkit-linear-gradient(top, #ae0000 0%,#650000 100%); 
	background: -o-linear-gradient(top, #ae0000 0%,#650000 100%); 
	background: -ms-linear-gradient(top, #ae0000 0%,#650000 100%); 
	background: linear-gradient(to bottom, #ae0000 0%,#650000 100%); 
	padding: 8px; 
	color:#fff; 
	text-shadow: none; 
	opacity: 0.8; 
	font-weight:bold; 
	font-size: 14px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ae0000\', endColorstr=\'#650000\',GradientType=0 ); 
}

.banner-img {
	background-image: url(/assets/img/front-1600.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	height: 600px;
	background-position-y: -150px;
}

.ssl-lock {
	width: 105px;
    position: absolute;
    top: 7%;
    right: 16%;
}

.youtube-main {
	position: absolute;
    bottom: 10px;
    left: 13px;
	font-size: 25px;
    font-weight: bold;
}

#enquiry-form h2 {
	font-size: 36px;
	color: #7F0000;
}

#s-intro-new {
	background: rgba(0,0,0, 0.8);
}

#s-intro-new .row {
	margin: 0;
}

#s-intro-new h1 {
	color: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 20px;
}

#s-intro-new:hover {
	background: rgba(0,0,0, 0.9);
}
  
#s-intro-new .row div:first-child {
	float: left;
}

#s-intro-new .row div:last-child {
	float: right;
}

#s-intro-new .glyphicon {
	font-size: 15px;
}

.read-more-btn {
	margin: 0;
	margin-top: 6px;
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	padding: 5px;
}

.twitter-typeahead .input-find {
	color: #333;
}

#xmas_table {
    border: 1px solid #f5f5f5;
    margin-top: 20px;
}

#xmas_table tr {
    height: 30px;
}

#xmas_table td {
    padding: 8px;
}

#xmas_table .tr1 {
    background-color: #f5f5f5;
    font-weight: bold;
}

#xmas_table .tr2 {
    font-weight: bold;
}

#ireg-search {
	left: 197px;
	height: 48px;
	font-size: 20px;
	top: 0px;
	padding: 8px;
}

.news_right {
	width: 15%;
}

.news_left {
	width: 85%;
}
/******************************************************   PARTS-BREAKING  	*******************************************************/

.parts-banner-img {
	background-image: url(/assets/img/parts_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	height: auto;
}

#s-breaking {
	padding-top: 20px;
}

 #s-breaking_header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F2E5E5;
}

#s-parts-header {
	padding-bottom: 20px;
}

#s-breaking #display-panels {
	float: left;
}

#reg-show,
#reg-search,
.reg-search,
#tyre-reg-search {
    background: transparent url(/assets/img/regplate_1.png) no-repeat scroll 0 0;
    border: 0 none;
    color: #000 !important;
    font-size: 28px;
    font-weight: bold;
    height: 33px;
    line-height: 36px;
    padding: 0 0 0 22px;
    text-align: left;
    text-transform: uppercase;
    width: 164px;
    font-family: 'UKreg';
	border-radius: unset;
}

#reg-show {
	width: auto;
	opacity: 0.7; 
	position: absolute;
}

.reg-search a {
	color: #000 !important;	
}

.input-find {
    height: 33px;
    padding: 6px;
	border-radius: unset;
}

.reg-input-search {
    background-color: #585858;
    color: #fff !important;
    position: absolute;
    height: 33px;
    padding: 7px 5px 6px 7px;
    cursor: pointer;
}

#s-parts-header .reg-input-search {
	padding: 6px 5px 6px 7px;
}

#spinner {
    background: -moz-radial-gradient(center,ellipse cover,#ffffff 0%,rgba(255,255,255,0) 100%) !important;
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#ffffff),color-stop(100%,rgba(255,255,255,0))) !important;
    background: -webkit-radial-gradient(center,ellipse cover,#ffffff 0%,rgba(255,255,255,0) 100%) !important;
    background: -o-radial-gradient(center,ellipse cover,#ffffff 0%,rgba(255,255,255,0) 100%) !important;
    background: -ms-radial-gradient(center,ellipse cover,#ffffff 0%,rgba(255,255,255,0) 100%) !important;
    background: radial-gradient(ellipse at center,#ffffff 0%,rgba(255,255,255,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
    border-radius: 50%;
    animation-direction: normal !important;
    animation-delay: 1s !important;
    box-sizing: border-box;
    box-shadow: 0 0 15px #fff;
    line-height: 20px;
    font-size: 25px;
    font-weight: 100;
    margin: -10px 0 0 -10px;
    opacity: 0;
    overflow: visible;
    position: absolute;
    text-align: center;
    z-index: 4;
}

#myStar {
	height: 1px;
	margin: 9px 9px;
	overflow: visible;
	position: relative;
	width: 1px;
}

#myStar div {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff',GradientType=0 );
	border-radius: 50%;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
}

#myStar div:nth-child(2) {
	left: -10px;
	transform: rotate(90deg);
	top: -10px;
}

#myStar div:nth-child(3) {
	left: 0px;
	transform: rotate(180deg);
	top: -20px;
}

#myStar div:nth-child(4) {
	left: 10px;
	transform: rotate(270deg);
	top: -10px;
}

#updating {
    font-size: 30px;
    position: absolute;
    text-align: center;
    top: 2%;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
	height: 0px;
}

.fa-spin-custom, 
.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.sep-div {
    margin-top: 24px;
    margin-bottom: 35px;
}

.tr_filters h2,
.p-header h2 {
    float: left;
    line-height: 18px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.tr_filters h2::before,
.p-header h2::before {
    border-top: 1px solid #ACACAC;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.tr_filters h2 span {
    background: #F2E5E5 none repeat scroll 0 0;
    color: #2c2c2c;
    font-size: 26px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 99;
}

.p-header h2 span {
	background: rgba(0,0,0, 1) none repeat scroll 0 0;
    color: #fff;
	font-size: 26px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 99;
}

.s-parts-search {
    background-color: #585858;
    color: #fff;
    padding: 5px 5px 0px 6px;
    cursor: pointer;
    width: 300px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto auto;
	height: 64px;
}

#parts_display .box, 
#vrm_display .box,
#makes-top .box {
    margin-top: 20px;
    padding: 15px;
    text-align: center;
}

#parts_disp div header img,
.parts_disp div header img {
    height: 60px;
    width: auto;
}

#parts_display footer, 
#vrm_display footer,
#makes-top footer {
    font-weight: bold;
	color: #333;
}

#parts_display a.box:hover, 
#parts_display a.box:focus, 
#vrm_display a:hover, 
#vrm_display a:focus,
#makes-top a.box:hover, 
#makes-top a.box:focus {
    text-decoration: none !important;
    color: #03a;
    cursor: pointer;
    box-shadow: 0 0 1.5rem 0.3rem rgba(127, 0, 0, 0.75);
}

#parts_display .parts-highlight a:hover, 
#parts_display .parts-highlight a:focus, 
#parts_display .kits-highlight a:hover, 
#parts_display .kits-highlight a:focus, 
#vrm_display .parts-highlight a:hover, 
#vrm_display .parts-highlight a:focus,
#makes-top .parts-highlight a:hover, 
#makes-top .parts-highlight a:focus {
	box-shadow: unset !important;
} 

.twitter-typeahead {
    direction: inherit !important;
}

.tt-dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 3px 4px;
    box-shadow: 2px 2px 7px 2px #777;
    margin-top: 5px;
    min-width: 267px;
    text-align: left;
}

.breadcrumb {
    list-style: outside none none;
    margin: 0 !important;
	padding: 15px;
}

.breadcrumb-item {
    color: #03a;
    content: "/";
    display: inline-block;
    padding-right: 0.5rem;
    font-size: 16px;
}

.breadcrumb-item a {
    border-bottom: 1px dotted;
}

.breadcrumb .active {
    background-color: transparent !important;
    border-top: none !important;
    color: #818a91 !important;
}

.pb-line {
    height: 2px;
    background-color: #f5f5f5;
    margin-top: 20px;
}

#pc {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 30px;    
	font-family: 'Roboto Condensed', Arial, Helvetica;
}

.find-reset,
.find-reset:hover, 
.find-reset:focus {
    text-decoration: none !important;
    cursor: pointer;
    color: #337ab7 !important;
    box-shadow: none !important;
}

#parts_disp #pc,
.parts_disp #pc {
    margin-top: 20px;
    margin-bottom: -25px;
	margin-left: 30px;
}

#parts_disp .twitter-typeahead, 
#result-search .twitter-typeahead,
#s-breaking .twitter-typeahead,
#s-breaking-details .twitter-typeahead{
    width: 100%;
}

#desc-input {
	width: 100% !important;
	position: relative; 
	vertical-align: top; 
	background-color: rgb(255, 255, 255); 
	border: 1px solid;
}

.psearch, 
.pfind {
    right: 0px !important;
    top: 0px !important;
}

#parts_display .box, 
#vrm_display .box,
#makes-top .box {
    margin-top: 20px;
    padding: 15px;
    text-align: center;
}

.boxes {
    box-shadow: 0 2px 2px 1px #bebebe;
    min-height: 210px;
    margin-bottom: 3px;
    position: relative;
}

.back-img {
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
    z-index: -1;
}

.img-responsive {
    cursor: pointer;
	max-height: 100%;
}

.img-rounded {
    border-radius: inherit !important;
}

.img-top {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
	width: 100%;
}

.slider-footer {
    min-height: 100px;
}

.slider-vehicle-price {
    background-color: #c41010;
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}

#salvage-tiles {
	padding: 0px;
	padding-top: 0	
}

#salvage-tiles .item [class*='col-sm-2'] {
	padding: 5px;	
}

#salvage-tiles .slider-vehicle-price {
	font-size: 16px;	
}

#salvage-tiles .slider-vehicle-title span {
	line-height: 1.1;	
	font-size: 13px;
}

#salvage-tiles .boxes {
    margin-bottom: 10px;
}

.slider-vehicle-title {
    padding: 10px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0;
	color: #333;
}

.slider-vehicle-title .fa-clock-o {
	font-size: 14px;
	margin-right: 3px;
}

.slider-vehicle-title .red {
	color: #7F0000;
}

.slider-vehicle-title .green {
	color: #008000;
}

div[class^="tt-dataset-omnibox"] {
    border-bottom: 2px solid #fff;
}

.tt-header {
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    padding: 4px 2px 2px 4px;
	color: #333 !important;
}

.tt-suggestion {
    font-size: 12px;
    font-style: normal;
}

.tt-suggestion a {
    color: #06c;
    display: block;
    padding: 8px 4px;
    position: relative;
    text-decoration: none !important;
}

.tt-suggestion a:hover, 
.tt-suggestion a:focus {
    text-decoration: none !important;
    color: #333 !important;
    box-shadow: none !important;
}

.tt-suggestion small {
    color: #444;
    float: right;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 2px;
    text-decoration: none;
    position: absolute;
    right: 0;
}

.tt-suggestion strong {
    display: inline-block;
    margin-right: 60px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
	background-color: #585858 !important;
	border: none !important;
    color: #fff !important;
    font-size: 14px !important;
}

.btn-reset,
.btn-reset:hover,
.btn-reset:focus {
	background-color: #337ab7 !important;
	border: none !important;
    color: #fff !important;
    font-size: 14px !important;
}

.looking:hover {
    box-shadow: none !important;
    text-decoration: none !important;
}

#p_search .box {
    margin-bottom: 15px;
	margin-top: 10px;
    text-align: center;
}

.fa-arrow-circle-o-down {
	cursor: pointer;	
}

.price-div small {
	font-size: 60%;	
}

.prev-reg-vertical {
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 0px; 
	text-align: right;
	font-weight: bold;	
}

.btn-looking,
.btn-looking:hover {
	background-color: #585858 !important;
	padding: 10px 10px !important;	
}

.form_success {
	clear: both;
    float: left;
    font-size: 26px;
    margin-top: 30px;	
	margin-left: 30px;
}

.pp-div {
    padding: 0;
    text-align: left;
}

.price-div {
    padding: 0;
    text-align: right;
    top: 2px;
}

.price-small {
	font-weight: normal;
    font-size: 50% !important;
}

.box-part-search {
	margin-left:15px; 
	margin-right:15px; 
	margin-top: 40px; 
	position:relative;
}

.cant-find-btn {
	margin: 15px;
}

#search-disp a:hover {
	background-color: #7F0000 !important;
	color: #fff;
}

#search-disp a:hover span,
#search-disp a:hover small,
#search-disp a:hover i{
	color: #fff !important;
}

#s-breaking .row-header .col-xs-6 {
	padding: 0;
}

#s-breaking .row-header .col-xs-6:last-child {
	padding-left: 15px;
}

.b-banner-img {
	background-image: url(/assets/img/breakers_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	height: 300px;
}

.overlay-into-photo {
	background: rgba(0,0,0, 0.7);
	margin-top: 15px;
}

.overlay-into-photo:hover {
    background: rgba(0,0,0, 0.7);
}

#enquire_form.form_success {
	margin-left: 0;
}

#s-parts-header .qbreakers a {
	background-color: #7F0000;
}

#parts-or-second .col-sm-6 {
	padding: 0;
}

#parts-or-second .col-sm-6:first-child div {
	float: left;
}

#parts-or-second .col-sm-6:last-child a,
#parts-or-second .col-sm-6:last-child a:hover {
	float: right;
	padding-top: 17px;
	background-color: #7F0000;
	color: #fff;
}

#s-breadcrumb .looking {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}

#s-breadcrumb .looking .btn-looking {
	background-color: #7F0000 !important;
	font-weight: bold;
}

.item-add-cart,
.item-add-cart:hover,
.item-add-cart:focus {
	font-size: 20px;
	font-weight: bold;
	background-color: #7F0000;
	padding: 6px 12px;
	border: none;
	color: white;
	float: left;
}

.item-add-cart[disabled] {
	cursor: inherit;
	background-color: #00B700;
}

.tiles-buy-online {
	font-size: 16px;
	background-color: #FFBE46;
	padding: 4px 10px;
	color: #000;
}

.tiles-buy-online i {
	font-weight: bold;
}

.hc_outer {
	font-size: 12px;
	padding-top: 75px;
}

.hc_inner {
	width: 240px;
	float: right;
}

/******************************************************   PARTS-BREAKING DETAILS 	*******************************************************/

.details-header {
    color: #000 !important;
    float: left;
    font-weight: bold;
    margin: 0;
}

.details_line {
    border: medium none;
    float: left;
    height: 5px;
    list-style: outside none none;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    width: 100%;
}

#right-info {
    margin-top: 20px;
    padding-left: 30px;
	overflow: hidden;
}

.price-line {
    background-color: #ebe7cc;
    color: #03a;
    float: left;
    font-size: 25px;
    font-weight: bold;
    padding: 9px 3%;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.pp {
    font-size: 15px;
}

.plus-vat-det {
    font-size: 12px;
    color: #337ab7;
}

.plus-vat-det small {
    font-size: 11px;
}

.div-margin {
    margin-top: 10px;
}

#right-info h3 {
    line-height: 1;
    font-weight: bold;
}

.car-header-details {
    border-bottom: 1px solid #dbdee0;
    border-top: 1px solid #dbdee0;
    color: #3f4b56;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    padding: 20px 0;
    text-align: center;
}

.car-header-details ul {
    list-style: outside none none;
    margin-bottom: -2px;
    padding: 0;
}

.car-header-details li {
    border-left: 1px solid #dbdee0;
    display: inline;
    padding: 0 15px;
    text-transform: uppercase;
}

.car-header-details li:first-child {
    border: medium none;
    padding-left: 10px;
}

.car-description {
    color: #000;
    padding: 9px 3%;
}

.car-description span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

.car-description h3 {
    color: #7F0000;
}

.car-specs {
    padding: 5px 0 0 !important;
}

.car-specs ul {
    border-top: 1px solid #cccfd0;
    display: block;
    list-style: outside none none;
    padding: 0;
}

.car-specs li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cccfd0;
    color: #3f4b56;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    min-height: 34px;
    padding: 9px 3%;
    position: relative;
    text-align: right;
}

.car-specs li.even {
    background: #e0e4e7 none repeat scroll 0 0;
}

.car-specs .spec-title {
    float: left;
    font-weight: normal;
}

.location-dotted,
.location-dotted:hover,
.location-dotted:focus {
	text-decoration: none !important;
}

.location-dotted strong {
	color: #000 !important;	
	/*border-bottom: 1px dotted #000 !important;*/
}

.car-specs .spec-value {
    color: #000;
    text-transform: uppercase;
}

#thumbs .col-md-2, 
#thumbs_h .col-sm-2,
#thumbs_h .col-xs-2 {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
}

#enquiry input,
#enquiry select,
#enquiry textarea {
    background-color: #fff;
    border: medium none;
    padding: 4px;
    width: 100%;
}

#enquiry textarea {
    max-width: 100%;
}

.elabel {
    color: #000;
	font-weight: bold;
}

.enq_desc {
    color: #6094db;
}

.car-description h1 {
	margin: 0;
	font-size: 30px;
	margin-top: 10px;
}

.car-description h2 {
	margin: 0;
	font-size: 20px;
}

.car-description h3 {
	margin: 0;
}

#enquiry-form .pb-enq-form {
	width: 100%;
	height: 33px;
    padding: 3px 6px;	
}

.eblock {
	margin-bottom: 15px;	
}

#prev-reg h3 {
	font-weight: bold;	
}

#parts_display #plist-search {
	background-color: #585858;
    color: #fff !important;
    position: absolute;
    height: 33px;
    padding: 9px 5px 0px 7px;
    cursor: pointer;
}

#s-breaking #vehicle-type {
	color: #fff;
}

#exact-parts-data,
#exact-parts-data-total {
	width: 100%;
	float: left;
}

#exact-parts-data a:hover img,
#match-parts-data-total a:hover img {
	opacity: 1 !important;
}

.matching-img {
	position: absolute; 
	bottom: 0;
	padding: 0;
	right: 0;
	width: 50px;
}

#match-parts-data,
#match-parts-data-total {
	width: 100%;
	float: left;
}

/******************************************************   BREAKING VEHICLES DETAILS 	*******************************************************/

#s-breaking a, 
#s-breaking a:focus, 
#s-breaking a:hover,
#s-breaking-details a, 
#s-breaking-details a:focus, 
#s-breaking-details a:hover {
    color: inherit;
    text-decoration: none;
}

#s-breaking .nav>li>a:focus, 
#s-breaking .nav>li>a:hover {
	background-color: inherit !important;	
}

#side-menu, 
#side-menu li.col-xs-6, 
#side-menu li.col-xs-12, 
.side-menu-filters, 
.side-menu-filters li.col-xs-6, 
.side-menu-filters li.col-xs-12, 
#collapse-menu .list-group-item {
    padding: 0 !important;
}

#updating-menu {
    font-size: 30px;
    position: absolute;
    text-align: center;
    top: 1%;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

#side-menu .navbar-nav > li > a, 
.side-menu-filters .navbar-nav > li > a {
    padding: 10px;
	font-size: 17px;
}

.list-group {
    margin-bottom: 0 !important;
}

#collapse-menu li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group.inner li {
    border: medium none;
}

.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
    background-color: #CC0000!important;
    border-top: none !important;
    color: #fff !important;
	border-radius: none !important;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: #e7e7e7 !important;
}

.salvage-sep-line {
    border-top: 1px solid #e5e5e5;
}

#fuel-1, 
#fuel-2,
#fuel-3, 
#gearbox-1, 
#gearbox-2, 
#gearbox-3 {
    background-color: #fff;
}

.fuel-highlight {
    background-color: #fcf8e3 !important;
}

.div-fuel {
    border-right: 1px solid #ddd;
    cursor: pointer;
    float: left;
    height: 40px;
    padding: 0 !important;
}

.div-fuel-reset {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 0 !important;
}

.img-fuel {
    margin-top: 5px;
    width: 30px;
}

.select-target {
    -moz-user-select: none;
    background: #fcf8e3;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 0px 5px 5px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 15px;
	outline: none;
	width: 91%;
}

#display-panels a.panel {
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.panel {
    border: medium none !important;
    border-radius: 0px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#display-panels .panel-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.principal-img {
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
	max-height: 100%;
	width: 100%;
}

#s-breaking .panel-footer {
    min-height: 56px;
}

.clearfix {
    clear: both;
}

.icon-row .col-sm-2, 
.icon-row .col-sm-3, 
.icon-row .col-sm-6, 
.icon-row .col-sm-8, 
.icon-row .col-xs-2, 
.icon-row .col-xs-3, 
.icon-row .col-xs-6, 
.icon-row .col-xs-8 {
    padding: 0 !important;
}

#more-scroll, 
#more-scroll-end {
    margin: 40px 0 20px 0 !important;
}

.preload {
    display: none;
}

.button {
    margin-left: 15px;
    display: inline-block;
    position: relative;
    color: #888 !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
    text-decoration: none !important;
    text-align: center;
    padding: 6px 9px;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-family: helvetica, arial, sans-serif;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

.button.back:before {
    content: '';
    position: absolute;
    height: 48%;
    width: 15px;
    border-left: 1px solid #bcbcbc;
    bottom: 1px;
    left: -5px;
    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
    -o-transform: skew(35deg, 0);
    -ms-transform: skew(35deg, 0);
    transform: skew(35deg, 0);
    background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
    background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
    background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
    -webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
    box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
}

.button.back:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 15px;
    border-left: 1px solid #bcbcbc;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
    left: -5px;
    top: 1px;
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
}

.button.back {
    border-left: none;
}

#s-breaking #blist-search,
#s-breaking-details #blist-search {
	background-color: #585858;
    color: #fff !important;
    position: absolute;
    height: 33px;
    padding: 7px 5px 0px 7px;
    cursor: pointer;
}

#blist-search {
	right: 15px;
    top: 0px;
}

#s-breaking-details .elabel,
#s-breaking-details .efield p {
	font-weight: normal;
	color: #fff;
}

#s-breaking-details .nav-header,
#s-breaking-details .nav-header:hover,
#s-breaking-details .nav-header:focus {
	background-color: #7F0000 !important;
	color: #fff !important;
}

#s-breaking-details #right-info .btn-sm {
	background-color: #7F0000 !important;
}

#s-breaking-details #enquiry h3 {
	color: #fff;
}

#s-breaking-details #right-images abbr[title] {
	border-bottom: none;
}

.match-breakers-fuel-trans-div {
	margin-top: 10px;
}

.match-breakers-fuel-trans-div div {
	padding: 0;
}

.match-breakers-fuel-trans-div div:first-child img {
	width: 25px !important;
}

.match-breakers-fuel-trans-div div:nth-child(2) img {
	width: 30px !important;
} 

#related-breakers #other-breakers-results,
#parts-matching-breaker #breakers-results {
	background: repeating-linear-gradient(45deg, #F3F3F3, #F3F3F3 10px, #E9E9E9 10px, #E9E9E9 20px);
	padding: 5px;
	float: left;
	width: 100%;
}

/******************************************************   		VRM-LOOKUP 				 *******************************************************/

#vrm-header {
    background-color: #fcfafa;
}

#vrm-header .row {
    margin: 0;
    padding: 15px 0px;
}

#vrm-box .col-xs-6, 
#vrm-box .col-xs-12 {
    padding: 0;
}

#plist-search {
    right: 0;
    top: 0;
}

.slider-vehicle-match {
    background-color: #FBFBE8;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
	color: #333;
}

.noshow {
    display: none;
}

#result-search .tt-hint {
    display: none !important;
}

/******************************************************   		TYRE-BAY 				 *******************************************************/

#ts_width,
#ts_profile,
#ts_rim,
.select-blue {
	background-color: #317dcb !important;
	text-align: left;
	border: none !important;	
	border-radius: 0 !important;
	color: #fff;
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#ffffff),color-stop(100%,rgba(255,255,255,0))) !important;
}

.tyre-options {
	background: url(/assets/img/tyre.png) no-repeat;
    height: 200px;
    background-position: 50% 107px;
}

.tr-boxes h3 {
	text-align: center;	
	font-weight: bold;
}

#t_width,
#t_profile,
#t_rim {
	float: left; 
	width:100px;	
}

#t_width {
	margin-left: 130px;	 
}

#t_profile {
	margin-left: 10px;
	margin-right: 10px;	
}

#dropdownMenu1,
#dropdownMenu2,
#dropdownMenu3 {
	background-color: #317dcb !important;	
	width: 77px;
}

.box-tyre-reg {
	border-left: 1px dotted #bbc5d6;	
    height: 270px;
}

.box-tyre-reg .qparts {
	text-align: center;	
	margin-top: 50px;
}

#tyrereg-search {
	margin: 10px auto auto;
	position: relative;	
	width: 200px;
}

#tyre-reg-search {
	width: 200px !important;
}

.s-tyre-search {
	background-color: #585858;
    color: #fff;
	padding: 6px 5px 6px 7px;
    cursor: pointer;	
	width: 200px;
	margin: 0 auto auto;
	text-align: center;
}

.dropdown-menu {
	margin: 9px 0 0 !important;	
	min-width: 150px !important;
	height: auto !important;
	max-height: 350px !important;
    overflow: auto !important;
	border-radius: 0 !important;
}

.dropdown-menu>li>a {
	padding: 3px 15px !important;
}

.dropdown-menu small {
	font-size: 75% !important;	
}

#dropdownMenu1,
#dropdownMenu2,
#dropdownMenu3 {
	text-align: left;
	padding: 6px 10px;
	border-radius: 0 !important;
	border: none !important;	
}

.t-boxes {
    box-shadow: 0 2px 2px 1px #bebebe;
    margin-bottom: 3px;
    position: relative;
}

.tyre-specs {
    font-weight: bold;
    font-size: 18px;
	position: absolute;
    z-index: 10;
    right: 10px;
}

.img-bottom-centered {
    bottom: 0;
    position: absolute;
    margin: auto auto 0;
    left: 0;
    right: 0;
	width: 100%;
}

.img-tyres-bottom-centered {
    bottom: 0;
    position: absolute;
    margin: auto auto 0;
    left: 0;
    right: 0;
}

.popup-set .modal-dialog {
    width: 90% !important;
    border: 5px solid #7F0000;
    border-radius: 20px;
    max-width: 950px;
}

.popup-set .modal-content {
    border: none !important;
    border-radius: 15px;
    padding: 15px 40px;
}

.popup-set .modal-header {
	background-color: inherit !important;	
	color: #000;
}

.popup-set .modal-header .close {
    margin-top: -7px;
    opacity: 1;
	color: #000 !important;
}

.popup-set h3 {
    font-size: 18px;
	font-weight: bold;
}

.popup-set dl {
    line-height: 25px;
    font-size: 16px;
}

.popup-set dt {
    width: 150px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
}

.popup-set .text-upper {
    text-transform: uppercase;
}

.popup-set dd {
    display: inline-block;
    font-weight: bold;
    color: #000;
}

.popup-set ul {
    list-style-type: none;
}

.popup-set h2 {
	font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
	color: #000;
}

.popup-set li {
    margin: 5px 0 15px;
    cursor: pointer;
}

.popup-set input[type=checkbox] {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    display: inline-block;
    margin: 3px 0 0;
    cursor: pointer;
}

.popup-set ul label {
    font-weight: normal;
    line-height: 1;
    display: initial;
    color: #000;
    cursor: pointer;
}

.popup-set ul strong {
    font-size: 18px;
}

.popup-set .modal-footer {
    border-top: 1px dotted #e5e5e5;
    text-align: center;
}

.popup-vehicle-image {
    position: absolute;
    right: 15px;
    top: 0;
}

.popup-vehicle-image img {
	max-height: 138px;	
}

.btn-modal-tyres,
.btn-modal-tyres:focus,
.btn-modal-tyres:hover {
    background-color: #7F0000 !important;
    font-size: 18px !important;
    padding: 6px 20px !important;
    margin-top: 15px;
}

.select_tyre_error {
    color: #CC1414 !important;
    font-size: 12px !important;
    font-weight: bold;
    padding-top: 5px;
}

.tyre-options .fa-sort-desc {
	position: absolute;
    right: 13px;
}

#tyres-disp #pc {
	margin-left: 15px;
}

.tyre-search-align .form-control {
	padding: 6px 5px;
}

.t-banner-img {
	background-image: url(/assets/img/tyres_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	height: auto;
}

.overlay-into-photo h3 {
	color: #fff;
}

#t-banner .row-header {
	margin: 0px 0px 30px 0;
}

/******************************************************   		WHEELS & TYRES				 *******************************************************/

#w_make, 
#w_model,
#w_rim {
	background-color: #317dcb !important;
    width: 150px;
	text-align: left;
	border: none !important;	
	border-radius: 0 !important;
	color: #fff;
}

#w_make option, 
#w_model option, 
#w_rim option,
#ts_width option, 
#ts_profile option, 
#ts_rim option,
.select-blue option {
	background-color: #fff;
	color: #333;
}

#w_make .active, 
#w_model .active, 
#w_rim .active,
#ts_width .active,
#ts_profile .active,
#ts_rim .active,
.select-blue .active {
	background-color: #317dcb !important;
	color: #fff !important;
}

.btn-wheel-search {
	background-color: #585858;
    color: #fff;
    padding: 7px 5px 7px 7px;
    cursor: pointer;
    width: 150px;
    margin-top: 22px;
    text-align: center;	
}

.stereo-search .col-xs-6,
.wheels-search .col-xs-6 {
	width: 175px;	
}

.wheel-reg-div {
	margin-top: 15px;		
}

#wheel-reg-search:focus {
	outline: none !important;	
}

.wheels-search .fa-sort-desc {
	position: absolute;
    right: 10px;
    top: 0px;
}

.dropdown .fa-sort-desc {
	position: absolute;
	right: 8px;
}

.s_wheels_header {
	padding-bottom: 30px !important;
}

#sreg-search {
	left: 194px;
}

.w-banner-img {
	background-image: url(/assets/img/wheels_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	height: auto;
}

.overlay-into-photo #s-parts-header {
	background-color: transparent;
}

.overlay-into-photo .tr_filters h2 span {
	background: rgba(0,0,0, 1) none repeat scroll 0 0;
	color: #fff;
}

#w-banner .row-header {
	margin: 0px 0px 30px 0;
}

.banner-img-smc {
	background-image: url(/assets/img/home/front9.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 550px;
	font-family: 'Poppins', sans-serif;
}

.btn-quote {
	width: 90%;
	color: #fff;
	background-color: #0018A8;
	border-color: #0018A8;
	padding: 10px;
	/*font-size: 1rem;*/
	border-radius: .25rem;
}

.btn-quote:hover {
	background-color: #00B588;
	border-color: #00B588;
}

#banner-smc #reg_input {
	background: url(/assets/img/home/reg-large2.png);
	background-repeat: repeat;
	background-repeat: no-repeat;
	width: 200px;
	height: 48px;
	font-size: 36px;
	line-height: 52px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 10px;
	/*padding-left: 28px;*/
	font-family: UKreg;
	text-transform: uppercase;
	border: 0px none;
	color: #000;
	padding-bottom: 14px;
	min-width: 200px;
	border-radius: 4px;
	padding-top: 12px;
}

#banner-smc #postcode_input {
	background: url(/assets/img/home/postcode.png);
	background-repeat: repeat;
	background-repeat: no-repeat;
	width: 200px;
	height: 48px;
	font-size: 30px;
	line-height: 52px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 10px;
	padding-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: 0px none;
	color: #fff;
	/*padding-bottom: 13px;*/
	min-width: 200px;
	border-radius: unset;
}

#banner-smc #reg_input {
	width: 100%;
	height: 200px;
	font-size: 160px;
	text-align: center;
	margin: 0 auto;
	background-image: url(/assets/img/home/reg-large2.png);
	background-repeat: no-repeat;
	/*padding: 0;*/
	border-radius: 8px;
	padding-top: 15px;
}

.get_btn, .get_btn:hover, .get_btn:focus {
	background-color: #0018A8 !important;
	color: white !important;
	font-size: 21px !important;
	font-weight: bold !important;
	padding: 7px 40px !important;
}

.section_title {
	margin-left: 12px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 45px;
	font-weight: 800;
	color: #000;
	margin-top: 75px;
}

@-webkit-keyframes smc_go_button {
	from { border-color: transparent; }
	to { border-color: #fff; }
}
@-moz-keyframes smc_go_button {
	from { border-color: transparent; }
	to { border-color: #fff; }
}
@-ms-keyframes smc_go_button {
	from { border-color: transparent; }
	to { border-color: #fff; }
}
@-o-keyframes smc_go_button {
	from { border-color: transparent; }
	to { border-color: #fff; }
}
@keyframes smc_go_button {
	from { border-color: transparent; }
	to { border-color: #fff; }
}

.smc_go_button_start {
	-webkit-animation: smc_go_button 1s infinite alternate;
	-moz-animation: smc_go_button 1s infinite alternate;
	-ms-animation: smc_go_button 1s infinite alternate;
	-o-animation: smc_go_button 1s infinite alternate;
	animation: smc_go_button 2s infinite alternate;
	border-width: 5px;
	background-color: #00B588;
	font-weight: 600;
	padding: 10px;
}

.text_red {
	color: #7F0000;
}

.card-body h5 {
	font-size: 20px;
	font-weight: bold;
}

.btn-red {
	background-color: #7F0000;
	/*background-image: linear-gradient(to bottom, #0088CC, #0044CC);*/
	background-repeat: repeat-x;
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	border-color: #7F0000;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: .25rem !important;
}

.btn-red:hover {
	background-color: rgba(127,0,0,0.70);
	color: #000 !important;
}


/******************************************************   		STEREO & DECODING			 *******************************************************/

.stereo-banner-img {
	background-image: url(/assets/img/stereos_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
}

.stereo-btn {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}

.stereo-btn a {
	background-color: #585858;
    padding: 8px;	
}

.stereo-search {
	width: 525px;
	margin: 0 auto auto;	
}

.btn-text {
    width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.decoding_info {
    border: 3px solid #585858;
    min-height: 0;
    padding: 10px;
    box-shadow: 4px 4px 8px #888888;
    margin-bottom: 15px;
    background: #F7F7F7;
	margin-top: 15px;
}

.form-error-main {
    text-align: left;
}

.form_errors {
    width: 100%;
    padding: 8px;
    padding-left: 50px;
    background: url(/sell-my-car/img/smc-errors.png);
    background-repeat: no-repeat;
    background-color: #FFD7D7;
    color: #000;
    margin: 0 auto auto;
    margin-top: 20px;
}

.e-fix-message {
    margin-left: 0px;
}

.form_errors_ul {
    font-size: 12px;
    list-style-type: square;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-position: inside;
    padding: 0px;
}

ul.form_errors_ul li {
    line-height: 16px;
    min-height: 20px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.search-box-title {
	font-size:16px;
	color: #555;
	font-weight: bold;	
}

.s-stereo-header .col-xs-4 {
	width: 295px;	
}

#make-input,
#type-input {
	background-color: #fff !important;	
	border: 1px solid;
}

.s-stereo-header .tr_filters h2 {
	margin-top: 20px;
	margin-bottom: 15px;
}

#make-input-btn,
#type-input-btn {
	left: 186px;
}
    
/******************************************************   		SELL MY CAR 				 *******************************************************/

#myModal .h4,
#myModal h4 {
	font-weight: bold !important;	
	margin-bottom: 0 !important;
}

#myModal .h3,
#myModal h3 {
	font-weight: bold !important;	
}

#myModal span {
	margin-bottom: 15px;	
}

#smc .main-span {
	font-size: 18px;
	font-weight: bold;	
}

#s-intro #reg_input,
#smc #reg_input {
	/*background: url(/assets/img/regbox.png);*/
	background-color: #FCDF70;
    background-repeat: no-repeat;	
	width: 200px;
    height: 54px;
    font-size: 36px;
    line-height: 52px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: UKreg;
    text-transform: uppercase;
    border: 0px none;
    color: #000;
	padding-bottom: 14px;
	min-width: 200px;
	border-radius: unset;
}

#s-intro #reg_input {
	padding-bottom: 7px;
}

#smc #postcode_input {
	background: url(/assets/img/postcode.png);
    background-repeat: no-repeat;
	width: 200px;
    height: 54px;
    font-size: 32px;
    line-height: 52px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border: 0px none;
    color: #fff;
	padding-bottom: 13px;
	min-width: 200px;
	border-radius: unset;
}

#smc #getprice {
	background: url(/assets/img/button-get-quote.png);
    background-repeat: no-repeat;
	width: 200px;
    height: 54px;
    font-size: 28px;
    line-height: 52px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border: 0px none;
    color: #000;
	border-radius: unset;
}

.separator {
	border-bottom: 1px dotted #939393;
    color: #555;
    width: 100%;	
}

.sep-q {
	border-bottom: 1px dotted #ccc;	
}

.show-reg {
	background: transparent url("/assets/img/regplate_1.png") no-repeat scroll 0 0;
    color: #000;
    font-family: "UKreg";
    font-size: 28px;
    font-weight: bold;
    height: 33px;
    line-height: 36px;
    padding: 0 0 0 22px !important;
    text-align: left;
    text-transform: uppercase;
	width:160px !important;
	margin-bottom: 10px;
	border: none !important;
}

#stage2 fieldset,
#stage3 fieldset,
#stage5 fieldset {
	padding-bottom: 10px;
    padding-top: 10px;
}

/*#banner-smc .btn {
	display:inline-block;
	font-weight:400;
	color:#212529;
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:transparent;
	border:1px solid transparent;
	padding:.375rem .75rem;
	font-size:1rem;
	line-height:1.5;
	border-radius:.25rem;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/



.back_btn,
.back_btn:hover,
.back_btn:focus {
	background-color: #E59400 !important;
	color: white !important;
	font-size: 18px !important;
	font-weight: bold !important;	
}

.next_btn,
.next_btn:hover,
.next_btn:focus {
	background-color: #009900 !important;
	color: white !important;
	font-size: 18px !important;
	font-weight: bold !important;	
}

.dec_btn,
.dec_btn:hover,
.dec_btn:focus {
	background-color: #B20000 !important;
	color: white !important;
	font-size: 18px !important;
	font-weight: bold !important;	
	margin-right: 2px;
}

.get_btn,
.get_btn:hover,
.get_btn:focus {
	background-color: #178DE5 !important;
	color: white !important;
	font-size: 21px !important;
	font-weight: bold !important;	
	padding: 7px 40px !important;
}

.upload_btn,
.upload_btn:hover,
.upload_btn:focus {
	background-color: #4C4CFF !important;
	color: white !important;
	font-size: 18px !important;
	font-weight: bold !important;	
	margin-bottom: 15px !important;
}

.glyphicon {
	font-weight: bold !important;
	top: 2px !important;	
}

#vrm_display #updating .glyphicon {
	top: 25px !important;
}

#vrm_display .cant-find-btn {
    margin: 0px;
}

#vrm_display .alert-warning {
	margin: 15px;
}

#smc_container input,
#smc_container select {
	max-width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px;
    outline: none;	
	width: 250px;
}

#collection {
	margin-left: 5px;	
}

#stage3 small {
	font-size: 82%;	
}

#stage4 .smc_quote_depot_container,
#stage5 .smc_quote_depot_container {
	width: 100%;
	border-bottom: none;	
}

#stage4 .smc_quote_depot_open,
#stage5 .smc_quote_depot_open {
	width: 150px;
	float: right;
	padding: 0;	
}

#stage4 .smc_depot_day,
#stage5 .smc_depot_day {
	width: 67px;
	padding-top: 3px;
}

#stage4 .smc_depot_times,
#stage5 .smc_depot_times {
	width: 72px;
}

.control-label {
	color: #36c;	
}

input[type=radio] {
	width: auto !important;	
	box-shadow: none !important;
    -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.pence {
	font-size: 30px !important;	
}

#remove_file {
	cursor: pointer !important;	
}

.chosen-container {
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.chosen-container-single .chosen-single, .inputstyle {
    background-clip: padding-box;
    background-color: #fff;
    background-image: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    cursor: pointer;
    display: block;
    height: 23px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none !important;
    white-space: nowrap;
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
}
.chosen-container .chosen-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #aaa #aaa;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    left: -9999px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1010;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}

.chosen-container .chosen-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}

.chosen-container .chosen-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 6px;
}

.chosen-container .chosen-results .highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.nmc,
.nmc:hover,
.nmc:focus {
	background-color: #03a !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 4px 6px !important;	
	margin-left: 15px !important;
    margin-bottom: 15px !important;
}

#collection {
	box-shadow: none !important;	
	width: auto;
}

.remove-shadow {
	box-shadow: none !important;
    -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.btn-addr-accept,
.btn-addr-accept:hover,
.btn-addr-accept:focus {
	font-size: 17px !important;
    padding: 5px 10px !important;
    margin-top: 5px;
}

.fix-message {
	margin-left: 0px;	
}

#top-navbar {
    background-color: #CC0000;
}

.nav>li {
	float: left;	
}

.nav>li>a {
	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 14px;
    font-size: 15px;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background-color: #983232;
}

.active {
    background-color: #7F0000;
}

.mast-top {
	position: absolute;
    top: 0px;
}

.navbar-toggle {
	border: 1px solid #fff !important;	
}

.navbar-toggle .icon-bar {
	background-color: #fff;	
}

#smc .container {
	padding-left: 0 !important;	
}

.exp {
	width: 100%;
	background: url(/assets/img/home-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;	
	height: 250px;
}

.tel-number {
	font-size: 24px !important;
	margin-left: 10px;	
	cursor: pointer;
	color: #fff;
}

.tel-number:hover {
	color: #CECECE;
}

.tel-number a {
	color: #000 !important;	
}

.tel-number a:focus {
	text-decoration: none !important;
}

.modal-header {
	background-color: #e59400;
	color: #fff;
}

#page-modal .modal-header {
	background-color: inherit;
	color: inherit;	
}

.close {
	color: #fff !important;
	opacity: 1 !important;
	font-size: 28px !important;
	margin-top: 0 !important;
}

#page-modal .close {
	color: inherit !important;
	opacity: 1 !important;
	font-size: 21px !important;
	margin-top: 0 !important;
}

.center_div {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.section_title {
    margin-left: 12px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #000;
	margin-top: 75px;
}

#icons p,
#h-text p {
	color: #5a5a5a;	
}

#icons h2,
#h-text h2 {
	font-weight: bold;	
}

#smc_container .img-responsive {
	cursor: default;
}

/******************************************************  	 WORDPRESS 					 *******************************************************/

.entry-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #7F0000;
	padding-top: 20px;
	margin-left: 15px;	
}

#nav .dropdown-menu {
	margin: 0 !important;	
}

#nav .dropdown-menu>li>a:focus, 
#nav .dropdown-menu>li>a:hover {
	background-color: #983232;
	color: #fff;	
}

/*** environment-policy ***/

.entry-content .row {
	margin: 0;	
}

.full_width_box {
    font-size: 16px;
    font-weight: bold;
    min-height: 87px;
    position: relative;
}

.full_width_box img {
    position: absolute;
    top: 0px;
    right: 38px;
}

.environment-box-blue {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 14px 14px 0px;
}

.environment-box-blue ul {
	padding-left: 25px;	
}

.environment-box-blue p {
	font-size: 80%;
	padding-left: 25px;	
}

.environment-box-blue h2 {
	font-size: 20px;
	font-weight: bold;	
	padding-left: 25px;	
}

.environment-policy-certificates-holder {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: top;
}

.environment-policy-certificates-holder a {
    color: #000;
    display: block;
    margin: 12px 0px;
}

.environment-policy-certificates-holder img {
    display: block;
    margin: 0 auto;
    width: 225px;
}

.pdf-link {
    background-color: transparent;
    background-image: url(/assets/img/AdobePdf-icon-transparent.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #CC0000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 55px;
}

/*** FAQ ***/

.faq_page_box_blue {
    background-color: #dae7eb;
    border-radius: 8px;
    padding: 14px 14px 14px 14px;
}

.faq_page_box_blue a {
	color: #000;
	font-weight: bold;	
}

.faq_page_box_blue h2 {
	margin-top: 10px;	
}

.c1 {
    border-radius: 12px;
    float: left;
    margin-top: 20px;
    min-height: 105px;
    padding: 14px 14px 14px 0px;
    width: 100%;
} 

.c1 ul {
	padding-left: 17px;	
}

.c1 li {
    margin-bottom: 6px;
}

.c1 li a,
.c1 p a {
    color: #CC0000;
	font-weight: bold;
}

/*** About us ***/

.c1a {
    border-radius: 12px;
    float: left;
    margin-top: 20px;
    min-height: 105px;
    padding: 0px 14px 14px 0px;	
}

.c2a {
	margin-top: 64px;
	text-align: center;	
}

.c1a h3 {
	margin-top: 10px;	
}

/*** Terms and Conditions ***/
.terms-n-conditions {
	margin-bottom: 15px;
}

.terms-n-conditions .cp {
	margin-top: 15px;
    padding: 14px 14px 14px 0px;
}

.terms-n-conditions a {
    color: #CC0000;
	font-size: 20px;
	font-weight: bold;
}

.terms-n-conditions ul {
	padding-left: 30px;	
}

.terms-n-conditions h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;	
}

/*** News ***/

#primary article {
	margin: 30px 0px;
    padding: 0;
	border-bottom: 3px solid #7F0000;
    padding-bottom: 30px;
	line-height: 1.7;
}

#primary .entry-title {
    color: #014E67;
	margin: 0;
    padding: 0;
}

#primary a {
    color: #014E67;
}

#primary header h1 {
	font-size: 26px;
	margin-left: 0;	
	font-weight: bold;
}

#primary header .entry-meta {
	font-size: 12px;
	margin-left: 0;	
	margin-bottom: 15px;
}

#primary .entry-content h1 {
	font-size: 22px;
	font-weight: bold;	
}

#primary .entry-content h2 {
	font-size: 20px;	
}

#primary .entry-content h3 {
	font-size: 16px;
	margin-top: 10px;	
}

#secondary #primary-sidebar {
    margin: 20px 0;
    padding: 15px;	
}

.search-field {
    border-radius: 4px;
    height: 27px;
    padding: 3px;
    border: 1px solid #dae7eb;
    vertical-align: middle;
	font-weight: normal;
}

.search-form {
	margin-bottom: 15px;	
}

#secondary h1 {
    font-size: 14px;
    margin: 4px 0px;
	color: #014E67;
	font-weight: bold;
}

#secondary ul {
    list-style: disc;
    padding: 0px 0px 0px 30px;
}

#secondary a {
    color: #000;
}

.assistive-text {
	font-size: 20px;	
}

.nav-single .alignleft {
	width: 50%;
	float: left;	
}

.nav-single .alignright {
	text-align: right;
}

#primary .archive-header h1 {
	font-size: 36px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #7F0000;
    padding-top: 20px;
}

#main-content #primary p {
	margin: 0 0 20px;
}

/******************************************************  	 CONTACT US PAGE  	 		 *******************************************************/

.map-size {
    height: 290px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.s-contact {
	padding-bottom: 20px;	
}

.s-contact i {
	font-size: 30px;
	color: #983232;	
}

.s-contact h3 {
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;	
}

.s-contact .sep {
	margin-top: 10px;	
}

.s-contact .main-time {
	width: auto;
	float: left;
}

.s-contact .days {
	font-weight: bold;	
	width: 90px;
	float: left;
}

.s-contact .main-time.c-open {
	background-color: green;
	font-weight: bold;
	color: #fff;
}

.s-contact .main-time.c-close {
	background-color: red;
	font-weight: bold;
	color: #fff;
}

.s-contact .sep-line {
	border-top: 1px dotted #000;
	margin-top: 20px;	
}

.alt-bg {
	background: #f2f4f7;	
}

/******************************************************  	 METADATA 		  	 		 *******************************************************/

.metadata {
	position:absolute;
	top:5px;
	right:5px;
	width: 60px;
	min-height: 100px;
	background-color:#fff;
	font-size: 12px;
	color: #000;
	border-radius: 5px;
	padding: 6px 3px 6px 3px;
}

.metafield {
	width: 80%;
	height: 24px;
	border: 1px solid #3CC;
	margin: 5px;
	margin-left: 0px;
	padding: 0 5px;
}

.metafieldr {
	width: 80%;
	height: 24px;
	border: 1px solid #930;
	background-color: #eee;
	margin: 5px;
	margin-left: 0px;
	padding: 0 5px;
}

.metatext {
	width: 80%;
	height: 160px;
	padding: 5px;
	border: 1px solid #3CC;
	margin: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#metadata {
	margin: 0 30px;
}

#metadata div, 
#metadata a {
	font-size: 12px;
}

table.md {
	width: 100%;
}

table.md tr.grey {
	background-color: #eee;	
}

table.md tr {
	border-bottom: 1px solid #bbb;
}

table.md td {
	border: 1px solid #ccc;
}

table.md td, 
table.md th {
	font-size: 12px;
	padding: 3px 5px;
}

.admin_h1 {
	font-size: 10px;
	padding: 3px;
	background-color: #FF6;
	border: 1px solid #C60;
	color: #000;
}

.admin_para {
	font-size: 10px;
	padding: 3px;
	background-color: #FF6;
	border: 1px solid #C60;
	color: #000;
}

.fa-arrow-circle-o-up {
	cursor: pointer;	
}

#result_search .tt-hint {
	display: none !important;	
}

#s-intro .intro-box {
	position: relative;	
}

.example-obtuse::before {
    border-color: transparent #03a;
    border-style: solid;
    border-width: 0 0 30px 24px;
    bottom: -29px;
    content: "";
    display: block;
    position: absolute;
    right: 65px;
    width: 0;
}

.example-obtuse {
    background: rgba(0, 0, 0, 0) linear-gradient(#03a, #03a) repeat scroll 0 0;
    border-radius: 15px / 9px;
    color: #fff;
    padding: 15px 65px;
	width: 260px;
    position: absolute;
	margin: 0 auto;
	padding-left:0;
	padding-right:0;
	font-size: 18px;
	left:0;
	right:0;
	bottom: 74px;
	-webkit-transition: height 1s;
    transition: height 1s;	
	-webkit-transition: width 1s;
    transition: width 1s;	
}

.example-obtuse-blinking {	
	font-weight: bold;
}

/******************************************************   	 ENGINES 		    	   	 *******************************************************/

.row-header {
	margin: 0px 0px 30px -15px;
    padding-bottom: 10px;
}

.row-header h1 {
    font-size: 36px;
    font-weight: 700;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
	color: #7F0000;
}

#s-engines .row-header {
	padding-top: 20px;
	margin: 0;
}

#s-engines #updating {
	top: 12px;
	left: 65px;
	width: auto;
}

.find-parts-div {
    line-height: 1 !important;
}

.find-parts-div .reg-search {
    width: 200px !important;
}

.main-btn-reg {
    background-color: #515151;
    color: #fff;
    position: absolute;
    height: 33px;
    padding: 9px 5px 6px 7px;
    cursor: pointer;
    left: 197px;
    top: 2px;
}

#engine-input {
	background: transparent url(/assets/img/enginecode.jpg) no-repeat scroll 0 0;
    position: relative;
    vertical-align: top;
    border: 1px solid;
    outline: none;
    padding-left: 35px;
    background-color: #f2f2f2 !important;
    width: 200px;
	color: #333;
}

.search-btn-engine {
    background-color: #515151;
    color: #fff;
    position: absolute !important;
    height: 33px;
    padding: 9px 5px 6px 7px;
    cursor: pointer;
    top: 0;
	right: auto !important;
}

#s-latest-parts .search-btn-engine {
	padding: 6px 5px 6px 7px;
}

#desc_input {
    background: transparent url(/assets/img/searchall.jpg) no-repeat scroll 0 0;
    position: relative;
    vertical-align: top;
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    outline: none;
    padding-left: 35px;
    width: 200px;
	color: #333;
}

#result-search .search-btn {
    background-color: #515151;
    color: #fff;
    position: absolute;
    height: 33px;
    padding: 9px 5px 6px 7px;
    cursor: pointer;
    top: 0;
    right: auto !important;
}

.m-menu-p {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.098);
    height: auto;
    clear: both;
    min-height: 30px;
    margin-bottom: 10px;
}

.m-menu-p ul {
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	margin: 0 !important;
    padding: 0;
    list-style-type: none;
}

.m-menu-p i {
    float: right;
    margin-right: 5px;
    margin-top: 2px;
}

.m-menu-options li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.098);
}

.m-menu-p ul li:hover {
    background: #CB9999 !important;
}

.m-menu-options {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: #f7f7f7 none repeat scroll 0 0;
    border-image: none !important;
    border-style: none solid solid !important;
    border-width: 0 !important;
    margin-top: -1px;
    border-color: inherit;
    width: 100%;
}

.m-menu-options li {
    padding: 0 7px;
}

.m-menu-options a {
    border-bottom: 1px dotted rgba(81, 81, 81, 0.1);
    display: block;
    outline: medium none;
    padding: 7px 0 7px 3px;
}

.m-menu-p a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.match-div {
    padding-left: 0 !important;
}

.table-div {
    padding-right: 0 !important;
}

.salvage_t {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #AAA;
    text-decoration: none;
    margin-bottom: 5px;
    width: 100% !important;
}

.salvage_t a {
    height: 82px;
    border-top: 1px solid #CCC;
    cursor: pointer;
    text-decoration: none !important;
}

.salvage_t a.back1 {
    background: #f7f7f7;
}

.salvage_t a.back2 {
    background: #fff;
}

#vpt .image {
    width: 113px;
}

.salvage_t span {
    padding: 2px;
    font-size: 15px;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.salvage_t .description {
    font-weight: bold;
    color: #333;
}

.table-row {
    display: table-row;
}

.salvage_t .current_price_list {
    font-size: 25px;
    font-weight: bold;
    color: #7F0000;
}

.details_line {
    border: medium none;
    float: left;
    height: 5px;
    list-style: outside none none;
    width: 100%;
    background-color: #dedede;
    margin-top: 5px;
}

.part-price {
    background: #F7F7F7;
    margin-bottom: 15px;
    padding: 20px 5px;
}

#s-pdetails .det-price {
    font-weight: bold;
    padding: 0;
    color: #ce2127;
    font-size: 35px;
}

.part-info-title {
    box-shadow: -4px 0 0 0 #999;
    font-weight: bold;
    margin-left: 4px;
    padding: 9px 9px 9px 13px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}

.part-info-right {
    margin-left: 30px;
}

.part-info-right dt {
    display: block;
    margin-left: 2px;
    text-transform: uppercase;
    color: #777;
    font-weight: normal;
}

.part-info-right dd {
    font-weight: bold;
    display: block;
    line-height: 1.7;
    margin-bottom: 17px;
    margin-left: 17px;
    margin-top: 3px;
}

.details_enquire {
    padding: 40px;
    background-color: #F7F7F7;
    margin-top: 20px;
}

#mainimg {
    width: 100%;
    max-width: 100%;
}

#s-pdetails .ps_gallery figure {
	max-width: 100px;
    max-height: 75px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
}

.part-info {
    background-color: #F7F7F7;
    position: relative;
    overflow: hidden;
    padding-left: 0 !important;
}

.comments-details {
    background-color: #F7F7F7;
    margin-top: 15px;
    padding-left: 0 !important;
}

.zoom-in {
    cursor: pointer;
}

.p-all {
    padding: 0 !important;
}

.p-left {
    padding-left: 0 !important;
}

.p-right {
    padding-right: 0 !important;
}

#s-vrm #vpt {
	padding: 0;
}

#s-vrm #vrm-header {
	background: none;	
}

#s-vrm .row-header {
	margin: 0px 0px 30px 0;
}

img.thumb {
    width: 100px;
    height: 75px;
    display: inline-block;
    background-image: url(/assets/img/no-image.jpg);
    background-repeat: no-repeat;
}

.main-table #updating {
	top: 0;		
}

.salvage_t span small {
	position: absolute;
    top: 30px;
    right: 5px;
	font-size: 75%;
	color: #333;
}

.box-title { 
	font-size:16px;
	font-weight: bold;
}

#engine-search,
#result-search {
	line-height: 1.13;
}

#vpt abbr {
	text-decoration: none;	
}

.btn-engine-look,
.btn-engine-look:hobver {
	padding: 3px 6px;
	background-color: #7F0000 !important;
}

#engine-search-btn {
	left: 197px;
}

.e-banner-img {
	background-image: url(/assets/img/engines_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	height: auto;
}

.overlay-into-photo h1,
.overlay-into-photo span {
	color: #fff;
}

#s-engines .overlay-into-photo {
	background: rgba(0,0,0, 0.7);
}

#s-engines .tt-suggestion a:hover, 
#s-engines .tt-suggestion a:focus {
	color: #333 !important;
}

#mh-parts-cart #tr-ship-status {
	background-color: #ffffd7;
	box-shadow: unset !important;
}

#s-pdetails .pp-div {
	text-align: center;
}

/******************************************************  	 BUY IT NOW 				 *******************************************************/

#shopping-basket-counter {
	font-weight: bold;
}

#s-buynow #right-info {
	margin-top: 0;	
}

#s-buynow table {
	position: relative;
}

#s-buynow table tr {
	height: 40px;
}

#s-buynow table td {
	vertical-align: inherit;
}

#s-buynow label {
	color: inherit;
}

#s-buynow table td.collect-div {
	font-weight: bold;
	font-size: 14px;
	position: relative;
	right: 14px;
	cursor: pointer;
}

#s-buynow table td.collect-div div:first-child {
	position: absolute;
	top: 8px;
	right: 12px;
}

#s-buynow table td.collect-div i {
	font-size: 16px;
	position: absolute;
	top: 10px;
	right: -7px;
}

#s-buynow #warning-text,
#s-buynow .alert-warning {
	color: #333;
	font-size: 20px;
}

.pp-color {
    background-color: #f0f0f0;
    height: 120px;
}

.item-delete-cart {
	color: #CC0000;
	border: none;
	background: none;
}

.buynow-arrow {
    position: absolute;
    right: 2%;
    font-size: 40px;
    top: 18px !important;
}

.pp-flags {
    width: 100px;
    position: absolute;
    left: 5px;
    top: 0;
}

.ship-message {
    float: left;
    font-size: 20px;
    width: 100%;
}

#no-ship h3 {
	font-weight: bold;	
}

#s-buynow .form-control {
	padding: 6px 12px !important;
	border: 1px solid #ccc !important;	
}

#s-buynow i.fa-chevron-circle-right {
    color: #7F0000;
    margin-right: 10px;
}

#s-buynow .col-sm-3 p:hover {
	cursor: pointer;
}

#s-buynow .col-sm-3 p:hover {
    color: #CC0000;
}

#s-buynow #details-postcode,
#s-buynow #pp-checkout-postcode {
	text-transform: uppercase;
}

#s-buynow #btn-create-invoice {
	width: 100%;
	padding: 20px !important;
	font-size: 24px !important;	
	background-color: #00B700 !important;
	font-weight: bold;
	margin-bottom: 50px;
}

#s-buynow #btn-create-invoice:disabled,
#s-buynow #btn-create-invoice[disabled]{
	opacity: 0.4 !important;
}

#s-buynow table #mh-cart-delivery .red {
	font-weight: bold;
	color: #7F0000;
	font-size: 16px;
}



/******************************************************  	 MAKE A PAYMENT 		 *******************************************************/

.table tbody th {
	vertical-align: middle !important;
	font-weight: normal;
}

#invoice_results_addresses h2,
#invoice_results_items h2,
#invoice_payment h2,
#invoice-details h2,
#payment-details h2,
#invoice_payment_card h2 {
	font-weight: bold;
	margin-bottom: 30px;
}

.main {
    position: relative;
}

.login-form {
    background: #eee;
    width: 300px;
    margin: 5% auto 4% auto;
    position: relative;
    -webkit-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
	box-shadow: 0px 0px 10px #888888;
}

.main h1 {
    font-size: 25px;
    color: #676767;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 19%;
    text-align: center;
}

.head {
    position: absolute;
    top: -16%;
    left: 0;
    right: 0;
    border: 1px solid #7F0000;
    border-radius: 50%;
    width: 30%;
    height: 30%;
    margin: 0 auto;
    background: #7F0000;
    color: #fff;
}

.head i {
	position: absolute;
	left: 30%;
    top: 26%;
    color: #fff;
}

.head img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
	max-width: 100%;
}

.main form {
    width: 80%;
    margin: 0 auto;
    padding: 6% 0 9% 0;
}

#payment-values input[type="text"] {
    text-align: left;
    position: relative;
    width: 100%;
    padding: 3%;
    background: #D3D3D3;
    margin-bottom: 6%;
    font-family: 'Open Sans', sans-serif;
    color: #525252;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #DED6D6;
    -webkit-appearance: none;
}

#payment-values input[type="submit"] {
    width: 100%;
    padding: 3%;
    margin-bottom: 8%;
    background: #7F0000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    box-shadow: inset 0px 0px 10px #666464;
    -webkit-text-shadow: 0px 0px 3px #000;
    -moz-text-shadow: 0px 0px 3px #000;
    -o-text-shadow: 0px 0px 3px #000;
    -ms-text-shadow: 0px 0px 3px #000;
    font-size: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s;
    -webkit-appearance: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#payment-values .panel-danger {
	/*width: 60%;*/
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.layout_divider {
    width: 100%;
    padding-bottom: 16px;
    border-top: 8px solid #d6e8fa;
    margin-top: 2px;
}

.payment-bg2 {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 30px;
}

.payment-bg1 {
	background-color: #f2f4f7;
	padding-top: 15px;
	padding-bottom: 30px;
}

#invoice_results_addresses h3 {
	margin-top: 0;
}

#invoice_results_addresses .box {
	box-shadow: 0 2px 2px 1px #bebebe;
    background-color: #fffffa !important;
    height: 270px;
	padding: 15px;
}

#invoice_results_addresses .col-sm-6:first-child .box {
	border-top: 5px solid #488dd8;
}

#invoice_results_addresses .col-sm-6:first-child .box:hover {
	box-shadow: 0 2px 16px 3px #488dd8;
}

#invoice_results_addresses .col-sm-6:last-child .box {
	border-top: 5px solid #1fa67a;
}

#invoice_results_addresses .col-sm-6:last-child .box:hover {
	box-shadow: 0 2px 16px 3px #1fa67a;
}

#invoice_results_addresses .box div {
	float: left;
}

#invoice_results_addresses .box .addr_i {
	margin-left: 30px;
}

#invoice_results_addresses .box .addr {
	margin-left: 50px;
}

#invoice_results_items .table tbody tr,
#invoice_payment .table tbody tr {
	height: 60px;
}

#invoice_payment_card .table {
	    margin-top: 22px;
}

#invoice_payment_card .table tbody tr {
	height: 49px;
}

#invoice_payment_card .table tr:last-child {
	border-bottom: 1px solid #ddd;
}

#pay-card-details tbody tr th:first-child {
	font-weight: bold !important;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon, 
.iconr {
    background-image: url(/assets/img/set1.png);
	background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
	margin-left: 5px;
}

.alt0 {
    background-color: #eee;
}

.alt1 {
	background-color: #fff;
}

.lightgrey {
	background-color: #fbfbfb;
}

.table tr.divider {
    height: 3px !important;
    background-color: #999;
    border-bottom: none;
}

.table th.amounts {
    text-align: right;
}

.table .totals {
	font-size: 16px;
}

.table .totals.bold {
	font-weight: bold;
}

.total_to_pay_highlight {
    font-size: 20px;
    background-color: #FBF99F;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold !important;
}

.red-box {
	border: 4px solid #7F0000 !important;
}

#invoice-details-table thead {
	height: 50px;
	border-top: 1px solid #ddd;
}

#invoice-details-table thead th {
	vertical-align: middle;
}


#invoice-details-table .noborder {
	height: 30px !important;
}

#invoice-details-table .noborder th {
	border: none;
}

#invoice-details-table .noborder th.amounts:not(:last-child)  {
	font-size: 14px;
} 

#payment-type-table thead {
    height: 50px;
    border-top: 1px solid #ddd;
	font-size: 16px;
}

#payment-type-table tbody th,
#payment-type-table tbody button,
#payment-type-table tbody th a {
	font-size: 24px !important;
}

#sagepay-payment-box {
	max-height: 600px;
}

.box-iaddress .btitle {
	font-weight: bold;
	width: 170px;
}

.box-oaddress .btitle {
	font-weight: bold;
	width: 120px;
}

#invoice_results_addresses .box-iaddress,
#invoice_results_addresses .box-oaddress {
	height: 315px;
}

/******************************************************  	 CHANGE ADDRESS 		 *******************************************************/

.address-form {
	margin: 2em auto;
    overflow: hidden;
    background: white;
    border-radius: 5px;
	width: 90%;
}

.address-form .header {
	min-height: 75px;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
}

.address-form .header h2 {
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	font-size: 1.8em;
    text-transform: uppercase;
	color: black;
    font-weight: bold;
	padding-top: 22px;
}

.address-form .first, 
.address-form .last {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
}

.address-form .first:focus, 
.address-form .last:focus {
    outline: none;
    background: rgba(52, 152, 219, 0.1);
    color: #000;
}

.address-form [class^='col-xs'],
.address-form [class^='col-sm']{
	padding: 0;
}

.address-form .name,
.address-form .address,
.address-form .telephone,
.address-form .footer {
	display: block;
    padding: 0;
    margin: 0;
    border: 0;
    clear: both;
    overflow: hidden;
}

.address-form .name,
.address-form .address {
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.address-form .footer {
	height: 49px;
    border-top: 1px dashed rgba(0, 0, 0, 0.3);
    border-radius: 0 0 5px 5px;
    padding-right: 20px;
	padding-left: 20px;
    background: rgba(0, 0, 0, 0.05);
}

.payment-green-btn {
	height: 32px;
    background: #5BB75B;
    border-radius: 5px;
    border: 0;
    margin: 7px 0;
    color: white;
    padding: 5px 15px 5px 15px;
    border-bottom: 3px solid #51A351;
	outline: none;
	cursor: pointer;
}

.payment-green-btn:hover {
	background: #51A351;
}

.payment-red-btn {
	height: 32px;
    background: #983232;
    border-radius: 5px;
    border: 0;
    margin: 7px 0;
    color: white;
    padding: 5px 15px 5px 15px;
    border-bottom: 3px solid #7f0000;
	outline: none;
	cursor: pointer;
}

.payment-red-btn:hover {
	background: #7f0000;
}

.payment-blue-btn {
    background: #49AFCD;
    border: 0;
    margin: 7px 0;
    color: white;
	padding: 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
}

.payment-blue-btn:hover {
	background: #2F96B4;
}

.payment-orange-btn {
	height: 32px;
    background: #E59400;
    border-radius: 5px;
    border: 0;
    margin: 7px 0;
    color: white;
    padding: 5px 15px 5px 15px;
    border-bottom: 3px solid #CE8500;
	outline: none;
	cursor: pointer;
}

.payment-orange-btn:hover {
	background: #CE8500;
}

#paypal-payment-success .panel-heading p,
#payment-details .panel-heading p,
#invoice-details .panel-heading p {
	margin: 10px;
	font-size: 27px;
}

#pp-results table tr {
	cursor: pointer;
	position: relative;
}

#pp-results .collapse-row.collapsed + tr {
	display: none;
}

#pp-results table tr.strikeout {
	opacity: 0.3;
}

#pp-results table tr.clickable.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px solid #e72727;
  width: 100%;
}

#pp-results table tr.clickable.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}

#pp-results table > tbody > tr > td, 
#pp-results table > tbody > tr > th, 
#pp-results table > tfoot > tr > td, 
#pp-results table > tfoot > tr > th, 
#pp-results table > thead > tr > td, 
#pp-results table > thead > tr > th {
	vertical-align: middle;
}

#paypal-payment-success {
	padding-top: 50px;
}

#payment-details .panel-heading p
#paypal-payment-success .panel-heading p {
	margin: 10px;
	font-size: 27px;
}

#payment-details #order-details,
#paypal-payment-success #order-details {
	font-size: 15px;
}

#payment-details .invoice-details,
#paypal-payment-success .invoice-details {
	margin-top: 30px;
}

#payment-details legend,
#paypal-payment-success legend {
	margin-bottom: 10px;
	font-weight: bold;
}

/******************************************************  	 ODOMETER 		 *******************************************************/

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/******************************************************  	 SCREEN ADJUSTMENTS 		 *******************************************************/

@media (max-width: 1500px) {
	.banner-img {
			background-position-y: 0; 
		}
		
	.banner-img p {
		font-size: 14px;
	}
}

@media (max-width: 1235px) {
	.hc_outer {
		padding-top: 15px;
	}

	.hc_inner {
		width: 160px;
		float: right;
	}
}

@media (max-width: 1199px) {
	.qbreakers {
		margin-top: 20px;
	}
	
	.p-header .sep-div {
		margin-top: 38px;
	}
	
	.s-parts-search {
		margin-top: 10px;
	}
	
	#t_width {
		margin-left: 82px;	 
	}
	
	.carousel-inner {
		min-height: 356px;	
	}
	
	#payment-values .panel-danger {
		margin-bottom: 10px;
	}
	
	#feature-vehicles .home_tile {
		font-size: 14px;
		height: 31px;
		overflow: hidden;
		line-height: 21px;
	}
	
	#feature-vehicles .home_tile_title {
		font-size: 38px;
		line-height: 40px;
		height: 100%;
	}
	
	.banner-img {
		height: 477px;
	}
	
	.banner-img h1 {
		margin-bottom: 15px;
		margin-top: 0px;
	}
	
	.banner-img p {
		margin: 0;
	}
	
	.banner-img p:last-child {
		margin-bottom: 0 !important;
	}
	
	.top-header-fixed .dropdown-toggle {
		width: 60px !important;
	}
	
	#s-others .col-xs-12 .alt2 p:last-child {
		font-size: 18px;
	}
	
	#s-intro-new h1 {
		font-size: 18px;
	}
	
	.read-more-btn {
		margin-top: 5px;
		font-size: 18px;
	}
	
	#s-intro-new .glyphicon {
		font-size: 16px;
	}
	
	#banner-smc #reg_input {
		font-size: 120px;
	}
}

@media (max-width: 1199px) and (min-width: 991px) {	
	.det-btn {
		width: 100%;
		text-align: center;	
		margin-bottom: 15px;
	}
	
	.det-price,
	.det-tag {
		width: 50%;
		text-align: center !important;
	}
	
	#s-pdetails .det-price,
	#s-pdetails .det-tag {
		width: 100%;
	}
	
	#s-intro .box-text p {
		height: 110px;
	}
	
	#s-others .col-xs-12 .alt2 div:first-child {
		padding: 30px;
	}
	
	#s-others .col-xs-12 .alt2 div:last-child {
		padding-left: 30px;
	}
	
	.nav>li>a {
		padding: 10px 15px;
	}
	
	#top-navbar .dropdown-toggle {
		width: 85px;
	}
	
	#nav .nav-fixed {
		padding: 15px 7px;
   	 	font-size: 13px;
	}
	
	#top-navbar .fa-sort-desc {
		right: 4px;
		top: 10px;
	}
	
	.auction-type .intro {
		height: 60px;
	}
	
	.top-header .align-right {
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	
	.top-header .col-md-3:last-child {
		padding: 0;
	}
	
	.top-header .align-right .auction-time-box {
		padding: 2px 0px 0px 0px;
	}
	
	#s-pb button.item-add-cart {
		float: left;
		width: 49% !important;
	}
	
	#s-pb button#item-add-cart {
		float: initial;
		width: auto !important;
		text-align: center;
		top: -10px;
	}
	
	#s-pb a.item-add-cart {
		float: right !important;
		width: 49% !important;
		margin-top: 0px !important;
	}
	
	#invoice_results_addresses .box h3 {
		margin-left: 50px !important;
	}
}

@media (max-width: 991px) {
	.nav>li>a {
		padding: 10px 10px !important;
		font-size: 12px !important;
	}
	
	.back,
	.upload,
	#stage3 p,
	#stage5 p {
		margin-left: 15px !important;
	} 
	
	#stage5 .btn-addr-accept {
		margin-left: 0px !important;	
	}
	
	#adicional-opt {
		padding-left: 15px !important;
	} 
	
	.qpnumber, 
	.qbreakers {
		margin-top: 10px;
	}
	
	#t_width {
		margin-left: 10px;	 
	}
	
	.auction-price {
		font-size: 20px;	
	}
	
	.auction-buttons .btn-sm,
	.auction-buttons .btn-sm:hover {
		font-size: 14px !important;	
	}
	
	.auction-type h3 {
		font-size: 20px;	
	}
	
	.auction-type .tile {
		height: 310px;	
	}
	
	#match-search, 
	#engine-search {
		width: 50%;	
		padding: 0;
	}
	
	#result-search {
		margin-top: 10px !important;	
		padding: 0;
		width: 50%;
	}
	
	#mh-main-content #result-search {
		width: 100%;
	}
	
	#s-pdetails .details_enquire {
		padding: 20px;	
	}
	
	#s-pdetails .vehicle_enquiry_form h3 {
		margin-left: 0px !important;	
	}
	
	#s-pdetails .vehicle_enquiry_form .p-right,
	#s-pdetails .vehicle_enquiry_form .p-left {
		padding: 0;
	}
	
	#payment-values .panel-danger {
		margin-bottom: 20px;
	}
	
	#s-engines #vpt {
		padding: 0;
		margin-top: 30px;
	}
	
	#s-footer .col-xs-push-7 {
		margin-top: 16px;
	}
	
	.select-target {
		width: 87%;
	}
	
	.breadcrumb-item {
		font-size: 14px;
	}
	
	.s-contact .sep {
		padding-left: 10px;
	}
	
	#s-intro-new h1 {
		font-size: 14px;
	}
	
	.read-more-btn {
		margin-top: 7px;
		font-size: 14px;
	}
	
	#s-intro-new .glyphicon {
		font-size: 12px;
	}
	
	.det-btn {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	
	.det-price, 
	.det-tag {
		width: 50%;
		float: left;
		text-align: center !important;
	}
	
	#s-pb button.item-add-cart {
		float: left;
		width: 49% !important;
	}
	
	#s-pb button#item-add-cart {
		float: initial;
		width: auto !important;
		text-align: center;
		top: -10px;
	}
	
	#s-pb a.item-add-cart {
		float: right !important;
		width: 49% !important;
		margin-top: 0px !important;
		text-align: center !important;
	}
	
	#banner-smc #reg_input {
		font-size: 85px;
		line-height: 85;
	}
	
	.news_left {
		width: 75%;
	}
	.news_right {
		width: 25%;
	}
}

@media (max-width: 991px) and (min-width: 767px) {	
	#s-pdetails .pp-div,
	#s-pdetails .price-div {
		width: 100%;
		text-align: center;
	}
	
	#s-pdetails .pp-div {
		margin-top: 0px !important;
		margin-bottom: 10px;	
	}
	
	#s-others .col-xs-12 .alt2 div:first-child,
	#s-others .col-xs-12 .alt2 div:last-child {
		padding: 15px;
	}
	
	#s-intro .box-text h3 {
		height: 66px;
	}
	 
	#s-intro .box-text p {
		height: 132px;
	}
	
	#feature-vehicles .home_tile_title {
		font-size: 25px;
	}
	
	#top-navbar .dropdown-toggle {
		width: 65px;
	}
	
	#top-navbar .fa-sort-desc {
		top: 10px !important;
   		right: 10px;
	}
	
	#s-others .col-xs-12 .alt2 p:first-child {
		font-size: 32px;
	}
	
	.banner-img {
		height: 580px;
	}
	
	.auction-type .intro {
		height: 80px;
	}
	
	.auction-type .reasons {
		height: 143px;
	}
	
	.auction-type img {
		width: 275px;
	}
	
	.top-header .align-right {
		text-align: center;
	}
	
	.top-header .col-md-3:last-child {
		padding-left: 0;
	}
	
	.top-header .align-right {
		font-size: 15px;
	}
	
	#s-breaking #display-panels a .panel-footer {
		padding: 10px 3px;	
	}
	
	#s-breaking #display-panels a small {
		font-size: 70%;
	}
	
	#invoice_results_addresses .box h3 {
		margin-left: 50px !important;
	}
	
	#invoice_results_addresses .box-iaddress h3,
	#invoice_results_addresses .box-iaddress .addr,
	#invoice_results_addresses .box-oaddress h3,
	#invoice_results_addresses .box-oaddress .addr {
		margin-left: 0px !important;
	}
}

@media (max-width: 767px) {
	.row-header {
		margin: 0px 0px 0px -15px;
	}
	
	.nav > li {
		float: none !important;	
	}
	
	.nav > li > a {
		padding: 15px 10px !important;
	}
	
	h3 {
		margin-left: 15px;	
	}
	
	#s-pb #exact-parts {
		padding: 0px 15px !important;
	}
	
	#s-pb #right-images,
	#s-pb #right-info {
		padding: 0px 30px !important;
	}
	
	#s-pb h3,
	#s-breaking-details h3 {
		margin-left: 0px;	
		margin-top: 15px;
	}
	
	#h-text .row {
		margin-left: 0px !important;
		margin-right: 0px !important;	
	}
	
	#adicional-opt2 {
		padding-left: 30px !important;
	} 
	
	.main-errors {
		padding-left: 15px;	
	}
	
	#myDropzone {
		min-height: 0 !important;
		border: none !important;	
	}
	
	.dropzone .dz-default.dz-message {
		background-image: none !important;
	}
	
	.s-parts-search {
		width: 100%;
	}
	
	.popup-set .modal-dialog {
		width: 100% !important;	
		margin: 0 auto auto;
		border: none;
		border-radius: 0;
	}
	
	.popup-set .modal-content {
		padding: 0;	
		border-radius: 0;
	}
	
	.popup-set {
		padding-right: 0 !important;
		padding-top: 0;	
	}
	
	.carousel-inner .active.left,
	.carousel-inner .prev  { 
		left: -100%;              
	}
	
	.carousel-inner .active.right,
	.carousel-inner .next { 
		left: 100%;               
	}
	
	#salvage-auction,
	#police-auction {
		padding: 0;	
	}
	
	#police-auction {
		margin-top: 30px;
	}
	
	#s-intro {
		padding-top: 20px;	
	}
	
	.auction-type h3 {
		margin-left: 0;
	}
	
	.auction-buttons .btn-sm,
	.auction-buttons .btn-sm:hover {
		font-size: 18px !important;	
	}
	
	.auction-type h3 {
		font-size: 24px;	
	}
	
	.auction-type .tile {
		height: 300px;	
	}
	
	.navbar-nav-menu {
		margin-left: 0px !important;	
		margin-bottom: 15px;
	}
	
	.navbar-nav-menu a {
		border: none;	
	}
	
	#nav .dropdown-menu {
		position: inherit;	
		width: 100%;
		background-color: #983232;
	}
	
	#top-navbar .dropdown-menu>li>a {
		color: #fff;	
		padding: 8px 15px !important;
	}
	
	#nav .dropdown-menu>li>a:focus, 
	#nav .dropdown-menu>li>a:hover {
		background-color: #7F0000;
	}
	
	.s-contact h3 {
		margin-left: 0px;	
	}
	
	.col-xs-push-7,
	.col-xs-pull-5 {
		width: 100%;	
	}
	
	#s-footer .col-xs-push-7 {
		width: 41.66666667%;
	}
	#s-footer .col-xs-pull-5 {
		width: 58.33333333%;
	}
	
	.s-contact .sep:last-child {
		margin-bottom: 15px;
	}
	
	#s-parts-header .qparts {
		margin-bottom: 10px;	
		margin-top: 30px;
	}
	
	.box-tyre-reg {
		border-left: none;
		border-top: 1px dotted #bbc5d6; 
	}
	
	.wheels-search {
		width: 345px;	
	}
	
	.wheels-search .col-xs-6 {
		width: 50%;
	}
	
	.wheels-search .col-xs-6:first-child,
	.wheels-search .col-xs-6:nth-child(2) {
		margin-bottom: 10px;
	}
	
	.s-stereo-header .search-div{
		width: 100%;	
	}
	
	.s-stereo-header .col-xs-4 {
		width: 100%;
	}
	
	.s-stereo-header .col-xs-4:last-child {
		margin-top: 10px !important;
	}
	
	#vpt {
		padding: 0;	
	}
	
	.visible-xs small {
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
		margin-left: 4px !important;
	}
	
	#s-pdetails .details-right {
		margin-top: 20px;
	}
	
	#s-pdetails .pp-div {
		text-align: center;	
	}
	
	.table-responsive {
		border: none;
	}
	
	table th {
		white-space: unset !important;
	}
	
	#payment-values .panel-danger {
		margin-bottom: 40px;
		width: 100%;
	}
	
	#invoice_payment_card h3 {
		margin-left: 0;
	}
	
	#s-intro .box-text h3 {
		margin-left: 0;
	}
	
	#s-intro .col-sm-3 {
		padding-left: 15px;
	}
	
	#s-intro .box-text {
		margin-top: 15px;
	}
	
	#s-intro .col-sm-3:not(:first-child) {
		margin-bottom: 90px;
	}
	
	#s-intro .col-sm-3:first-child {
		margin-bottom: 15px;
	}
	
	#s-intro .col-sm-6 {
		margin-bottom: 130px;
	}
	
	#s-intro .col-sm-3:last-child {
		margin-bottom: 0px;
	}
	
	#feature-vehicles .home_tile {
		font-size: 12px;
		height: 31px;
		overflow: hidden;
		line-height: 21px;
	}
	
	#feature-vehicles .home_tile_title {
		height: 100%;
	}
	
	#feature-vehicles .final-tiles-gallery.caption-top .tile:hover span.photo_rate {
		padding: 2px;
		bottom: 0px;
	}
	
	.final-tiles-gallery.caption-top .tile span {
		width: 100% !important;
   	 	left: 0px !important;
	}
	
	#s-intro .box-text h3 {
		height: auto;
	}
	
	#s-intro .box-text p {
		height: auto;
	}
	
	#top-navbar .dropdown-toggle {
		width: 100% !important;
	}
	
	#top-navbar .fa-sort-desc {
		top: 15px;
   		left: 50px;
	}
	
	#parts_disp #pc,
	.parts_disp #pc {
		margin-left: 15px;
	}
	
	#parts_display .item .box,
	#makes-top .item .box {
		padding: 0;
	}
	
	#parts_display .box-part-search {
		margin-left: 0;
		margin-right: 0;
	}
	
	#s-engines h3 {
		margin-left: 0;
	}
	
	#s-breaking #display-panels {
		padding: 0;
	}
	
	#pc {
		margin-bottom: 20px;
	}
	
	#s-breaking-details .container {
		padding: 0;
	}
	
	#icons .row {
		margin: 0;
	}
	
	#tyres-disp .box,
	#wheels-disp .box {
		padding: 15px !important;
	}
	
	.cant-find-btn {
		margin-left: 0px;
	}
	
	#s-breaking .cant-find-btn {
		margin-left: 15px;
	}
	
	#stereo-disp #pc {
		margin-left: 15px;
	}
	
	#s-news img:not(.toleft) {
		float: none;
		width: 60% !important;
		margin-left: 20%;
	}
	
	#s-news h3 {
		margin-left: 0;
	}
	
	#payment-values .row:first-child {
		margin-bottom: 30px;
	}
	
	#s-footer h4:not(.tostay) {
		margin-top: 20px;
	}
	
	#s-intro .smc-img {
		background-image: url(/assets/img/home/n_smc7.jpg);
	}
	
	.banner-img h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
	}
	
	.wheels-search-boxes .col-xs-6 {
		margin-bottom: 15px;
	}
	
	#wheels-disp #pc,
	#tyres-disp #pc{
		margin-bottom: 0px;
	}
	
	.p-header .row-header,
	#s-breaking .row-header {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.s_wheels_header .row-header,
	.s-stereo-header .row-header {
		margin-bottom: 20px;
	}
	
	.homepage h2 {
		margin-top: 0px;
		font-size: 50px;
		padding-bottom: 20px;
	}
	
	#s-intro h2 {
		padding-top: 20px;
	}
	
	#s-news h2 {
		padding-bottom: 0;
	}
	
	.homepage .row:last-child {
		padding-bottom: 50px;
	}
	
	#s-footer {
		padding-top: 20px;
	}
	
	.auction-type {
		margin-top: 0;
	}
	
	.auction-type .reasons {
		height: auto;
		margin-bottom: 10px;
	}
	
	#s-breaking #display-panels .row:first-child {
		margin-right: 0;
	}
	
	.s_tyres_header .tr-boxes h3 {
		text-align: left;
		margin-left: 0px;
	}
	
	.tyre-search-align {
		width: 100%;
	}
	
	#t_width {
		margin-left: 0px;
	}
	
	.tyre-options {
		background-position: 10px 107px;
	}
	
	.s-tyre-search {
		margin: 0;
		margin-bottom: 25px;	
	}
	
	.box-tyre-reg .qparts {
		text-align: left;
	}
	
	#tyrereg-search {
		margin: 0;
		text-align: center;
		margin-top: 15px;
	}
	
	#s-breaking .disp-cars .col-xs-1 {
		width: 40px;
	}
	
	.wp-full-width h3 {
		margin-left: 0;
	}
	
	#s-contact .row-header {
		margin: 0 0 0 0 !important;
	}
	
	.filter_mobile {
		display: block;
		background-color: #0173b9;
		color: #fff;
		font-weight: bold;
		padding: 10px;
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	
	#filter-mobile-content {
		width: 100%;
    	float: left;
		padding: 0 15px 15px 15px;
	}
	
	#filter-mobile-content .col-xs-12 {
		background-color: #E1ECF7;
		width: 100%;
	}
	
	#filter-mobile-content .mobile_label {
		display: inline-block;
		float: left;
		margin-top: 8px;
		width: 15%;
		color: #333;
	}
	
	#filter-mobile-content .new-filter {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}
	
	#filter-mobile-content .new-filter:first-child {
		margin-top: 10px;
	}
	
	#filter-mobile-content .new-filter .input-select {
		width: 85%;
		float: left;
	}
	
	#filter-mobile-content .form-control {
		border-radius: 0 !important;
		border-color: #A9A9A9;
	}
	
	#filter-mobile-content .filter-buttons {
		float: right;
		margin-bottom: 10px;
	}
	
	#filter-mobile-content .filter-buttons .glyphicon {
		font-weight: normal !important;
	}
	
	#filter-mobile-content .filter-buttons button:first-child {
		border-radius: 0px;
		color:#337ab7;
	}
	
	#filter-mobile-content .filter-buttons button:last-child {
		border-radius: 0px;
		background-color:#7F0000 !important;
	}
	
	#s-vrm .row-header {
		margin: 0px 0px 30px -15px;
	}
	
	.tt-suggestion a {
		padding: 15px 4px;
	}
	
	.overlay-into-photo {
		padding: 0px 0px 15px 0px;
	}
	
	#s-engines .overlay-into-photo {
		padding: 0px 15px 15px 15px;
	}
	
	#s-breaking #display-panels-main {
		padding: 0;
	}
	
	#mh-main-content #enquiry-form,
	#mh-main-content #enquiry-form .form-group,
	#mh-main-content #enquiry-form form .col-xs-12 {
		padding: 0;
	}
	
	#mh-main-content #s-parts-enquiry .row-header h1 {
		margin-left: 15px !important;
	}
	
	#s-engines .container-fluid .container {
		padding: 0;
	}
	
	.box-tyre-reg {
		height: auto;
	}
	
	#s-parts-header .qbreakers a {
		width: 250px;
		height: 45px;
		padding: 9px 0 0 0;
		text-align: center;
		font-size: 17px;
	}
	
	#s-breadcrumb ol {
		width: 75%;
	}
	
	#s-breadcrumb .looking {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#vrm_display #result-search {
		margin: 0 !important;
		padding: 0 15px 0 15px;
	}
	
	#vrm_display #plist-search {
    	right: 15px;
	}
	
	#vrm_display #parts_disp {
		margin-top: 15px;
	}
	
	#vrm_display .alert-warning {
		margin-top: 75px;
	}
	
	.banner-img .box, 
	.banner-style .box {
		padding: 5px;
	}
	
	#s-intro-new h1 {
		margin-bottom: 10px;
  	  	margin-top: 10px;
	}
	
	.read-more-btn {
		margin-top: 4px;
		padding: 3px;
		margin-bottom: 5px;
	}
	
	#secondary #primary-sidebar {
		padding: 0;
	}
	
	form #sellmycar .back_btn {
		margin-left: 15px;
	}
	
	.p-header .sep-div {
		margin-top: 55px;
		margin-bottom: 65px;
	}
	
	#s-intro .col-sm-6:first-child {
		margin-bottom: 135px;
	}
	
	.matching-img {
		width: 30%;
	}
	
	#s-pb button.item-add-cart {
		float: left;
		width: 49% !important;
	}
	
	#s-pb button#item-add-cart {
		float: initial;
		width: auto !important;
		text-align: center;
		top: -10px;
	}
	
	#s-pb a.item-add-cart {
		float: right !important;
		width: 49% !important;
		margin-top: 0px !important;
	}
	
	#banner-smc #reg_input {
		width: 100px;
		height: 48px;
		font-size: 36px;
		line-height: 36px;
		text-align: left;
		padding-left: 24px;
		padding-top: 10px;
		margin: 0 auto;
		/*background: url(/assets/img/regbox.png);*/
		background-repeat: no-repeat;
		border-radius: 4px;
	}
	
	.btn-quote {
		width: 200px;
	}
	
	.navbar-list {
	 	height: 50px;
	}
	
	.news_left {
		width: 65%;
	}
	.news_right {
		width: 35%;
	}
}

@media (max-width: 650px) {	
	#match-search, 
	#engine-search,
	#result-search {
		width: 100%;	
	}
	
	#match-search {
		margin-bottom: 10px;
	}
	
	.breadcrumb {
		padding: 15px 10px;
	}
	
	.breadcrumb-item {
		padding: 0;
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.popup-vehicle-image {
		display: none;	
	}
	
	.auction-type h1 {
		font-size: 30px;		
	}
	
	.auction-price {
		font-size: 20px;	
	}
	
	.auction-type h3 {
		font-size: 20px;	
	}
	
	.det-btn {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.det-price,
	.det-tag {
		width: 50% !important;
		text-align: center !important;
	}
	
	#s-pdetails .det-price,
	#s-pdetails .det-tag {
		width: 100% !important;
	}
	
	table {
		font-size: 12px;
	}
	
	.banner-img {
		height: 255px;
	}
	
	.banner-img h1 {
		font-size: 30px;
	}
	
	#invoice_results_addresses .box-iaddress .addr_i,
	#invoice_results_addresses .box-oaddress .addr_i {
		display: none;
	}
	
	#invoice_results_addresses .box-iaddress h3,
	#invoice_results_addresses .box-iaddress .addr,
	#invoice_results_addresses .box-oaddress h3,
	#invoice_results_addresses .box-oaddress .addr {
		margin-left: 0 !important;
	}
}

@media (max-width: 517px) {	
	.auction-type .tile {
		height: 310px;
	}
	
	#s-others .col-xs-12 .alt2 div:first-child,
	#s-others .col-xs-12 .alt2 div:last-child {
		padding: 15px;
	}
}

@media (max-width: 500px) {
	#v-image,
	#v-details {
		width: 100%;	
	}
	
	#stage4	.dec{
		left: -15px !important;
	}
	
	#vpt span {
		font-size: 13px;
	}
	
	#vpt .current_price_list {
		font-size: 15px;
	}	
	
	#invoice_results_addresses .addr_i {
		display: none;
	}
	
	#invoice_results_addresses h3 {
		margin-left: 0 !important;
	}
	
	#invoice_results_addresses .addr {
		margin-left: 3px !important;
	}
	
	#tyres-disp #pc,
	#wheels-disp #pc {
		margin-left: 15px;
	}
	
	#tyres-disp .box,
	#wheels-disp .box {
		width: 100%;
		padding: 0 !important;
	}
	
	#tyres-disp .back-img {
		height: 110px;
	}
	
	#banner-smc #reg_input {
		font-size: 34px;
	}
	
	#banner-smc #postcode_input {
		font-size: 28px;
	}
}

@media (max-width: 479px) {
	#rc-imageselect, 
	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	
	#invoice_results_addresses .box-iaddress, 
	#invoice_results_addresses .box-oaddress {
    	height: auto;
		float: left;
		width: 100%;
	}
}

@media (max-width: 457px) {
	.address-form .header h2 {
		padding-top: 5px;
	}
	
	#s-others .col-xs-12 .alt2 div:first-child,
	#s-others .col-xs-12 .alt2 div:last-child {
		padding: 15px;
	}
}

@media (max-width: 450px) {
	.car-header-details li {
		padding: 0 5px;	
	}
}

@media (max-width: 435px) {
	#salvage-auction .align-center .col-xs-6 {
		width: 100%;	
	}
	
	#salvage-auction .align-center .col-xs-6:nth-child(2) {
		text-align: center !important;
		margin-top: 0px !important;
	}
	
	#salvage-auction .tile {
		height: 380px;
	}
	
	#s-pdetails .pp-div,
	#s-pdetails .price-div {
		width: 100% !important;
	}
	
	#s-pdetails .pp-div {
		margin-top: 0px !important;
		margin-bottom: 10px;
	}
	
	.address-form select option {
		font-size: 12px;
	}
	
	#s-others .col-xs-12 .alt2 p:first-child {
		font-size: 32px;
	}
	
	#s-others .col-xs-12 .alt2 p:last-child {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	label {
		width: 100% !important;	
	}
	
	.div-data .col-xs-6,
	.div-data .col-xs-4 {
		width: 100% !important;	
	}
	
	#smc textarea {
		padding-right: 15px;
    	padding-left: 15px;	
	}
	
	.smc_quote_options_option.notes {
		padding-right: 15px;
    	padding-left: 15px;		
	}
	
	.smc_quote_options_option.notes label {
		margin: 0 !important;	
	}
	
	#stage4 .smc_quote_depot_open, 
	#stage5 .smc_quote_depot_open {
		float: left !important;
		margin-left: 7px !important;
	    margin-top: 10px !important;
	    margin-bottom: 10px !important;
	}
	
	#stage4 .col-xs-4 {
		width: 33.33333333% !important;	
	}
	
	.smc_errors, .smc_errors_wider {
		padding-left: 5px !important;
	}
	
	.fix-message {
		margin-left: 40px;	
	}
	
	.auction-type .btn-sm, 
	.auction-type .btn-sm:hover {
		font-size: 14px !important;
		padding: 6px 5px;
	}
	
	.auction-buttons .col-xs-6{
		width: 100%;
		padding-right: 15px !important;
		padding-left: 0;
	}
	
	.auction-type h1 {
		font-size: 20px;	
	}
	
	.auction-price {
		font-size: 16px;
	}
	
	.auction-type h3 {
		margin-top: 8px;
		font-size: 16px;
		font-weight: bold;	
	}
	
	.auction-type .tile div:nth-child(3) {
		font-size: 12px;
	}
	
	.det-price,
	.det-tag {
		width: 100% !important;
		text-align: center !important;
	}
	
	.wheels-search .col-xs-6 {
		width: 51%;
   		padding: 0;
	}
	
	#s-parts-header #t_width {
		margin-left: 0;
	}
	
	#filter-mobile-content .mobile_label {
		width: 25% !important;
	}
	
	#filter-mobile-content .new-filter .input-select {
		width: 75%;
	}
	
	#s-pb button.item-add-cart {
		float: left;
		width: 100% !important;
	}
	
	#s-pb button#item-add-cart {
		float: initial;
		width: auto !important;
		text-align: center;
		top: -10px;
	}
	
	#s-pb a.item-add-cart {
		float: left !important;
		width: 100% !important;
		margin-top: 5px !important;
	}
	
	#ireg-search {
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
		top: -10px;
	}
}

@media (max-width: 381px) {
	.car-header-details {
		font-size: 13px;	
	}
	
	.det-tag {
		margin-top: 10px;	
	}
	
	#invoice_change_address .footer {
		height: 95px;
	}
	
	.wheels-search-boxes .col-xs-6 {
		width: 100%;
	}
	
	.wheels-search-boxes .btn-wheel-search {
		margin-top: 10px;
	}
}

@media (max-width: 379px) {
	#right-info button {
		float: left !important;
	}
	
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

@media (max-width: 376px) {
	.btn-register {
		margin-right: 0px !important;
		margin-top: 5px;	
	} 
	
	#s-others .col-xs-12 .alt2 p:first-child {
		font-size: 30px;
	}
	
	#s-others .col-xs-12 .alt2 p:last-child {
		font-size: 16px;
	}
	
	.tyre-options {
		background: none;
	}
	
	#t_width, #t_profile, #t_rim {
		width: 200px;
		margin: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	.s-tyre-search {
		margin-top: 60px;
	}
}

@media (max-width: 352px) {
	#icon-message,
	#icon-message-text {
		width: 100% !important;	
	}
	
	.back,
	.next,
	.upload,
	.dec {
		font-size: 13px !important;
 	    padding: 5px 4px !important;
	}
	
	.next {
		float: right !important;	
	}
	
	#s-breadcrumb ol {
		width: 100% !important;
	}
	
	#s-breadcrumb .looking {
		position: relative;
		margin-bottom: 10px;
	}
}

@media (max-width: 347px) {
	.vrm_display_image img {
		max-width: 100%;	
	}
	
	.popup-set dt {
		width: 100%;	
	}
	
	.popup-set .modal-content {
		padding: 0 !important;	
	}	
	
	.stereo-btn {
		font-size: 17px;
	}
}

/*** FIX FOR PULL & PUSH ***/
@media (min-width: 992px) {
	#s-footer .col-xs-pull-5 {
		right: 0;
	}
	
	#s-footer .col-xs-push-7 {
		left: 0;
	}
}

@media (min-width: 768px) { 
	.container {
		max-width: 100%;
	}
}

/***************************************************** ANIMATIONS *****************************************************/

@keyframes roundie {
  0% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(0deg);
    width: 20px;
  }
  
  3.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(360deg);
    width: 20px;
  }
  
  4.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(450deg);
    width: 20px;
  }
  
  8% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(810deg);
    width: 20px;
  }
  
  9% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(900deg);
    width: 20px;
  }
  
  12.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(1060deg);
    width: 20px;
  }
  
  13.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(1150deg);
    width: 20px;
  }
  
  17% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(1310deg);
    width: 20px;
  }
  
  18% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(1400deg);
    width: 20px;
  }
  
  21.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(1560deg);
    width: 20px;
  }
  
  22.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(1650deg);
    width: 20px;
  }
  
  26% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(1810deg);
    width: 20px;
  }
  
  27% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(1900deg);
    width: 20px;
  }
  
  30.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(2060deg);
    width: 20px;
  }
  
  31.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(2150deg);
    width: 20px;
  }
  
  35% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(2310deg);
    width: 20px;
  }
  
  36% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(2400deg);
    width: 20px;
  }
  
  39.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 30%;
    transform: rotate(2560deg);
    width: 20px;
  }
  
  40.5% {
    left: 190px;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(2650deg);
    width: 20px;
  }
  
  44% {
    left: 5%;
    height: 20px;
    opacity: 1;
    top: 100%;
    transform: rotate(2810deg);
    width: 20px;
  }
  
  45% {
    left: 5%;
    height: 20px;
    opacity: 0;
    top: 30%;
    transform: rotate(2900deg);
    width: 20px;
  }
  
  100% {
    left: 5%;
    height: 20px;
    opacity: 0;
    top: 30%;
    transform: rotate(2900deg);
    width: 20px;
  }
}

