/**
 * @license
 * MyFonts Webfont Build ID 2702001, 2013-12-04T19:28:02-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Futura Medium by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/futura/medium/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 100,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2702001
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/293ab1");
  
@font-face {font-family: 'FuturaBT-Medium';src: url('../webfonts/293AB1_0_0.eot');src: url('../webfonts/293AB1_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/293AB1_0_0.woff') format('woff'),url('../webfonts/293AB1_0_0.ttf') format('truetype'),url('../webfonts/293AB1_0_0.svg#wf') format('svg');}

html, body { background: inherit;
	margin:0; padding:0; color:#cecece; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
textarea, input, button, a { outline: none; }

/* Preloading Screen */
.black #loading { display: block; position: fixed; z-index: 999999; width: 100%; height: 100%; background: url('../images/loading-white.gif') no-repeat black; background-position: center center; top: 0; left: 0; margin:0; padding:0; }
.white #loading { display: block; position: fixed; z-index: 999999; width: 100%; height: 100%; background: url('../images/loading-black.gif') no-repeat white; background-position: center center; top: 0; left: 0; margin:0; padding:0; }

/* Preload Images */
div#preload { display: none; }
/* Page Templates */
body.black {
	color: white;
	background: black;
}
body.black .flexslider.loading {
	min-height: 500px; background: url('../images/loading-white.gif') no-repeat center 200px;
	transition: all 1s ease 0.5s;
}
body.white .flexslider.loading {
	min-height: 500px; background: url('../images/loading-black.gif') no-repeat center 200px;
	transition: all 1s ease 0.5s;
}
body.black .flexslider {
	background: none;
	background-repeat: no-repeat;
	transition: all 0.6s ease 0.3s;
}
body.white .flexslider {
	background: none;
	background-repeat: no-repeat;
	transition: all 0.6s ease 0.3s;
}
body.black .loading :after .connect {
	display: none;
}
body.white {
	color: #2E2E2E;
	background: white;
	background-repeat: no-repeat;
}
/* Colors */
.black {
	color: #2E2E2E;
}
.black-bg {
	background: black;
	color: white;
}
.white .content a:hover { color: #c80315; transition: color 0.3s ease-out 0.15s; }
.white {
	color: #FFFFFF;
}
.white-bg {
	background: #FFFFFF;
}
.white .content a:hover { color: #c80315; transition: color 0.3s ease-out 0.15s; }

/* Typography */
.futura { font-family: 'FuturaBT-Medium'; }
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	     word-break: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}
h1, h2, h4 { font-family:'FuturaBT-Medium', 'Helvetica Neue', Helvetica, Arial; text-transform:uppercase; font-weight: 500; letter-spacing:8px; margin: 0; padding: 15px 0; }
h1 { text-align:center; }
h2 { text-align: center; }
h5 { font-family: ; padding: 0 0 15px 0; text-align: center; font-weight: 100; }
.location { font-family:'Helvetica Neue', Helvetica, Arial; font-weight: 100; text-transform: none; letter-spacing: 1px; }
a { color: inherit; text-decoration: none; }

p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 30px 0;
    text-align: justify;
}
h2.quote {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: none;
	padding: 15px;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    color: #CECECE;
	text-align: center;
	margin: 15px auto;
}
.white h2.quote {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: none;
	padding: 15px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    color: black;
	text-align: center;
	margin: 15px auto;
}
.bikes .entry h2.quote.right {
	float: right;
    margin: 15px 0 30px 60px;
    padding: 15px 0;
    width: 48%;
}
p a { font-weight: 500; color: inherit; font-size:14px; text-decoration:none; border-bottom: solid 2px #cecece; }
p a:hover, p a:focus { border-bottom: solid 2px black; }

.press .col-33 { margin: 0 auto; text-align:center; }

.button, .button:hover, .button:active, .button:visited, .button:focus, .button:visited, .button:checked {
	color: white;
    background: #1e1e1e;
    border: none;
    box-shadow: none;
    display: inline-block;
    font-family: 'FuturaBT-Medium','Helvetica Neue',Helvetica,Arial;
    font-weight: 500;
    letter-spacing: 8px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
	transition: background 0.2s ease 0.1s;
}
.button:hover { background: #6e6e6e; border: none; box-shadow: none; }
.button.medium {
	font-size: 12px;
}
button, button:hover, button:active, button:visited, button:focus, button:visited, button:checked {
	color: white;
	background: black;
	border: none;
	box-shadow: none;
	font-family: 'FuturaBT-Medium','Helvetica Neue',Helvetica,Arial;
	font-weight: 500;
	letter-spacing: 8px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.2s ease 0.1s;
}
.flexslider .slides a.read-more img {
	width: auto;
	display: inline-block;
}
.back-to-top {
    border-top: 2px solid;
    padding: 15px 0;
    text-align: center;
}


/* Layout */
.row {
	overflow: hidden;
}
.col-spacer-120 { width:100%; height: 120px; float:left; clear:both; }
.col-spacer-90 { width:100%; height: 90px; float:left; clear:both; }
.col-spacer-60 { width:100%; height: 60px; float:left; clear:both; }
.col-spacer-30 { width:100%; height: 30px; float:left; clear:both; }
.col-spacer-15 { width:100%; height: 15px; float:left; clear:both; }

/* Connect Module */
.white .connect h2 { color: black; border-color: black; }

#facebook-icon:hover {
	fill: #3B5998;
	transition: fill 0.5s;
}
#twitter-icon:hover {
	fill: #4099FF;
	transition: fill 0.5s;
}

