/*** Superfish ------------------------*/
.sf-menu  .current a{
  position: relative; 
    color:transparent;
    font-size: 16px;
    font-weight: 700;
    margin-top:-25px;
    margin-bottom:-35px;
    margin-left:20px;
    text-transform:uppercase;
}
.sf-menu .sub-current {
  position: absolute;
  background-color: #fff;
  display: none;
  top: 64px;
  left: 0;
  z-index: 99;
  text-transform:uppercase;
}
.sf-menu .sub-current ul {
  
}
.sf-menu .sub-current li{
  border-bottom: 1px solid #eee;
}
.sf-menu .sub-current li a{
  display:block;
  margin:0;
  position:relative;
  text-decoration:none;
  font-size:12px;
  line-height:14px;
  color:#131313;
  overflow:hidden;
  padding:12px 15px;  
  background: #f9f9f9;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform:uppercase;
}
.sf-menu li:hover > .sub-current,
.sf-menu li.sfHover > .sub-current {
  display: block;
}
.sf-menu .sub-current .sub-current {
  top: 0;
  left: 100%;
}
.sf-menu {
  position: relative;
  margin: 0;
  margin-left: -35px;
  padding: 0;
  list-style: none;
  z-index: 999;
  margin-top:10px;
  margin-bottom:110px;
  text-transform: uppercase;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 999;
  top: 60px;
}
.sf-menu > li {
  float: left;
  min-width:150px;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
  z-index: 999;
  top: 60px;
}
.sf-menu > li > a {
  display: block;
  position: relative;
  text-align:center;
  height:20px;
}
.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  width: 100%; 
}
.sf-menu > li > a {
  text-decoration:none;
  display:block;
  font-size:13px; 
  font-weight: 700;
  color:#fff;
  
}
.sf-menu > li > a:hover {
  color:#fff;
}
.color1{
    background-color:#67A730;
    margin:0 12px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
.color2{
    background-color:#5F9E32;
    margin:0 12px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.color3{
    background-color:#589633;
    margin:0 12px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.color4{
    background-color:#508E35;
    margin:0 12px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.color5{
    background-color:#508E35;
    margin:0 12px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.color6{
    background-color:#A29966;
    margin:0 11px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.color7{
    background-color:#999966;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.color1:hover,.color2:hover,.color3:hover,.color4:hover,.color5:hover,.color6:hover,.color7:hover{
    background-color:#e9a331;
}
.sf-menu > li {
    width: 150px; 
  padding: 20px 20px 18px 15px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.sf-menu .current {width:185px;text-align: left;float:left;}
/*** mega menu dropdown ***/
.sf-mega {
  background-color: #CC9966;
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  height:250px;
  margin-left:25px;
  max-width: 1170px;
  margin-top: 26px;
}
.sf-mega .fakeh4 {
  padding-bottom: 10px;
  padding-left:5px;
  margin-bottom: -10px;
  font-weight: bold;
  line-height: 30px;
  font-size: 19px;
  font-family: 'Open Sans';
}
.sf-mega a{text-align: center;}
.sf-mega .info_menu{
    text-align:center;margin-top:-3px;color:#fff;
}
.sf-mega .fakeh4:hover{ text-decoration:none;  color:#34210f; }
.sf-mega h5{
    color:#fff;
    text-decoration: none;
    margin-bottom: -2px;
    font-size: 16px;
}
.sf-mega h4{
    text-align:center;   
}
.sf-mega p{
    color:#fff;
}
.sf-menu .sf-mega ul li{
  border-bottom: 1px solid #dedede;
  line-height: 40px;
  padding-left: 10px;
  z-index: 9999;
}
.sf-menu .sf-mega ul li:last-child{
  border-bottom: 0;
}
.sf-menu .sf-mega ul li a:hover{
  text-decoration: none;
}
.sf-menu .sf-mega ul li:hover{
  background-color: #eee;
}
.sf-menu a{
  font-size: 14px;
  color: #fff;
  display: block;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 1.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(0,0,0,.5);
}
ul.sub-current2 .current .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 5px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(0,0,0,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
 
}
