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




/* kanit-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 400; /* to align with browser defaults */
	src: url('../fonts/kanit-v15-latin-300.woff2') format('woff2');
}
/* kanit-300italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Kanit';
	font-style: italic;
	font-weight: 400; /* to align with browser defaults */
	src: url('../fonts/kanit-v15-latin-300italic.woff2') format('woff2');
}
/* kanit-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 700; /* to align with browser defaults */
	src: url('../fonts/kanit-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-500italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Kanit';
	font-style: italic;
	font-weight: 700; /* to align with browser defaults */
	src: url('../fonts/kanit-v15-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-800 - latin */
@font-face {
	font-display: swap;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/kanit-v15-latin-800.woff2') format('woff2');
}
/* kanit-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/kanit-v15-latin-900.woff2') format('woff2');
}
/* Copyright 2020 The Kanit Project Authors (https://github.com/cadsondemak/kanit). Licensed under the SIL Open Font License, 1.1 https://openfontlicense.org/ via https://gwfh.mranftl.com/fonts/kanit?subsets=latin */




body { overflow-y: scroll; }

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

h1, .h1 { font-weight: 900; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: uppercase;
	text-wrap: balance;
}

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

p { margin: 0 0 15px; }

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

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

#content {
	position: relative;
	min-height: 370px;
}

.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; }

#logos img {
	height: 93px;
	margin: 0 9px 22px;
}




#navbarWrapper {
	border: 0;
	margin-bottom: 0;
}
#navbar { text-transform: uppercase; }
#navbar > ul > li > a {
	background: #122EFF;
	background: linear-gradient(to bottom, #02438C 0%,#0F82D5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02438C', endColorstr='#0F82D5',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 { min-height: 67px; }
.navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 19px;
	line-height: 1.5;
}
.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 {
	color: #000;
	text-decoration: none ! important;
	text-align: center;
}
a.navbar-toggle {
	padding-top: 7px;
	margin-right: 14px;
}
.navbar-toggle .fa { font-size: 20px; }
a.navbar-toggle:before {
	content: "";
	display: block;
	width: 28px;
}
a.navbar-toggle:after { margin: -1px 0 -2px 0; }
a.navbar-toggle[href^="tel:"]:after { content: "Call"; }
a.navbar-toggle[href^="mailto:"]:after { content: "Email"; }
@media (max-width: 385.98px) {
	.navbar-toggle { padding: 9px; }
	a.navbar-toggle { margin-right: 11px; }
}
@media (max-width: 372.98px) {
	.navbar-toggle { padding: 9px 8px; }
	a.navbar-toggle { margin-right: 10px; }
}
@media (max-width: 364.98px) {
	.navbar-toggle { padding: 9px 7px; }
	a.navbar-toggle { margin-right: 9px; }
}
@media (max-width: 356.98px) {
	.navbar-toggle { padding: 9px 6px; }
	a.navbar-toggle { margin-right: 8px; }
}
@media (max-width: 347.98px) {
	.navbar-toggle:last-child { display: none; }
}


#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 { display: block; }
.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: 1.5em;
	color: #000;
}
.well.impactful p { color: #000; }
/*.well.impactful p > strong { font-size: 115%; }*/

.list-unstyled.row .well.impactful {
	padding-bottom: 70%;
	margin: 15px 0;
	position: relative;
	color: #fff;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
body.home.index .list-unstyled.row .well.impactful { padding-bottom: 60%; }
@media (min-width: 768px) and (max-width: 991.98px) {
	.list-unstyled.row .well.impactful { font-size: 100%; }
}
body.home.index .list-unstyled.row { margin-bottom: 0; }
.list-unstyled.row .well.impactful:hover { border: 1px red solid; }
.list-unstyled.row .well.impactful span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.59) 100%);
}

.well.impactful.video-tour {
	display: block;
	position: relative;
	background-image: url('../img/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: 19px;
	left: 19px;
	line-height: 1.2 ! important;
}
.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) {
	.well.impactful.video-tour { margin-top: 18px; }
}


