

/* ##############################################################################################
	
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 */
.menu-container { position:relative; z-index: 9999; }

.mean-container .mean-bar { float:left; width:100%; position:relative; padding:0; top:0px; left:0; z-index:9999; margin:0; }
.mean-container .mean-bar .menu-head { 
float:left; font-weight:700; font-size:16px; color: #fff; text-transform:uppercase; /*background:#ededed; */padding:8px 3% 8px 3%; width:100%; height:42px; line-height:28px; 
background: rgba(66,65,65,1);
background: -moz-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,65,65,1)), color-stop(100%, rgba(32,32,32,1)));
background: -webkit-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
background: -o-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
background: -ms-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
background: linear-gradient(to bottom, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424141', endColorstr='#202020', GradientType=0 );
}
.mean-container a.meanmenu-reveal {
width:45px; height:42px; padding:12px 10px 7px 10px;
position: absolute; top: 0; right: 0;
cursor: pointer;
text-decoration: none; font-size:13px; text-indent: -9999em; line-height: 22px;
font-size: 1px;
display: block;
background:#fa4f26;
outline:none;
}
.mean-container a.meanmenu-reveal:hover { background:#fa4f26; }
.mean-container a.meanmenu-reveal.meanclose { background:#fa4f26; color:#ffffff;  }
.mean-container a.meanmenu-reveal span { display: block; background:#FFFFFF; height: 3px; margin-top: 3px; }
.mean-container a.meanmenu-reveal:hover span, .mean-container a.meanmenu-reveal.meanclose span {  background:#edeeee; }
.mean-container .mean-nav { float: left; background:#8c8c8c; width:100%; margin:0; position:absolute; top:45px; }
/*  1st Level Menu  */
.mean-container .mean-nav ul { 
float:left; margin: 0; width:100%; list-style-type: none; padding:0; 
border: 1px solid #7e7e7e;
}
.mean-container .mean-nav ul li { position: relative; float: left; width:100%; padding:0px; margin:0px; background:#8c8c8c; border-bottom: 1px solid #7e7e7e;  font-size:14px; font-weight:400; }
.mean-container .mean-nav ul li:hover { background:#7e7e7e;}
.mean-container .mean-nav ul li.mean-last { border-bottom:none; }
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 100%;
padding:7px 4% 7px !important;
margin: 0;
text-align: left;
text-decoration: none;
text-transform:none;
color:#fff;
font-size:13px;
line-height:20px !important;
text-transform:uppercase;
}
/*.mean-container .mean-nav ul li:last-child a {color:#ed7612; }*/
.mean-container .mean-nav ul li:hover a, .mean-nav ul li.active a, .mean-container .mean-nav ul li:focus a { background:none; color:#fff; }
/*.mean-container .mean-nav ul li:last-child:hover a, .mean-nav ul li:last-child.active a, .mean-container .mean-nav ul li:focus a { background:none; color:#2d3e50; }*/
.mean-container .mean-nav ul li.mean-last a { border-bottom: none; margin-bottom: 0; }
.mean-container .mean-nav ul li:hover ul li a { color:#ed7612;}
/*  2nd Level Menu  */
.mean-container .mean-nav ul li ul { border:none; width:98%!important; margin:0px 1% 7px;  padding:0px; background:#f7f7f7!important; }
.mean-container .mean-nav ul li ul li { border-bottom:1px solid #eeeeee; line-height:20px; background:#ffffff!important; }
.mean-container .mean-nav ul li:hover ul li { border-bottom:1px solid #e5e5e5; }
.mean-container .mean-nav ul li.red1 {  width:90%; padding:10px; }
.mean-container .mean-nav  ul li:hover ul li.red1 a, .mean-container .mean-nav ul li.red1:hover a, .mean-container .mean-nav ul li li.red1 a { padding-left:0px!important; background:#ffffff!important; }
.mean-container .mean-nav ul li ul li:hover a{ background:#ed7612; color:#fff; }
.mean-container .mean-nav ul li ul li:last-child{ border-bottom:none;}

.mean-container .mean-nav ul li ul li.red a, .mean-nav ul li.active ul li.green a { background:#800a2b!important; color:#ffffff!important; }
.mean-container .mean-nav ul li ul li.green a, .mean-nav ul li.active ul li.green a { background:#00464f!important; color:#ffffff!important; }
.mean-container .mean-nav ul li li a { width:100%; padding:5px 3% !important; font-size:14px; font-weight:400; color:#2d3e50; /*border-bottom:1px solid #FFFFFF;*/ line-height:30px; visibility: visible; text-transform: none; }

/*  3rd Level Menu  */
.mean-container .mean-nav ul li li li a { width: 100%; 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%; }

/*  Menu Expand  */
.mean-container .mean-nav ul li a.mean-expand {
width:50%;
height: 26px;
border: none !important;
position: absolute; right: 0; top: 0; 
font-size:20px!important; color:#fff; text-align: right; line-height:26px; font-weight:700;
padding:5px 4% 5px !important;
background:none;
z-index: 2;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked { font-size:20px!important; padding:5px 4% 5px 5% !important; color:#fff !important; }
.mean-container .mean-nav ul li:hover a.mean-expand.mean-clicked { color:#fff !important; }
.mean-container .mean-nav ul li a.mean-expand:hover { font-size:20px!important; background: none;color:#fff; }
.mean-container .mean-push { float: left; width: 100%; padding: 0; margin: 0; clear: both; }
.mean-nav .wrapper { width: 100%; padding: 0; margin: 0; } 

