/* @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

html {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  box-sizing: border-box;
}

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

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

/* .cf:after { clear: both; } */

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


.cf { *zoom: 1;
	/* padding-top: 10px;
	padding-bottom: 10px; */
}
/* 
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}
 */
/*---------Authar Style----------*/


.smobitrigger, .mnuclose { display: none; }

/* header { background: #ffffff; } */

/* .logo { float: left; } */

.navigation { float: left; }

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

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

.navigation nav ul li a {
  color: #747474 !important;
  /* font-weight: 600; */
  display: inline-block;
  text-transform: none;
  text-decoration: none;
  /* padding: 15px 20px; */
  padding: 10px 15px;
  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: #FC9133 !important;
  color: #fff !important;
  border-radius: 5px;
}
 @media all and (max-width :640px) {

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

.smobitrigger {
  color: #000;
  font-size: 30px;
  line-height: 12px;
  padding: 10px;
  /* padding-top: 30px; */
}

.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: 40px;
  overflow-y: auto;
}

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

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

.navigation nav ul li a:hover { background: #FC9133 !important; }

.mobimenu {
  list-style: none;
  padding: 20px;
  margin: 0px;
  width: 210px;
  position: fixed;
  height: 100%;
  top: 0px;
  right: -250px;
  background-color: rgb(245, 245, 245) !important;
}

.mnuopn { right: 0px !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;
}
}