.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('../img/input-reg-plate.png');
	color: #333;
	font-family: 'UKreg', 'Impact', monospace;
	font-size: 27px;
}
.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('../img/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-md .form-control { height: 37.5px; }



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




footer {
	background-color: #ddd;
	box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.3) inset;
	padding-top: 20px;
	padding-bottom: 15px;
	overflow: hidden;
	margin-top: 0;
}
footer,
footer p a { color: #666; }
footer p a:hover,
footer p a:focus { color: #333; }
footer #logos a:hover, footer #logos a:focus, footer #logos a:active { text-decoration: none; }

footer nav {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 25px;
}
@media (max-width: 767.98px) {
	footer nav .list-inline > li { display: block; }
}
@media (min-width: 768px) {
	footer nav li:after {
		content: "•";
		display: inline-block;
		color: #e72727;
		margin-left: 12px;
	}
}
footer nav li:last-child:after { display: none; }


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

.list-fa-icons { padding-left: 5px; }
.list-fa-icons li {
	list-style: none;
	position: relative;
	padding-left: 36px;
	margin: 10px 0;
}
.list-fa-icons li .fa {
	position: absolute;
	left: 0px;
	top: 1.333333rem;
	width: 24px;
	text-align: center;
}
.text-green,
.fa-ul.fa-ul-lg .fa-li,
.list-fa-icons li .fa-check { color: #0C0; }
.list-fa-icons li .fa-times { color: #B44; }

.fa-ul.fa-ul-lg { margin-left: 3em; }
.fa-ul.fa-ul-lg li { margin-bottom: 8px; }
.fa-ul.fa-ul-lg li:last-child { margin-bottom: 0; }
.fa-ul.fa-ul-lg .fa-li { font-size: 1.75em; }


@media (orientation: portrait) {
	.embed-responsive-4by3.embed-responsive-portrait-rotate,
	.embed-responsive-16by9.embed-responsive-portrait-rotate {
		padding-bottom: calc(900% / 16 + 100%);
	}
}

.sites div[class*="col-"] {
	padding-top: .5rem;
	padding-bottom: 1rem;
}

.asm-syc-map-4c4d {
	background-image: url('../img/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('../img/syc-map-4c4d-sm.tiny.png'); }
}


#content .page-image.pull-right { margin-top: 15px; }
#content .page-image.pull-left { margin-top: 15px; }


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


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


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

.floatingCirclesG{
	position:relative;
	width:80px;
	height:80px;
	margin:auto;
	transform:scale(0.6);
}
.f_circleG{
	position:absolute;
	background-color:rgba(255,255,255,0.01);
	height:14px;
	width:14px;
	border-radius:7px;
	animation-name:f_fadeG;
	animation-duration:0.932s;
	animation-iteration-count:infinite;
	animation-direction:normal;
}
#frotateG_01{
	left:0;
	top:32px;
	animation-delay:0.3495s;
}
#frotateG_02{
	left:9px;
	top:9px;
	animation-delay:0.466s;
}
#frotateG_03{
	left:32px;
	top:0;
	animation-delay:0.5825s;
}
#frotateG_04{
	right:9px;
	top:9px;
	animation-delay:0.699s;
}
#frotateG_05{
	right:0;
	top:32px;
	animation-delay:0.8155s;
}
#frotateG_06{
	right:9px;
	bottom:9px;
	animation-delay:0.932s;
}
#frotateG_07{
	left:32px;
	bottom:0;
	animation-delay:1.0485s;
}
#frotateG_08{
	left:9px;
	bottom:9px;
	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) {
	ul, ol { padding-left: 25px; }
	#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, #990b0f 0%,#ed1c24 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990b0f', 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: 0;
	}
	#navbar > ul > li > a {
		padding: 16px;
		font-size: 20px;
		font-weight: bold;
		margin: 11px;
	}
	#navbar > ul > li > a > .glyphicon,
	#navbar > ul > li > a > .fa { margin-right: 15px; }
	#logos {
		text-align: center;
		margin-top: 25px;
	}
	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;
	}
	#hq-photo { padding-bottom: 52%; }
}

.visible-xxs-inline-block { display: none; }
@media (max-width: 374.98px) {
	.hidden-xxs { display: none ! important; }
	.visible-xxs-inline-block { display: inline-block; }
}

@media (max-width: 399.98px) {
	#navbarWrapper > .container > .row > div > a > img {
		left: 10px;
		top: 13px;
		height: 64px;
	}
}

@media (max-width: 767.98px) {
	#content .page-image.pull-right { float: none ! important; }
	#content .page-image.pull-left { float: none ! important; }
}

