/* SHARED */

@font-face {
	font-family: 'UKreg';
	src: url('UKNumberPlate.ttf') format('truetype');
}



/* START Adapted from BS3 dist */

.breadcrumb-wrapper { background-color: #f5f5f5; }
.breadcrumb {
	padding: 8px 1px;
	margin-bottom: 0;
	list-style: none;
	border-radius: 4px;
	font-size: 85%;
}
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb > .active { color: #777777; }

/* END Adapted from BS3 dist */




/* START from BS 5.1 */

.w-100 { width: 100% !important; }

/* END from BS 5.1 */




h1 { text-transform: capitalize; }

body { overflow-y: scroll; }

abbr[title] { text-decoration: none; }

h5, .h5, h6, .h6 { color: #000; }

p { margin: 0 0 15px; }

ul, ol { margin-bottom: 15px; }

p + ul,
p + ol { margin-top: -7px; }

hr {
	margin-top: 38px;
	margin-bottom: 38px;
}

#content {
	position: relative;
	min-height: 370px;
}
#content .pull-right { margin-left: 20px; }
#content .pull-left { margin-right: 20px; }

dt,
th,
strong { color: #444; }

.dl-horizontal.no-xs-wrap dt {
	float: left;
	padding-right: 15px;
}
.dl-horizontal.no-xs-wrap dd { margin-left: 0; }

.help { cursor: help; }

.small .badge { font-size: 11px; }

.btn { text-transform: uppercase; }
.btn .fa-chevron-right { margin-left: 0.2em; }

.document-cover {
	box-shadow: 1px 3px 10px rgba(0,0,0,0.3);
	margin: 20px auto 40px;
	max-width: 300px;
}

.panel-heading[data-toggle="collapse"] { cursor: pointer; }


#navbarWrapper {
	border: 0;
	margin-bottom: 0;
}
#navbar { text-transform: uppercase; }
#navbar > ul > li > a {
	background: #CC151A;
	background: linear-gradient(to bottom, #b30f13 0%,#ed1c24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30f13', endColorstr='#ed1c24',GradientType=0 );
	color: #fff;
	border: 1px solid rgba(0,0,0,0.75);
	border-bottom-color: rgba(255,255,255,0.55);
	border-right-color: rgba(255,255,255,0.55);
	border-radius: 6px;
}
#navbar > ul > li > a.active {
	background: #e6d300;
	background: linear-gradient(to bottom, #e6d300 0%,#ffeb0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d300', endColorstr='#ffeb0d',GradientType=0 );
	color: #000;
}
#navbar > ul > li > a[href*="/sustainability/"], 
html:not(.can-touch) #navbar > ul > li > a[href*="/sustainability/"]:focus,
html:not(.can-touch) #navbar > ul > li > a[href*="/sustainability/"]:hover {
	background: linear-gradient(to bottom, #2f9a11 0%,#22cd14 100%);
	color: #FFF;
}
.navbar { min-height: 67px; }
.navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 19px;
}
.navbar-inverse .navbar-toggle {
	background-color: #FFF;
	border-width: 2px;
}
.navbar-toggle .icon-bar { width: 28px; }
.navbar-toggle:after {
	content: "Menu";
	color: #000;
	display: block;
	text-transform: uppercase;
	font-size: 8.5px;
	font-weight: bold;
	line-height: 1;
	margin: 7px 0 -2px -1px;
}
.navbar-toggle[href^="tel:"] {
	color: #000;
	text-decoration: none ! important;
	text-align: center;
	padding-top: 7px;
}
.navbar-toggle[href^="tel:"] .fa { font-size: 20px; }
.navbar-toggle[href^="tel:"]:before {
	content: "";
	display: block;
	width: 28px;
}
.navbar-toggle[href^="tel:"]:after {
	content: "Call";
	margin: -1px 0 -2px 0;
}
@media (max-width: 374.98px) {
	.navbar-toggle[href^="tel:"] { margin-right: 10px; }
}



#asm-social {
	position: absolute;
	overflow: hidden;
	top: 15px;
	right: 6px;
}
#asm-social li a {
	display: block;
	background: transparent url('../images/sprite.tiny.png') scroll no-repeat 32px 32px;
	width: 32px;
	height: 32px;
	margin: 10px 0;
}
#asm-social li a[href*="twitter"] { background-position: 0px 1px; }
#asm-social li a[href*="facebook"] { background-position: 0px -36px; }




#testimonials p {
	background: #EEE;
	background: rgba(255,255,255,0.85);
	position: absolute;
	top: 20px;
	right: 60px;
	width: 320px;
	border-radius: 15px;
	padding: 9px 10px;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
#testimonials p:after { /* Adapted from http://nicolasgallagher.com/pure-css-speech-bubbles/ */
	content: "";
	position: absolute;
	bottom: -18px;
	left: 30px;
	border-width: 18px 28px 0;
	border-style: solid;
	border-color: #EEE transparent;
	border-color: rgba(255,255,255,0.85) transparent;
	display: block;
	width: 0;
}
#testimonials p:nth-child(2) { display: block; }
#testimonials span {
	display: block;
	width: 100%;
	margin-top: 6px;
	font-size: 11px;
	font-weight: bold;
}
#testimonials span span {
	width: auto;
	font-size: 10px;
	float: right;
	color: #666;
	font-weight: normal;
	margin-top: 0;
}
#testimonials {	display: none; }



#opening .dl-horizontal dt {
	width: 80px;
	text-align: left;
}
#opening .closed { padding-left: 103px; }

