
.clear{clear:both;}


/***** START OF PRIMARY NAV ******/
#menu-button{display: none;}
nav.mobile { display:none;}

.nav-width {width: 90%; margin: 0 auto;}
nav.primary .fas {font-size: 10px;}

nav.primary {
	padding:0;
	display:inline-block;
	width:100%;
	position:relative;
	z-index: 2;
	text-align: center;
	background: rgba(173,21,29,.85);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
	}
	nav.primary ul {
		font-family: 'Roboto Condensed', sans-serif;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			margin-left: -4px;
			}
			nav.primary ul li a {
				color:#fff;
				letter-spacing: 2px;
				font-size: 15px;
				text-decoration:none;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				padding: 20px 2.5vw;
				font-weight: 600;
				position: relative;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				border-right: .5px solid #ddd;
				}	

			nav.primary ul li a:hover {
				background: #ddd;	
				color: #000;
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				letter-spacing: 1px;
				padding: 12px;
				color:#eee;
				background: rgba(173,21,29,.9);
				text-align:left;
				border-right:none;
				border-left:none;
				font-size: 13px;
				border-bottom: .5px solid #ddd;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #000;
				background: #ddd;
			}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
    display: none;
    position: absolute;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
	display: block;
}


@media screen and (min-width: 1500px) {
	nav.primary ul li a { padding: 20px 50px; }
}

@media screen and (max-width: 1650px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1380px) {
}

@media screen and (max-width: 1200px) {
}


/*=======================
	END OF MAIN NAVIGATION
=========================*/

a#mobile-search {
	display: none;
}

@media screen and (max-width: 1200px) {
	
a#mobile-search {
	display: inline-block;
}

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: block!important;
	font-size: 24px;
	position: relative;
	line-height:25px; 
	z-index: 2; /* needs to be lower than nav.mobile, adjust as needed */
	}
	a#menu-button {
		background: rgba(173,21,29,.95);
		 color:#fff;
		 text-decoration: none;
		 padding: 12px; 
		 line-height: 26px;
		 font-weight:bold;
		 font-family: 'Roboto Condensed', sans-serif;
		 font-size: 26px;
		 letter-spacing: 1.5px;
		 display: inline-block!important;
		 z-index: 1;
		 width: 100%;
		 position: relative;
		 text-align: center;
		 vertical-align: middle;
		 margin: 0 auto;
		 box-sizing: border-box;
	  }
		a:hover#menu-button {
			background: #ddd;
			color: #000;
			-webkit-transition:.2s ease-in;  
			-moz-transition:.2s ease-in;  
			-o-transition:.2s ease-in;  
			transition:.2s ease-in;	
		}
nav.mobile {
	display:inline-block!important;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #ad151d;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
/* 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;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #aaa;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li, nav.mobile ul li li {
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: .5px solid #ddd;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 24px;
}
nav.mobile ul li a:hover {
	background: #ddd;
	color: #000;
}
	nav.mobile ul li a .fas {
		margin-right: 5px;
	}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none; border-bottom: none;}
nav.mobile ul li li a {
	background: #bbb;
	position: relative;
	display: block;
	padding: 12px 25px;
	color: #000;
	text-transform: capitalize;
	text-decoration: none;
	border-left: none;
	font-size: 14px;
	letter-spacing: 1px;
}
nav.mobile ul li li a:hover	{border-left: none; background: #afafaf;}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: #555;
	position: relative;
	display: block;
	padding: 8px;
	color: #eeeeee;
	text-decoration: none;
}
nav.mobile ul li li li a:hover {}

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: 20px;
	font-size: 22px;
	color:#bbb;
}
	
.nav-footer {color:#e47d74; position:relative; text-align:center; font-size:11px; line-height:20px; padding:15px 15px; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px; text-transform: uppercase;}

/* 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;
}


nav.mobile ul li .fa-chevron-down {color:#999;}
}


@media screen and (max-width:785px){
	a#menu-button {top: 0;}
}

@media screen and (max-width: 680px) {
	a#menu-button {font-size: 24px;}
}

@media screen and (max-width: 320px) {
}

