@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);



*, *: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----------*/


.smobitrigger, .mnuclose { display: none; }

.navigation {}

.navigation nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}
.search input {
    height: 29px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.search button {
    height: 33px;
    background: #E6A233;
    border: none;
    color: #fff;
    padding: 0 15px;
    letter-spacing: 0.5px;
}
.navigation nav ul li { display: inline-block; border-right: 1px solid #ededed; }
.navigation nav ul li:last-child{
  border-right: none;
}
.navigation nav ul li a {
  color: #3e3e3e;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 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 {
  color: #E6A233;
}
/* Submenu - hidden by default */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: #444;
  padding: 0;
  margin: 0;
  z-index: 999;
}

.sub-menu li a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.sub-menu li a:hover {
  background-color: #555;
}

/* Show submenu on hover */
.menu-item-has-children:hover > .sub-menu {
  display: block;
}
 @media all and (max-width : 768px) {

.smobitrigger, .mnuclose { display: inline-block; }

.smobitrigger {
  color: #fff;
  font-size: 30px;
  line-height: 12px;
  padding: 10px;
}

.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: rgba(0, 0, 0, 0.29); }

.mobimenu {
  list-style: none;
  padding: 20px;
  margin: 0px;
  width: 210px;
  position: fixed;
  height: 100%;
  top: 0px;
  right: -250px;
}

.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;
}
}
