@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700,300);
 
body {
	background:#FFF url(../Assets/assets-backgrounds/qb-background.jpg) center top no-repeat fixed;
	background-size: cover;
	color: #000;
}  

/* Fonts */


h1, .panel h1 {
	border-bottom: 4px solid #CCC;
	font-weight: 300;
	font-size: 2.0rem;
	padding-bottom:0.5rem;
	margin-bottom:1rem;
	text-transform:uppercase;
	line-height:1.1;
	letter-spacing:-0.05rem;
	font-family: 'Raleway', sans-serif;
}
h1 span, .panel h1 span {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-transform:uppercase;
} 
.page-header h1 {
	font-size: 2.3rem;
	padding: 1rem 2rem;
	margin-top: 4.5rem;
	background-color: rgba(0, 0, 0, 0.7);
	border-bottom: 0px solid #999999;
	color:#FFF;
}

h2, .panel h2 {
  font-family: 'Raleway', sans-serif; 
  font-weight: 400;
  font-size: 1.6rem;
  padding-bottom:0.6rem;
  margin-bottom:0rem;
  letter-spacing:-0.05rem;
}
h2.title {
  border-bottom: 4px solid #CCC;
  padding-bottom:0.1rem;
  margin-bottom:1rem;
  text-transform:uppercase;
}
h2 span, .panel h2 span {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}
h3, .panel h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:1rem;
	text-transform:uppercase;
}
h3.title a:link, h3.title a:active, h3.title a:visited {
	color:#333;
}
h3.title a:hover {
	color:#999;
}
h3.side-title {
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #414141;
  color: #FFF;
  padding: 0.5rem 1rem;
  margin: 0;
}
h4.service-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 300;
    background-color: #414141;
    color: #FFF;
    padding: 0.5rem 1rem;
    margin: 0;
    text-transform: uppercase;
}
.panel.dark h3 {
  color: white;
  margin-bottom: 0.5rem;
}

body, p {
	font-family: 'Open Sans', sans-serif; 
	font-weight:300;
	margin-bottom:0.7rem;
	font-size:0.9rem;
}

.panel p {
	font-size:0.9rem;
}
.panel.service p {
	font-size:0.9rem;
	background-color:#f1f1f1;
	padding:0.3rem 0.5rem;
}
.panel.dark p {
  color: #333;
  font-size: 0.8rem;
}
.panel.dark a {
	color:#333;
	font-weight:300;
}
.panel.dark a:hover {
	text-decoration:underline;
}
.panel.dark .button.expand {
	margin: 0.5rem 0;
	padding: 0.5rem 0;
	font-size: 1rem;
	font-weight: 400;
}
a { 
  color: #e31d29;
  text-decoration: none;
  line-height: inherit;
  font-weight:400;
}

a:hover {
	color:#1a1a1a;
}
hr {
  margin: 1.25rem 0 1.25rem;
}

hr.feature {
	border: solid #e5e5e5;
	border-width: 10px 0 0;
	clear: both;
	margin: 2rem 0;
	height: 0; 
}
.panel.dark hr {
	border: solid #CCC;
	border-width: 2px 0 0;
	clear: both;
	margin: 1rem 0;
	height: 0;
}
ul {
	margin-left:2rem;
}
li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:0.9rem;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		h1, .panel h1 {
			font-size:1.8rem;
		}
		h2, .panel h2 {
		  font-size: 1.4rem;
		}
		h3, .panel h3, h4, h5 {
			font-size:1rem;
		}
		body, p, li {
			font-size:0.6rem;
		}
	}
	@media only screen and (max-width: 40em) { 
		h1, .panel h1 {
			font-size:1.6rem;
		}
		h2, .panel h2 {
		  font-size: 1.4rem;
		}
	}
/* Backgrounds */
.panel {
	background: transparent;
	border-color: #FFF;
	border: 0px solid #d6d6d6;
	padding:1.25rem;
}

.panel.no-bottom {
	margin-bottom:0;
}
.panel.grey {
    background: #ECECEC;
}
.panel.dark {
  background: #f2f2f2;
  color: #333;
  border: 1px solid #D3D2D2;
}
.panel.dark-bg {
	background:#303030;
	color:#fff;
	border:0px solid #1d1d1d;
}

.panel.side {
	background:#f1f1f1;
}
.panel.service {
	background:#FFF;
	border-left:1px solid #f1f1f1;
}

.panel.newsletter-reg {
	padding:1.5rem 1rem;
	margin-bottom:0;
}

.grey-bg {
	background: #f1f1f1;
	border: 0px solid #CCC;
}

.panel.sponsor {
	border: 1px solid #d6d6d6;
	padding:1.5rem;	
}

.panel.shop-side {
  background-color: #ffffff;
  border: 1px solid #E3E3E3;
  padding: 0rem;
}

.top {
	padding-top:1rem!important;
}
.bottom {
	padding-bottom:1rem!important;
}
.top-2x {
	padding-top:2rem!important;
}
.bottom-2x {
	padding-bottom:2rem!important;
}

/* Change the width of the site container */

.row {
	max-width: 85rem;
}

.panel.page-title {
	margin-bottom:0px;
}

.LatestProduct .panel {
	background: #f2f2f2;
	margin: 0;
	border: 0px solid #C9C9C9;
}
@media only screen and (max-width: 40em) { 
	.LatestProduct .panel {
		margin-bottom: 1rem;
	}
}
.LatestProduct.news .panel  {
	background: #FFF;
	
}
.margin-bottom {
	margin-bottom: 1rem !important;
}
.margin-top {
	margin-top: 1rem !important;
}
.margin-bottom-2x {
	margin-bottom: 2rem !important;
}
.margin-top-2x {
	margin-top: 2rem !important;
}
.no-right {
	padding-right: 0 !important;
}

.no-left {
	padding-left: 0 !important;
}
section.black {
	background:#000;
	padding: 3rem 1rem;
}
section.white {
	padding: 3rem 1rem;
}
section.grey {
    background-color: #F5F5F5;
	padding: 3rem 1rem;
}
section.dark {
    background-color: #1a1a1a;
	padding: 3rem 1rem;
}
@media only screen and (max-width: 63.98em) { 
	.no-right {
		padding-right: 0.9375rem !important;
	}
	.slides .no-right {
		padding-right: 0 !important;
	}

	.no-left {
		padding-left: 0.9375rem !important;
	}
}


/* button changes */

button, .button {
	margin: 1.25rem 0 1.25rem 0;
	background-color: #e31d29;
	border-color: #FFFFFF;
	color: white;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-size:1.4rem;
} 
.button.dark {
	background-color:#333;
	color:#FFF!important;
}

button, .button .fa {
	margin-right: 5px;
	margin-left: 5px;
	color:#fff;
}

button, .newsletter {
	margin:0;
	padding: 0.7rem 0;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: #333;
	color: #FFF;
}

.hero-button {
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0.7rem 2rem;
    margin: 1.0rem 0 0.5rem 0;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.hero-button {
			font-size: 1rem;
			padding: 0.5rem 1rem;
			margin: 0.5rem 0;
		}
	}

	@media only screen and (max-width: 40em) {
		.hero-button {
			font-size: 0.65rem;
			padding: 0.2rem 0.5rem;
			margin: 0;
			text-transform: capitalize;
		}
	}
.h2-button {
	margin: 0rem;
	padding: 0.5rem!important;
    text-transform: none;
    letter-spacing: 1px;
}

/* New model enquire buttons */
.enquire-buttons .button.expand {
	font-size:1rem;
	margin:0;
}
.enquire-buttons .button.new-model-enquire {
	margin-bottom:0.1rem;
}
.enquire-buttons .button.new-model-testride, .enquire-buttons .button.new-model-finance {
	background-color:#A51116;
	font-size:1rem;
}
.enquire-buttons .button.new-model-testride:hover, .enquire-buttons .button.new-model-finance:hover {
	background-color:#333;
}
.enquire-buttons .button.new-model-testride {
	border-right: 3px solid #2E2E2E;
}


	@media only screen and (max-width: 40em) {
		.enquire-buttons .button.new-model-testride {
			border-right: 0px solid #2E2E2E;
		}
	}

/* Used model enquire buttons */
.enquire-buttons .button.used-model-enquire {
	margin-bottom:0.2rem;
}
.enquire-buttons .button.used-model-testride, .enquire-buttons .button.used-model-finance {
	background-color:#A51116;
	font-size:0.8rem;
}
.enquire-buttons .button.used-model-testride:hover, .enquire-buttons .button.used-model-finance:hover {
	background-color:#333;
}
.enquire-buttons .button.used-model-testride {
	border-right: 3px solid #FFF;
}


	@media only screen and (max-width: 40em) {
		.enquire-buttons .button.used-model-testride {
			border-right: 0px solid #2E2E2E;
		}
	}


.button-group > li .button {
	margin:0;
}



/* Column changes */

.full-width {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}


/* Breadcrumbs */
.breadcrumbs {
    border-style: solid;
    border-width: 0px;
    background-color: #FFF;
    border-color: gainsboro;
    border-radius: 0px;
	margin:0;
}
.breadcrumbs > * a {
  color: #E31D29;
}


/* backgrounds */

.white-bg {
  background-color: white;
  float: left;
  width: 100%;
  height: auto !Important;
  padding:1rem 0;
}
.row.latest_used_info {
	background:#f1f1f1;
	padding:0;
}
.white {
	background-color: #FFF;
	color:#000;
}
.white h2 {
	color:#000;
}

.lightgrey {
	background-color: #f2f2f2;
	color:#000;
}
.lightgrey h2 {
	color:#000;
}
.dark {
	background-color: #1a1a1a;
	color:#FFF;
}
.dark h2 {
	color:#FFF;
}

.black {
	background-color: #000;
	color:#FFF;
	}

.red {
	background-color:#b9121b;
}
.blue {
	background-color:#0e1226;
}

/* Borders */

.grey-top-border {
	border-top:#CCC 1px solid;
	}