.well > :first-child { margin-top: 0; }
.well > :last-child { margin-bottom: 0 ! important; }
.well {	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.85); }
.well.impactful h2 {
	font-size: 190%;
	color: #000;
}
.well.impactful p { color: #000; }
.well.impactful p > strong { font-size: 115%; }


.well.impactful.video-tour {
	display: block;
	position: relative;
	background-image: url('../images/bg-video-tour.jpg');
	background-position: center bottom;
	background-size: cover;
	padding-top: 19px;
	padding-bottom: 35%;
	margin-bottom: 30px;
}
.well.impactful.video-tour h2 {
	position: absolute;
	top: 14px;
	left: 0px;
	line-height: 1.2 ! important;
	width: 100%;
	text-align: center;
}
.well.impactful.video-tour .play-icon {
	position: absolute;
	top: 55%;
	left: 0px;
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
	text-shadow: 1.5px 1.5px 5px rgba(0,0,0,0.8);
}
@media (min-width: 768px) {
	body.home.index .well.impactful.video-tour { margin-top: 18px; }
}
.well.impactful.video-tour.xmas-charity-auction {
	background-image: url('/image/fit-800/images/xmas-charity-auction-car.jpg');
	background-position: center center;
	padding-bottom: 40%;
}
.well.impactful.video-tour.xmas-charity-auction h2 {
	top: auto;
	bottom: 10px;
	color: #FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
.well.impactful.video-tour.xmas-charity-auction h2 .fade-in-delay { opacity: 1; }

@keyframes fadein {
	from { opacity: 1; }
	to { opacity: 0.4; }
}
.fade-in-delay-1s { animation: 0.85s ease -1s infinite normal fadein; }
.fade-in-delay-2s { animation: 0.85s ease -2s infinite normal fadein; }
.fade-in-delay-3s { animation: 0.85s ease -3s infinite normal fadein; }


.nav-pills {
	background-color: #f5f5f5;
	padding: 8px;
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.85);
	border-radius: 5px;
}


.form-group .form-control.special {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 22px;
	line-height: 1;
	padding: 7.5px 7px 6.5px 22px !important;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
.form-group-lg .form-control.special {
	font-size: 32px;
	padding: 10px 8px 8px 31px !important;
}
.form-group .form-control.special.reg-plate,
.form-group #reg_input {
	background-color: #f5d603;
	background-image: url('/workspace/images/uk-flag-rotated.png');
	color: #333;
	font-family: 'UKreg', 'Impact', monospace;
	font-size: 27px;
	padding-left: 28px;
	border: 1px solid #dcc003;
}
.form-group-lg .form-control.special.reg-plate,
.form-group #reg_input { font-size: 38px; }
.form-group .form-control.special.postcode {
	background-color: #c61a2e;
	background-image: url('../images/input-postcode.png');
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.form-group .form-control.special.postcode::-moz-placeholder {
	color: rgba(255,255,255,0.3);
	opacity: 1;
	font-size: 28px;
	letter-spacing: -0.02em;
}
.form-group .form-control.special.postcode:-ms-input-placeholder {
	color: rgba(255,255,255,0.3);
	font-size: 28px;
	line-height: 1;
	letter-spacing: -0.02em;
}
.form-group .form-control.special.postcode::-webkit-input-placeholder {
	color: rgba(255,255,255,0.3);
	font-size: 28px;
	line-height: 1;
	letter-spacing: -0.02em;
}
.form-group-lg .form-control.special.postcode:-ms-input-placeholder { line-height: 1; }
.form-group-lg .form-control.special.postcode::-webkit-input-placeholder { line-height: 1; padding-top: 5px; }
.form-group .form-control.special.reg-plate::-moz-placeholder { color: rgba(0,0,0,0.3); opacity: 1; }
.form-group .form-control.special.reg-plate:-ms-input-placeholder { color: rgba(0,0,0,0.3); }
.form-group .form-control.special.reg-plate::-webkit-input-placeholder { color: rgba(0,0,0,0.3); }
.form-inline.no-xs-wrap { margin-bottom: 15px; }
.form-inline.no-xs-wrap .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-group .form-control.special.reg-plate {
	width: 175px;
	height: 37.4px;
}
.form-group.form-group-lg + .btn,
.form-inline .form-group-lg .form-control.special.reg-plate { height: 44px; }

.form-group-md .form-control { height: 37.5px; }



section > .container { padding-bottom: 20px; }




#content + footer {
	background-color: #ddd;
	box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.3) inset;
	padding-top: 20px;
	padding-bottom: 170px;
	overflow: hidden;
	margin-top: 0;
}
#content + footer,
#content + footer a { color: #666; }
#content + footer a:hover,
#content + footer a:focus { color: #333; }
#content + footer ul.list-unstyled > li ul { padding-left: 15px; }



.list-compact li {
	line-height: 1.25;
	margin-top: 9px;
}

