@charset "UTF-8";


@media screen and (max-width: 929px) {
	
#gsearch {
	padding-top: 20px;
	height: 24px;
	clear:both;
}
/*--------------------------------------
    GOOGLE SITE SEARCH
---------------------------------------*/
.gsc-input input.gsc-input {
	height: 3em !important;
	line-height: 1em !important;
	font-size: 1.2em;
	color: #333;
}
.gsc-search-button .gsc-search-button {
	color: #FFF;
}
}
	
/*for tablet & PC*/
@media screen and (min-width:930px) {




#gsearch {
	float: right;
	padding-top: 27px;
	width: 285px;
	height: 24px;
	padding-left: 40px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#Results {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFF;
	text-align: left;
}
/*--------------------------------------
    GOOGLE SITE SEARCH
---------------------------------------*/
.gsc-input input.gsc-input {
	height: 1.25em !important;
	line-height: 1em !important;
	font-size: 12px;
}
.gsc-search-button .gsc-search-button {
	color: #FFF;
}

	}