@media (min-width: 768px) {
	.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,
	footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar { border-radius: 0; }
	#navbarWrapper {
		background: #CC151A;
		background: linear-gradient(to bottom, #990b0f 0%,#ed1c24 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990b0f', endColorstr='#ed1c24',GradientType=0 );
	}
	#navbarWrapper > .container > .row > div { padding: 12px 0; }
	#navbarWrapper > .container {
		background: transparent url('../images/header-bg.2230x456.tiny.png') scroll no-repeat center center;
		/*background-size: contain;*/
		background-size: 120%;
		background-position: 90% 77%;
	}
	.navbar-nav {
		float: none;
		margin: 0 auto;
		width: 740px;
	}
	#navbar {
		background: #555;
		background: linear-gradient(to bottom, #555 0%,#222 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#222',GradientType=0 );
		padding-right: 0;
		padding-left: 5px;
	}
	#navbar > ul > li > a {
		line-height: 1;
		font-size: 10.5px;
		font-weight: bold;
		padding: 6.5px 7px 5.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; }
	#content .page-image.pull-right { margin: 2px 0 6px 20px; }
	#content .page-image.pull-left { margin: 2px 20px 6px 0; }
	#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: 100px;
		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: 122px;
	}
	#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 { font-size: 1.666667rem; }
	#opening .dl-horizontal dt { width: 102px; }
}



#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; }
	footer .col-xs-6.col-sm-4.col-md-2 { display: none; }
	a[href^="tel:"]:after,
	footer #logos a[href]:after { content: ""; }
}






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;
}

.attraction {
	display: block;
	text-align: center;
	margin-bottom: 1.2em;
	padding: 1em;
	border-top: 1px solid #E72727;
	border-bottom: 1px solid #E72727;
}
.well .attraction {
	padding: 0;
	margin: 0;
	border: 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; }


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

body.home.index h1:first-of-type:before { content: "Welcome to "; }
.well.impactful {
	background-size: cover;
	background-position: center center;
}
body.home.index #syc .well {
	background-image: url('../images/bg-car-racks-l.jpg');
	background-position: center right;
}
body.home.index #osa .well {
	background-image: url('../images/bg-car-racks-r.jpg');
	background-position: left center;
}
body.home.index #ucp .well { background-image: url('../images/bg-asm-autos-beetle.jpg'); }
body.home.index #utb .well { background-image: url('../images/bg-parts.jpg'); }
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; }

.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%; }


.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: 43px;
}


.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;
}


.carousel-caption {
	bottom: auto;
	top: 0;
	left: 0;
	font-weight: bold;
	padding: 15px 50px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.33) 0, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.33) 0,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.33) 0,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}


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;
}


body.careers .careers-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 .col-md-4 .well.impactful .oh-table .oh-day { padding-right: 40px; }


@media (max-width: 767.98px) {
	#translateThis { text-align: center; }
}

@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) {
	ul.list-inline-commas,
	.list-inline-commas > ul {
		padding-left: 0 ! important;
		margin-left: 0 ! important;
		list-style: none;
	}
	ul.list-inline-commas:before,
	.list-inline-commas > ul:before {
		content: " — ";
		margin: 0 5px 0 15px;
	}
	ul.list-inline-commas,
	.list-inline-commas > ul > li {
		padding: 0 !important;
		margin: 0 ! important;
		display: inline-block;
	}
	ul.list-inline-commas,
	.list-inline-commas > ul > li:after { content: ","; }
	ul.list-inline-commas,
	.list-inline-commas > ul > li:last-child:before { content: " and "; }
	ul.list-inline-commas,
	.list-inline-commas > ul > li:last-child:after { content: "."; }


	#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.scrap-my-car .well.impactful.video-tour { padding-bottom: 40%; }
}

@media (min-width: 992px) {
	.col-md-offset-1-5 { margin-left: 12.5%; }
	#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: 58px;
	}
	#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%; }
}


@keyframes target {
	from {
		height: 130px;
		margin-top: -130px;
	}
	to {
		height: 0px;
		margin-top: 0px;
	}
}
:target:before {
	display: block;
	content: " ";
	height: 130px;
	margin-top: -130px;
	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) {
	@keyframes target {
		from {
			height: 20px;
			margin-top: -20px;
		}
		to {
			height: 0px;
			margin-top: 0px;
		}
	}
	:target:before {
		padding-top: 20px;
		margin-top: -20px;
	}
}


/* 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: 88px; }
	.navbar {
		position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
		z-index: 1030;
	}
	#navbar {
		max-height: 380px;
		max-height: calc(100vh - 86px);
		overflow-y: auto;
	}
	#navbar > ul { margin-bottom: 75px; }
	#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;
	}
}
