
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	/* background: url(../image/arrow-right.png) no-repeat #008de5; */
	padding: 0px 0;
	min-height:30px;
	z-index: 0;
	background:#eeeeee;
	
}


/* JJ-ADD */
.mean-container .mean-bar:before {
	content:"MENU";
	letter-spacing:1px;
	position: absolute;
    top: 9px;
    left:14px;
    font-family: "freight-sans-pro",sans-serif;
    color:#000000;
	font-weight: 600;
  
	}

.mean-bar { 
	/*border:2px solid #165e96; */
	 box-sizing: border-box;
}
	

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 9px 13px 5px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #d82328;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 18px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #d82328;
	height: 3px;
	margin-top: 3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;

	background: #d82328; 	/* Background of List */
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	 font-family: "freight-sans-pro",sans-serif;
	letter-spacing:1px;
	text-transform:none;
	
	}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: center;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}




.mean-container .mean-nav ul li li a {
	width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    text-shadow: none !important;
    visibility: visible;
    text-transform: uppercase;
    background: #000;
}

.mean-container .mean-nav ul li li a:hover {
	background:#171717;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	/*background: #252525; */
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 38px;
	padding: 12px 12px 9px 12px!important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	/*
	background: rgba(255,255,255,0.1);
	*/
	background: #eee;
	border: none !important;
	
	color:#d82328;
	/* border-left: 1px solid rgba(255,255,255,0.4) !important; */
	/* border-bottom: 1px solid rgba(255,255,255,0.4) !important; */ 
}

/* Colors of + and - */
/*
.mean-container .mean-nav > ul > li:nth-child(2) > a.mean-expand { background:#ecb512;}
.mean-container .mean-nav > ul > li:nth-child(4) > a.mean-expand { background:#32a9ae;}
*/
.mean-container .mean-nav ul li a.mean-expand:hover {
	/*background: rgba(0,192,101,0.9);*/
	background:#eee;
	color:#d82328;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