.grey-bottom-border {
	border-bottom:#CCC 1px solid;
	}




.NewsletterReg .panel {
	/*background: url(../Assets/assets-backgrounds/newsletter-signup.jpg) center;*/
}

form.NewsletterReg input[type="text"], form.NewsletterReg input[type="email"] {
  padding: 1rem 1rem;
  height: auto;
}


/* Section Classes */

section.nav { 
	background-color:#414141;

} 
	@media only screen and (max-width: 40em) {
		section.nav { 
			margin-bottom: 0rem;
		} 
	}
.contain-to-grid, .top-bar-section li:not(.has-form) a:not(.button) {
	background:#414141;
}

section.no-padding {
	padding:0;
}
section.SubFooter {
	background-color: #333;
	padding: 0rem 0px;
} 




/* Header changes */

section.header {
	padding: 1rem 0rem !important;
	background: #000000 url(../Assets/assets-header/header-background.png) repeat scroll center top;	
}
.sub-header {
	padding: 1rem 0 0 0;
	background: #000000 url(../Assets/assets-header/sub-header-background.png) repeat scroll center top;	

}
.header h3 {
    color: #E8E8E8;
    text-transform: none;
    font-size: 0.7rem;
    margin: 0.5rem 0 0 0;
    padding: 0;
}
.header hr {
	border: solid #414141;
	border-width: 1px 0 0;
	margin:0.5rem 0 1rem 0;
}
.header-details {
    float: left;
    text-align: left;
    padding: 0 0 0 1.5rem;
    margin: 0.5rem 0 0 1.5rem;
    top: 0;
    position: relative;
	-moz-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;

}
.header-details a {
    color: white;
}
.header .header-logo {
    float: left;
    -moz-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}
.header-details h3 {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
.header-details p {
	color:#FFF;
    font-size: 1rem;
	font-weight:400;
    margin: 0;
	padding:0;
}
.header-details .fa {
    color: #FFF;
    font-size: 1.2rem;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.brand-logos {
	display: none;
}
.header .social-icons {
	float: right;
	margin: 0 0 0 0;
}
.header .social-icons img {
	width: auto;
	height: auto;
	margin-top: 1rem;
}
.header .social-icons img.black-county-logo {
    width: 100px;
    margin-top: 0;
    margin-right: 50px;
}

	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.header h3 {
			font-size: 0.5rem;
		}
		.header-details h3 {
			font-size: 0.8rem;
		}			
	}

	@media only screen and (max-width: 40em) { 
		.header {
			padding: 1rem;
		}
		.header h3 {
			font-size: 0.5rem;
		}
		.header .header-logo {
			width: 50%;
		}	
		.header-details {
			width: 50%;
			margin: 0;
		}	
		.header-details h3 {
			font-size: 0.8rem;
		}			
	}

/* Section Headers */

#aboutus-header {
  background-image: url(../Assets/assets-gallery/about-us/pageheader.jpg);
}  
#service-header {
  background-image: url(../Assets/assets-gallery/service/pageheader.jpg);
}

.page-header {
	width: 100%;
	min-height: 200px;
	border: 0px solid #000;
	margin: 0 0 2rem 0;
	padding: 0;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.page-title {
	width: auto;
	position: absolute;
}




/* Nav Changes */ 

.top-bar {
  height: 50px;
  line-height: 50px;
  background:#414141; 
}
.top-bar-section {
	text-align:center;
}
.top-bar-section ul {
	display:inline-block;	
}
.top-bar .name {
  height: 50px;
  width: auto;  
}

.contain-to-grid .top-bar {
	max-width: 85rem;
	margin: 0 auto;
	margin-bottom: 0;
	background: none;
}
.top-bar-section ul li {
    background: #414141;
    text-align: left;
}
.top-bar-section .fa {
    font-size: 1.6rem;
    top: 3px;
    position: relative;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background:#414141;
	line-height:50px;
  padding: 0 10px;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	line-height:45px;
}
.top-bar-section ul li:not(.has-form) > a.bikers-logo {
	width: 40%!important;
	padding: 0!important;
	background:#000!important;
}
.top-bar-section ul li:hover:not(.has-form) > a.bikers-logo {
	width: 40%!important;
	padding: 0!important;
	background:#000!important;
}
.top-bar-section .has-dropdown > a::after {
	top: 25.5px; 
}

.top-bar-section ul li > a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.top-bar-section ul li > a {
		  font-size: 0.7rem;
		}
	}
	/* Drop down hover states */
		.top-bar-section li:not(.has-form) a:not(.button):hover {
		  background-color: #e10613;
		  background: #e10613;
		}
		.top-bar-section ul li:hover:not(.has-form) > a {
			background-color: #e10613;
			background: #e10613;
			color: #f1f1f1;
		}
		.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
			color: #f1f1f1;
			background: #e10613;
			font-weight: 400;
			font-size: 0.8rem;
			text-transform:uppercase;
			padding: 0 1.5rem 0 1rem;
		}
			@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
				.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
				  font-size: 0.7rem;
				}
			}
		.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
			color: #e10613;
			background-color: #FFF; 
			background: #FFF;
		}



/* footer styling */
footer {
    background-color: #1c1c1c;
    border-top: 1px #CCC solid;
    padding: 1.5rem 0;
}
footer .full-width.dark {
    background-color: #1c1c1c;
}
.SubFooter {
    background-color: #1a1a1a;
	border-top:1px solid #101010;
	padding:1.5rem 0 2rem 0;
}
footer ul {
	list-style:none;
	margin:0;
}
footer li {
	margin: 0 0 10px 0;
    line-height: 0;
}
footer p, footer a {
    font-size: 0.8rem;
	color:#ababad;
}
footer h2 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 300;
}
footer h3 {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1rem;
}
.SubFooter p {
    font-size: 0.8rem;
    line-height: 1;
    color: #bababa;
    padding: 1rem 0;
    margin: 0;
    text-align: center;
}
footer a:hover {
	color:white;
}
footer strong {
	color:#bfbfc0;
}
footer hr {
    border: solid #292929;
    margin: 1.75rem 0 1.7875rem;
    border-width: 5px 0 0;
    clear: both;
    height: 0;
}
footer .button.small {
	border-color: #444444;
	color: #f1f1f1;
	margin: 0;
}
footer h5.copyright {
	float:left;
}
.footer-logo {
    float: left;
    opacity: 1;
	margin-top: 4rem;
}
.social-icons {
	margin-bottom:1rem;
}
.social-icons img {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 5px 0 0;
}
#FooterDepartments {
    height: 180px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
#FooterDepartments li {
    display: inline-block; 
    padding-bottom: 10px;
	width: auto;  
}
.apelogo, .aprilialogo, .gileralogo, .motoguzzilogo, .wibikelogo, .piaggiologo, .vespalogo, .bulletlogo, .symlogo, .riejulogo, .lambrettalogo {
	opacity:0.8;
}
.apelogo:hover, .aprilialogo:hover, .gileralogo:hover, .motoguzzilogo:hover, .wibikelogo:hover, .piaggiologo:hover, .vespalogo:hover, .bulletlogo:hover, .symlogo:hover, .rieju-logo:hover, .lambretta-logo:hover {
	opacity:1;
}
	@media only screen and (max-width: 40em) {
		.full-width.footer {
			padding: 1.5rem 0;
		}
		.full-width.sub-footer {
			padding:0.8rem;
		}
		#FooterDepartments {
			height: auto;
			-webkit-column-count: 1;
		    -moz-column-count: 1;
		    column-count: 1;
		}
		#FooterDepartments .fa {
			margin-left:10px; 
		}
		.footer div {
			margin-bottom:1rem;	
		    text-align: center;
		}
		.social-icons {
			float: left;
			display: block;
			margin: 0.5rem auto;
			width: 100%;
		}
		.social-icons img {
			float:none;
			margin:0 0px 0 0;
		}
		.footer-logo {
			float:none;
			display: block;
			width: 300px;
			margin: 0.5rem auto;
		}
		.footer h5.copyright {
			float:none;
			text-align:center;
		}
		.sub-footer p.provider {
			float:none;
			text-align:center;
		}
		.footer img.footer-logo {
			width: 60%;
			margin: 0 auto 15px;
		}
	}


/* Orbit Container */

.orbit-bullets {
	margin: 10px 20px 5px auto;
	overflow: hidden;
	position: relative;
	top: -35px;
	float: none;
	text-align: right;
	display: block;
}



/* Slideshow changes */

.slide-content {
	margin-left: 7%;
    margin-bottom: 3%;
    bottom: 0;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem 1rem 1rem 2.5rem;
    width: 40%;
}
	
.slide-container img {
	width:100%;
	height:auto;
}

.slick-slide img {
	margin: 0 auto;
}

.slick-next {
  right: 0px;
}

.slick-prev {
	left: 0px;
}

.slick-prev, .slick-next {
	background: #333;
	background: rgba(23, 23, 23, 0.7);
	height: 65px;
	width: 40px;
	top:45%;
}

	@media only screen and (max-width: 40em) {
		.slick-prev, .slick-next {
		  top: 35%;
		  display:none !Important;
		}
	}
.slick-slider {
	margin-bottom: 0rem;
}

.slick-dots {
	bottom: 0px;
	text-align: right;
	width: 95%;
}

.slick-dots li {
	margin: 0;
}

.slick-prev:before, .slick-next:before {
	font: normal normal normal 24px/1 FontAwesome;
}

.slick-prev:before {
  content: "\f053";
}
.slick-next:before {
  content: "\f054";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background:#000;
	background: rgba(255, 0, 0, 1);
	color: transparent;
}

.slick-dots {
  text-align: right;
  width: 98%;
  bottom: 10px;
  margin: 0;
}

.slick-dots li button:before {
	font-size: 45px;
	color:#FFF;
}

.slick-dots li.slick-active button::before {
    color: #DF3333;
    opacity: 0.75; 
}

.bg-image {
	top: 0;
	left: 0;
	width: 100%;
}

.slide-content h2 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
    color: #FFF;	
}

