/*
	RED: #ED1D24;
	BLUE: #1D8CED;
	GRAY (light): #9C9C9C;
	GRAY (dark): #393939;
*/

html { font-size: 62.5%; } 

body {
	background: #FFF;
	color: #000;
	/*font-family: 'Roboto', sans-serif;*/
/*	font-family: 'Jura', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

#logo {
    margin: 0 auto;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.align-center {
	text-align: center;
}

/* LINKS */

a {
	color: #1d8ced;
}
a:hover {
	color: #0E64B0;
}

a.social {
	color: #CCC;
	text-decoration: none;
}
a.social:hover {
	color: #666;
	text-decoration: none;
}

/***** HOME *****/

#home-intro p {
	line-height: 2.5rem;
}


/***** BIKES *****/

#bike-overview h2 {
	padding-top: 2rem;
	padding-bottom: 1rem;
	text-align: center;
	text-transform: uppercase;
}

#bike-overview hr {
	border-top: 1px solid #ED1D24;
/*	background-color: #E77D2F;*/
	padding-bottom: 2rem;
	width: 15%;
}

#bike-overview p {
	margin-top: 2rem;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}

.bike-overview-shop-button {
	padding-top: 5rem;
	padding-bottom: 5rem;
	text-align: center;
}

.bike-overview-gallery {
	margin-top: 2rem;
}
.bike-overview-gallery .bike-overview-thumbnail-container {
	margin-bottom: 2rem;
}

/***** BREADCRUMBS *****/

ol.breadcrumb {
	background-color: #FFF !important;
}

/***** GALLERY ******/

.gallery-thumbnail {
	padding-bottom: 20px;
}

/***** INSTAGRAM *****/

.instagram-thumbnail-container {
	margin-bottom: 2rem;
}

/***** KITS *****/

.kit-part-title {
	font-weight: 700;
	text-transform: uppercase;
}

/***** BOOTSTRAP COMPONENTS ******/

.page-header {
	border: none;
}

.kit-grid-item {
	padding-bottom: 5rem;
}

.kit-grid-item h4 {
	font-weight: 700;
}

/***** NAV *****/

.nav {
	margin-top: 2rem;
}

/***** PANELS *****/

/*
.panel-default {
	background-color: #9C9C9C;
	color: #FFF;
}
*/

a.kit-panel-toggle {
	color: #1d8ced;
	text-decoration: none;
}
a.kit-panel-toggle:hover {
	text-decoration: underline;
}

/***** TABS *****/

/* tab color */
.nav-tabs>li>a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
  	border-radius: 0 !important;
  	background-color: #9C9C9C; 
  	border-color: #393939 !important;
  	border-bottom: 2px solid #393939 !important;
  	border-top: 0 !important;
  	border-left: 0 !important;
  	border-right: 0 !important;
  	color: #FFF;
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  	color: #FFF;
  	background-color: #393939;
  	border: 1px solid #393939 !important;
	border-bottom: 2px solid #393939 !important;
  	border-top: 5px solid #393939 !important;
  	border-left: 0 !important;
  	font-weight: 600;
}

/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #393939;
  background-color: #111111;
}



.tab-dropdown-menu {
	border-top: 0; 
	width: 100%;
}

.tab-pane {
	margin-top: 2rem;
}

/***** TYPOGRAPHY *****/


h1 {
    color: #000;
    font-weight: 600;
}

.page-header {
	margin: 0;
	padding: 0;
}

.page-header h1 {
	text-transform: uppercase;
}

h2 {
    font-weight: 600;
    line-height: 3.1rem;

}

h3 {
    color: #000;
    font-weight: 500;
}

h3.bike-title {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h3.section-title {
	border-bottom: 1px solid #393939; 
	color: #393939; 
}

h4.panel-title {
	font-size: 2rem;
}

p {
    /*font-family: 'Roboto', sans-serif;*/
/*    font-family: 'Jura', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

label {
	color: #000;
	font-size: 2rem;
	font-weight: 300;
	text-transform: uppercase;
}

.thumb-grid {
	margin-bottom: 10px;
}

.img-responsive {
	margin: 0 auto;
}

.label {
	font-family: 'Oswald', sans-serif;
}


/***** FLEXIBLE IFRAME *****/

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** FOOTER *****/

#footer {
	margin-top: 3rem;
	border-top: 1px solid #CCC;
	padding: 2rem 0;
	
}

#footer a {
	color: #666;
}
#footer a:hover {
	color: #333;
}

/********************
EPM MAILCHIMP FORM
********************/

.epm-signup-form {
	padding: 1rem;
}

.epm-signup-heading {
	font-weight: 700;
}

.epm-signup-form .email {
	padding: 1rem !important;
}

.epm-sign-up-button {
	margin-top: 1rem !important;
	margin-bottom: 2rem !important;
}

.epm-success {
	color: #339900;
	font-weight: 700;
}

.epm-error {
	color: #FF0000;
	font-weight: 700;
}

/***** HELPERS *****/

.align-right {
	text-align: right;
}


/***** RESPONSIVE MENU *****/

.head { 
	background-color: #fff; 
	border-bottom:1px solid #ccc; 
	margin: 2rem 0;
	position: relative; 
	z-index: 99; 
	
}
.head .container { width: 100%; }
.head > h1 { text-align: center; }

#logo img {
	margin-top: 2rem;
	margin-bottom: 4rem;

}

#main-menu {
	text-transform: uppercase;
}

.menu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 19px 10px;
}

.menu { 
	float: left; max-width: 60em;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.menu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.menu ul:after {
	content: ""; clear: both; display: block;
}
.menu ul li {
	padding: 0px;
}
.menu > ul > li { 
	display: inline-block;
}
.menu ul li a { 
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 3rem;
	font-weight: 400;
}
.menu ul li > a { 
	height:58px;
	padding: 19px 20px;	
}
.menu ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul ul > li {
	position: relative;
}
.menu ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	background-color: #f4f4f4;
	font-size: 2rem;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.menu ul ul > li a:hover {
	/*background-color: rgba(174, 92,16, 0.9);*/
	background-color: rgba(153, 153,153, 0.9);
	color: #FFF;
}
.menu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}


@media screen and (max-width: 768px) {
    
    a.menu-link {
		display: block;
		color: #000;
		/*background-color: #AE5C10;
		background-color: rgba(174, 92,16, 0.9);
		*/
		width: 100%;
		text-align: center;
		text-transform: uppercase;
	}
	.menu {
		clear: both;
		min-width: inherit;
		float: none;
	}
	.menu, .menu > ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #f4f4f4;
	}
	.menu > li > ul.sub-menu {
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}
	.menu.active, .menu > ul ul.active {
		max-height: 55em;
	}
	.menu ul {
		display: inline;
	}
	.menu > ul {
		border-top: 1px solid #808080;
	}
	.menu li, .menu > ul > li {
		display: block;
	}
	.menu li a {
		color: #000;
		display: block;
		padding: 0.8em;
		border-bottom: 1px solid #808080;
		position: relative;
	}
	.menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 0.55em 0.5em;
	}
	.menu li.has-submenu > a.active:after {
		content: "-";
	}
	.menu ul ul > li a {
		background-color: #e4e4e4;
		height:58px;
		padding: 19px 18px 19px 30px;
	}
	.menu ul ul, .menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}
}

/* MEDIA QUERIES */

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2.2rem;
	}
}