﻿@font-face{font-family: 'bebas_neuebold'; src: url('/fonts/bebasneue_bold-webfont.eot'); src: url('/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('/fonts/bebasneue_bold-webfont.woff') format('woff'), url('/fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('/fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg'); font-weight: normal; font-style: normal;}
.clear{clear:both;}
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0px;
	display:inline-block;
	margin: 0;
	position:relative;
	float:right;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		margin-top:60px;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
nav.primary ul li:first-child {
	margin: 0;
}
			nav.primary ul li a {
				color:#fff!important;
				font-size:14px;;
				line-height:20px;
				text-decoration:none;
				position:relative;
				display: flex;
				align-items: center;
				text-align:center;
				text-transform:uppercase;
				font-weight:400;
				padding:10px;
				font-family: 'Arial', sans-serif;
				border-bottom:3px solid transparent;
				}	
			nav.primary ul li a:hover {
				border-bottom:solid 3px #fff;
				}

			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:14px;
				padding:10px 12px;
				color:#fff;
				background-color: #000;
				text-align:left;
				border-bottom:solid 1px #fff;
				display: block;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background:#ed242d;
			}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */


nav.primary ul ul {
    display: none;
    position: absolute; 
	top:40px;
	width:260px;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 1000;
}
nav.primary ul ul li {
    float: none; 
/*	width: 220px;*/
    position: relative;
    margin:0;
	display: block;
}

@media screen and (max-width: 1450px)  {
	nav.primary ul li a {font-size:12px!important; padding:8px!important;}
}
/******** End of primary Nav ***************/

@media screen and (max-width: 1240px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
/*	width: 100%;*/
	display: inline-block;
	font-size: 35px;
	position: absolute;
	right: 20px;
	top: 65px;
	border-radius: .5rem;
	line-height:47px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: right;
/*	margin-top:-5px;*/
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 padding:0 0 0 10px; 
		 font-weight:normal;
        margin-right: 10px;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -100%;
	width: 75%;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	padding:20px 0;
	text-transform: none;
}
	
/* MENU HEADER BLURRY BACKGROUND */
	
	.mobile.open + .menu-toggle.exit-click {
		pointer-events: auto;
		opacity: 1;
	}
	
	.mobile + .menu-toggle.exit-click {
		position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 499;
        pointer-events: none;
        background: transparent;
        opacity: 0;
        transition: ease opacity 0.3s;
	}
	

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:10px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}


/* 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;*/
	border-bottom: 1px solid #fff;
	position:relative;
}
	
	nav.mobile ul li:last-child {
		border-bottom: 0;
	}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: flex;
	text-tranform:none;
	align-items: center;
/*	display: block;*/
/*	justify-content: space-between;*/
	font-size:14px;;
	padding: 10px 25px;;
	color: #fff;
	flex-direction:row;
	justify-content: space-between;
	font-weight:600;
	text-decoration: none;
	text-align: left;
}
	nav.mobile ul li a:hover{
		backgroud:#ed242d;
	}

	
	.special-arrow {
		position: relative!important;
	}
	
	.special-arrow .arrow-absolute {
		position: absolute;
		top: 0;
		right: 0;
		background: #ed242d;
	}

/* SECOND LEVEL */
nav.mobile ul li li {border:none;}
nav.mobile ul li li a {
	background: #ed242d;
	position: relative;
	display: block;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;;
}
	nav.mobile ul li li a:hover{
		background:#000;
	}	
	


/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	padding:0px 8px;
	text-align:center;

}

}


/*
@media screen and (max-width:450px){
	#menu-button{width:100%;}
}*/
