﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

body{font-family: 'Open Sans', sans-serif; margin:0;}/*for demo purposes only*/

.clear{clear:both;}

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:inline-block;
	margin:0;
	width:100%;
	position:relative;
	background: transparent;
	text-align: right;
	}
	nav.primary ul {
		margin:0; 
		padding:0;

		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:#fff;
				font-size:16px;
				line-height:60px;
				text-decoration:none;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:700;
				letter-spacing: 1px;
				padding:0 25px;
				}	
			nav.primary ul li a:hover {
				color:#ccc;background: #000;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:14px;
				line-height:16px;
				padding:10px;
				color:#fff;
				background: #181818;
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom: #303030 solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
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: 270px;
    position: relative;
    margin:0;
	display: block;
}


@media screen and (max-width: 1730px)  {
	nav.primary ul li a{padding:0 10px;}	
}

@media screen and (max-width: 1575px)  {
	nav.primary ul li a{font-size:15px;}	
}


/******** End of primary Nav ***************/

@media screen and (max-width: 1100px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
.bar {
float:right;
margin-top:25px;
margin-bottom:0;
background:#ed1b24;
height:50px;
}



.menubutton {
display:inline-block;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
}

.fa-bars {
display:inline-block;
}


}


@media screen and (max-width: 1100px) { 


.menubutton {
font-size:17px;
	
}
.fa-bars{ margin-right:10px; vertical-align:middle;}

#menu-button {
left:43%;
vertical-align:middle;
}

/*==============================
Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
display:block;
font-size: 32px;
padding:8.5px 0;;
text-align:right;
background:transparent;

}
#menu-button a {
color:#fff!important;
text-decoration: none;
}
#menu-button a:hover {
color:#ccc !important;
}
nav.mobile {
display:block;
position: fixed;
top: 0;
left: -250px;
width: 250px;
height: 100%;
background: #000;
z-index: 999999; /* needs to be higher than #menu-button, adjust as needed */
overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
position: relative;
padding: 12px 10px;
color: #fff;
font-size: 1.2em;
font-weight: 600;
border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
position: absolute;
top: 12px;
right: 10px;
display: inline-block;
padding: 6px 9px 5px;
font-family: Arial, sans-serif;
font-weight: bold;
line-height: 1;
background: #000;
color: #999;
text-decoration: none;
vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
color: #ed1b24!important;
}
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: 10px;
color: #fff!important;
text-decoration: none;
font-size:15px;
text-transform:uppercase;
font-weight:500;
font-family: 'Montserrat', sans-serif; 
}
nav.mobile ul li a:hover {
background:#ed1b24;
color: #fff!important;
}

.manulogo img {
width:100%;
}

nav.mobile ul li.manulogo {
border:none;
}

nav.mobile ul li li.manulogo a {
width:44%;
float:left;
margin:2%;
padding:1%;
background:#eee;
}

nav.mobile ul li li.manulogo a:hover {
background:#fff;
}

nav.mobile ul li li a { /* appearance of the sub-level links */
background: #444;
position: relative;
display: block;
padding: 8px 10px 8px 15px;
color: #ccc;
text-decoration: none;
font-size:14px;
text-transform:uppercase;
font-weight:400;
}
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(../siteart/arrow.png) 10px 12px no-repeat;
background-size:55%;
position:relative;
display:block;
float:right;
margin:-44px 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%;
}
}

