/* =Nav
-------------------------------------------------------------- */

.header_menu{    width: auto;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    float: right;
    margin-top: 23px;}

#nav-trigger 
	{
	display: none;
	text-align: center;
	padding:5px 0; 
	
	}
	
#nav-trigger span 
	{
	    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 8px 9px 6px 10px;
    color: #333;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    border-radius: 3px;
	}
	
#nav-trigger span i{ font-size:20px; }

#nav-trigger span.open:after 
	{
	border-left: solid 11px transparent;
	border-top: none;
	border-bottom: solid 10px #fff;
	border-right: solid 10px transparent; 
	}

nav 
	{
 	/*margin-bottom: 30px;*/ 
 	}

nav#nav-main 
	{
  	/*background-color: #c80032;*/
  	padding: 0px 0; 
	}
	
nav#nav-main ul 
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center; 
	}
	
nav#nav-main li 
	{
	display: inline-block;
	/*border-right: solid 1px #950025;*/
	}
	
nav#nav-main li:last-child 
	{
  	border-right: none; 
	}
	
nav#nav-main a 
	{
	padding: 12px 14px;
  /*background:rgba(255, 255, 255, 0.2) none repeat scroll 0 0;*/
  border-radius:4px;
  margin:0 0px;
  font-size: 14px;
  font-family:"Lato",sans-serif;
  text-decoration: none;
  /*border-radius:5px; */
  display:inline-block;
  text-transform:capitalize;
 /* border-right:2px solid #fff;*/
  color: #fff;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
	}
	
/*nav#nav-main a:hover 
	{
  	background-color: #af002c;
  	color: #fff; 
	}*/

nav#nav-mobile 
	{
	position: relative;
	display: none; 
	}
	
nav#nav-mobile ul 
	{
	display: none;
	list-style-type: none;
	position:relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #344242;
	padding:0;
	margin:0px 0 0;
	z-index:1; 
	}
	
nav#nav-mobile li 
	{
	display: block;
	padding: 0px 0;
	margin: 0 0px;
	border-bottom: solid 1px #2a3535; 
	}
	
nav#nav-mobile li:last-child 
	{
  	border-bottom: none; 
	}
	
nav#nav-mobile a 
	{
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color: white;
	padding: 10px 30px;
	text-decoration:none;
	transition: all 0.3s linear 0s; 
	}
	
nav#nav-mobile a:hover 
	{
  	background-color: #333333;
  	color: #fff; 
	}


/* =Media Queries
-------------------------------------------------------------- */

@media all and (max-width: 1024px) {

.header_menu{ margin-top:7px;}

}



@media all and (max-width: 1024px) {
#nav-trigger 
	{
	display: block; 
	}

nav#nav-main 
	{
	display: none; 
	}

nav#nav-mobile 
	{
	display: block; 
	} 
	
	
/*.header_menu{ float:none;}*/
	
	}
	
@media all and (max-width: 768px) {

#nav-trigger {
    margin-top: 6px;
}

}


@media all and (max-width: 480px) {

#nav-trigger span{ padding:6px 8px 6px 8px;}

#nav-trigger span i {
    font-size: 16px;
}

}




