/*--colors/fonts--
red: bc1d2a
gray: 5c5c5c

font-family: 'Montserrat', sans-serif;
font-family: 'Teko', sans-serif;
-----------------*/


#menu-button{ /* hiding responsive menu button */
	display: none;
}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
	text-align: right;
	float: right;
	margin-top: 20px;
}
nav.primary ul {
	float:none;
	text-align: right;
}
nav.primary ul li {
	float:left;
	list-style: none !important;
    position: relative;
}
nav.primary ul li a {
	padding:5px 15px 8px 15px;
	display:block;
	text-decoration:none;
	color:#fff !important;
	font-size:18px;
	font-weight: 700;
	letter-spacing: 1.5px;
    font-family: 'Teko', sans-serif !important;
	text-transform: uppercase;
}	

nav.primary ul li a:hover {color: #bc1d2a; cursor: pointer;}

nav.primary ul li li { /* appearance of the sub-level links */
	border:0;
}
nav.primary ul li li a { /* appearance of the sub-level links */
	background:#bc1d2a;
	color: #fff;
	padding:8px 30px 8px 10px;
	font-size:11px;
	text-align: left;
	white-space: nowrap;
	width: auto;
	border-bottom: 1px solid #fff;
    font-family: 'Montserrat', sans-serif !important;
    min-width: 200px;
}
nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
	background:#000; color:#fff;}

/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child ul  { 
    right:0;
    left:auto;
}
nav.primary ul li:last-child  { /* Optional-use, this targets last li */
}


nav.primary ul li:last-child a {  /* Optional-use, this targets last link */
}
nav.primary ul li:first-child a { /* Optional-use, this targets first li */
}

/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child  {
}
nav.primary ul li li:last-child a {
}
nav.primary ul li li:first-child a {
}
/* Optional-use, End targeting styles of first and last links */

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute; 
	z-index:999999999999;
	width:auto;   
    padding:0;
    margin:0;
    left:10px;
}

nav.primary ul ul ul {
	position: absolute; 
	left: 100%;
	top:0; 
}

nav.primary ul li:hover > ul {  
	display: block;
	line-height:18px;
}

nav.primary ul ul li {
	float: none; 
	position: relative;
    width:200px;
	
}
nav.primary ul ul ul li a{background: #000 !important; color: #fff !important}
nav.primary ul ul ul li a:hover{background: #fff !important; color: #000 !important}

/*==============================
Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: none;
	font-size: 28px;
	position: relative;
	z-index: 999;/* needs to be lower than nav.mobile, adjust as needed */
	padding:15px 0;
	width:96%;
	float:none;
	text-align: right;
}
#menu-button a{
	color:#fff;
	text-decoration: none;
	font-size: 22px;
}
#menu-button a:hover{
	color:#bc1d2a;
}
	#menu-button h3{display: inline-block; vertical-align: middle; margin-left: 10px; margin-top: -8px;}	
	
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 999999999999999999; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	font-family: 'Montserrat';
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 22px;
	border-bottom: 4px solid #222;	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Montserrat';
	text-align: left;
}
.mobile_top {
	text-align: right;
}
nav.mobile .menu-toggle { /* Menu close button */
	display: inline-block;
	padding: 10px 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	background: #000;
	color: #999;
	text-decoration: none;
	vertical-align: top;
	font-family: 'Montserrat';
	width: 100%;
    text-align: center;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #bc1d2a;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 8px 10px;
	color: #999!important;
	text-decoration: none;
	font-size:15px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
}
nav.mobile ul li a:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-40px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}
	.mobile-social{display: block; text-align: center}
	.mobile-social ul li{display: inline-block; border: none !important}

.nav-footer{color: #999; text-align: center; font-size: 13px; padding-top: 10px;} 
/* ^^^^^^^^^ Makes primary menu dropdown footer look proper ^^^^^^^^^ */

@media screen and (max-width: 1300px)  {

	nav.primary ul li a{font-size: 14px; padding:5px 10px 8px 10px;}

}

@media screen and (max-width: 1100px)  {

	nav.primary ul li a{font-size: 14px; padding:5px 8px 8px 8px;}

}


@media screen and (max-width: 985px)  {
	.nav-footer{color: #999; text-align: center; font-size: 13px; padding-top: 10px;}
nav.primary{
	display:none;
}

/*==============================
Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: block;
}

}