@charset "UTF-8";
/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Lato:400,300,700,700italic,400italic,300italic,900);

.cms-content .row {
	margin-top:2rem !Important;
	margin-bottom:2rem !Important;
}
.cms-content .row:first-child {
	margin-top:0rem !Important;
	margin-bottom:2rem !Important;
}
.cms-content hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 0;
    height: 0;
}
.inc-tri-images img, .inc-twin-images img {
	margin-bottom:0.5rem;
}
.inc-callout-image .panel {
	background-color:#f1f1f1;
}
.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25% !important;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75% !important;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

@media only screen and (max-width: 40em) {
 
}
/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
    margin: 0;
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.hdr figcaption {
   	position: absolute;
	top: auto; 
	bottom: 0;
	left: 0;
	width: 100%;
    height: 75%;
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
figure.hdr figcaption h2, figure.hdr figcaption p {
	color:#FFF;
	font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 40em) {
	figure.hdr figcaption {
		padding: 0 1rem;
	}
}

/* Text */
figure.hdr h2 {
    font-weight: 600;
	font-size:3rem;
    text-shadow: 0px 5px 15px #000000;
}
figure.hdr h2 span {
    font-weight: 600;
    font-size: 4rem;
    line-height: 7rem;
}
figure.hdr hr {
    border: solid rgba(255, 255, 255, 0.75);
    border-width: 2px 0 0;
    clear: both;
    margin: 1rem auto;
    height: 0;
    width: 220px;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 1rem;
	text-transform: none;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}

@media only screen and (max-width: 40em) {
	figure.hdr h2 {
		font-weight: 600;
		font-size:1.4rem;
		text-shadow: 0px 5px 15px #000000;
	}
	figure.hdr p {
		display:none;
	}
	figure.hdr hr {
		display:none;
	}
}

/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}


/* 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 p, .media-caption_text {
	color: #ececec;
	display: block;
	padding:0;
	margin:0;
	font-size:0.8rem;	
}

/* Text overlay */
figure.text-over {
    padding: 0;
    margin: 0;
    width: 100%;
}

figure.text-over img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
}
figure.text-over figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}
figure.text-over figcaption.large {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 25%;
} 
figure.text-over figcaption h3 {
    background-color: #1a1a1a;
    border: 1px solid #4d4d4d; 
    display: inline-block;
    padding: 0.3rem 0.5rem;
	font-size:1rem;
	color:#FFF;
	margin:0;
}
figure.text-over figcaption p {
	font-size:0.8rem;
}

	@media only screen and (max-width: 667px) { 
		figure.text-over {
			padding: 0;
		}
		figure.text-over figcaption h3 {
			font-size:0.8rem;
		}
		figure.text-over figcaption.large {
			height: 55%;
		}
		figure.text-over figcaption p {
			font-size: 0.6rem;
			text-transform:none;
			margin:0;
		}
		figure.text-over figcaption {
			height: 100%;
		}
	}


/* Gallery Images */
 
.clearing-thumbs li.gallery-image, [data-clearing] li.gallery-image {
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    width: 25%;
}
.clearing-thumbs.five-col li.gallery-image, .five-col[data-clearing] li.gallery-image {
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    width: 20%;
}

/* Common style */
div.figure {
	position: relative;
	float: left;
	overflow: hidden;
    width: 100%;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: #FFF;
	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,
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;
    font-weight: 600;
}

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 */


/* MT's Responsive Table */
.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

.figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(72,76,97,0) 0%, rgba(0,0,0,0.8) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,76,97,0)), color-stop(75%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(72,76,97,0) 0%,rgba(0,0,0,0.8) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(72,76,97,0) 0%,rgba(0,0,0,0.8) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(72,76,97,0) 0%,rgba(0,0,0,0.8) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(72,76,97,0) 0%,rgba(0,0,0,0.8) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00484c61', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #1a1a1a;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-weight: 800;
	font-size: 1.8rem;
	padding: 0 1.5rem;
}

.figure.effect-sadie figcaption::before,
.figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  color: #FFF;
  background: #A90000;
  /* width: 30%; */
  margin: 0 auto;
  text-align: center;
}

.figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.figure.effect-sadie:hover figcaption::before ,
.figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




