

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

	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 a.meanmenu-reveal {

padding: 20px 13px 11px 13px;
position: absolute;
top: -14px;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent:18px;
/*text-indent: -9999em;*/
line-height: 22px;
/*font-size: 1px;*/
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
background:url(../images/mobi_menu.png);
width: 158px;
height: 70px;
}
.mean-container a.meanmenu-reveal.meanclose {
background: none;
right: 0px !important;
width: 20px;
height: 30px;
top: 0px;
padding: 5px 0px 0px;
z-index: 100;
}

/*.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}*/
.mean-container .mean-nav { 
float: left;
width: 100%;
background: #0c1923;
margin-top: 25px;
}
.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%;
/*border-bottom: 2px solid #407a63;
*/}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 100%;
height:100%;
padding:0px;
/*padding: 1em 5%;*/
margin: 0;
text-align: center;
color: #57b1b1 !important;
border-bottom: 2px solid #407a63;
border-bottom: 2px solid rgba(64,122,99,0.5);
text-decoration: none;
text-transform:capitalize;
/*background:#c6e99c;*/

background: #c6e99c; /* Old browsers */
background: -moz-linear-gradient(top,  #c6e99c 1%, #b8da8e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c6e99c), color-stop(100%,#b8da8e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c6e99c 1%,#b8da8e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c6e99c 1%,#b8da8e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c6e99c 1%,#b8da8e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c6e99c 1%,#b8da8e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e99c', endColorstr='#b8da8e',GradientType=0 ); /* IE6-9 */

}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 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: 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: #7ac943;
background: rgba(122,201,67,1); */

background: #7ac943; /* Old browsers */
background: -moz-linear-gradient(top,  #7ac943 1%, #70bb3c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7ac943), color-stop(100%,#70bb3c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7ac943 1%,#70bb3c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7ac943 1%,#70bb3c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7ac943 1%,#70bb3c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7ac943 1%,#70bb3c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac943', endColorstr='#70bb3c',GradientType=0 ); /* IE6-9 */
color:#fff2d4 !important;

}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !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;
}
