* {
	margin: 0;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height:80px; /* '.push' must be the same height as 'footer' */
}
html, body {
	height:100%;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	color: #525357;
	font-size: 15px;
}
#holder {
	position:relative;
	float: left;
	width: 100%;
	margin-bottom:20px;
	opacity: 0;
	transition: opacity .8s ease-in-out;
 	-moz-transition: opacity .8s ease-in-out;
 	-webkit-transition: opacity .8s ease-in-out;
}

#holder.visible {
	opacity: 1;
	transition: opacity .8s ease-in-out;
 	-moz-transition: opacity .8s ease-in-out;
 	-webkit-transition: opacity .8s ease-in-out;
}
#top-wrap {
	position:relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
#banner {
	position:relative;
	float:none;
	width: 1200px;
	height: 120px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 0px;
	background-color:#fff;
}
#logo {
	position:relative;
	float:none;
	width: 500px;
	height: 120px;
	margin-right:auto;
	margin-left:auto;
}
#social-wrap {
	position:relative;
	float:right;
	width: 500px;
	height: 30px;
	margin-top:35px;
	margin-right:0;
	margin-left:0;
}
.social-icon {
	position:relative;
	float:right;
	width: 50px;
	height: 50px;
	margin-left:5px;
}
.social-icon img{
	max-width: 100%;
}
#slider {
	position:relative;
	width: 1200px;
	height: 400px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
#image {
	position:relative;
	float:left;
	width: 1200px;
	height: 600px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}	
.advert{
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}	
input.request-button[type=submit] {
	position:relative;
	width:50%;
	height:50px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	background-color:#848B8E;
	border:none;
	font-size: 17px;
	font-weight:600;
	color:#fff;
	padding-top:0px;
	padding-left:10px;
}				
input.request-button[type=submit]:hover {
	background-color:#547DA1;
	border:none;
	color:#fff;
	cursor:pointer;
}
.contact {
	position:relative;
	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:10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.contact-query {
	position:relative;
	width:90%;
	height:80px;
	margin-bottom:5px;
	background-color:#fff;
	border:solid 1px #ccc;
	font-size: 17px;
	font-weight:600;
	color:#848B8E;
	padding-top:5px;
	padding-left:10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.drop-header {
	position: relative;
	float: left;
	width: 80%;
	height: 30px;
	margin-left:10px;
	padding-left: 60px;
	padding-top:10px;
	margin-bottom: 5px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}
.texter {
	display:none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.drop-content-01-wrap {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.drop-content-01a {
	position: relative;
	float: left;
	width: 90%;
	text-align: left;
	margin-left: 70px;
}
.slide-down {
	position: relative;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:20px;
	cursor: pointer;
	background-image: url(../images/open_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#ccc;
}
.slide-down:hover {
	background-image: url(../images/open_02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.slide-up {
 position:relative;
  width: 100px;
  height: 100px;    
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  cursor:pointer;
	background-image: url(../images/close_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.slide-up:hover {
	background-image: url(../images/close_02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.box{
	display:none;
	width: 100%;
	height:auto;
	background-color:#ccc;
	padding-top:20px;
}	
#equal-col-left {
	position:relative;
	width: 60%;
	float:none;
	display: table-cell;
	vertical-align: top;
	border-right: solid 1px #999;
}	
#equal-col-right {
	position:relative;
	width: 40%;
	float:none;
	display: table-cell;
	vertical-align: top;
}
.back-to-top {
	display:block;
	position: fixed;
	bottom: 250px;
	right: 5%;
	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: 1200px;
	height:60px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	padding-top: 20px;
	text-align:center;
	margin-bottom:0px;
}
.clear {
    clear: both;
}
#request-info {
	position:relative;
	float:left;
	width:300px;
	height:auto;
	margin-top:50px;
}
.request {
	position:relative;
	float:left;
	width:262px;
	height:35px;
	margin-left:10px;
	margin-bottom:5px;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	font-style:italic;
	color:#000;
	padding-top:5px;
	padding-left:10px;
}
.request2 {
	color:#000;
	list-style:none;
}
.request-submit {
	position: relative;
	float:left;
	width:150px;
	height: 35px;
	background-color:#4c856e;
	border-radius:5px 5px 5px 5px;
	margin-top:0px;
	margin-left:10px;
	font-family:'Montserrat-Bold',Sans-Serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding-top:0px;
	background-color:#666;
	cursor:pointer;
	border:none;
	outline:0;
}
.request-submit-grad {
	position: relative;
	float:left;
	width:150px;
	height: 35px;
	background-color:#4c856e;
	border-radius:5px 5px 5px 5px;
	margin-top:0px;
	margin-left:10px;
	font-family:'Montserrat-Bold',Sans-Serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding-top:0px;
	background-color: #61a489; background-image: -webkit-gradient(linear, left top, left bottom, from(#61a489), to(#4b836d));
 	background-image: -webkit-linear-gradient(top, #61a489, #4b836d);
 	background-image: -moz-linear-gradient(top, #61a489, #4b836d);
 	background-image: -ms-linear-gradient(top, #61a489, #4b836d);
 	background-image: -o-linear-gradient(top, #61a489, #4c854b836d6e);
 	background-image: linear-gradient(to bottom, #61a489, #4b836d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#61a489, endColorstr=#4b836d);
	cursor:pointer;
	border:none;
	outline:0;
}