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

@font-face { font-family: "Ionicons"; src: url("../fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }

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: " "; /* 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: 'Source Sans Pro', sans-serif;
}

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


.smobitrigger, .mnuclose { display: none; }

.cf { background: #441B0A; }

.logo { float: left; }

.navtog { float: left; }

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

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

.navtog nav ul li a {
  color: #fff;
  display: inline-block;
  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;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.navtog nav ul li a:hover {
  background: #000;
  color: #441B0A;
}



.fa-times-rectangle:before,
.fa-window-close:before {
  	content: "\f2d3";
    float: right;
	color: #fff;
	font-size: 18px;
	font-family: "Ionicons";
}

.navtog {
    display: none;
}
.ion-navicon:before {
  	content: "\f20e";
    color: #231f20;
	font-family: "Ionicons";
}















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

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

.smobitrigger {
  color: #fff!important;
  font-size: 33px;
  line-height: 36px;
  padding: 17px 17px 17px 0;
  position: absolute;
  z-index: 9999;
  margin-top: -4px;
}

.mnuclose {
  font-size: 21px;
  padding: 10px 20px;
/*  width: 100%;*/
  width: 50px;
/*  background: rgba(0, 0, 0, 0.18);*/
  float:right;
  color:#fff !important;
  text-decoration:none;
}
.navwrp a{
	text-decoration:none;
}

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

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

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

.navtog nav ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}

.navtog nav ul li a:hover { background: #fff; color:#000;}

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

.mnuopn { left: 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;
}
}