.list-fa-icons { padding-left: 15px; }
.list-fa-icons li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}
.list-fa-icons li .fa {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 20px;
	text-align: center;
}
.list-fa-icons li .fa-check { color: #0C0; }
.list-fa-icons li .fa-times { color: #B44; }




.asm-syc-map-4c4d {
	background-image: url('../images/syc-map-4c4d-xs.tiny.png');
	background-size: cover;
	position: relative;
	padding-bottom: 88.01%;
	margin: 0 0 -15px;
}
.asm-syc-map-4c4d a {
	display: block;
	background-color: transparent;
	position: absolute;
	height: 9%;
	border-radius: 1vw;
}
.asm-syc-map-4c4d a:hover,
.asm-syc-map-4c4d a:focus { background-color: rgba(255,255,255,0.33); }
.asm-syc-map-4c4d a.aylesbury {
	width: 15%;
	top: 51.6%;
	left: 39.1%;
}
.asm-syc-map-4c4d a.thame-oxford {
	width: 9.7%;
	top: 64.3%;
	left: 32.9%;
}
.asm-syc-map-4c4d a.kings-langley {
	width: 18.9%;
	top: 65.3%;
	left: 56.3%;
}
.asm-syc-map-4c4d a.totternhoe {
	width: 16.5%;
	top: 44.7%;
	left: 51.5%;
}
.asm-syc-map-4c4d a.syc-link {
	width: 76.8%;
	top: 93.7%;
	left: 12.2%;
	height: 6.1%;
}
@media (min-width: 768px) {
	.asm-syc-map-4c4d {	background-image: url('../images/syc-map-4c4d-sm.tiny.png'); }
}




.text-ellip {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}


.logo-ebay {
	background-image: url('../images/logo-ebay.tiny.png');
	width: 55px;
	display: inline-block;
	background-size: 55px;
	background-repeat: no-repeat;
}


/* begin http://cssload.net */

.floatingCirclesG{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: auto;
	transform: scale(0.75) translate(-50%, -25%);
	-o-transform: scale(0.75) translate(-50%, -25%);
	-ms-transform: scale(0.75) translate(-50%, -25%);
	-webkit-transform: scale(0.75) translate(-50%, -25%);
	-moz-transform: scale(0.75) translate(-50%, -25%);
}

.f_circleG{
	position:absolute;
	background-color:rgba(255,255,255,0.01);
	height:14px;
	width:14px;
	border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	animation-name:f_fadeG;
	-o-animation-name:f_fadeG;
	-ms-animation-name:f_fadeG;
	-webkit-animation-name:f_fadeG;
	-moz-animation-name:f_fadeG;
	animation-duration:0.932s;
	-o-animation-duration:0.932s;
	-ms-animation-duration:0.932s;
	-webkit-animation-duration:0.932s;
	-moz-animation-duration:0.932s;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
}
#frotateG_01{
	left:0;
	top:32px;
	animation-delay:0.3495s;
	-o-animation-delay:0.3495s;
	-ms-animation-delay:0.3495s;
	-webkit-animation-delay:0.3495s;
	-moz-animation-delay:0.3495s;
}
#frotateG_02{
	left:9px;
	top:9px;
	animation-delay:0.466s;
	-o-animation-delay:0.466s;
	-ms-animation-delay:0.466s;
	-webkit-animation-delay:0.466s;
	-moz-animation-delay:0.466s;
}
#frotateG_03{
	left:32px;
	top:0;
	animation-delay:0.5825s;
	-o-animation-delay:0.5825s;
	-ms-animation-delay:0.5825s;
	-webkit-animation-delay:0.5825s;
	-moz-animation-delay:0.5825s;
}
#frotateG_04{
	right:9px;
	top:9px;
	animation-delay:0.699s;
	-o-animation-delay:0.699s;
	-ms-animation-delay:0.699s;
	-webkit-animation-delay:0.699s;
	-moz-animation-delay:0.699s;
}
#frotateG_05{
	right:0;
	top:32px;
	animation-delay:0.8155s;
	-o-animation-delay:0.8155s;
	-ms-animation-delay:0.8155s;
	-webkit-animation-delay:0.8155s;
	-moz-animation-delay:0.8155s;
}
#frotateG_06{
	right:9px;
	bottom:9px;
	animation-delay:0.932s;
	-o-animation-delay:0.932s;
	-ms-animation-delay:0.932s;
	-webkit-animation-delay:0.932s;
	-moz-animation-delay:0.932s;
}
#frotateG_07{
	left:32px;
	bottom:0;
	animation-delay:1.0485s;
	-o-animation-delay:1.0485s;
	-ms-animation-delay:1.0485s;
	-webkit-animation-delay:1.0485s;
	-moz-animation-delay:1.0485s;
}
#frotateG_08{
	left:9px;
	bottom:9px;
	animation-delay:1.165s;
	-o-animation-delay:1.165s;
	-ms-animation-delay:1.165s;
	-webkit-animation-delay:1.165s;
	-moz-animation-delay:1.165s;
}

@keyframes f_fadeG{
	0% { background-color:rgb(231,39,39); }
	100% { background-color:rgba(255,255,255,0); }
}
@-o-keyframes f_fadeG{
	0% { background-color:rgb(231,39,39); }
	100% { background-color:rgba(255,255,255,0); }
}
@-ms-keyframes f_fadeG{
	0% { background-color:rgb(231,39,39); }
	100% { background-color:rgba(255,255,255,0); }
}
@-webkit-keyframes f_fadeG{
	0% { background-color:rgb(231,39,39); }
	100% { background-color:rgba(255,255,255,0); }
}
@-moz-keyframes f_fadeG{
	0% { background-color:rgb(231,39,39); }
	100% { background-color:rgba(255,255,255,0); }
}

/* end http://cssload.net */




@media (max-width: 767.98px) {
	#navbarWrapper > .container > .row > div > a > img {
		position: absolute;
		left: 9px;
		top: 9px;
		height: 70px;
	}
	.navbar-toggle { z-index: 1; }
	.navbar-header {
		background: #CC151A;
		background: linear-gradient(to bottom, #b30f13 0%,#ed1c24 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30f13', endColorstr='#ed1c24',GradientType=0 );
	}
	#navbar > ul {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.8) inset;
		margin-top: 0;
		margin-bottom: 75px;
	}
	#navbar > ul > li > a {
		padding: 16px;
		font-size: 21px;
		font-weight: bold;
		margin: 11px;
	}
	#navbar > ul > li > a > .glyphicon,
	#navbar > ul > li > a > .fa { margin-right: 15px; }
	#asm-social {
		display: none;
		border: 0;
		box-shadow: none;
		right: 10px;
		top: 75px;
		bottom: auto;
	}
	#asm-social li { float: left; }
	#asm-social li a { margin: 0 5px; }
	#content + footer img[src*="we-buy-any-car"] { width: 90px; height: 90px; }
	.swipe-aid:before {
		content: "(swipe horizontally or rotate device to landscape)";
		color: #e72727;
	}
	.btns .btn {
		margin-top: 2.5px;
		margin-bottom: 2.5px;
	}
}

