

@media (min-width: 1200px) 
  and (max-width: 1700px) {
  	header {

	float: none;
	height: 100px;
	position: fixed;
	width: 100%;
background: transparent;
margin-left: 0px;
	z-index:1;
}
#header-content h1{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
}
#header-content img{
	width: 4.5%;
	margin-right: 5px;
	margin-left: 0px;
}
#header-content nav {
			float: none;
		margin-left: 45%;
		margin-top: -3.3%;
		}
			#header-content ul {
			 list-style: none; padding: 0px; margin: 0px; 
			}

#header-content nav ul li {
		float: none;
		font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin: 0px;
padding: 15px;

font-size: 15px;
			display: inline-block; 
			font-weight: bold;
			}

			#header-content nav li {
				float: none;

				
				margin-right: 0px;
			
				padding-left:0px;
				list-style: none;
	
			}


#banner {
	height: 400px;
	position: relative;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg); 
	background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg); 
	background-size: 100%;
	background-position:  bottom center;
	width: 100%;
	top: 0px;
	z-index: 0;
	margin-top: 0;
}

#banner h2{
	width: 100%;
	display: block;
	padding-top: 15%;
margin: 0 auto;

	font-size: 60px;
}
#banner h3{
	float: none;
	font-size: 20pt;
	padding-top: 1%;
	padding-bottom: 3%;
margin: 0 auto;
	width: 500px;
}




article {
	margin-top: 0px;
	padding: 0px;
}
article h2{
	margin-top: 50px;
	padding: 0px;
}





.contact-side{
	width: 300px;
	height: 600px;
	float: none;
margin: 0px 400px 0 0px;
background-color: #fff;
	border-radius: 50px;
margin-left:50px;
	margin-top: 0px;
}
.contact-side p{
	padding: 20px;
	
}
.bg-contact{
	width:100%;
	float: none;
	margin-top: 0px;
	height:600px;
	padding: 50px;
	z-index: 1;

}
#page-wrap{
	float: left;
	width:700px;

	background: transparent;
	padding: 100px;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#page-wrap-sign {
	float: none;
	width:700px;

	background: transparent;
	padding: 0px;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#page-wrap-sign-2 {
	float: none;
	width:700px;
margin-top: -500px;
	background: transparent;
	padding-left: 800px;

	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.contact2{
	width: 600px;
margin-left: 600px;
margin-top: -470px;
text-align: right;

}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	font-family: Roboto Slab, serif;
	color:#000;
}

.contact2 label {
	float: none;
	text-align: left;
	margin-right: 15px;
	width: 50px;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	font-family: Roboto Slab, serif;
	color:#000;
}



#page-wrap-sign-2 h2{
margin-top: -100px;

}

#page-wrap-sign h2{

	font-family: Roboto Slab, serif;
	font-size:30px;
	float: none;

	color: #1eaace;
text-align: center;

}

#page-wrap h3{
margin-top: 50px;
margin-left: 300px;
	padding-bottom: 10px;
	font-family: Roboto Slab, serif;
	font-size: 30pt;
	float: none;
	color: #1eaace;
text-align: center;
line-height: 40pt;

}

 h4{
	font-size: 12pt;
	color: #1eaace;
	padding: 0;
	font-family: Roboto Slab, serif;
}
.info{
	padding-bottom: 50px;
	text-align: center;
	margin-left: 10px;
}

#page-wrap a{

	font-family: Roboto Slab, serif;
	font-size: 12pt;
	float: none;
	color: #000;
margin-left: 40%;

}
#page-wrap h2{
	margin-left: 200px;
	float: left;
	display: none;
		margin-top: -600px;

}
#contact-area {
	float:none;
	width: 700px;
	text-align: left;
	margin-left: 400px;
	margin-top: -650px;
}
#contact-area-1 {
	float:none;
	width: 700px;
	margin-left: 400px;
	margin-top: -650px;
}

.formtitle{
	width: 80%;
padding-top: 50px;
margin-left: 150px;

}
.formtitle h2 {
	float:none;
	display: inline;
	width: 100%;
	padding: 300px;
	color: #1eaace;
}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	font-family: Roboto, sans-serif;
	font-size: 13pt;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 300px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: none;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #1eaace;
	color: #fff;
	border: none;
	margin-right: 10%;
}


#contact-area .contact2 input.submit-button {
	width: 100px;
	float: right;
	background-color: #1eaace;
	color: #fff;
	border: none;
	margin-right: 1%;
}


#contact-area input.submit-button:hover {
	
	background-color: #2ecc71;
	
}


 .news-content h2{
   padding: 50px  0 25px 50px;
   line-height: 30px;
font-size: 20px;
color: #1eaace;
text-align: center;
text-transform: uppercase;
 }
  }
  
