

/* #######################################################################

	meanMenu
	--------
	
	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: #0c1923;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}*/

.mean-container .mean-bar {
    min-height: 42px;
    position: relative;
    top: 16px;
}
.mean-container a.meanmenu-reveal {
/*width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;*/color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: auto;
    line-height: 22px;
    padding: 0 0 0 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 8px;
    width: auto;
}
.mean-container a.meanmenu-reveal span {
display: block;
/*background: #fff;*/
background: rgb(199,191,155); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(199,191,155,1) 0%, rgba(216,210,183,1) 40%, rgba(217,211,184,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,191,155,1)), color-stop(40%,rgba(216,210,183,1)), color-stop(100%,rgba(217,211,184,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(199,191,155,1) 0%,rgba(216,210,183,1) 40%,rgba(217,211,184,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(199,191,155,1) 0%,rgba(216,210,183,1) 40%,rgba(217,211,184,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(199,191,155,1) 0%,rgba(216,210,183,1) 40%,rgba(217,211,184,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(199,191,155,1) 0%,rgba(216,210,183,1) 40%,rgba(217,211,184,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7bf9b', endColorstr='#d9d3b8',GradientType=0 ); /* IE6-9 */
border-radius: 3px;
    display: block;
    height: 7px;
    margin-top: 4px;
    width: 37px;
}
.mean-container .mean-nav { 
    background:#148CC2;
    float: left;
    margin-top: -10px;
    width: 100%;
    margin-bottom: 30px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: 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: 5px 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #383838;
	border-bottom: 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: 5px 10%;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75; 
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.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: 5px 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 5px 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 5px 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 {
width: 23px;
height: 26px;
border: none !important;
padding: 5px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}