.slide-content span {
	font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
}


	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.slide-content h2, .new-models-slide-content h1 {
			font-size: 0.8rem;
			line-height: 1.2rem;
		}
		.slide-content span {
			font-size: 2.4rem;
			line-height: 3rem;
		}
	}


	@media only screen and (max-width: 40em) {
		.slide-content {
			margin-left: 0%;
			margin-bottom: 0;
			position: absolute;
			z-index: 10;
			padding: 0.5rem;
			background-color: rgb(0 0 0 / 35%);
			width: 100%;
		}
		.new-models-slide-content {
			margin-left: 0%;
			margin-top: 0%;
			position: absolute;
			z-index: 10;
			padding: 1rem 1.5rem 1rem 1.5rem;	
		}
		.slide-content h2 {
  			font-size: 0.6rem;
			line-height: 1.2em;
		}
		.slide-content span {
			font-size: 0.8rem;
			line-height: 1.5;
		}
		.new-models-slide-content span br {
			display:none;	
		}
	}



/* Brand Slider */
.logo-container {
	padding: 2.5rem 0;
}
.partners-slider .slick-slide {
	padding: 0 1rem;
}
.partners-slider .slick-prev, .partners-slider .slick-next {
    top: 20%;
}
.partners-slider .slick-prev {
    left: -70px;
}
.partners-slider .slick-next {
    right: -70px;
}
	@media only screen and (max-width: 40em) {
		.logo-container {
			padding: 1rem 0;
		}
		.partners-slider .slick-slide {
			padding: 0 0;
		}
	}

.qb-promotion img {
  border: 5px solid #dddddd;
  cursor: pointer;
}

.qb-promotion img:hover {
  border: 5px solid #AB0210;
}


/* Modal */
.reveal-modal h2 {
	font-size:2.2rem;
    font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	border-bottom:1px solid #999;
	padding-bottom:0.2rem;
	margin-bottom:1rem;
}
.reveal-modal p {
	color:#1a1a1a;
	font-size:0.8rem;
}
.reveal-modal p.spec-description {
    font-style: italic;
}
.reveal-modal p.lead {
	font-size:1rem;
	margin:0;
    font-style: italic;
	font-weight:400;
}
.reveal-modal p.title {
	font-size:1.4rem;
    font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-weight:600;
}
.reveal-modal span {
	font-weight:bold;
}

/* Index */

section.hero-banners {
}
	@media only screen and (max-width: 40em) {
		section.hero-banners {
			margin:0;
		}
	}
.row.banners-one {

}
	@media only screen and (max-width: 40em) {
		.row.banners-one {
			margin-top:0rem;
		}
	}

.row.banners-one li {
	padding: 1rem 0.625rem;
}

.row.index-content {
	padding-bottom:1rem;
}

.brand-logos .dark-logo a {

}

.row.LatestNews {
	margin: 0;
	padding:0.5rem 0;
	background-color: #f1f1f1;
}

.row.LatestNews.Alt {
	margin: 0;
	padding:0.5rem 0;
	background-color: #d3d3d3;
}

.LatestNews h3.title a {
	color:#000;
	font-family: 'Lato' ,Arial,sans-serif;
	font-size: 1.2rem;
	font-weight:400; 
}

.LatestNews h3.title a:hover {
	color:#AB0210;
}


.LatestNews .NewsInfo p {
	font-size: 0.8rem;
	color:#333;
}

.panel p.latest-news-title {
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0 0 0.3rem 0;
	line-height: 1.6rem;
	font-weight:400;
}

.panel p.latest-news-title a {
	color:#000;
}

.panel p.latest-news-desc {
	margin:0;
}
.row.banners-two {
	padding-top: 1rem;
	padding-bottom:1rem;
}

.NewsletterReg h2 {
	color: #fff;
	border-color: #333;
	border-width:3px;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}


.site_news_summary a:link, .site_news_summary a:visited {
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  color: #AB0210;
  text-transform:uppercase;
}


.site_news_summary > .button {
  color: #FFF !important;
  /*padding-top: 0.875rem!important;
  padding-right: 1.75rem!important;
  padding-bottom: 0.9375rem!important;
  padding-left: 1.75rem!important;*/
  font-size: 0.8125rem!important;
  margin:0;
}

.NewsImage {
	margin-bottom:1rem;
    min-height: 163px;
    max-height: 163px;
    overflow: hidden;
}
.StoryHeader h3 {
	border-bottom:0px solid;
    line-height: 1.4rem;
	font-size:1rem;	
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) {
		.NewsImage {
			margin-bottom:1rem;
			min-height: auto;
			max-height: none;
		}
		.StoryHeader h3 {
			border-bottom:0px solid;
			line-height: 1.2rem;
			font-size:0.8rem;	
		}
		.NewsInfo p {
			font-size:0.6rem;	
		}
	}



/* New Models page */
.new-model-container {
	border-style: solid;
	border-width: 0px;
	border-color: #000;
}
.flex-video iframe{
	max-height: 500px;
}
.flex-video{
	padding-bottom: 50%;
}
/*@media only screen and (max-width: 64em) { 
	.new-model-container {
		padding-right: 0.9375rem;
	}

	.new-model-tally-container {
		padding-left: 0.9375rem;
	}
}*/


.magellan-container {
	padding: 0 !important;
	background: #000;
}
 
.tally-container {
	border-style: solid;
	border-width: 1px;
	border-color: #D8D8D8;
	/* background: #2e2e2e; */
	margin-top: 1rem;
	position: relative;
}	

.tally-container.fixed {
	margin-top: 0rem;
}	

[data-magellan-expedition], [data-magellan-expedition-clone] {
	overflow: hidden;
}

.sub-nav dd {
	display: inline-block;
	list-style:none;
	border-radius: 0px;
	background: #1a1a1a;
}

.sub-nav dd a {
	text-decoration: none;
	color: #FFF;
	padding: 0.1875rem 1rem;
}


.model-description {
	margin: 0.5rem 0 1rem 0;
    color: #333;	
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.new-model-tally-container {
	padding-left:0;
	border-style: solid;
	border-width: 0px;
	border-color: #000;
}


.model-description h3 {
    font-family: 'Raleway', sans-serif;
	font-size:1.4rem;
	line-height:2rem;
	text-transform:none;
	border-bottom:1px solid #999;
	padding-bottom:0.5rem;
	text-transform:uppercase;
}


.clearing-thumbs li, [data-clearing] li {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 30%;
}

.clearing-thumbs li.MainImage, [data-clearing] li.MainImage {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 100%;
}

.clearing-thumbs li.HiddenImage, [data-clearing] li.HiddenImage {
    display: none;
}

.featured-accessories {
	padding:5px;
	padding: 0.5rem;
    cursor: pointer;	
}

.featured-accessories p {
	text-align:center;
	padding:2px;
	padding:0.2rem;
	margin-bottom: 0px; 
}

.featured-accessories-check.checked {
    color: #FFFFFF !important;
    background-color: #008cba;
    padding: 5px !important;
}

.featured-accessories-check.unchecked {
    color: #FFFFFF;
    background-color: #2E2E2E;
    padding: 5px !important;
}

.featured-accessories-total-overlay-container {
    position: absolute;
    color: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    visibility:hidden;
}

.featured-accessories-total-overlay {
    background-color: #101010;
    opacity: 0.8;
    height: 100%;
}

.featured-accessories-total-overlay img {
    position: absolute;
}

.accordion .accordion-navigation, .accordion dd {
	margin-bottom: 0.5rem !important;
}

.accordion .accordion-navigation > a, .accordion dd > a {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	color: #222222;
	padding: 0.5rem;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
	border:1px solid #D4D4D4;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
	background: #e8e8e8;
}

.new-model-tally-container .panel {
	background-color:#2e2e2e;
}

.new-model-tally-container h2 {
	font-size:1.6rem;
	font-family: 'delta_probook_italic',Arial,sans-serif;
}

.new-model-tally-container h1, .new-model-tally-container h2, .new-model-tally-container h3, .new-model-tally-container p, .new-model-tally-container li {
	color:white;
}

.new-model-tally-container p {
	margin-bottom:0.5rem;
}

.new-model-tally-container li {
	font-size:0.8rem;
}

.new-model-tally-container li span {
	color:#5AAC26;
	font-weight:bold;
	font-size:1rem;
}

.new-model-tally-container .tally-price {
	font-family: 'delta_probold_italic',Arial,sans-serif;
	color:#5AAC26;
	border-top:2px solid #4c4c4c;
	border-bottom:2px solid #4c4c4c;
	padding:0.5rem 0;
}


.new-model-tally-container .radio-label {
	color:white;
}


/*Used bikes page*/

.used-list-header {
    background-color: #414141;
    border-color: #414141;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 1rem;
	padding: 1rem;
}

.used-list-header h3 {
	color:#fff;
	margin:0;
	padding:0;
	font-size: 1.4rem;
}

.used-list-header h3.used_list_price {
	font-weight:600;
	float:right;
	color:#E10613;
    margin-top: 0.3rem;
    font-size: 2rem;
}

@media only screen and (max-width: 40em) { 
	.used-list-header h3 {
		text-align:center;
	}
	.used-list-header h3.used_list_price {
		float:none;
		text-align:center;
		margin-top:0.5rem;
	}
}

.used-list-title, .used-list-price {
  /*padding: 0rem 2rem;*/
}
.used-list-divider hr {
	margin:1rem;
}

p.used-list-number {
	font-weight:bold;
	margin-bottom:0.5rem;
}

.more-info-container {
	padding:0;
}

@media only screen and (max-width: 40em) { 
	.more-info-container {
		margin-top: 1rem;
	}
}

.button-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:1.2rem;
	margin-bottom:0.2rem;
}
.button-text-small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:0.8rem;
}
.button.filter {
	padding:1rem 0;
}
.button.used-list-photos {
	margin: 0.5rem 0 0 0;
	background: #fff;
	font-size: 0.8rem;
	color: #545454;
	padding:0.2rem 0;
}
.used-list-photos .fa {
	color: #545454;
}
.button.mobile_used_list {
	margin:0.2rem 0;
}


