/* =============================================================================
  Slick Nav Styles
   ========================================================================== */
 	
.align-right {
	text-align: right;
}
.align-center {
	text-align: right;
}
.relative {
	position: relative;
}
#nav {
	position: fixed;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.125em;
	padding: 1em 0;
	z-index: 999;
	box-shadow: 0px 0px 0px 0px #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A0A0A;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
	display: inline-block;
	padding: 0.5em 0.5em;
}
.lt-ie8 {
	display: inline;
	zoom: 1;
}
#nav a {
	color: #D7CDBD;
	text-decoration: none;
}
#nav a:hover {
	color: #F0B616;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-bottom-color: #F0B616;
}
#main {
	padding-top: 5.688em;
}
#mobileMenu {
	display: none;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
#nav {
	font-size: 0.938em;
}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
.js #nav .grid_9 {
	display: none;
}
.js #mobileMenu {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.js #nav {
	text-align: center;
}
#nav {
	position: relative;
	padding-top: 3.375em;
}
#nav img {
	display: block;
	margin: 0 auto;
}
#main {
	padding: 0;
}
.banner span {
	line-height: 1em;
	font-size: 1em;
}
#awesomeness {
	text-align: center;
	font-size: 1.4em;
}
#awesomeness .btn {
	margin-top: 1em;
}
#nav ul {
	text-align: center;
	font-size: 0.6em;
	line-height: 1.5em;
}
#nav ul li {
	padding: 0.25em;
}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
}