body.black #facebook-icon {
	fill: #FFFFFF;
	transition: fill 0.5s;
}
body.black #twitter-icon {
	fill: #FFFFFF;
	transition: fill 0.5s;
}

body.black #facebook-icon:hover {
	fill: #3B5998;
}
body.black #twitter-icon:hover {
	fill: #4099FF;
}

/* Navigation */
.black header {
	background: black;
	color: white;
}
.white header {
	background: white;
	color: black;
}
.top-bar-section {
	background: transparent;
}
.top-bar {
	background: transparent;	
}
.top-bar.expanded {
	background: transparent;
}
.top-bar.expanded .title-area {
	background: transparent;
}
header.fixed {
z-index: 999998;
}
.cycle-slideshow {
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	position: fixed;
}
.cycle-slideshow > div {
	margin: 0;
	padding: 0;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
header.shadow { background: rgba(255,255,255,.9); transition: all 0.5s ease 0.25s;}
.black header.shadow { background: rgba(0,0,0,.9); transition: all 0.5s ease 0.25s;}
@media only screen and (min-width: 40.063em) {
.site-title {
	background-position-x: 0px;
	background-position-y: 10px;
	background-size: contain; 
	position: fixed;
	display: block;
	min-height: 93px;
	min-width: 262px;
	top: 0px;
	z-index: 100;
}
header {
height: 60px;
}

}
.white .top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
	box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black; 
}
.site-title {
	background-position-x: 0px;
	background-position-y: 5px;
	background-size: contain; 
	position: fixed;
	display: block;
	height: 75px;
	width: auto;
	top: 0px;
	z-index: 100;
}
.black .site-title {
	background: url('../images/logo.png') no-repeat 0px 5px;
	background-size: contain; 
}
.white .site-title {
	background: url('../images/black-logo.png') no-repeat 0px 5px;
	background-size: contain; 
}

.top-bar-section ul, .top-bar-section ul li, .top-bar-section ul li a, .top-bar-section li a:not(.button) {
	background: inherit;
}

.top-bar-section ul li a, .top-bar-section li a:not(.button) {
    text-align: center;
    background: inherit;
    padding: 0 15px;
    line-height: 60px;
    font-family: 'FuturaBT-Medium', 'Helvetica Neue', Helvetica, Arial;
    text-transform:uppercase;
    letter-spacing:4px;
    color:inherit;
    text-decoration:none;
    transition: background, 0.75s;
}
.top-bar-section ul li a:active, .top-bar-section li a:not(.button):active {
    background: inherit;
}
ul.inline-list {
	width: 100%;
	margin: 0px 0px 30px 0px;
}

ul.inline-list li {
	padding: 0px 30px 0px 0px; margin: 0;
}

