
/**, *: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;
}

/*---------Authar Style----------*/
.ion-navicon-round::before	{ color:#1f1949;}

.smobitrigger, .mnuclose { display: none; }


.navigation { float:left; margin-top:45px; }

.navigation nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/*.navigation nav ul li { display:none; }*/

.navigation nav ul li a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.navigation nav ul li a:hover {
  background: rgb(234, 214, 54);
  color:#d7002e;
}
 @media all and (max-width : 767px) {

.smobitrigger, .mnuclose { display: inline-block; }
.navigation nav ul #MainMenu { display:block; }
.smobitrigger {
  color: #fff;
  font-size: 30px;
  line-height: 12px;
  padding: 10px;
}

.mnuclose {
  font-size: 20px;
  padding: 10px 20px;
  width:86%;
  background: #ededed none repeat scroll 0 0;
  text-align:right;
  color:#fff;
  
}

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

.navigation nav ul {
  padding-bottom: 40px;
  overflow-y: auto;
}

.navigation nav ul li, .navigation nav ul li a { width: 100%; float:left;line-height: 43px; }

.navigation nav ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation nav ul li a:hover { background: #ededed none repeat scroll 0 0; }

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

.mnuopn { left: 0px !important;right: 20% !important; }

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