@media (max-width: 550.98px) {
	#content .pull-right { margin-left: 15px; }
	#content .pull-left { margin-right: 15px; }
}

.visible-xxs-inline-block { display: none; }
@media (max-width: 374.98px) {
	.hidden-xxs { display: none ! important; }
	.visible-xxs-inline-block { display: inline-block; }
	#navbarWrapper > .container > .row > div > a > img {
		left: 10px;
		top: 13px;
		height: 64px;
	}
}

@media (min-width: 768px) {
	body { font-size: 14px; }
	h1, .h1 { font-size: 22px; }
	h2, .h2 { font-size: 18px; }
	h3, .h3 { font-size: 16px; }
	h4, .h4 { font-size: 15px; }
	h5, .h5 { font-size: 14px; }
	h6, .h6 { font-size: 13px; }
	.columnise {
		-webkit-column-count: 2;
		-webkit-column-gap: 3em;
		-moz-column-count: 2;
		-moz-column-gap: 3em;
		column-count: 2;
		column-gap: 3em;
	}
	.columnise :first-child { margin-top: 0px ! important; }
	.columnise :last-child { margin-bottom: 0px ! important; }
	.columnise .break-inside-avoid {
		page-break-inside: avoid;
		break-inside: avoid;
	}
	.container { margin: 0 auto; }
	section,
	#content + footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.breadcrumb-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}
	#content + footer { padding-bottom: 110px; }
	.navbar { border-radius: 0; }
	#navbarWrapper {
		background: #CC151A;
		background: linear-gradient(to bottom, #b30f13 0%,#ed1c24 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30f13', endColorstr='#ed1c24',GradientType=0 );
	}
	#navbarWrapper > .container > .row > div { padding: 12px 0; }
	#navbarWrapper > .container {
		background: transparent url('../images/header-bg-car-transporter-colour-v2.1115x228.tiny.png') scroll no-repeat center center;
		background-size: contain;
	}
	.navbar-nav {
		float: none;
		margin: 0 auto;
		width: 740px;
	}
	#navbar {
		background: #666666;
		background: linear-gradient(to bottom, #666666 0%,#333333 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
		padding-right: 0;
		padding-left: 5px;
	}
	#navbar > ul > li > a {
		line-height: 1;
		font-size: 10px;
		font-weight: bold;
		padding: 6px 6.5px 5px 6.5px;
		margin: 7px 3px;
		text-align: center;
		white-space: nowrap;
	}
	html:not(.can-touch) #navbar > ul > li > a:focus,
	html:not(.can-touch) #navbar > ul > li > a:hover {
		background: #e6d300;
		background: linear-gradient(to bottom, #e6d300 0%,#ffeb0d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d300', endColorstr='#ffeb0d',GradientType=0 );
		color: #000;
	}
	#navbar > ul > li > a > .glyphicon,
	#navbar > ul > li > a > .fa { display: none; }
	#testimonials { display: block; }
	#opening .dl-horizontal dt { padding-left: 8px; }
	#opening .closed { padding-left: 120px; }
	#navbarWrapper > .container > .row > div > a > img { height: 123px; }
}

@media (min-width: 992px) {
	#navbarWrapper > .container > .row > div { padding: 19px 0; }
	.navbar-nav { width: 963px; }
	#navbar > ul > li > a {
		width: 89.5px;
		padding-left: 1px;
		padding-right: 1px;
	}
	#testimonials p {
		top: 25px;
		right: 75px;
		width: 280px;
	}
	#opening .dl-horizontal dt { width: 95px; }
	#navbarWrapper > .container > .row > div > a > img { height: 159px; }
}

@media (min-width: 1200px) {
	.container > .row > .extra-padding { padding-left: 50px; }
	#navbarWrapper > .container > .row > div { padding: 18px 0; }
	.navbar-nav { width: 1162px; }
	#navbar > ul > li > a {
		font-size: 12px;
		width: 109.5px;
	}
	#asm-social {
		top: 25px;
		right: 55px;
	}
	#asm-social { right: 15px; }
	#testimonials p {
		top: 30px;
		right: 90px;
		width: 250px;
		font-size: 13px;
	}
	#navbarWrapper > .container > .row > div > a > img { height: 192px; }
}

@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
	.well.impactful h2 { font-size: 240%; }
	.well.impactful p,
	.well.impactful th,
	.well.impactful td,
	.well.impactful dl > * { font-size: 115%; }
	.well.impactful p > strong { font-size: 120%; }
	#opening .dl-horizontal dt { width: 102px; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#asm-social li a {
		width: 16px;
		height: 16px;
	}
	#asm-social li a[href*="twitter"] { background-position: -32px 0px; }
	#asm-social li a[href*="facebook"] { background-position: -32px -16px; }
}



#asm-contact-icons { display: none; }

@media (min-width: 768px) {
	#asm-contact-icons {
		display: block;
		position: absolute;
		overflow: hidden;
		top: 12px;
		right: 3px;
	}
	#asm-contact-icons li a {
		display: block;
		margin: 5px 0;
		color: #fff;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	#asm-contact-icons {
		top: 22px;
		right: 4px;
	}
	#asm-contact-icons li a { font-size: 18px; }
}

