.img-button { display: none; }

.img-slider-overlay {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0;
}


.img-slider
{
	width: 99999px;
	position: absolute;
	display: block;
	z-index: 1;
	overflow: hidden;
	top: 0;
	left: 0;
}

.img-slide {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	overflow: hidden;
	z-index: 1001;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-slide-fader {
	position: absolute !important;
	background-color: black;
	background-image: url(../images/loading-black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36px 36px !important;
}

.bike-options
{
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	z-index: 101;
}

.bike-title {
	font-family: Skia;
	color: white;
	text-transform: uppercase;
	border-right: 1px white solid;
	float: left;
	-webkit-text-stroke: 0.25px;
}

.bike-options a {
	float: left;
	font-family: Skia;
	color: white;
	text-transform: uppercase;
	display: inline;
}

.nav-line {
	float: left;
	border-left: 1px white dotted;
	width: 1px;
	display: block;
	margin-right: 4px;
	margin-left: 4px;
}
	
.bike-options a:active, .bike-subnav-active {
	color: rgba(255,255,255,.6) !important;
	background-color: rgba(0,0,0,.2) !important;
}

.bike-subnav
{
	background-color: #efefef;
	width: 100%;
	clear: both;
	height: 0px;
	position: relative;
	z-index: 401;
	margin-top: 0;
	border-top: 2px #ff0000 solid;
}

.bike-subnav img {
	max-width: 440px;
	margin: 20px;
	height: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.bike-subnav-loader {
	background-image: url(../images/loading-white.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	overflow: hidden !important;
}

.bike-subnav-div {
	filter: alpha(opacity=0);
	opacity: 0;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 40px;
}

.bike-subnav h1 {
	color: #FF0000;
	text-transform: uppercase;
	font-size: 40px;
	border-bottom: 1px #ccc solid;
	font-family: Skia;
	padding-bottom: 6px;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #fff;
}

.bike-subnav-div < div {
	margin: 0px auto 10px auto;
	border-collapse: collapse;
	max-width: 800px;
}

.bike-subnav table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	width: 90% !important;
}

.bike-subnav table td {
	padding: 6px 16px 6px 16px;
	border: 1px #ccc solid;
	width: auto;
	color: #333;
}

.bike-subnav table td:first-child {
	font-weight: bold;
}

.bike-subnav table tr:nth-child(even) {
	background-color: #EBEBEB;
}

.bike-subnav table tr:nth-child(odd) {
	background-color: #F8F8F8;
}

.bike-subnav-pricing table td:first-child + td {
	text-align: center;
}

.bike-subnav-pricing table td:first-child + td + td {
	text-align: center;
}

.bike-subnav-build-kit table td:first-child {
	text-align: left !important;
}

.bike-subnav-build-kit table tr:nth-child(1), .bike-subnav-build-kit table tr:nth-child(2) {
	font-weight: bold;
	text-align: center;
}

.bike-subnav ul {
	margin-left: 60px;
	margin-bottom: 20px;
}

.table-td-hover {
	background-color: #FF0000 !important;
	color: #fff !important;
}

	
/****************** Slides ****************/


.img-slide-blank {
	position: absolute !important;
	background-color: black;
}

.img-slider-overlay, .img-slide, .img-slider {
	min-height: 750px;
	height: 600px;
}

.larger-view, .bike-more, .arrows
{
	z-index: 401;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 200px;
	color: #F00;
	font-size: 18px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,.4);
	padding: 10px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	line-height: 40px;
	display: block;
	overflow: hidden;
}


#slide-left
{
	left: -200px;
	text-align: right;
}

#view-larger, .bike-more, #slide-right {
	right: -200px;
}

.img-slider-overlay:hover #view-larger, .img-slider-overlay:hover .bike-more, .img-slider-overlay:hover #slide-right {
	right: -140px;
}

.img-slider-overlay:hover #slide-left {
	left: -140px;
}

.arrows {
}


.larger-view { margin-top: 50px; }
.bike-more { margin-top: 120px; }

#view-larger:hover, .bike-more:hover, #slide-right:hover, .bike-more-active {
	right: -2px !important;
	cursor: pointer;
	background-color: rgba(0,0,0,.8);
}

.bike-more-active, .bike-more-active:hover {
	background-color: rgba(55,55,55,1);
}

#slide-left:hover {
	left: -2px !important;
	cursor: pointer;
}

.larger-view svg, .bike-more svg, .arrows svg
{
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 10px;
}

.larger-view svg, .bike-more svg, #slide-right svg
{
	float: left;
}

#slide-left svg
{
	float: right;
	margin-left: 12px;
	margin-right: -2px;
}

