@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1024px) {
.desktop {
	display:none !important;
}
.mobile {
	display:block !important;
}
h2.rollover-anim {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	padding: 10px;
	margin: 0px 0 0 0;
	background-color: rgba(17, 164, 183, 0.8);
	margin-bottom:20px;
}
.info-rollover-anim{
   margin: 0 0 50px 0;
}
.info-rollover-anim a:link{
	position:relative;
   width: 80%;
   left:0;
   text-decoration: none;
   padding: 5px 50px 5px 50px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   text-align:center;
   font-weight: 600;
}
.info-rollover-anim a:active{
   background: #000;
   color: #fff;
}
.info-rollover-anim a:visited{
   background: #000;
   color: #fff;
}
.info-rollover-anim a:hover{
   background: #000;
   color: #fff;
}
}


@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;
}		
#image {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}		
.main-image {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}			
.main-image img{
	max-width: 100%;
}		
.main-title{
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}	
.main-text {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
.contact-form {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin:0 0% 10px 0%;
}
.contact-title {
	position:relative;
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:600;
	color:#666;
	margin:0 0 10px 0;
	text-align:center;
}
.contact-strip {
	position:relative;
	float:left;
	width:90%;
	height:auto;
	margin:0 5% 10px 5%;
}
.contact {
	position:relative;
	float:left;
	width:98%;
	height:35px;
	margin: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:2%;
}
.contact-02 {
	position:relative;
	float:left;
	width:98%;
	height:35px;
	margin: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:2%;
}
.contact-select {
	position:relative;
	float:left;
	width:100%;
	height:35px;
	margin: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:100%;
	height:35px;
	margin:0;
	background-color:#4c856e;
	border-radius:5px 5px 5px 5px;
	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:100%;
	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;
}
.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;
}
}