@media (min-width: 1200px) {
	#asm-contact-icons {
		top: 24px;
		right: 5px;
	}
	#asm-contact-icons li a { font-size: 22px; }
}



@media print {
	.asm-price.btn { border: 1px solid #000; }
	img.visible-print { width: 300px; margin-bottom: 30px; }
	#content + footer .col-xs-6.col-sm-4.col-md-2 { display: none; }
	a[href^="tel:"]:after { content: ""; }
}



/* back-to-top button general rules */
@media screen and (min-width: 768px) {
	#back-to-top { display: none ! important; }	
}
@media screen and (max-width: 767.98px) {
	#content { padding-top: 86px; }
	.navbar {
		position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
		z-index: 1030;
	}
	#navbar {
		max-height: 380px;
		max-height: calc(100vh - 86px);
		overflow-y: auto;
	}
	#back-to-top {
		display: block;
		position: fixed;
		right: 20px;
		bottom: 40px;
		width: 50px;
		height: 50px;
		background-color: #f5d603;
		box-shadow: 2px 2px 5px black;
		border-radius: 50%;
		text-align: center;
		font-size: 29px;
		color: black;
		z-index: 1029;
		line-height: 1.8;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}


@media (min-width: 992px) {
	.text-lg-right { text-align: right !important; }
}

.input-group-addon {
	background-color: #e72727;
	color: #fff;
	border: 1px solid #c42323;
}





/* SPECIFIC */

a[class^="col-"] { color: #222; }
a[class^="col-"]:hover { text-decoration: none; }

body.contact-us a[class^="col-"]:hover h4 { text-decoration: underline; }

body #content .col-content-left p img[src*="SQUARESPACE"] {
	float: right;
	max-width: 400px;
	margin: 0 0 15px 20px;
}
body.blog.index #content .col-content-left p img,
body.category #content .col-content-left p img {
	max-width: 200px;
	max-height: 200px;
	object-fit: contain;
}

.attraction {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 1.2em;
	padding: 1em;
	border-top: 1px solid #E72727;
	border-bottom: 1px solid #E72727;
}

.attraction > a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.dl-add-spacing dd { margin-bottom: 15px; }

#contacts .dl-horizontal dt { width: 35px; }

iframe {
	border: 0;
	width: 100%;
}

.dh-data { display: none; }

#translateThis .flag {
	display: inline-block;
	vertical-align: text-top;
	margin: 0 7px;
	width: 22px;
	height: 13px;
	background: #AAA url('../images/sprite.tiny.png') scroll no-repeat 0% 0%;
}
#translateThis .de.flag { background-position: -75px -17px; }
#translateThis .es.flag { background-position: -51px -17px; }
#translateThis .fr.flag { background-position: -75px -32px; }
#translateThis .it.flag { background-position: -75px -2px; }
#translateThis .nl.flag { background-position: -51px -47px; }
#translateThis .pl.flag { background-position: -51px -32px; }
#translateThis .uk.flag { background-position: -51px -2px; }


.footer-logos img {
	max-height: 120px;
	margin: 10px auto 30px;
}
.footer-logos img[src*="-iso-"] { max-height: 170px; }
.footer-logos img[src*="-e2e-"] { width: 250px; }

@media (max-width: 575.98px) {
	.footer-logos img[src*="-e2e-"] { margin-top: -10px; }
}

@media (min-width: 576px) {
	.footer-logos {
		max-width: 520px;
		margin: 0 auto;
	}
	.footer-logos .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 15px;
	}
	.footer-logos .row [class*="col-"] {
		float: none;
		flex: 0 0 auto;
		width: auto;
	}
}

@media (min-width: 992px) {
	.footer-logos {
		max-width: none;
	}
	.footer-logos img {
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.footer-logos img[src*="-iso-"] {
		margin-left: auto;
		margin-right: auto;
	}
}


body.home.index h1:first-of-type:before { content: "Welcome to "; }
@media (min-width: 992px) {
	body.home.index h1:first-of-type {
		font-size: 28px;
		margin-top: 8px;
	}
}
@media (min-width: 1200px) {
	body.home.index h1:first-of-type { margin-top: 20px; }
}

body.home.index .well {
	overflow: hidden;
	margin-bottom: 30px;
	background-size: cover;
}

body.home.index #blog h2 { margin-top: 4px; }
body.home.index #blog ul { padding-left: 1.5em; }
body.home.index .well.impactful .form-inline.no-xs-wrap { margin-bottom: 0; }

.well.well-transparent {
	background-color: transparent;
	box-shadow: none;
	border: 0;
}

.well-img {
	display: block;
	position: relative;
}
.well-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.85);
}
.well-img:before,
.well-img img { border-radius: 5px; }
.well-img img { width: auto !important; }

/* graduated from Social Sustainability page */
.video-play a { text-decoration: none; }
.video-play a:after {
	content: "⏵";
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 100px;
	line-height: 220%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 15px #000;
}


@media (max-width: 767.98px) {
	.well.well-transparent { padding: 0; }
}

.syc-form {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto
}