.larger-view path, .bike-more path, .arrows path { fill: rgba(255, 255, 255, 0.8); }
.arrows:hover path, .larger-view:hover path, .bike-more:hover path { fill: #FF0000; }

#slide-right svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.img-slider-copy {
	font-family: megahertz;
	font-size: 42px;
	position: relative;
	top: 540px;
	filter: alpha(opacity=70);
	opacity: .7;
	color: white;
	text-shadow: 0px 0px 10px #000;
	display: block;
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.load-more-bikes
{
	position: absolute;
	top: 60%;
	right: -1300px;
	width: 1300px;
	background-color: rgba(0,0,0,.8);
	padding: 10px 100px 10px 10px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	display: inline-block;
	z-index: 301;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	box-shadow: 0px 0px 6px rgba(0,0,0,.4);
}

.load-more-bikes img
{
	width: 150px;
	height: 150px;
	margin-right: 10px;
	border: 2px transparent solid;
}

.load-more-bikes img:hover
{
	border: 2px #ff0000 solid;
	cursor: pointer;
}

.load-more-bikes-active
{
	right: -100px;
}

/****************** Bike Pages ****************/
.bike-options
{
	padding-bottom: 10px;
	padding-top: 60px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.95) 100%);
}

.bike-options a {
	font-size: 24px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 24px;
}

.nav-line {
	margin-top: 22px;
	float: left;
	border-left: 1px white dotted;
	width: 1px;
	display: block;
	height: 30px;
	margin-right: 4px;
	margin-left: 4px;
}

.bike-title {
	font-size: 62px;
	margin-right: 20px;
	padding: 0px 30px 0px 40px;
}

.bike-options
{
	width: 100%;
	display: block;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.95) 100%);
	position: absolute;
	bottom: 0px;
	padding-top: 60px;
	overflow: hidden;
	z-index: 101;
	padding-bottom: 10px;
}

.bike-title {
	font-family: Skia;
	color: white;
	text-transform: uppercase;
	font-size: 62px;
	border-right: 1px white solid;
	padding: 0px 30px 0px 40px;
	margin-right: 20px;
	float: left;
	-webkit-text-stroke: 0.25px;
}

.bike-options a {
	float: left;
	font-family: Skia;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 24px;
}

.nav-line {
	margin-top: 22px;
	height: 30px;
}

.bike-options a:hover {
	color: #fff;
	background-color: #FF0000;
	cursor: pointer;
}

.bike-options-int {
	background-image: url(../images/bg-lines-80.png);
	width: 100%;
	height: 80px;
	clear: both;
	display: block;
	overflow: hidden;
}

.bike-options-int > span {
	float: right !important;
}

.img-thumbs
{
	float: right;
	margin-right: 60px;
}

.img-thumbs img {
	width: 50px;
	height: 50px;
	margin-right: 4px;
	margin-top: 16px;
}

.img-thumbs img:hover {
	cursor: pointer;
}

.img-thumbs-active {
	filter: alpha(opacity=50) !important;
	opacity: .5 !important;
}

.bike-buttons {
	height: 60px;
	margin-top: 11px;
	padding-right: 80px;
	padding-left: 10px;
	display: none;
}

.bike-buttons span, .bike-buttons .img-buttons span {
	margin-top: 6px;
	float: left !important;
	background-image: url(../images/bike-page-icons.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	filter: alpha(opacity=60) !important;
	opacity: .6 !important;
	position: relative;
}

.bike-buttons span:hover {
	cursor: pointer !important;
	filter: alpha(opacity=90) !important;
	opacity: .9 !important;
}

.bike-buttons span div {
	position: absolute;
	width: 74px;
	padding: 4px 10px 4px 10px;
	background-color: rgba(255,0,0,.8);
	color: white;
	font-size: 8px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -16px;
	margin-left: -22px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.6);
	box-shadow: 0px 0px 6px rgba(0,0,0,.6);
	display: none;
}

.bike-buttons #bike-next div {
	margin-left: -42px !important;
}

.bike-buttons span div:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 0, 0, 0);
	border-top-color: #d50000;
	border-width: 4px;
	margin-left: -4px;
}
	
.bikes-add-line {
	border-left: 1px white solid;
	margin-left: 30px;
	padding-left: 20px;
}

.load-more-bikes, .img-button, .arrows, .arrows * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#bike-subnav-select
{
	display: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
    padding: 5px 8px;
    width: 50%;
    max-width: 200px;
    box-shadow: none;
    background: #fff;
    -webkit-appearance: none;
	margin-top: 8px;
}

@media all and (min-width: 0) and (max-width: 1024px)
{
	.bike-options
	{
		padding-top: 20px;
		padding-bottom: 20px;
		background: rgba(0,0,0,0.75);
	}

	.bike-title
	{
		font-size: 32px;
		margin-right: 10px;
		padding: 0px 10px 0px 20px;
	}
	
	.bike-options a {
		font-size: 14px;
		margin-top: 14px;
	}

	.nav-line {
		height: 16px;
		margin-top: 14px;
	}
	
	.bike-subnav {
		margin-top: 5px;
	}

	.img-slider-overlay #view-larger, .img-slider-overlay .bike-more, .img-slider-overlay #slide-right {
		right: -140px;
	}
	
	.img-slider-overlay #slide-left {
		left: -140px;
	}

	.bike-subnav-div
	{
		font-size: 12px;
		line-height: 18px;
		padding: 40px 10px 40px 10px;
	}
	

}

@media all and (min-width: 0) and (max-width: 768px)
{
	#bike-subnav-select { display: block; }
	a.bike-subnav-open, .nav-line { display: none; }
	.arrow-top:after {
		left: 218.0625px;
	}
}