.used-header {
	background-color: #E31D29;
	border-color: #E31D29;
	border-width:1px;
	border-style:solid;
	margin-bottom:1rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}

.used-header .button {
	margin-top:0.5rem;
	margin-bottom:0;
	background-color: #333;
}

.used-header .button:hover {
	background-color: #1a1a1a;
}

.used-header h3 {
	margin-bottom: 0.5rem;
	color: white;
	font-size: 1.6rem;
}

.used-header h3 span {
	font-weight:800;
}

.clearing-thumbs li, [data-clearing] li {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 30%;
}

.clearing-thumbs li.MainImage, [data-clearing] li.MainImage {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 100%;
}

.clearing-thumbs li.HiddenImage, [data-clearing] li.HiddenImage {
    display: none;
}

.used-bike-overlay-container {
  position: absolute;
  color: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  visibility: hidden;
}
.used-filter-alert {
    display: none;
    text-align: center;
    position: absolute;
    height: auto;
    width: 430px;
    background: #FFFFB3;
    margin-left: 320px;
    margin-top: -20px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 10px;
    z-index: 2;
}

.used-filter-alert::after {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #fffdc5;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -14px;
    margin-left: -14px;
}

.used-filter-alert::before {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #d7d7d7;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
}

.used-filter-alert h3, .used-filter-alert p {
    color: #666 !important;
}

p.view-gallery {
	cursor: pointer;
	color: #ab0210;
	text-decoration: underline;
	font-size: 0.8rem;
	margin: 0.5rem 0rem;
	float: left;
}

p.view-gallery:hover {
	color: #333;
}


.filter-label {
	margin-bottom: 0.8rem;
	cursor: pointer;
	margin-top: 0.1rem;
	opacity:0.6;
}

.filter-label:hover {
	opacity:1;
}
 
.filter-label > .fa {
	font-size:1.2rem;
	color:#F00;
}

.clearing-assembled .clearing-container .carousel .view-gallery {
	display: none;
}

.ProductHeader h3.title {
	font-size: 1.2rem;
	font-weight: 300;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	margin-top: 0.5rem;
}

.ProductPrice h3.price {
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin-top: 0.5rem;
	line-height:1.4rem; 
}

.ProductPrice h3.price span {
	color:#b21a26;
	font-size:1.2rem;
	font-weight:600;
}

@media only screen and (max-width: 40em) { 
	.ProductHeader h3.title {
		font-size: 1.8rem;
		text-align:center;	
	}
	.ProductPrice h3.price {
		font-size: 1rem;
		text-align:center;	
	}
	
	.ProductPrice h3.price span {
		font-size:1.6rem;
		text-align:center;	
	}
	.ProductButton .button {
		width:100%;
		text-align:center;	
	}
}



