* {
	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;
}
#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: 800px;
	height: 120px;
	margin:200px auto 200px auto;
}
#logo {
	max-width: 100%;
}
#email {
	position:relative;
	float:left;
	width: 100%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color: #525357;
	font-size: 25px;
	
}
#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;
}
#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;
}
.contact-form {
	position:relative;
	float:none;
	width: 300px;
	height:auto;
	margin:0 auto 10px auto;
}
.contact-title {
	position:relative;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:600;
	color:#666;
	margin:0 0 10px 0;
}
.contact-strip {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.contact {
	position:relative;
	float:left;
	width:300px;
	height:35px;
	margin:0 0 5px 0;
	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:#666;
	padding-top:5px;
	padding-left:10px;
}
.contact-02 {
	position:relative;
	float:left;
	width:300px;
	height:60px;
	margin:0 0 5px 0;
	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:#666;
	padding-top:5px;
	padding-left:10px;
}
.contact-select {
	position:relative;
	float:left;
	width:310px;
	height:45px;
	margin:0 0 5px 0;
	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;
}
.contact-submit {
	position: relative;
	float:left;
	width:150px;
	height: 35px;
	background-color:#4c856e;
	border-radius:5px 5px 5px 5px;
	margin:0;
	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;
}
.contact-submit-grad {
	position: relative;
	float:left;
	width:150px;
	height: 35px;
	background-color:#4c856e;
	border-radius:5px 5px 5px 5px;
	margin:0;
	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;
}
.grey {
	color:#666;
}
.desktop {
	display:block !important;
}
.mobile {
	display:none !important;
}

.gallery-test {
	position: relative;
	float:left;
	width:750px;
	height: 5333px;
}
.test-image {
	position: relative;
	float:left;
	width:500px;
	height: 333px;
}
.test-image img{
	max-width:500px;
}
.test-text {
	position: relative;
	float:left;
	width:250px;
	height: 333px;
	background-color:#ccc;
}
button.accordion {
	color: #666;
	cursor: pointer;
	padding: 5px 20px 5px 20px;
	width: 100%;
	height:50px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	background-color: #ffffff;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
}

button.accordion.active {
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: left center;
}

button.accordion:hover {
    background-color: none;
}

div.panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	margin:20px 0 0 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}