﻿.clear{clear:both;}

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}
/******** End of primary Nav ***************/

@media screen and (max-width: 900px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	    padding-right: 30px;
	display: inline-block;
	font-size: 60px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	background: transparent;
	text-align: right;
	float: right;
	margin: 5px 0;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 
		 font-weight:normal;
       
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #0a0a0a;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:50px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

	#men-top {
		color: #fff;
    text-align: left;
    font-size: 1.5em;
    margin: 10px 15px;
    font-family: 'Raleway', sans-serif;
		font-weight: bold;
	}
	
/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: 'Raleway', sans-serif;
	font-size:40px;
	line-height: 1;
	background: transparent;
	color: #fff;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #818181;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	width: 275px;
    color: #818181;
    min-height: 45px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0 10px 5%;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}
nav.mobile ul li a:hover {
	color: #fff;
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border-bottom: 1px solid #454545;}
nav.mobile ul li li a {
	
    color: #818181;
    min-height: 45px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 600;
	display: block;
	padding: 10px 0 10px 10%;
	
}
nav.mobile ul li li a:hover {color: #fff;}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:border-bottom: 1px solid #454545;}
nav.mobile ul li li li a {
font-weight: 600;
	position: relative;
	display: block;
	padding: 10px 0 10px 15%;
	color: #818181;
	text-decoration: none;
	
}
nav.mobile ul li li li a:hover {color: #fff;}
 nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 17px 20px;
	color:#fff;

}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
background:url(../siteart/arrow.png) 10px 12px no-repeat;

display:block;
float:right;
margin: 0 0 0;
cursor:pointer;
z-index: 12399994;
width:25px;
height:25px;
-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{

}
.nav-footer { font-family: 'Raleway', sans-serif; color:#fff; font-weight: bold; position:relative; text-align:left; font-size:15px; line-height:16px; margin-left: 15px; padding:15px 0;}
.nav-footer a { font-family: 'Raleway', sans-serif; color:#fff; font-weight: bold; position:relative; text-align:left; font-size:15px; line-height:16px;}
	.nav-footer a:hover { color: #818181;}
/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


nav.mobile ul li .fa-chevron-down {color:#999;}
}


@media screen and (max-width: 1020px)  {
	
}

@media screen and (max-width:450px){
	
}