/* New Used Bike Page */
/* New Used Bike Page */
/* New Used Bike Page */
.used-container {
	padding: 2rem 0;
} 

    /*  Filters */
	.selectlist-filter-container > div:nth-of-type(3) select, .selectlist-filter-container > div:nth-of-type(4) select {
		margin-bottom: 0;
	}
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #ed1b2e !important;
        background: #ed1b2e !Important;
    }
    .ui-widget-header {
        background: #dddddd !important;
    }
    .ui-widget.ui-widget-content {
		border: 1px solid #cccccc !important;
    }
	.ui-slider-horizontal .ui-slider-handle {
		margin-left: 0 !important;
	}
	.ui-slider-horizontal .ui-slider-handle:last-child {
		margin-left: -1.2em !important;
	}
	.panel.filters {
		margin-bottom: 0;
	}
    .filters h3, .filters label {
        
    }
    .filters label {
    	font-weight: normal;
		font-size: 0.9rem;
		margin-bottom: 0.7rem;
    }
    .filters label span {
    	font-weight: bold;
    }	
    .filters hr {
        border: solid #565650;
        border-width: 1px 0 0;
        clear: both;
        margin: 1.25rem 0 1.1875rem;
        height: 0;
    }
	.filter-value-container p {
    margin: 1rem 0 0 0;
	}
    .filters button, .filters .button {
	padding: 0.7rem 0;
    margin: 0 0 0.5rem;
    }
    input[type="text"][readonly].filter-amount {
        display: inline-block;
        width: auto;
        height: auto;
        background: none;
        border-style: none;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
        padding: 0;
        margin: 0;
    }
	.price-slider-container, .mileage-slider-container {
		margin-bottom: 0rem;
	}
    
    /* Page Sorter */
    .page-sorter {
        font-size:0.8rem;
        text-align:right;
        padding: 0.7rem 0;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom:1rem;
    }
    .page-sorter span {
        margin: 0 0.5rem;
    }
    .page-sorter span.grid-toggles a.toggle-view {
        color:#ababab;
	    margin: 0 3px 0 0;		
    }	
    .page-sorter span.grid-toggles a.toggle-view.active {
        color:#1a1a1a;
    }		
    .page-sorter span.grid-toggles a.toggle-view:hover {
        color:#1a1a1a;
    }	
    .page-sorter span.bike-count {
        float:left;
    }
    .page-sorter span.featured-container input[type="checkbox"] {
        margin: 0;
        top: 0px;
        position: relative;
    }
    .page-sorter select {
        background-color: #fafafa;
        border: 1px solid #cccccc;
        padding: 5px;
        margin:0px;
        font-size: 9px;
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: rgba(0, 0, 0, 0.75);
        line-height: normal;
        border-radius: 0;
        height: 20px;
        width:80px; 
        border-radius:2px;
    }
    .page-sorter select.sort-by {
        width:80px; 
    }
    .page-sorter select.results-per-page {
        width:50px; 
    }

    /* No Bikes Message */
    .no-results-message {
        text-align:center;
        margin:1.5rem 0;
    }

    /* Used Bikes List View */
    .list-view .used-bike-container {
		background: #FFF;
		border: 5px solid #CCC;
        margin-bottom: 1rem;
        padding: 0.7rem 0.5rem;
        width: 100%;
    }
    .list-view .used-bike-image-container {
        width:25%;
        position:relative;
        float:left;
        padding-left: 0.5375rem;
        padding-right: 0.5375rem;
    }
    .list-view .used-bike-detail-container {
        width:75%;
        position:relative;
        float:left;
        padding-left: 0.5375rem;
        padding-right: 0.5375rem;
    }
    .list-view .used-bike-header, .list-view .used-bike-details {
        width:100%;
        position:relative;
        float:left;
		margin-bottom: 1rem;
    }
    .list-view .used-bike-contact, .list-view .used-bike-link {
        width:50%;
        position:relative;
        float:left;
    }
    .list-view .used-bike-container h3.title {
		float: left;
		width: 70%;
		font-size: 1.4rem;
		line-height: 1.4rem;
		margin: 0;
		position: relative;
		top: 5px;
    }
    .list-view .used-bike-container h3.price {
		float: left;
		text-align: right;
		width: 30%;
		font-size: 1.6rem;
		line-height: 1.6rem;
		margin: 0;
		color: #ed1b2e;
    }
    .list-view .used-bike-container h3.price span.old-price {
        font-size: 0.9rem;
        color: #333333;
        position: relative;
        top: 5px;
        text-decoration: line-through
    }
    .list-view .used-bike-container ul {
        margin:0;
    }
    .list-view .used-bike-container li {
        display: inline-block;
        list-style: none;
        line-height: 1;
        margin: 0 0 10px 0;
	    font-size: 0.8rem;		
    }
    .list-view .used-bike-container li span.spacer, .list-view .used-bike-container span.spacer {
		margin: 0 3px;
		color: #ed1b2e;
		font-weight: bold;
		font-size: 1.4rem;
		position: relative;
		top: 4px;
    }
    .list-view .used-bike-container p {
        font-size:0.75rem;
    }
    .list-view .used-bike-container p.office-number {
        font-size: 0.9rem;
        font-weight: bold;
    }
    .list-view .used-bike-container p.office-number .fa {
        font-size: 1.4rem;
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
    }
   .list-view .used-bike-container li.monthly-repayment {
		float: right;	
    }
    .list-view .used-bike-container li.monthly-repayment span {
		color: #ed1b2e;
		font-weight: 600;
    }	
	.list-view .used-bike-container li.monthly-repayment span.finance-tooltip {
		color: #1a1a1a;
		font-size: 0.7rem;
		position: relative;
		top: -1px;
	    display: none;
}
    .list-view .used-bike-link .button {
        margin: 0.5rem 0;
        font-size: 0.7rem;
        float:right;
    }
    .list-view button, .list-view .button {
        margin:0;
    }
    .list-view .button.used-list-photos {
        margin: 0.5rem 0 0 0;
        background: transparent;
        font-size: 0.8rem;
        color: #545454;
        padding: 0.2rem 0;
    }
            @media only screen and (max-width: 40em) {
                .list-view .used-bike-container {
                    text-align:center;
                }
                .list-view .used-bike-image-container, .list-view .used-bike-detail-container {
                    width: 100%;
                }
                .list-view .used-bike-container h3.title, .list-view .used-bike-container h3.price {
                    width: 100%;
                    text-align:center;
                }
                .list-view .used-bike-container h3.title {
                    font-size: 1rem;
                    margin: 0.5rem 0;
                    line-height: 1.2rem;
                }
                .list-view .used-bike-image-count {
                    display:none;
                }
                .list-view .used-bike-container p.description {
                    display:none;
                }
                .list-view .used-bike-contact, .list-view .used-bike-link {
                    width: 100%;
                }
                .list-view .used-bike-link .button {
                    width: 100%;
                }
                .list-view .used-bike-container ul {
                    display:none;
                }
            }

	/* Used Specification */
	.used-bike-specifications ul {
	    list-style: none;
        margin: 0;
	}
	.used-bike-specifications li {
        color:  #1a1a1a;
	    border-bottom: 1px solid #ececec;
        padding: 0.9rem 0;
        font-size: 1rem;
        line-height: 1;
	}
	.used-bike-specifications li:first-child {
	    border-top: 1px solid #ececec;
	}
	.used-bike-specifications li span span {
        float: right;
        color:  #1a1a1a;
        font-size: 1rem;
	}
	.bike-specifications li[data-specification="stock-reference"] {
		display: none;
	}	

	/* List view Finance Table */
	.finance-table-container {
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid #f1f1f1;
		overflow: auto;
		overflow-y: hidden;		
	}
	.finance-table-container p {
		margin-bottom: 0;
	    font-size: 0.7rem !important;		
		font-style: italic;
	}
	.finance-table-container table {	
		margin-bottom: 0;
	}
	table.finance-table thead {
		background: #4a4f54;
	}
	table.finance-table thead tr th {
		font-size: 0.7rem;
		line-height: 1rem;
		text-align: center;
		text-transform: capitalize;
		color: #FFF;
	}
	table.finance-table tr td {
		font-size: 0.6rem;
		padding: 0.1625rem 0.425rem;
		text-align: center;
	}
	table.finance-table tr td p {
		margin: 0 !important;
	}
	table.finance-table tr td .button.tiny {
		padding: 0.3625rem 0.725rem;
		text-transform: none;
	}
	
	@media only screen and (max-width: 1020px) {	
		table.finance-table thead tr th {
			font-size: 0.6rem;
		}
	}
	
	@media only screen and (max-width: 920px) {	
		table.finance-table thead tr th {
			font-size: 0.5rem;
		}
		table.finance-table tr td {
			font-size: 0.6rem;
		}		
	}
	
	@media only screen and (max-width: 40em) {
		.finance-table-container {
			display: none;
		}
		table.finance-table thead tr th {
			font-size: 0.6rem;
		}
		table.finance-table tr td {
			font-size: 0.6rem;
		}			
		p.mobile-table-text {
			font-style: italic;
			font-size: 0.7rem;
		}
		p.mobile-table-text .fa {
			font-size: 1.2rem;
			color: #dc1e33;
			margin-right: 10px;
			top: 2px;
			position: relative;
		}		
	}

   /* Used Bikes Grid View */
    .grid-view .used-bike-container {
		background: #FFF;
		border: 3px solid #CCC;
        margin: 0 5px 10px;
        width: 24%;
        position: relative;
		padding-left: 0.23333rem;
		padding-right: 0.23333rem;
        float: left;
    }
    .grid-view .used-bike-image-container {
        width:100%;
        position:relative;
        float:left;
        padding-left: 0.5375rem;
        padding-right: 0.5375rem;
    }
    .grid-view .used-bike-detail-container {
        width:100%;
        position:relative;
        float:left;
        padding-left: 0.5375rem;
        padding-right: 0.5375rem;
    }
    .grid-view .used-bike-header, .grid-view .used-bike-details {
        width:100%;
        position:relative;
        float:left;
    }
    .grid-view .used-bike-contact, .grid-view .used-bike-link {
        width:100%;
        position:relative;
        float:left;
    }
    .grid-view .used-bike-container h3.title {
        margin:10px 0;
        float:left;
        width:100%;
        font-size:0.9rem;
        text-align:center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .grid-view .used-bike-container h3.price {
        float:left;
        text-align:center;
        width: 100%;
        font-size: 1.4rem;
        color: #ed1b2e;
    }
    .grid-view .used-bike-container h3.price span.monthly-repayment {
		font-size: 0.9rem;
		color: #1a1a1a;
		text-transform: none;
		position: relative;
		top: 3px;
    }	
    .grid-view .used-bike-container h3.price span.old-price {
        font-size: 0.9rem;
        color: #333333;
        position: relative;
        top: 5px;
        text-decoration: line-through

    }
	.grid-view .used-bike-container ul {
		display: block;
		text-align: center;
		list-style: none;
		margin: 0;
	}
	.grid-view .used-bike-container li {
	    min-height: 25px;
		margin: 0 0 5px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.grid-view .used-bike-container li.used-bike-detail-year, .grid-view .used-bike-container li.used-bike-detail-mileage, .grid-view .used-bike-container li.used-bike-detail-engine-size {
		display: none;
	}
	.grid-view .used-bike-container li.monthly-repayment span {
        color: #ed1b2e;
		font-weight: 600;
	}
	.grid-view .used-bike-container li span.spacer, .grid-view .used-bike-container span.spacer {
		display: none;
	}
    .grid-view .used-bike-container p {
        font-size:0.75rem;
        display:none;
    }
    .grid-view .used-bike-container p.office-number {
        font-size: 0.8rem;
        font-weight: bold;
        display: block;
        text-align: center;
        margin:0;
    }
	.grid-view .used-bike-container span.office-number-divider {
		display: none;
	}
    .grid-view .used-bike-container p.office-number .fa {
        font-size: 1.4rem;
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
    }
    .grid-view .used-bike-link .button {
        margin: 0.5rem 0;
        font-size: 0.7rem;
        float:right;
        width:100%;
    }
    .grid-view button, .grid-view .button {
        margin:0;
    }
    .grid-view .button.used-list-photos {
        display:none;
        margin: 0.5rem 0 0 0;
        background: transparent;
        font-size: 0.8rem;
        color: #545454;
        padding: 0.2rem 0;
    }
            @media only screen and (max-width: 1073px) {
                .grid-view .used-bike-container {
				    width: 30%;
                }
			}
            @media only screen and (max-width: 1024px) {
                .grid-view .used-bike-container {
				    width: 48%;
                }
			}
            @media only screen and (max-width: 832px) {
                .grid-view .used-bike-container {
				    width: 100%;
                }
			}
			@media only screen and (max-width: 40em) {
                .grid-view .used-bike-container {
                    text-align:center;
				    width: 100%;
                }
                .grid-view .used-bike-image-container, .grid-view .used-bike-detail-container {
                    width: 100%;
                }
                .grid-view .used-bike-container h3.title, .grid-view .used-bike-container h3.price {
                    width: 100%;
                    text-align:center;
                }
                .grid-view .used-bike-container h3.title {
                    font-size: 1rem;
                    margin: 0.5rem 0;
                    line-height: 1.2rem;
                }
                .grid-view .used-bike-image-count {
                    display:none;
                }
                .grid-view .used-bike-container p.description {
                    display:none;
                }
                .grid-view .used-bike-contact, .grid-view .used-bike-link {
                    width: 100%;
                }
                .grid-view .used-bike-link .button {
                    width: 100%;
                }
				.grid-view .used-bike-container li.used-bike-detail-year, .grid-view .used-bike-container li.used-bike-detail-mileage, .grid-view .used-bike-container li.used-bike-detail-engine-size {
					display: none;
				}
            }
			
	/* Grid View Finance Table */
	.grid-view .finance-table-container {
		display: none;
	}
			

        /* Loading Icons */
        .price-slider-loading .fa, .mileage-slider-loading .fa {
			margin-bottom: 15px;
			font-size: 1.2rem;
			color: #000;
			color: rgba(0, 0, 0, 0.8);
			position: relative;
			top: 8px;
        }
        .loading-container {
            min-height: 500px;
            text-align: center;
            background: #FFF;
        }
        .loading-container .fa {
            top: 230px;
            position: relative;   
            color: rgb(156, 156, 156);
        }

        /* Used Bike Pagination */
        .used-bikes-pagination {
            width:100%;
            text-align:center;
            border-top: 1px solid #f1f1f1;
            border-bottom: 1px solid #f1f1f1;
        }
        .used-bikes-pagination .pagination-container {
            display:inline-block;
            padding: 1rem 0;
        }
        .used-bikes-pagination .pagination-container span.pagination-item {
            display: inline-block;
            float: left;
            color: #222222;
            background-color: #FFF;
            font-size: 14px;
            font-weight: normal;
            line-height: 12px;
            padding: 5px 7px 7px 7px;
            margin: 0 1px;
			cursor: pointer;
        }
        .used-bikes-pagination .pagination-container span.pagination-item:hover {
            border-radius: 3px;
            background: none;
            color: #1a1a1a;
            background-color: #f1f1f1;
            display: block;
            font-size: 14px;
            font-weight: normal;
            line-height: 12px;
            padding: 5px 7px 7px 7px;
        }
        .used-bikes-pagination .pagination-container span.pagination-item.active {
            border-radius: 3px;
            background: none;
            color: #FFF;
            background-color: #ed1b2e;
            display: block;
            font-size: 14px;
            font-weight: bold;
            line-height: 12px;
            padding: 5px 7px 7px 7px;
        }


	/* Used Bike View Page */
	.bike-content h1.bike-name {
		margin:0;
	}
	.bike-content h2.bike-price {
		color:#ed1b2e;
		margin-bottom: 1rem;
	}
	.usedmodel-cta-container .button {
		font-size: 0.8rem;
		margin: 0 0 0.1rem 0 !important;
	}
	.usedmodel-cta-container .button.bike-test-ride, .usedmodel-cta-container .button.bike-part-ex, .usedmodel-cta-container .button.bike-finance {
		font-size: 0.8rem;
	}
	.usedmodel-cta-container .fa {
		font-size: 1rem;
		margin-right: 15px;
	}
	.usedmodel-cta-container h3 {
		font-size: 1.4rem;
		margin: 1rem 0;
	}
	.button.used-return {
		margin-top: 0;
		margin-bottom: 1rem;
		float: right;
	}
	.bike-content .pricing-table .title {
	  width:100%;
	  background-color: #000;
	}
	.bike-content .pricing-table .title h2 {
		color: #FFF;
		font-size: 1.8rem;
		line-height: 2rem;
		border-bottom: 0;
		margin: 0;
	}
	.bike-content .pricing-table .title h3 {
		color: #ed1b2e;
		font-size: 2rem;
		line-height: 2.2rem;
		border-bottom: 0;
		margin: 0;
	}
	.bike-content .pricing-table .price {
	  background-color: #f6f6f6;
	  padding: 0.9375rem 1.25rem;
	  text-align: center;
	  color: #333333;
	  font-weight: normal;
	  font-size: 1.6rem;
	}
	.bike-content .pricing-table .cta-button {
	  padding: 0rem 1.25rem 0;
	}

	.bike-content .pricing-table .button {
		margin:0;
	}
	/* Gallery Images */
	.bike-content img.bike-image {
		width:100%;
	}
	.bike-content .clearing-thumbs li, .bike-content [data-clearing] li {
		float: left;
		margin-right: 5px;
		margin-top: 5px;
		width: 19%;
		min-height: 110px;
		max-height: 110px;
		overflow: hidden;		
	}	





/* News Page */

.has-caption {
  background-color: #111;
}
.news-media img {
	width:100% !important;
	height:auto !important;
}
.news-media {
	margin: 0 0 1rem 0;	
}
.media-caption {
   padding: 0.3rem 1rem;
}
.media-caption_text {
  color: #ececec;
  display: block;
}
.media-caption_text p {
	padding:0;
	margin:0;
	font-size:0.8rem;	
}


/* Map Icon Fix */
#map-canvas img, #map-canvas object, #map-canvas embed { max-width: none; }
#map img, #map object, #map embed { max-width: none; }



/*Service */
fieldset legend {
	background:none;
	color:#000;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	padding-left:1.0rem;
	padding-right:1.0rem;
}
input[type="month_day_year"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.error input, .error textarea, .error select, .error month_day_year {
    margin-bottom: 0;
}

/* Promotions */
.manu-promos .brand-image a {
	padding: 6rem 0;
	background:rgba(0, 0, 0, 0.75)
}
.manu-news .brand-image a {
	padding: 6rem 0;
	background:rgba(0, 0, 0, 0.75)
}
.PromoImg img {
	width:100%;
	margin-bottom:0.6rem;
}
.PromoLink {
	padding:0.2rem;
	background-color:#E31D29;
	color:white ;
	text-align:center;
	margin: 0;
}
.PromoLink a {
	color:white;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
}
.PromoLink a:hover { 
	color:#333;
}
li.promo_image_list_item {
	list-style:none;
}

/* Pagination */

ul.pagination li.current a, ul.pagination li.current button {
	background: #ab0210;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
	background-color: #9C9C9C;
	border-color: #000000;
	color: white;
	cursor: default;
	opacity: 0.7;
	box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #9C9C9C;
}




/* Hover Effect */

/* Common style */
div.figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: #000;
	text-align: center;
	cursor: pointer;
} 
 
div.figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

div.figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

div.figure figcaption::before,
div.figure figcaption::after {
	pointer-events: none;
}

div.figure figcaption,
div.figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
div.figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

div.figure h2 {
	/*word-spacing: -0.15em;*/
	color:#FFF;
	border-bottom:1px solid #f1f1f1;
}

div.figure h2 span {
	font-weight: 800;
}

div.figure h2,
div.figure p {
	margin: 0;
}

div.figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



/* Individual effects */


/*---------------*/
/***** Lily *****/
/*---------------*/

.figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

.figure.effect-lily figcaption {
	text-align: left;
}

.figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	height: 40%;
}

.figure.effect-lily h2,
.figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

.figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    font-size: 1.2rem;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) {
		.figure.effect-lily h2 {
			font-size: 0.8rem;
			padding-bottom:0.2rem;
		}
	}
.figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	margin-top: 0.5rem;
}

.figure.effect-lily:hover img,
.figure.effect-lily:hover p {
	opacity: 1;
}

.figure.effect-lily:hover img,
.figure.effect-lily:hover h2,
.figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/*---------------*/
/***** Layla *****/
/*---------------*/

.figure.effect-layla {
	background: #18a367;
}

.figure.effect-layla img {
	height: 390px;
}

.figure.effect-layla figcaption {
	padding: 3em;
}

.figure.effect-layla figcaption::before,
.figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.figure.effect-layla img,
.figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

.figure.effect-layla img,
.figure.effect-layla figcaption::before,
.figure.effect-layla figcaption::after,
.figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.figure.effect-layla:hover figcaption::before,
.figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.figure.effect-layla:hover h2,
.figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.figure.effect-layla:hover figcaption::after,
.figure.effect-layla:hover h2,
.figure.effect-layla:hover p,
.figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}




/* team item */
.team-item{
	position:relative;
	margin:0 auto 0.5rem auto;
	cursor:pointer;
}
.team-item img{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;	
}
.team-item:hover .team-hover{
	background:rgba(0,0,0,0.6);
	filter: alpha(opacity=80);
}
.team-hover{
	background-color:#1a1a1a;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	background:rgba(255,255,255,0);
	overflow:hidden;
	filter: alpha(opacity=0);
	padding: 0px;
	position: absolute;
	width:100%;
	height: 100%;
	text-align: center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;	
}
.team h3 {
	margin:0;
	padding:0;
}
.team a {
	color:#FFF;
}
.team-item i{
	margin-top:100%;
	display:block;
	opacity:0;
	transition:all 0.3s ease 0.1s;
	-moz-transition:all 0.3s ease 0.2s;
    -webkit-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;	
}
.team-item:hover .team-hover i {
	opacity:1;
	margin-top:40%;
	-webkit-transition: opacity .3s .2s, margin-top .3s .2s;
	-moz-transition: opacity .3s .2s, margin-top .3s .2s;
	-ms-transition: opacity .3s .2s, margin-top .3s .2s;
	-o-transition: opacity .3s .2s, margin-top .3s .2s;
	transition: opacity .3s .2s, margin-top .3s .2s;		
}
.team-hover a:link, .team-hover a:visited{
	font-weight:bold;
}


/* error styling for forms */ 

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  background: #E31D29;
  color: white;
}

.error label, .error label.error {
  color: #E31D29;
}



/* Pricing Table */

.pricing-table .title {
    width: 100%;
}
.pricing-table .title h1 {
	color: #eeeeee;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    border-bottom: none;
    margin: 0;
}
.pricing-table .title h3 {
    color: #E10613;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    border-bottom: none;
    margin: 0;
}
.pricing-table .button {
    margin: 0;
	font-size:1rem;
    padding: 1rem 1rem;
}


/* Tabs */

.tabs {
	margin-top:1rem;
}

.tabs dd, .tabs .tab-title {
	position: relative;
	margin-bottom: -1px !important;
	list-style: none;
	float: left;
}

.tabs dd.active {
	border-bottom:1px solid #FFF;
}

.tabs-content {
	margin-bottom: 1.5rem;
	width: 100%;
	border:1px solid #CCC;
}

.tabs-content img {
	border:1px solid #f1f1f1;
}

.tabs:focus {
	outline:none;
}

.tabs-content h2 {
	margin-left:1rem;
}

@media only screen and (max-width: 40em) { 
	.tabs dd > a, .tabs .tab-title > a {
		padding: 1rem 0.5rem;
	}
}


.tabs-content > .content {
	display: none;
	float: left;
	padding: 1rem 1rem;
	width: 100%;
	outline:none;
	color:#1a1a1a;
}

.tabs dd > a, .tabs .tab-title > a {
	display: block;
	background-color: #f1f1f1;
	color: #222222;
	padding: 1rem 2rem;
    font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}

.tabs dd.active a, .tabs .tab-title.active a {
	background-color: rgb(52, 52, 52);
	outline:none;
	color: #FFFFFF;
	padding: 1.2rem 2rem;
	margin-top: -5px;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

/* Promo Banner Styles */
.promo-image {
    border: 3px solid #E1E1E1;
    cursor: pointer;
    margin-bottom: 1rem;
}
.promo-image:hover {
    border: 3px solid #a41c29;
    transform: scale(1.02);
}


/* Search Bar */

    .search-head-container {
        margin: 0; 
        width: 100%;
        float: none;
    }
    .search-head-container input[type="text"] {
        margin: 0;
    }
    .search-trigger.postfix.button {
        margin: 0;
    } 
    .search-trigger.postfix.button .fa {
        font-size: 1rem;
        position: relative;
        top: 0.6rem;
    }
    #search-drop-down {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        height: 100%;
    }
    li.search-tab {
        border-top: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        padding: 0.5rem 0 !important;
    }
    li.search-tab.selected {
        color: #d71410;
        background-color:#FFF;
        border-top: 1px solid #d71410;
    }
    li.search-tab span {
        font-size: 12px;
        position: relative;
        top: -7px;
        font-style: italic;
    }
    .search-results {
		padding:1rem 0;
        width: 100%;
        float: left;
        border: 1px solid #f1f1f1;
    }
    .search-result h3 {
        font-size: 0.9rem;
        text-transform: none;
        color: #1a1a1a;
        line-height: 1.2rem
    }
    .search-result p {
        font-size: 0.7rem;
    }
    .search-result p.price {
        font-size: 0.8rem;
        color: #d71410;
        font-weight: 600;
    }
    .search-result-container {
        margin-bottom:0.5rem;
        padding: 0 1rem;
    }
    .search-result-container h2 {
       margin:1rem 0;
       font-size: 1.2rem;
    }


    /* Search Page */
        .search-tab.selected {
            color:#0078b2;
        }

        .search-tab-list {
            list-style-type:none;
            margin:0;
            padding:0;
            overflow:hidden;
        }

        .search-tab {
            font-weight:bold;
            text-align:center;
            font-size:18px !important;
            padding-top:10px;
            padding-bottom:10px;
            cursor:pointer;
        }

        .search-tab i {
            margin-right:5px;
        }

        .search-result-container h1 {
            text-align:center;
        }

        .global-search-anchor {
            text-decoration:inherit;
            color:inherit;
        }

        .global-search-anchor:hover {
            color:#0078b2;
        }