/*-----------------*/
/***** Steve *****/
/*-----------------*/

.figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

.figure.effect-steve:before,
.figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.figure.effect-steve:before {
	/*box-shadow: 0 3px 30px rgba(0,0,0,0.8);*/
	opacity: 0;
}

.figure.effect-steve figcaption {
	z-index: 1;
}

.figure.effect-steve img {
	opacity: 0.85;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

.figure.effect-steve h2 {
  background: transparent;
  border: 0px solid #DADADA;
  color: #FFF;
}

.figure.effect-steve p {
	background: #A90000;
	color: #FFF;
}


.figure.effect-steve h2 {
	position: relative;
	margin-top: 3em;
	padding: 0.25em; 
	font-weight: 800;
	font-size: 1.8rem;
}

.figure.effect-steve h2:before {
	/*box-shadow: 0 1px 10px rgba(0,0,0,0.5);*/
}

.figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

.figure.effect-steve:hover:before {
	opacity: 1;
}

.figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

.figure.effect-steve:hover h2:before {
	opacity: 0;
}

.figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

.figure.effect-bubba {
	background: #000000;
}

.figure.effect-bubba img {
	opacity: 0.5;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.figure.effect-bubba:hover img {
	opacity: 0.2;
}

.figure.effect-bubba figcaption::before,
.figure.effect-bubba figcaption::after {
	position: absolute;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.figure.effect-bubba figcaption::before { 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.figure.effect-bubba h2 {
    padding-top: 15%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    color: #FFF;
    font-size: 2rem
 }

.figure.effect-bubba p {
	padding: 5px 1.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#FFF;
	font-size:1rem;
}

.figure.effect-bubba:hover figcaption::before,
.figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.figure.effect-bubba:hover h2,
.figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/*-----------------*/
/***** Goliath *****/
/*-----------------*/

.figure.effect-goliath {
	background:transparent;
	transition: background-color 300ms ease-out;
}

	@media only screen and (max-width: 40em) {
		.figure.effect-goliath {
			margin-bottom:1rem;
		}
	}
	
.figure.effect-goliath:hover {
	background: rgba(28,28,28,0);
	background: -moz-linear-gradient(top, rgba(28,28,28,0) 0%, rgba(28,28,28,0.3) 23%, rgba(0,0,0,0.78) 60%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,28,28,0)), color-stop(23%, rgba(28,28,28,0.3)), color-stop(60%, rgba(0,0,0,0.78)), color-stop(77%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(28,28,28,0) 0%, rgba(28,28,28,0.3) 23%, rgba(0,0,0,0.78) 60%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(28,28,28,0) 0%, rgba(28,28,28,0.3) 23%, rgba(0,0,0,0.78) 60%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(28,28,28,0) 0%, rgba(28,28,28,0.3) 23%, rgba(0,0,0,0.78) 60%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(28,28,28,0) 0%, rgba(28,28,28,0.3) 23%, rgba(0,0,0,0.78) 60%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000', GradientType=0 );
}

.figure.effect-goliath img,
.figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.figure.effect-goliath img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -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-goliath h2,
.figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1.5rem;
    font-weight: 300;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: left;
}
.figure.effect-goliath h2 {
	font-size:1.8rem;
}

.figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
    background-color: rgba(0, 0, 0, 0.7);
	font-size:1rem;
}

	@media only screen and (max-width: 40em) {
		.figure.effect-goliath h2 {
			font-size:1.2rem;
		}
		
		.figure.effect-goliath p {
			font-size:1rem;
		}
	}
.figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-57px,0);
	transform: translate3d(0,-57px,0);
}

.figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





/* tetsimonial Container */ 

