@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1024px) {
}


@media screen and (max-width: 850px) {



#top-wrap {
	position:relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
#banner {
	position:relative;
	width:100%;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-color:#fff;
}
#logo {
	position:relative;
	width: 100%;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	text-align:center;
}
#logo img{
	max-width: 100%;
}
#social-wrap {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin-top:1px;
	margin-right:0;
	margin-left:0;
	text-align:center;
}
.social-icon {
	display:inline-block;
	position:relative;
	float:none;
	width: 30px;
	height: 30px;
	margin-left:5px;
	margin-right:5px;
}
#slider {
	position:relative;
	width: 100%;
	height: auto;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}	
#image {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}	
input.request-button[type=submit] {
	position:relative;
	float:left;
	width:90%;
	height:50px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	background-color:#848B8E;
	border:none;
	font-size: 17px;
	font-weight:600;
	color:#fff;
	padding-top:0px;
	padding-left:0px;
	text-align:center;
}				
input.request-button[type=submit]:hover {
	background-color:#547DA1;
	border:none;
	color:#fff;
	cursor:pointer;
}
.contact {
	position:relative;
	float:left;
	width:90%;
	height:30px;
	margin-bottom:5px;
	background-color:#fff;
	border:solid 1px #ccc;
	font-size: 17px;
	font-weight:600;
	color:#848B8E;
	padding-top:5px;
	padding-left:0px;
	margin-left:5%;
	margin-right:5%;
}
.drop-content-01a {
	position: relative;
	float: left;
	width: 90%;
	text-align: left;
	margin: 10px 0px 10px 10px;
}
.back-to-top {
	display:block;
	position: fixed;
	bottom: 50px;
	right: 2%;
	display: none;
	width: 35px;
	height: 20px;
}	
#bottom-wrap {
	position:relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#666;
}
footer {
	position:relative;
	width: 90%;
	height:auto;
	color: #fff;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	margin-bottom:0px;
}
}