/* Shop Styles */
.shop-container {
	padding: 2rem 0;
} 
    /* Page Sorter */
    .shop-page-sorter {
        font-size: 0.9rem;
        text-align: right;
        padding: 0.7rem 0 0.5rem 0;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom:1rem;
    }
    .shop-page-sorter span {
        margin: 0;
    }
    .shop-page-sorter span.grid-toggles a.toggle-view {
        color:#ababab;
	    margin: 0 3px 0 0;		
    }	
    .shop-page-sorter span.grid-toggles a.toggle-view.active {
        color:#1a1a1a;
    }		
    .shop-page-sorter span.grid-toggles a.toggle-view:hover {
        color:#1a1a1a;
    }	
    .shop-page-sorter span.bike-count {
        float:left;
    }
    .shop-page-sorter span.featured-container input[type="checkbox"] {
        margin: 0;
        top: 0px;
        position: relative;
    }
    .shop-page-sorter select {
		background-color: #fafafa;
		border: 1px solid #cccccc;
		padding: 5px;
		margin: 0px;
		font-size: 14px;
		font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	    text-transform: capitalize;		
		color: rgba(0, 0, 0, 0.75);
		line-height: normal;
		border-radius: 0;
		height: 30px;
		width: 120px;
		border-radius: 2px;
    }
    .shop-page-sorter select.sort-by {
        width:120px; 
    }
    .shop-page-sorter select.results-per-page {
        width: 50px; 
    }
	.shop-page-sorter select.filter-options {
		margin-right: 20px;
	}
	.shop-page-sorter span.product-count-container {
		float: left;
	}	


	/* Shop Filters */
	.shop-filters {
		background: #f1f1f1;
		padding: 1.25rem;
		margin-bottom: 1rem;
	}
	.shop-filters h3 {
		font-size: 1.6rem;
		text-transform: capitalize;
		margin-bottom: 1rem;
	}
	.shop-filters ul {
		list-style:none;
		margin-left:0;
	}
	.shop-filters ul.mtree {
		border-bottom: 2px solid #e6e6e6;
		padding-bottom: 15px;
	    margin-bottom: 1rem;		
	}
	.shop-filters ul.mtree ul.sub-category, .shop-filters ul.mtree ul.sub-category ul {
		display: none;
	}	
	.shop-filters ul.mtree li.mtree-active ul.sub-category, .shop-filters ul.mtree li.mtree-active ul.sub-category ul {
		display: block;
	}	
	.shop-filters ul.mtree ul {
		margin-left: 0.8rem;
	}
	.shop-filters ul.mtree li {
		margin-bottom: 0.2rem;
	}
	.shop-filters ul.mtree li a {
		font-family: 'Ubuntu', sans-serif;
		font-size: 1rem;
		text-transform: capitalize;
		color: #878787;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}
	.shop-filters ul.mtree li.mtree-active a:first-child {
		/* color: #ed1b2e; */
	}
	.shop-filters ul.mtree li.mtree-active a.selected-group {
		color:#ed1b2e;
		font-weight:bold;
	}	
	.shop-filters ul.mtree li a:hover {
		color: #5a5a5a;
	}
	.shop-filters ul.mtree ul ul li a {
		font-size: 1rem;
	}
	.shop-filters ul.mtree li a .fa {
		position: relative;
		top: -1px;
		margin-left: 0.3rem;
		font-size: 0.9rem;
		color: #c6c6c6;
	}
	.shop-filters ul.mtree li span.item-count {
		float: right;
		font-size: 0.8rem;
		font-weight: 300;
		color: #c6c6c6;
	}
	.shop-container .panel p {
		font-size:15px;
	}
	.reset-shop-filters {
		font-family:  'Ubuntu', sans-serif;
		text-transform: capitalize;
		font-size: 0.8rem;
		color: #878787;
		cursor: pointer;
		float: right;
	}
	.reset-shop-filters:hover {
		color: #ed1b2e;
	}
	.reset-shop-filters .fa {
		position: relative;
		margin-left: 5px;
	}

	/* Main Shop Category Images */
	.shop-category {
		margin: 0;
	}
	.shop-category {
		position: relative;
		height: 100%;
		overflow: hidden;
		background-color: #000;
	}
	.shop-category>figure {
		position: relative;
		padding-top: 85%;
		margin: 0;
	}
	.shop-category>figure img {
		position: absolute;
		top: 0;
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}
	.shop-category>.text-wrapper {
		position: absolute;
		right: 0;
		bottom: 2rem;
		left: 0;
		z-index: 1;
		padding: 0 1rem;
		text-align: center;
	}
	.shop-category>.text-wrapper p {
		color: #fff;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		font-size: 3rem;
		line-height: 3rem;
		text-transform: uppercase;
	}
	.shop-category>.text-wrapper .button {
		margin:0 0 1rem 0;
	}
	
		@media only screen and (max-width: 40em) {
			.category-container {
				margin-bottom: 1rem;
			}
			.shop-category>.text-wrapper {
				bottom: 1rem;
			}		
			.shop-category>.text-wrapper p {
				font-size: 2.4rem;
				line-height: 2.4rem;
			}
		}
		
		
	/* Shop Sub Category Images */
	.shop-category-sub {
		margin: 0;
	}
	.shop-category-sub {
		position: relative;
		height: 100%;
		overflow: hidden;
		background-color: #000;
	    border: 1px solid #FFF;	
	}
	.shop-category-sub>figure {
		position: relative;
		padding-top: 66%;
		margin: 0;
	}
	.shop-category-sub>figure img {
		position: absolute;
		top: 0;
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	    opacity: 0.6;
		cursor: pointer;
	}
	.shop-category-sub>.text-wrapper {
		position: absolute;
		right: 0;
		bottom: 1rem; 
		left: 0;
		z-index: 1;
		padding: 0 1rem;
		text-align: center;
	}
	.shop-category-sub>.text-wrapper p {
		color: #fff;
		font-family: 'TradeGothicBold',Arial;
		font-size: 2rem;
		line-height: 2rem;
		text-transform: uppercase;
		margin-bottom: 1rem;
	}
	.shop-category-sub>.text-wrapper .button {
		margin:0 0 1rem 0;
	}

		@media only screen and (max-width: 768px) { 
			.shop-category-sub>.text-wrapper p {
				font-size: 1.4rem;
				line-height: 1.4rem;
			}
		}

	/* Shop Basket Header */
	.shop-header	{
		width: 100%;
		height: auto;
		position: relative;	
		background: #f1f1f1; 
		margin:0 0 1rem 0;
	}
	.shop-header h1, .shop-header h2 {
		line-height: 1;
		padding: 1rem;
		margin: 0.7rem 0 0 0;
		border-bottom: 0;
		font-weight: 700;
	}
	.shop-header h1 span  {
		font-size: 1.8rem;
		color: #ed1b2e;
		font-style: italic;
		letter-spacing: 0px;
		text-transform: capitalize;
	}
	.search-container, .basket-container{
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
		color: #878787;
		background: #f1f1f1;
		line-height: 1;
		padding: 15px;
		height: 85px;
		cursor: pointer;
	}
	.search-container:hover, .basket-container:hover {
		background: #d0d0d0;
	}	
	.search-container .fa, .basket-container .fa {
		color: #878787;
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	.search-container p, .basket-container p {
		font-family: 'Ubuntu', sans-serif;
		text-transform: none;
		color: #878787;
		font-size: 1rem;
		line-height: 1;
		margin: 0;
		padding: 10px 0 0 0;
	}
	.search-container p span, .basket-container p span {
		font-family:  'Ubuntu', sans-serif;
		color: #ed1b2e;
		font-size: 12px;
	} 	
	#search-toggle-container {
		padding: 2rem 1rem;
		display: none;
		background-color: #dcdcdc;
		margin-bottom: 1rem;
		position: relative;
		z-index: 100;
	}
	
		@media only screen and (max-width: 40em) {
			.shop-header {
				height: auto;
			}
			.shop-header h1, .shop-header h2 {
				font-size: 1.6rem;
			}
			.search-container, .basket-container {
				padding: 15px 0;
			}			
			.search-container .fa, .basket-container .fa {
				color: #878787;
				font-size: 1.2rem;
				line-height: 1.2rem;
			}
			.search-container p, .basket-container p {
				font-size: 0.9rem;
			}			
		}

	/* Shop Breadcrumbs */
	.shop.breadcrumbs {
	    padding: 0.5rem 0;	
	}
	.shop.breadcrumbs > * a {
		color: #ed1b2e;
		font-family:  'Ubuntu', sans-serif;		
		text-transform: uppercase;
		font-size: 0.725rem;
	}	
	.shop.breadcrumbs > *.current a {
		cursor: default;
		color: #000;
	}
	.shop.breadcrumbs > *:before {
		content: "/";
		font-size: 0.7rem;
		color: #aaaaaa;
		margin: 0 0.45rem;
		position: relative;
		top: -1px;
	}	
	.shop.breadcrumbs > *:first-child:before {
		content: " ";
		margin: 0;
	}
	
	/* Shop Products */
	.shop-item-container {
		border: 5px solid #f1f1f1;
		margin-bottom: 1rem;	
	}
	.shop-item-container img {
		margin: 1.5rem 0;	
	}	
	.shop-item-container p.product-title, .shop-item-container p.product-price {
		font-family: 'Ubuntu', sans-serif;
		text-transform: capitalize;
		font-size: 1rem;
		line-height: 1.2rem;
		color: #000;
		margin: 0 0.7rem;
		padding: 0;
	}
	.shop-item-container p.product-price {
		font-size: 1.6rem;
		line-height: 2.4rem;
		color: #ed1b2e;
		margin-bottom: 1rem;
	}
	 
	/* Old Filter Styles */
	.used-bike-overlay-container {
		position: absolute;
		color: #FFF;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 1;
		visibility:hidden;
	}

	.used-filter-alert {
		display: none;
		text-align: center;
		position: absolute;
		height: auto;
		width: 430px;
		background: #FFFFB3;
		margin-left: 320px;
		margin-top: -20px;
		border: 1px solid #d7d7d7;
		border-radius: 4px;
		padding: 10px;
		z-index: 2;
	}

	.used-filter-alert::after {
		width: 0;
		height: 0;
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-right: 14px solid #fffdc5;
		content: "";
		display: block;
		left: 0;
		top: 50%;
		position: absolute;
		margin-top: -14px;
		margin-left: -14px;
	}

	.used-filter-alert::before {
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-right: 15px solid #d7d7d7;
		content: "";
		display: block;
		left: 0;
		top: 50%;
		position: absolute;
		margin-top: -15px;
		margin-left: -15px;
	}
	.used-filter-alert h3, .used-filter-alert p {
		color: #666 !important;
	}
	.filter-label {
		margin-bottom: 0.8rem;
		cursor: pointer;
		margin-top: 0.1rem;
		opacity:0.6;
	}
	.filter-label:hover {
		opacity:1;
	}
	.filter-label > .fa {
		font-size:1.2rem;
		color:#F00;
	}


	/* Checkout Table */
	table.checkout {
		width:100%;
		border:0px solid #f1f1f1;
	}
	table.checkout tr.even, table.checkout tr.alt, table.checkout tr:nth-of-type(even) {
		background: #FFF;
	}
	table.checkout tr.even td, table.checkout tr.alt td, table.checkout tr:nth-of-type(even) td {
		border-top: 1px solid #f1f1f1;
	}
	table.checkout td {
		text-align:right;
		font-size: 1rem;		
	    font-family: 'Ubuntu', sans-serif;
	    font-weight: 500;
		text-transform: uppercase;		
		color: #cc0000;
		border: 0px solid #f1f1f1;
	}
	table.checkout td span#lblDeliveryName {
		font-size: 0.7rem;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;		
		font-style: italic;
		text-transform: none;
		color: #1a1a1a;
	}
	table.checkout td.highlight {
		width: 60%;
		text-align: left;
		color: #1a1a1a;
		font-weight: 400;
	}	
	table.checkout tfoot {
		background: #f9f9f9;
	}	
	table.checkout tfoot tr td {
		border-top: 2px solid #cc0000;
		padding: 1.5rem 0.625rem;
		font-size: 1.8rem;
	}	 


	/* Basket Styles */
	table.basket-preview p.bp-product-title {
		font-weight:bold;
		margin-bottom:0.5rem;
		font-size:0.8rem;
	}

	table.basket-preview p {
		font-size:0.7rem;
		margin-bottom:0.2rem;
	}

	table.basket-preview ul {
		margin-left:1.5rem;
	}

	table.basket-preview li {
		font-size:0.7rem;
	}

	table.basket-preview img {
		width:100%;
	}

	.bp-preview-buttons .button {
		float:right;
		margin-left:0.5rem;
	}
	.basket-column > div  {
		display: table;
		height: 100%;
	}
	.basket-column > div > div {
		display: table-cell;
		vertical-align: middle;
	}
	.basket-item-container .basket-product {
		background-color: #FFF;
		border:1px solid #f1f1f1;
		padding: 0.5rem;
		margin: 0 0 1rem 0;
	}
	.basket-item-container:nth-of-type(even) .basket-product {
		background-color: #FFF;
	}
	.basket-product p {
		font-size: 0.8rem;
		margin: 0;
	}
	.basket-product li {
		font-size: 0.8rem;
	}
	.basket-product h3 {
		margin: 0 0 0 0;
	}
	.basket-product h4 {
		color: #ed1b2e;
		margin: 0 0 0.8rem 0;
	}
	.basket-alert p, .basket-warning p {
		font-size:0.7rem;
		font-weight:bold;
	}
	.basket-alert p {
		color:#e74c3c;
	}
	.basket-warning p {
		color: #e67e22;
	}
	.basket-product-quantity .quantity {
		width: 60px;
		height: 50px;
		text-align: center;
		float: left;
		margin: 0;
	}
	.basket-product-quantity .fa-refresh {
		color: #000;
		float: left;
		margin-top: 1rem;
		margin-left: 1rem;		
	}
	.basket-product-delete .fa-times, .basket-product-delete .fa-spinner  {
	}
	.basket-product-image img {
		max-height: 300px;
		overflow: hidden;
	}
	.product-subtotal p {
		text-align: right;
		margin: 0;
		padding: 0.5rem 1rem 0 1rem;
		font-family:  'Ubuntu', sans-serif;
		text-transform: uppercase;
		border-top: 1px solid #f1f1f1;
		font-size: 1.2rem;
		line-height: 1;
	}
	.product-subtotal p strong {
		color: #ed1b2e;
		font-size: 1.6rem;		
	}
	.basket-item-container:nth-of-type(even) .basket-product .product-subtotal p {

	}
	.grand-total { 
		text-align:right;
		margin-top:2rem;
	}
	.grand-total h3 {
		font-size:1.2rem;
	}
	.grand-total h3 span {
		font-size:3rem;
		letter-spacing:-3px;
		padding:0 0 0 0.5rem;
		color: #ed1b2e;
	}
	h3.no-items-text {
		text-align: center;
		font-size: 3rem;
		padding: 3rem 0;
	}
	
		@media only screen and (max-width: 40em) {
			.basket-product-quantity .quantity {
				width: 40px;
				height: 40px;
			}		
		}
	


	/* Other Shop Styles */
	p.category_title {
		font-family: 'Lato', sans-serif;
		text-transform:uppercase;
		font-size:1.2rem;
		background:#ed1b2e;
		color:#FFF;
		padding:0.5rem;
		margin:0;
	}
	p.product-title {
		margin: 0.5rem 0 0 0;
	}
	p.product-price {
		font-size:1rem;
		margin:0;
		color:#DB3123;
		font-weight:bold;
	}
	.pagination-panel {
		background: #F9F9F9;
		color: #161616;
		border-color: #FFF;
		border: 1px solid #D6D6D6;
	}
	.basket-info > .panel {
		display: block;
		padding: 0.5625rem 0.875rem 0.5625rem;
		overflow: hidden;
		margin-left: 0;
		list-style: none;
		border-style: solid;
		border-width: 1px;
		background-color: #FFFFFF;
		border-color: rgb(213, 213, 213);
		border-radius: 0px;
		margin: 0;
	}
	.basket-info p {
		margin: 0;
		font-size: 0.6875rem;
		line-height: 0.6875rem;
		text-transform: uppercase;
		text-align:center; 
	}
	p.basket-amount {
		margin: 0;
	}
	.basket-info, .pagination-container {
		margin-bottom:0rem;
	}
	p.basket-amount span {
		font-weight:bold;
		color: #DB3123;
	}
	p.basket-amount .fa {
		color: #242424;
		font-size: 1rem; 
		margin-right: 0.3rem;
	}
	h3.shop-title {
	  font-size: 1rem;
	  font-weight: 300;
	  background-color: #DB3123;
	  color: #f1f1f1;
	  padding: 0.5rem 1rem;
	  margin: 0;
	}
	h2.product-price {
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		font-size: 3rem;
		line-height: 3rem;
		color: #ed1b2e;
		border-bottom: 0px solid;
	}
	.basket-amount .button {
	  margin: 0;
	  padding: 0.4rem 0.7rem;
	  font-family: 'Open Sans', sans-serif;
	}
	h3.shop-side-title {
		font-size: 1.2rem;
		font-weight: 400;
		text-transform: none;
		background-color: #f1f1f1;
		border: 1px solid #dddddd;
		color: #656565;
		padding: 0.5rem 1rem;
		margin: 0;
	}
	.bp-preview-buttons .button {
		float:right;
		margin-left:0.5rem;
	}
	.button.close-reveal-modal {
	  color: white;
	  font-size: 0.8125rem;
	  top: 0;
	  right: 0;
	  position: relative;
	}
	.remove-item .fa {
		font-size:1.5rem;
	}

	a.remove-item {
		color:#1a1a1a;
	}

	a.remove-item:hover {
		color:#F00;
	}

	.row.checkout-buttons {
		border-top:1px solid #f1f1f1;
		border-bottom:1px solid #f1f1f1;
		margin:0;
	}
	
	
