/* ---------- Google Font ---------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);
/* RESET STYLES */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul, li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: ''
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
.italic {
	font-style: italic
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 10px;
}
.alignright {
	float: right;
	margin: 10px;
}
.no-margin {
	margin: 0px;
}
.no-bottom {
	margin-bottom: 0px;
}
.no-padding {
	padding: 0px;
}
.margin-t {
	margin-top: 22px;
}
div {
	position: relative
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 11px;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 22px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 22px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html {
	-webkit-font-smoothing: antialiased;
}
a {
	color: #BA0707;
}
a:hover {
	color: #BA0707;
	text-decoration: underline;
}

h1 {
	font-size: 36px;
	line-height: 1.3em;
}
h2 {
	font-size: 32px;
	line-height: 1.3em;
}
h3 {
	font-size: 24px;
	line-height: 1.3em;
}
h4 {
	font-size: 18px;
	line-height: 1.3em;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 11px;
}
p, div, span {
	line-height: 1.5em;
}
.column-clear {
	clear: both;
}
.clear {
	overflow: hidden;
}
.mainWrap {
	width: 100%;
	margin: 0 auto;
}
.title {
	margin: 100px 0 20px 0;
	text-align: center;
	color: #3E4156;
}
.back {
	text-align: center;
}
nav {
	font-size: 14px;
    vertical-align: middle;
	width: 100%;
	height: auto;
	position:fixed;
    z-index: 250;
	background: rgba(0, 0, 0, 0.8);
 
}
.menu {
	display: block;
	padding: 0;
	text-align: center;
}
.menu li {
	display: inline-block;
	position: relative;
	z-index: 100;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li a {
	font-weight: 100;
	text-decoration: none;
    padding: 10px 18px;
	display: block;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-family: 'Electrolize', sans-serif;
    text-transform: uppercase;
}
.menu li a:hover, .menu li:hover > a {
	color: #ffffff;
	background: #696969;/*#231f20; #5a5a5a*/
}
.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #ffffff;
}
.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
.menu ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #FFF;
	border-left: 3px solid #ffffff;
	background: #666666;
	border-bottom: 1px solid #888888;
}
.menu ul li a:hover, .menu ul li:hover > a {
	background: #f0f0f0;
	border-left: 3px solid #5a5a5a;
	color: #000;
}
.menu li:hover > ul {
	display: block;
}
.menu ul ul {
	left: 180px;
	top: 0px;
}
.mobile-menu {
	display: none;
	width: 100%;
	padding: 11px;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.mobile-menu:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	text-decoration: none;
}

.homeMI a:before {
	content: "\f015";
	font-family: fontawesome;
    margin-right: 5px;
	
	}
.aboutMI a:before {
	content: "\f25b";
	font-family: fontawesome;
    margin-right: 5px;
	}
.featuredMI a:before {
	content: "\f0e7";
	font-family: fontawesome;
    margin-right: 5px;
	}
.shopMI a:before {
	content: "\f07a";
	font-family: fontawesome;
    margin-right: 5px;
	}
.bikeMI a:before {
	content: "\f206";
	font-family: fontawesome;
    margin-right: 5px;
	}
.travelMI a:before {
	content: "\f072";
	font-family: fontawesome;
    margin-right: 5px;
	}
.galleryMI a:before {
	content: "\f030";
	font-family: fontawesome;
    margin-right: 5px;
	}
.archiveMI a:before {
	content: "\f187";
	font-family: fontawesome;
    margin-right: 5px;
	}
.searchButton a:before {
	content: "\f002";
	font-family: fontawesome;
    margin-right: 5px;
	}
 @media (min-width: 768px) and (max-width: 979px) {
.mainWrap {
	width: 768px;
}
.menu ul {
	top: 32px;
}
.menu li a {
	font-size: 12px;
	padding: 8px 15px;
}
}
 @media (max-width: 767px) {
.mainWrap {
	width: auto;
	padding: 50px 20px;
}
.menu {
	display: none;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.mobile-menu {
	display: block;
}
nav {
	margin: 0;
	background: none;
}
.menu li {
	display: block;
	margin: 0;
}
.menu li a {
	background: #ffffff;
	color: #000;
	border-left: 3px solid #ffffff;
	padding: 13px;
	border-bottom: solid 1px #CCC;
}
.menu li a:hover, .menu li:hover > a {
	background: #f0f0f0;
	color: #000;
	border-left: 3px solid #5a5a5a;
}
.menu ul {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.menu ul ul {
	left: 0;
}
}
 @media (max-width: 480px) {
}
 @media (max-width: 320px) {
}