.ff-testimonial-wrap blockquote section {
	background:#f5f5f5;
	margin-top:1rem;
}
.ff-testimonial-wrap {
	float: left;
}
.ff-testimonial-wrap blockquote {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	border-left: none;
}
.ff-testimonial-wrap blockquote .triangle-right {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 30px solid transparent;
	border-top-width: 30px;
	border-top-style: solid;
	margin-right: 30px;
	float: right;
}
.ff-testimonial-wrap blockquote .triangle-left {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 0px solid transparent;
	border-top-width: 30px;
	border-top-style: solid;
	margin-left: 30px;
	float: left;
	border-top-color: #f5f5f5;
}
.ff-testimonial-wrap blockquote section {
	position: relative;
	padding: 30px 20px;
}
.ff-testimonial-wrap blockquote section p {
	font-style: italic;
	letter-spacing: 0.3px;
	margin-bottom: 0;
	font-size: 0.9rem;
}
.ff-testimonial-wrap blockquote img {
	float: left;
	max-width: 100px;
	max-height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ff-testimonial-wrap blockquote .link-right {
	text-align: right;
	float: right;
	margin-top: 8px;
	margin-right: 20px;
}
.ff-testimonial-wrap blockquote .link-left {
	text-align: left;
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
.ff-testimonial-wrap blockquote .fa {
	color:#000;
}
.ff-testimonial-wrap blockquote .fa-quote-right {
	margin-left: 8px;
}
.ff-testimonial-wrap blockquote .fa-quote-left {
	margin-right: 8px;
}

.ff-testimonial-wrap blockquote .fa.fa-star{
	color:#F9E55F;
}
.ff-testimonial-wrap.feature blockquote section {
	margin:0;
}


/* Pre Reg Models */
.sale-bike {
	text-align: center;
}
.sale-bike .panel {
	border: 1px solid #f1f1f1;
	background-color: transparent;
	margin-bottom: 1rem;
}
.sale-bike h1, .sale-bike h2, .sale-bike h3, .sale-bike h4 {
	text-transform: uppercase;
	margin: 0;
} 
.sale-bike p.model-price {
    font-size: 1.2rem;
    margin: 0.5rem 0;
} 
.sale-bike p.model-price span.divider {
    margin: 0 0.5rem;
    position: relative;
    top: 3px;
    color: #b7b7b7;
    font-weight: lighter;
    font-size: 2rem;
    line-height: 1;
}  
.sale-bike p.model-price span.old-price {
    text-decoration:line-through;
	font-size: 0.9rem;
	position: relative;
	top: -2px;
}  
.sale-bike p.model-price span.current-price {
    color:#DA0306;
	font-weight: bold;
}  
.sale-bike .button.small {
	margin: 0.5rem 0;
    padding: 0.4rem 2rem;
}  


/* MPU Style text overlay banners */
.mpu-banners {
    margin: 1rem -0.625rem;
}
.mpu-block {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.mpu-block>figure {
    position: relative;
    padding-top: 80%;
	margin: 0;
}
.mpu-block>figure img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.mpu-block>.text-wrapper {
    position: absolute;
    right: 0;
    bottom: 0; 
    left: 0; 
    z-index: 1;
    padding: 0 1rem;
    text-align: left;
}
.mpu-block>.text-wrapper p {
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}
.mpu-block>.text-wrapper .button {
    margin:0 0 1rem 0;
}

		@media only screen and (max-width: 768px) {
			.mpu-block>.text-wrapper p {
				font-size: 1.2rem;
				line-height: 1.4rem;
			}
		}

/* Finance Offers */
.dealer-offers-container {
	max-width: 100% !important;
	background-color: #000000;
	padding-bottom: 40px;
}
.dealer-offers-hero {
	padding-top: 0;
}
.dealer-offer {
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1200px;
	margin: 0 auto;
}
.dealer-offer h1 {
	color: #fff;
}
.dealer-offer h2 {
	color: #fff;
}
.dealer-offer h3 {
	color: #fff;
}
.dealer-offer h4 {
	color: #fff;
}
.dealer-offer p {
	color: #fff;
}
.text-divider {
    width: 40%;
    color: #fff;
    border-bottom: #FFFFFF 3px solid;
    margin: 0 auto;
}
.dealer-offers-table {
	border-spacing: 10px;
	border-collapse: separate;
	border: solid 2px #555;
	background-color: #000;
}
.dealer-offers-table th {
    background-color: #333333;
    color: #FFFFFF;
    width: 50%;
}
.dealer-offers-table td.price {
    background-color: #CCCCCC;
    color: #333333;
}


/* Image Snippets */
.banner-images-3col img {
	margin-bottom: 1rem;
}