.syc-form,
body.home.index .well-full { min-height: 456px; }
body.home.index .well-half { min-height: 196px; }
@media (min-width: 768px) and (min-width: 1200px) {
	.syc-form,
	body.home.index .well-full { min-height: 513px; }
	body.home.index .well-half { min-height: 220px; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.syc-form,
	body.home.index .well-full { min-height: 488px; }
}

.syc-form-horizontal { min-height: 486px; }

.syc-form-horizontal .form-inline .form-group-lg .form-control.special.reg-plate {
	width: 205px ! important;
	margin-left: auto ! important;
	margin-right: auto ! important;
}

@media (max-width: 991.98px) {
	body:not(.home.index) .syc-form-horizontal { max-width: 428px; }
	body:not(.home.index) .home-block.syc-form-horizontal {
		margin-left: auto ! important;
		margin-right: auto ! important;
	}
}
@media (min-width: 375px) and (max-width: 991.98px) {
	.syc-form-horizontal .form-inline .form-group { display: block; }
	.syc-form-horizontal .form-group {
		max-width: 375px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.syc-form-horizontal .form-inline .input-group { display: table; }
	.syc-form-horizontal .form-inline .input-group .input-group-addon { width: 1%; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.syc-form-horizontal .input-group-addon { padding: 6px 7px; }
	.syc-form-horizontal .btn-lg,
	.syc-form-horizontal .form-group-lg .form-control { padding: 10px 12px; }
	.syc-form-horizontal .form-inline .form-group-lg .form-control.special.reg-plate {
		width: 200px ! important;
		padding-left: 28px ! important;
	}
	.syc-form-horizontal #syc2 { width: 100px; }	
	.syc-form-horizontal #syc3 { width: 255px; }
	.syc-form-horizontal #syc4 { width: 134px; }
}

@media (min-width: 992px) {
	.syc-form-horizontal { min-height: 171px; }
}

@media (min-width: 1200px) {
	.syc-form-horizontal { min-height: 176px; }
	.syc-form-horizontal .form-group { margin-right: 5px; }
	.syc-form-horizontal #syc2 { width: 115px; }
	.syc-form-horizontal #syc3 { width: 310px; }
	.syc-form-horizontal #syc4 { width: 140px; }
}

/*Info https://caniuse.com/?search=transform-style*/
/*See also https://3dtransforms.desandro.com/carousel*/

.syc-swisher {
	display: inline-block;
	height: 30px;
	vertical-align: top;
	transform-style: preserve-3d;
}

#syc-swisher-start {
	width: 68px;
	animation: 15s ease-in-out infinite turn;
	text-align: right;
}

#syc-swisher-end {
	width: 45px;
	animation: 15s ease-in-out 1.875s infinite reverse turn;
}

@media (min-width: 992px) {
	#syc-swisher-start { width: 75px; }
	#syc-swisher-end { width: 48px; }
}

@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
	.syc-swisher { height: 37px; }
	#syc-swisher-start { width: 94px; }
	#syc-swisher-end { width: 60px; }
}

.face {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.face.front  { transform: translateZ(15px); }
.face.top    { transform: rotateX(90deg)  translateZ(15px); }
.face.back   { transform: rotateX(180deg) translateZ(15px); }
.face.bottom { transform: rotateX(-90deg) translateZ(15px); }

@keyframes turn {
	0%   { transform: rotate3d(1, 0, 0, 0turn); }
	10%  { transform: rotate3d(1, 0, 0, 0turn); }

	15%  { transform: rotate3d(1, 0, 0, 0.25turn); }
	35%  { transform: rotate3d(1, 0, 0, 0.25turn); }

	40%  { transform: rotate3d(1, 0, 0, 0.5turn); }
	60%  { transform: rotate3d(1, 0, 0, 0.5turn); }

	65%  { transform: rotate3d(1, 0, 0, 0.75turn); }
	85%  { transform: rotate3d(1, 0, 0, 0.75turn); }

	90%  { transform: rotate3d(1, 0, 0, 1turn); }
	100% { transform: rotate3d(1, 0, 0, 1turn); }
}

.osa-list .osar,
.osa-list .osac { display: block; }
.osa-list .osar {
	clear: left;
	margin: 0 -3px;
	overflow: hidden;
	line-height: 1.25;
}
.osa-list ul li a { margin-bottom: 12px ! important; }
.osa-list ul li a:hover { background: rgba(0,0,0,0.1); }
.osa-list .osac {
	float: left;
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
}
.osa-list .osac.c1 { width: 20%; }
.osa-list .osac.c2 { width: 80%; }
.osa-list .text-ellip { font-size: 115%; }

.auction-widget .carousel-inner [style*="background-image:"] { background-position-y: bottom ! important;}

#auction-carousel-cards .carousel-indicators { bottom: -45px ! important; }
#auction-carousel-cards .carousel-indicators li { border-color: #444; }
#auction-carousel-cards .carousel-indicators li.active { background-color: #444; }
#auction-carousel-cards .carousel-control {
	background-image: none;
	top: auto;
	bottom: -38px;
	color: #000;
	text-shadow: none;
	font-size: 170%;
	text-align: left;
}
#auction-carousel-cards .carousel-control.right { text-align: right; }

#auction-carousel-cards .aw-detail {
	float: left;
	margin-bottom: 12px;
}

@media (min-width: 400px) {
	#auction-carousel-cards .home-block-card-cta .btn {
		padding: 5px 8px;
		font-size: 11px;
		line-height: 1.5;
		border-radius: 3px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#auction-carousel-cards .aw-detail {
		float: none;
		text-align: left;
	}
}

.home-block-auctions { min-height: 339px; }
@media (min-width: 1200px) {
	.home-block-auctions { min-height: 376px; }
}

.home-block-auctions .item.first.last .empty-card:not(:last-of-type) {
	opacity: 0.05;
}
.home-block-auctions .item.first.last .empty-card:not(:last-of-type) .stretched-link:after {
	background: #666 url(/workspace/images/chevron-right.svg) scroll repeat-x center center;
	border-radius: 3px;
}
.home-block-auctions .item.first.last .empty-card .home-block-card-image {
	background-image: url('/image/4/800/800/images/asm-auction-on-laptop.jpg');
	background-size: 100%;
}
@media (max-width: 991.98px) {
	.home-block-auctions .item.first.last [class*="col-"]:first-of-type:has(+ .empty-card) ~ .empty-card:not(:last-of-type) { display: none; }
}
@media (max-width: 767.98px) {
	.home-block-auctions .item.first.last .empty-card .home-block-card-image {
		background-image: url('/image/4/800/800/images/asm-auction-on-mobile.jpg');
	}
	.home-block-auctions .item.first.last .empty-card:not(:last-of-type) { display: none; }
}