/* Side Navigation */

.side-nav {
	margin:0;
	padding:0;
}

.side-nav li {
	margin: 0; 
	font-size: 0.875rem;
	font-weight: normal;
	border-bottom: 1px solid #f1f1f1;
    background-color: #FFF;
}

.side-nav li a:not(.button) {
	display: block;
	margin: 0;
	padding: 0.5375rem 0.875rem;
	color: rgb(80, 80, 80);
}


.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    background: rgb(218, 10, 0);
    color: #FFFFFF;
}

.side-nav li a:not(.button).active, .side-nav li a:not(.button).active {
    background: rgb(218, 10, 0);
    color: #FFFFFF;
}


/* New Model Layout */
.new-model-layout h1.model-name {
	border-bottom: 0;	
}
.new-model-layout h3.price {
	color: #dc260b;
    font-size: 3rem;	
}
.new-model-layout .colors {
    padding: 0;
    margin: 0 auto 1rem;
    display: block;
    list-style-type: none;
    list-style: none;
    text-align: center;
    width: 100%;
    z-index: 2;
    float: left;
}
.new-model-layout .enquire-buttons .button.new-model-testride {
    border-right: 0px solid #2e2e2e;
}
.new-model-layout  .enquire-buttons .button.new-model-testride, .new-model-layout .enquire-buttons .button.new-model-finance {
    margin: 0.1rem 0;
}
.new-model-layout .colors ul {
	
}
.new-model-layout .colors li {
    margin: 10px 5px 20px 5px;
    cursor: pointer;
    width: 28px;
    display: inline;
    float: left;
}
.new-model-layout .colors li span {
    display: inline-block;
    box-shadow:0 0 1px 2px rgba(6, 6, 6, 0.1);
    height: 28px;
    width: 28px;
    border-radius: 50%;
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
}
.new-model-layout .colors li.active span {
  animation: fadeIn 0.3s;
  box-shadow:0 0 0px 1px #ffffff, 0 0 0px 2px rgba(0,0,0,0.8);
  opacity:1;
}
