@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
html {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

.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; }

.cf{display: none;}

/*body {
  margin: 0px;
  padding: 0px; }*/

/*---------Authar Style----------*/
.smobitrigger, .mnuclose {
  display: none; }

header {
  width: 100%;
  height: 94px;
  /*position: fixed; */
  top: 0;
	left: 0;
	transition: all .5s ease;
	z-index: 9;
}


.header-on{top: 0;}
.header-logo{	width: 245px;	display: inline-block;	vertical-align: middle;	margin-bottom: -10px; }
.header-logo	a{ display: block; }
.header-wrap{	width: 1500px;	margin: auto;	display: flex;	justify-content: space-between;	align-items: flex-end;  margin-bottom: 5px; }
.header-wrap01{	align-items: center;	margin-bottom: auto;}
.header-icon{
	width: 218px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin-bottom: 5px; }
.header-icon a{	display: inline-block;	line-height: 0; color: #fff; margin-right: 5px; }
.header-icon a:hover{ color: #26bbff; }
.header-line img{	width: 30px;	height: 30px;}


.navigation {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20%;
  }

.navigation nav ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  list-style: none;

}

.navigation nav ul li {
  display: inline-block;
  padding-right: 40px;
}

.navigation nav ul li:last-child{ padding-right: 0; }

.navigation nav ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding-bottom: 5px;
}

.navigation nav ul li a:hover{ color: #26bbff; border-bottom: 1px solid #26bbff;}


/*IE ONLY*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){


}





@media only screen and (max-width:990px){

.cf{display: block;}

.navigation { float: right; width: auto; position: absolute; top: 22px; right: 0; text-align: right; margin: inherit; }
.navigation nav ul { padding-bottom: 40px; display: block;  }
.navigation nav ul li a:hover .header__nav-text { border-bottom: none; }
.navigation nav ul li { padding-right: 30px ;padding: 0; width: 100%;}
.navigation nav ul li::before{  display: none;  }
.navigation nav ul li a { width: 100%; display: block; padding: 8px 0; font-weight: normal; margin-bottom: 0; }
.navigation nav ul li a:hover { background: rgba(255, 255, 255, 0.3); }
.navigation nav ul li a:hover{ color: #26bbff; border-bottom: none;}
.smobitrigger, .mnuclose {  display: inline-block; }
.smobitrigger { color: #fff; font-size: 30px;  line-height: 12px;  padding: 10px; }
.mnuclose {  font-size: 20px;  padding: 20px 20px 10px; width: 100%;  background: #023045; background:none;}
.smobitrigger span, .mnuclose span { font: 0/0 a; text-shadow: none;  color: transparent; }
.mobimenu { list-style: none; padding: 20px;  margin: 0px; width: 100%;  position: fixed;  height: 100%;  top: 0px; right: 0px ;  top: -100%; background:  #006390; background: rgba(0,0,0,0.5);} 
.mnuopn {  top: 0px !important; right: 0px }
.ovrActv {  width: 100%;  height: 100%;  z-index: 9;  position: fixed;  background: rgba(0, 0, 0, 0.79);  transition: 0.5s;  -webkit-transition: 0.5s; -moz-transition: 0.5s;  -ms-transition: 0.5s;   -o-transition: 0.5s; }

}

@media only screen and (max-width:768px){
header{ height: 75px; }
.navigation{ top: 9px; }

}


@media all and (max-width: 480px){


}