.home-block-card {
	position: relative;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin: 15px 0;
}
.home-block-card:hover {
	border-color: #e72727;
	background-color: rgba(0,0,0,0.1);
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.home-block-card-body-min-height { min-height: 124px; }
}
.home-block-card-image {
	background-color: #555;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 56%;
	background-size: cover;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.home-block-auctions .home-block-card-image { background-size: 116%; }
.home-block-card-body { padding: 5px 8px 0; }
.home-block-card-body p { margin-bottom: 3px; }
.home-block-card-body p:last-of-type { margin-bottom: 0; }

.home-block-card-cta { padding: 8px; }

.home-block {
	position: relative;
	margin: 40px 0 ! important;
	padding: 25px 25px;
}
.home-block-header h2 { margin-top: 3.5px; }
@media (min-width: 1200px) {
	.home-block-header h2 { margin-top: 0; }
}
.home-block-header p { margin: 8px 0 0; }

@media (max-width: 767.98px) {
	.home-block-contacts .h1 { margin-top: 0; }
}
@media (min-width: 992px) {
	.home-block-contacts .h1 {
		margin-top: 0;
		margin-bottom: 3px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
	.home-block-contacts ul { font-size: 115%; }
	.home-block-contacts .h1 {
		margin-top: 2px;
		margin-bottom: 5px;
	}
}

.home-block-contacts .fa-li { left: -2.5em; }
@media (min-width: 992px) {
	.home-block-contacts .fa-ul.text-lg-right {
		margin-left: 0;
		margin-right: 2.5em;
	}
	.home-block-contacts .fa-ul.text-lg-right .fa-li {
		left: auto;
		right: -2.5em;
	}
}


.list-group.list-group-icons .fa {
	position: absolute;
	left: 15px;
	top: 10px;
	line-height: 1.8;
}
.list-group.list-group-icons .fa.fa-lg { line-height: 1.4; }
.list-group.list-group-icons .list-group-item {
	position: relative;
	padding-left: 38px;
}


.status-box {
	position: relative;
	padding-left: 40px;
	margin: 14px 0px;
	line-height: 1.8;
}
.status-box .label {
	display: block;
	min-width: 28px;
	text-align: center;
	position: absolute;
	line-height: 22px;
	left: 1px;
	top: -1px;
	font-size: 100%;
	padding: .2em .4em;
}


body.about-us .aub a {
	display: block;
	color: #FFF;
	font-weight: bold;
	background-color: #E72727;
	margin: 10px 0;
	border-radius: 5px;
	text-align: center;
}
body.about-us .aub a:hover { background-color: #ae1313; }
body.about-us .aub a div {
	padding-bottom: 50%;
	background-size: cover;
	background-position: center center;
}


.form-mailer .special-message { display: none; }


.depot-services-icon {
	display: inline-block;
	position: relative;
	background-color: #e72727;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: middle;
}
.depot-services-icon,
.depot-services-icon:hover,
.depot-services-icon:focus { color: #fff; }
.depot-services-icon span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.oh-table th { padding-right: 1em; }
.oh-table .oh-from:after { content: " to"; }
.oh-table .oh-to {
	padding-left: 4px;
	text-align: right;
}
.oh-table .oh-closed {
	text-transform: uppercase;
	text-align: center;
}
.col-md-4 .well .oh-table .oh-day { padding-right: 35px; }
body.home.index .well.impactful .oh-table { margin: 0 auto; }
body.home.index .col-md-4 .well.impactful .oh-table .oh-day { padding-right: 40px; }


@media (max-width: 550.98px) {
	body #content .col-content-left p img[src*="SQUARESPACE"] { margin-left: 15px; }
	body #content .col-content-left p img[src*="SQUARESPACE"] { max-width: 200px; }
}

@media (min-width: 405px) {
	#xmashours .modal-dialog { width: 385px; }
}

@media (min-width: 768px) {
	#contacts .dl-horizontal dt { width: 40px; }
	body.home.index #syc .well .btn,
	body.home.index #osa .well .btn {
		position: absolute;
		bottom: 49px;
	}
	body.home.index #syc .well:after,
	body.home.index #osa .well:after {
		content: '';
		display: block;
		height: 36px;
	}
	body.home.index #blog {margin-top: 15px; }
	body.home.index #blog ul { padding-left: 2em; }
	body.home.index #blog ul > li > a {
		display: inline-block;
		max-width: 385px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: bottom;
	}
	body.home.index .col-md-4 .well.impactful .oh-table .oh-day { padding-left: 8px; }
	body.page-scrap-my-car .well.impactful.video-tour { padding-bottom: 40%; }
}

@media (min-width: 992px) {
	#content .col-md-4.col-content-right,
	#content .col-xs-4.col-content-right,
	#content .col-md-5.col-content-right { padding-left: 30px; }
	#content .col-md-8.col-content-left,
	#content .col-xs-8.col-content-left,
	#content .col-md-7.col-content-left {
		padding-right: 30px;
		border-right: 1px solid #eee;
	}
	#content > .container > .row > .col-content-right:before {
		content: "";
		display: block;
		height: 45px;
	}
	#content .col-content-left > h1 + :first-of-type,
	#content .col-content-right > :first-child,
	#content > .container > .row > .col-xs-12 > h1 + :first-of-type,
	body.careers #content .col-content-right > h2 + :first-of-type { margin-top: 18px; }
}

