/* @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: " "; /* 1 */
  /*display: table; 
}

.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; }

header { background:#1c8fbd; padding-top:5px; padding-bottom:5px; border-bottom:1px solid silver;}

.logo { float: left; }

.navigation { //float: right; }

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

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

@media only screen and (min-width:641px) and (max-width:991px) {
	.navigation nav ul li a 
	{
		padding: 15px 9px !important;
	}
	
}
.navigation nav ul li a {
 // color: #6d6c6c;
 //color:#777;
 color:white;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 13px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-family: 'Raleway', 'Open Sans', Arial, sans-serif !important;
    font-size: 13px;
}

.navigation nav ul li a:hover {
  //background: rgb(234, 214, 54);
  //background:#035BB1;
  //border-bottom:2px solid #035BB1;
  border-bottom:2px solid #2392ff;
  color: #441B0A;
}

 @media all and (max-width : 640px) {
	.navigation nav ul li a {
		padding: 15px 20px;		
	}
.smobitrigger, .mnuclose { display: inline-block; }

.smobitrigger {
	color: #FFFFFF;
	font-size: 27px;
	line-height: 12px;
	padding: 8px 10px 8px 10px;
	background: #337ab7;
	margin-top: 0px;
}

.mnuclose {
  font-size: 20px;
  padding: 10px 20px;
  width: 100%;
  background: #2392ff;
}

.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: 13px;
  padding-bottom:13px;
  border-bottom:1px solid #035BB1;
}

.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;
}
}