ul.inline-list a { font-weight: 100; width: 100%; padding: 0px; height: 100%; margin: 0;
	letter-spacing: 2px; font-size: 16px; color: #2e2e2e; }
ul.inline-list .active { color: black; }

.mobile-nav-toggle {
background: url("../images/nav.png") no-repeat scroll 75px transparent;
cursor: pointer;
display: block;
height: 20px;
width: auto;
float: right;
padding: 15px;
font-family: 'FuturaBT-Medium', 'Helvetica Neue', Helvetica, Arial;
text-transform: uppercase;
font-weight: 300;
font-size: 14px;
letter-spacing: 4px;
color: #cecece;
text-decoration: none;
}

  .mobile-nav li a:hover { color: white; background: #1e1e1e; transition: all 0.3s ease 0.01s; }
  .mobile-nav a { margin: 0; }
  
  .back {
cursor: pointer;
display: block;
height: 20px;
width: auto;
float: left;
padding: 15px;
font-family: 'FuturaBT-Medium', 'Helvetica Neue', Helvetica, Arial;
text-transform: uppercase;
font-weight: 300;
font-size: 14px;
letter-spacing: 4px;
color: #cecece;
text-decoration: none;
}


/* Hero Slider */
.hero { margin:0; padding:0; width: 100%; }
.hero .control { width:112px; height:48px; position:absolute; z-index: 888888; top: 50%; }
.hero ul { margin: 0; padding: 0; list-style: none; }
.hero ul li.single-slide { z-index: -1; width:100%; height:100%; }
.hero ul li.single-slide {
	display: none;
}
.flexslider {
    background: transparent;
}
.flexslider ul.slides li {
	overflow: hidden;
}
.flex-control-paging { display: none; }
.flex-direction-nav .flex-prev {
    left: 0;
    float: left;
	background: url("../images/arrow-left.png") no-repeat scroll 0 0 transparent;
}
.flex-direction-nav .flex-next {
    right: 0;
    float: right;
	background: url("../images/arrow-right.png") no-repeat scroll 0 0 transparent;
}
.flex-direction-nav {
float: left;
width: 100%;
}
.flex-direction-nav a {
    cursor: pointer;
    display: block;
    height: 48px;
    margin: 0;
    opacity: 0;
    position: relative;
    text-indent: -9999px;
    width: 112px;
    z-index: 10;
}

/* Home */
.home .logo {
	padding: 25px 0;
}
.home .flexslider { margin:0; }
.widget { height: 320px; }
.home .press p, .home .bikes p { text-align:center; margin:0; }
.home .press h2, .home .bikes h2 { border-bottom: 2px solid #CECECE; margin: 0 0 15px; }
.home .press { background: black; }
.home .col-33 { width: 29.33%; padding: 0 2%; }
.home .bikes h2 { text-align: center; }
.home footer { margin:0; }
.mask { display:none; }
.home footer {
	position: fixed;
	bottom: 0;
}
/* Footer */
footer { width:100%; background: transparent; text-align:center; padding: 15px 0; margin: 0; }
footer .nav {
    padding: 0;
    position: relative;
    top: 0; }
footer .copyright h6 { font-size:10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; margin:0 auto 15px 0; color: #2e2e2e; }
footer .social { height:auto; width:auto; }
/*
.facebook, .twitter, .youtube { width: 27px; height: 27px; display: inline-block; }
.facebook { background:url(../images/facebook.png) no-repeat; }
.twitter { background: url(../images/twitter.png) no-repeat; }
.youtube { background: url(../images/youtube.png) no-repeat; }
*/


.flush-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.flush-padding-left {
	padding-left: 0px;
}
.flush-padding-right {
	padding-right: 0px;
}

/* Gallery */
.gallery h1.page-title {
	margin: 0px auto 30px;
}
.gallery h4 { color:#CECECE; text-align:center; }

/* Image Tabs */

		ul.tabs {
			padding: 0px;
			list-style: none;
			display: block;
			text-align: center;

		}
		ul.tabs li {
			background: none;
			color: #222;
			cursor: pointer;
		}
		ul.tabs li img {
		max-height: auto;
		width: 100%;
		opacity: 0.66;
		transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		}

		ul.tabs li.current{
			color: #222;
		}
		ul.tabs li.current img {
			color: #222;
			opacity: 1;
		}
		
		ul.tabs li img:hover {
			background: black;
			color: #222;
			opacity: 1;			
		}

		.tab-content{
			display: none;
		}

		.tab-content.current{
			display: inherit;
		}
/* Bikes */
.gallery.black h1.page-title {
	border-top: 1px solid #CECECE;
	border-bottom: 4px solid #CECECE;
	margin: 0px auto 30px auto;
}
.gallery.white h1.page-title {
	border-top: 1px solid black;
	border-bottom: 4px solid black;
	margin: 0px auto 30px auto;
}
.white .flexslider-nav button.right, .white .flexslider-nav button.read-more, .white .flexslider-nav button.left {
	height: 25px;
	margin: 15px 0;
	color: black;
	background: white;
}
.flexslider-nav button.right span {
	display: inline-block;
	float: left;
	margin-top: 3px;
	font-weight: normal;
}
.flexslider-nav button.left span {
	display: inline-block;
	float: right;
	margin-top: 3px;
	font-weight: normal;
}
.white svg#arrow-left {
	fill: black;
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
}
.white svg#arrow-right {
	fill: black;
	width: 25px;
	height: 25px;
	display: inline-block;
	float: right;
}
.black .flexslider-nav button.right, .black .flexslider-nav button.read-more, .black .flexslider-nav button.left {
	height: 25px;
	margin: 15px 0;
	color: white;
	background: black;
}
.black svg#arrow-left {
	fill: white;
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
}
.black svg#arrow-right {
	fill: white;
	width: 25px;
	height: 25px;
	display: inline-block;
	float: right;
}

.bikes .entry h2 { margin: 15px 0; padding: 15px 0; text-align:left; }
.bikes .excerpt { margin: 15px 0 0 0; }
.bikes .entry h2.quote {
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    color: #CECECE;
	text-align: center;
}
.bikes .entry h2.quote.right {
	float: right;
    margin: 15px 0 30px 60px;
    padding: 15px 0;
    width: 48%;
}
.tab-content, .tab-content img {
padding: 0;
}
/*Info Widget */
#info-toggle { }
#info-toggle.button { margin: 45px auto 0 auto; padding: 15px; display:block; background: transparent; }
	/* #info-toggle.button span { display: inline-block; transition: all 0.5s ease 0s; }
	#info-toggle.button span.open { -webkit-transform: rotate(90deg); -moz-transform: rotate(135deg); transform: rotate(135deg); } */
.active { display: block; }
.hidden { display: none; }
.hidden.active { display: block; }
#info {
	color: white;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	max-width: 960px;
	position: relative;
}
#info .button { padding: 10px 10px 10px 15px; font-size: 10px; background: rgba(0, 0, 0, 0.75); }
#info h2 { text-align:center; color: white; }
#info h5 { font-size: 24px; padding: 0 0 15px 0; color: white; }
#info > p {
    font-weight: 100;
    letter-spacing: 4px;
    margin: 15px 0;
    text-transform: uppercase;
	text-align: center;
	color: white;
}
#info > p strong { font-weight: 300; text-transform: none; font-size: 15px; letter-spacing: 1px; }