@media (min-width: 1200px) {
	body.home.index #blog ul > li > a { max-width: 415px; }
}

@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
	.osa-list ul li .text-ellip { font-size: 120%; }
	.osa-list ul li .osar { line-height: 1.4; }
}

@media (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px) {
	.osa-list ul li .osac.c1 { width: 24%; }
	.osa-list ul li .osac.c2 { width: 76%; }
}

#content .page-image.pull-right { margin-top: 15px; }
#content .page-image.pull-left { margin-top: 15px; }
@media (max-width: 767.98px) {
	#content .page-image.pull-right {
		float: none ! important;
		margin-left: 0;
	}
	#content .page-image.pull-left {
		float: none ! important;
		margin-right: 0;
	}
	.float-xs-none { 
		float: none ! important;
		margin-left: 0 ! important;
		margin-right: 0 ! important;
	}
}
@media (min-width: 768px) {
	#content .page-image.pull-right { margin: 2px 0 6px 20px; }
	#content .page-image.pull-left { margin: 2px 20px 6px 0; }
}


:root {
	--target-height: 130px;
}
@keyframes target {
	from {
		height: var(--target-height);
		margin-top: calc(var(--target-height) * -1);
	}
	to {
		height: 0px;
		margin-top: 0px;
	}
}
:target:before {
	display: block;
	content: " ";
	height: var(--target-height);
	margin-top: calc(var(--target-height) * -1);
	visibility: hidden; 
	pointer-events: none;
	animation: target 0s step-start 0.5s forwards; /*removes height/margin by staying at 'to' animation position because of 'forwards'*/
}
@media (min-width: 768px) {
	:root {
		--target-height: 20px;
	}
}


p > a[href^="https://auctions.asm-autos.co.uk"].btn {
	white-space: normal;
	margin-top: 30px;
	margin-bottom: 40px;
	max-width: 250px;
}


.row.row-gutter-half {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.row.row-gutter-half .col-gutter-half {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.btn-xl {
	padding: 14px 18px;
	font-size: 18px;
	line-height: 1.333333;
	border-radius: 10px;
}
@media (min-width: 450px) {
	.btn-xl {
		padding: 16px 20px;
		font-size: 20px;
		border-radius: 10px;
	}
}


.store-buttons { margin-bottom: 10px; }
.store-buttons .fa-shopping-cart { color: #0C0; }
.store-buttons .btn {
	width: 100%;
	border-color: #adadad;
	margin-top: 11px;
	padding-top: 8.5px;
	padding-bottom: 8.5px;
}
.store-buttons .btn[href*="/cart/"] { background-color: #f8f9fa; }
@media (min-width: 992px) {
	.store-buttons {
		float: right;
		width: 360px;
	}
}


#parts-row-ui {
	--bg-70deg-gradient-wash: linear-gradient(70deg, rgba(255, 255, 255, 0.95) 33%, rgba(255, 255, 255, 0.65) 100%);
	--well-padding: 19px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#parts-row-ui .well {
	position: relative;
	background-position: center center;
	padding-bottom: 62px;
}
#parts-row-ui .well.impactful { background-size: cover; }
#parts-row-ui.variant-car .well.impactful.bg-make-model { background-image: var(--bg-70deg-gradient-wash), url('/image/fit-600/images/car-racks-with-fork-lifts.jpg'); }
#parts-row-ui.variant-car .well.impactful.bg-more-depts { background-image: var(--bg-70deg-gradient-wash), url('/image/fit-600/images/tyres.jpg'); }
#parts-row-ui.variant-motorcycle .well.impactful.bg-make-model { background-image: var(--bg-70deg-gradient-wash), url('/image/fit-600/images/motorbikes.jpg'); }
#parts-row-ui.variant-motorcycle .well.impactful.bg-more-depts { background-image: var(--bg-70deg-gradient-wash), url('/image/fit-600/images/engines.jpg'); }
#parts-row-ui .well.dual-cta { padding-bottom: 122px; }
#parts-row-ui .well.dual-cta .col-md-12:first-child { padding-bottom: 15px; }
@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
	#parts-row-ui .well,
	#parts-row-ui .well.dual-cta { padding-bottom: 62px; }
	#parts-row-ui .well.dual-cta .col-md-12:first-child { padding-bottom: 0; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#parts-row-ui .well,
	#parts-row-ui .well.dual-cta { padding-bottom: 122px; }
}

#parts-row-ui .btn-block { max-width: 290px; }
#parts-row-ui .btn-xl { margin-top: 110px; }
@media (min-width: 450px) {
	#parts-row-ui .btn-xl { margin-top: 150px; }
}
#parts-row-ui .parts-row-ui-cta {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: var(--well-padding);
}

#parts-row-ui .form-inline .form-group .form-control[name="parts_reg"].special.reg-plate {
	width: 100%;
	max-width: 210px;
}
@media (max-width: 374.98px), (min-width: 992px) and (max-width: 1199.98px) {
	#parts-row-ui .form-inline .form-group .form-control[name="parts_reg"].special.reg-plate { max-width: 195px; }
}

#parts-qualifier .list-fa-icons { padding-left: 0; }
#parts-qualifier .list-fa-icons li {
	font-size: 120%;
	margin: 12px 0;
	padding-left: 48px;
}
#parts-qualifier .list-fa-icons li .fa {
	width: 32px;
	color: #009300;
}

#parts-qualifier .document-cover { max-width: 180px; }



/*SYC form temp*/

.syc-form-static { position: relative; }

.syc-form-static .stretched-link::after { z-index: 3; }