@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 #F2031F;
	background:#484647;
	margin-bottom:0px;
	
	border-bottom: 1px solid #FFF;
	padding-bottom:0px;
	
	/*min-width:500px !important;*/
}

/*-----------------------//Header-bottom--------------------------*/
.header-left{
	float:left;
	margin-top:20px;
}
.logo{

}
.logo a{
	outline:none;
}
.logo a img{
	width: 225px;
height: 160px;
margin-top: -30px;
}
.header-right{
	float:right;
	margin-top:10px;
	text-transform: uppercase;
}



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: 21px;
	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;
}


