



*, *:before, *:after { box-sizing: inherit; }

.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after { clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */


.cf { *zoom: 1;
}



	

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Arimo', sans-serif;
}

/*---------Authar Style----------*/


.smobitrigger, .mnuclose { display: none; }



.logo { float: left; }

.navigation { float: right;}

.navigation nav ul {
    background-color: #3baf06;
    border: 0 none;
    border-radius: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0; 
}

.navigation nav ul > li { display: inline-block; float:left; }

.navigation nav ul > li > a {
    color: #000;
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding:7px 12px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.navigation nav ul li a:hover, a.active {   
    color: #3baf06;
}
.dropdown-menu > li{ display:block!important; float:none!important;}
.dropdown-menu > li > a{ padding:7px 15px!important; text-transform:capitalize!important; display:block!important; color:#fff!important; }
.mobimenu .dropdown-menu{ min-width:220px;}
.dropdown-menu > li > a:hover{ background-color:#1f1a17!important; color:#fff!important;}

.dropdown-toggle::after{ margin-right:6px;}




 @media all and (max-width : 2500px) {

.smobitrigger, .mnuclose { display: inline-block; }

.smobitrigger {
  color: #fff;
  font-size: 52px;
  line-height: 36px; -webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px; width:50px; height:50px; text-align:center; padding-top:9px;  
}


.darkHeader .smobitrigger{color: #555;}
.darkHeader .smobitrigger:hover{color: #000;}
.smobitrigger:hover{ color:#fff;}


.mnuclose {
  font-size: 20px;
  padding: 10px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
}

.smobitrigger span, .mnuclose span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.navigation nav ul {
  padding-bottom:0px;
  overflow-y: auto; background-color:#61a31b;
}

.navigation nav ul li, .navigation nav ul li a { width: 100%; }

.navigation nav ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobimenu .dropdown-menu { 
    min-width: 100%; transform:translate3d(0px, 41px, 0px)!important;
}
.navigation nav ul li a:hover { background: rgba(0, 0, 0, 0.29); }

.mobimenu {
  list-style: none;
  padding: 20px;
  margin: 0px;
  width: 300px;
  position: fixed;
  height: 100%;
  top: 0px;
  right: -350px;
}

.mnuopn { right: 0px !important; }

.ovrActv {
  position: fixed;
  background: rgba(0, 0, 0, 0.79);
  width: 100%;
  height: 100%;
  z-index: 1002;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
}