/*Single Page */
.page-nav { width:960px; margin: 15px auto; }
.page-nav a { margin:0; width: 80px; display: }
.page-nav .prev { float: left; }
.page-nav .next { float: right; }

/* Blog */
.blog article {

}
.blog article .featured-image {
	max-height: 300px;
	overflow: hidden;
}
.blog article .featured-image img {
	width: 100%;
	height: auto;
}
.blog article .entry-content {
	background: rgba(255, 255, 255, 0.9);
	margin: -50px 0px 0px 0px;
	padding: 10px;
}
.blog article .entry-content .entry-title {
	border-bottom: none; text-align: center; }
}
h5.category-title {
	margin: 0px auto 0px auto;
}

/* Press */
.press article.row {
	margin-top: 5%;
	margin-bottom: 5%;
}
.press article img.pub-logo {
	max-width: 180px;
	margin: 20px auto;
	display: block;
}
/* Box Grid */

.th {
	line-height: 0;
	display: inline-block;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.th:hover, .th:focus {
    -webkit-box-shadow: 0 0 0 5px black;
}
.reveal-modal {
	border: none;
}
.reveal-modal img {
	width: 100%;
}
.reveal-modal-bg {
	background: rgba(255, 255, 255, .5);
}

.entry-title { border-bottom: 5px solid black; text-align: center; }
.entry-date { background: transparent; font-size: 24px; font-weight:100; padding: 15px 0; text-align: center; letter-spacing:1px; }

.excerpt p { margin: 15px 0 0 0; }
.single .entry { border-bottom: solid 2px black; }
.share h4 { margin: 0; }
.share a:hover > img { opacity:0.2; transition: all 0.2s ease 0.1s; }
.share a { height:27px; width: 27px; display:inline-block; }
.share a:hover { padding: 0 5px 0 0; transition: all 0.2s ease 0.1s; }
/* Individual Share Classes (Disabled for now)
.share a:hover.youtube  { background: #970012; }
.share a:hover.twitter  { background: teal; }
.share a:hover.facebook { background: navy; }
*/
.author {
 padding: 15px;
}
.author h3 {
	margin: 0px;
	border-bottom: 3px solid black;
}
.author p {
	margin: 15px 0px;
}

/* Contact */
.white h1.page-title { color: black; border-bottom: 4px solid black; margin: 0 0 30px 0; padding: 15px 0; }
.black h1.page-title { color: white; border-bottom: 4px solid white; margin: 0 0 30px 0; padding: 15px 0; }
.above-content-white iframe { opacity: 1; width: 100%; }
.above-content-white .overlay { height:280px; width:100%; position:absolute; background: black; opacity:0.5; transition: all 0.2s ease 0.1s; }
.above-content-white .overlay:hover { height:280px; width:100%; opacity:0; }
#contact-form { background: white; margin: 30px auto; box-shadow: 0px 0px 3px #AEAEAE; }
#contact-form .button { margin: 0; }

/* Form */
form fieldset {
    margin: 0;
    padding: 30px;
    background: #1e1e1e;
}
form fieldset div {
	margin: 0px 0px 30px 0px;
}
form input, form textarea, form label { }
form input, form label { color: white; margin: 0 0 7.5px 0; font-size: 18px; }
input[type=submit] {
	width: 100%;
}
input[type=text], textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 18px; padding: 10px; background: white; border: solid 1px #AEAEAE; transition: all 0.2s; }
form input:focus, form textarea:focus { box-shadow: 0px 0px 3px #2E2E2E; }
