@import url(https://fonts.googleapis.com/css?family=Lato);

@charset "utf-8";
/* GENERAL*/
*{
	margin:0;
	padding:0;
}
html{
	margin:0;
	padding:0;
}
@font-face {
  font-family: 'Lato';
  src: url(../fonts/RobotoCondensed-Regular.eot); /* IE9 Compat Modes */
  src: url(../fonts/RobotoCondensed-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(../fonts/RobotoCondensed-Regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/RobotoCondensed-Regular.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/RobotoCondensed-Regular.ttf)  format('truetype'), /* Safari, Android, iOS */
       url(../fonts/RobotoCondensed-Regular.svg#svgFontName) format('svg'); /* Legacy iOS */
}
body{
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Lato', sans-serif;
}
#scroll{
}
#scroll::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 5px; /* for horizontal scrollbars */
}

#scroll::-webkit-scrollbar-track
{
  background:#ff6600;
  opacity:.5;
}

#scroll::-webkit-scrollbar-thumb
{
 background:#5D8B00;
}
/*-----------------------//Header-top--------------------------*/
.header-top{
	width:100%;
	/*border-top:8px solid #9C713C;
	background:#DBE0E4;*/
	padding-bottom:0px;
	
	
	
}

/*-----------------------//Header-bottom--------------------------*/
.header-left{
	float:left;
	/*margin-top:20px;*/
}
.logo{

}
.logo a{
	outline:none;
}
.logo a img{
	width: 274px;
	box-shadow: #CCC 3px 0px 0px 0px;
	/*margin-top:10px;*/
	padding-top: 20px;
	
}
.logo-banner img { width:865px;
		margin-top: -173px;
	}
.header-right{
	float:right;
	margin-top:156px;
	margin-bottom:10px;
	background:#50BDAC !important;
}
.top-nav{
	float:left;

}
span.menu{
	display:none;
}
.top-nav ul li{
	display:inline-block;
	float: left;
}

.top-nav ul li a {
  font-size: 14px;
  color:#fff;
  text-decoration: none;
  display: block;
  width:auto;
  height:40px;
  text-align: center !important;
  transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
  background:#50BDAC;
  padding-left: 23px;
	padding-right: 23px;
}
.top-nav ul li a.active,.top-nav ul li a:hover{
	color: #fff;
	background-color:#2E2A25;
	
}

.search{
	float:right;
	margin-left:40px;
	
	z-index:999;
	right:2%;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

input[type=search]{
	background:#ededed url(../images/search3.png) no-repeat center right;
	border:solid 1px #ccc;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top: 2px;
	height: 35px;
	width:95px;
	cursor:pointer;
	-webkit-border-radius:0em;
	-moz-border-radius:0em;
	border-radius:0em;
	float:right;
	border:1px solid #fff;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
/*css declaration generic for firefox and other browsers*/


/*css declaration only for Chrome/Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	  input[type=search]{
	    	height: 28px;
	  }
}
input[type=search]:focus{
	background:#ededed url(../images/search3.png) no-repeat center left;
	color:#146C1E;
	width:120px;
	padding-left:32px;
	cursor: auto;
	border:1px solid #fff;
}


