@charset "utf-8";
/* CSS Document */
#header {
width: 100%; /* Default; change to your desired width. */
margin: 0px auto; /*0px top margin, automatic right margin, 0px bottom margin, automatic left margin. */
height:90px;
text-align: left;
margin: 0 auto;
position: relative;
top:1px;
background: #fff; 
background: -moz-linear-gradient(top, #fff 0%, #fff 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );	
}
#header a{
	/*text-decoration: none;*/
	color: #000;
}

#hardmenu1{
	/*	text-decoration: none;*/
	text-decoration: none;
	font-size: 14px;
	color: #000;
	float: right;
	margin: 10px 25px 5px 0px;
	}
/*Google search on header */

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
width: auto !important;
height: auto !important;
border-color: #474747;
background-color: #474747;
background-image: none;
filter: none;
}	
#gs_tti50 {
width: auto !important;
height: auto !important;

}	
	
#searchbox{
	top: 1px;
	width: 200px;
	float: right;
	margin: 0px 25px 5px 0px;

}
/*end google search*/
p#sct1{
	text-align: center;
	font-size: 18px;
	color: #FFF;
	}	
div#sct2 {
	float:right;
	margin: 5px 25px 5px 0px;
	}

.socmed {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;

}
img{
	text-decoration: none;
	border:0;	
	max-width: 100%;
	height:auto;
	}
img#headimg{ 
	text-decoration: none;
	border:0;	
	max-width: 100%;
/*	min-width: 25%;*/
	height:auto;
	margin: 5px 5px 5px 15px;
float: left;

	}

#logoh {
	position: relative;
	max-width: 100%;
	height:auto;

}
#google_translate_element{
	clear:both;
	position:absolute;
	right: 0px;
	top:40px;
	color: #000;	
	max-width: 100%;
	height: 24px;
	white-space: nowrap;
	text-align:start;

}
#google_translate_element img {
display:inline-block;
}
#translate a{
/*	text-decoration: none;*/
/*	font-size: 11px;
	top: 55px;
	position: absolute;
	float: right;
	color: #000;*/
}

@media (max-width: 1000px) {
  #header {
    height: 110px; 
	font-size:12px;
  }

#searchbox{

	float:right;
}
#sct2{

	float:right;
}
#hardmenu1{

	float:right;
}
}
@media (max-width: 800px) {
#header {
    height: 125px; 
	font-size:11px;
  }
#searchbox{
float:right;
visibility:hidden;
display:none;
}
#sct2{
float:right;
visibility:hidden;
display:none;
}
#hardmenu1{
float:right;
}
}	
