@import url("../webfonts/ArialBlack/ArialBlack.css");
@import url("../webfonts/OpenSansRegular/OpenSansRegular.css");
@import url("../webfonts/Klavika-Light/Klavika-Light.css");
html,
body {
	margin:0;
	padding:0;
	height:100%;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.wrapper {
	min-height:100%;
	position:relative;
	width:100%;
}


.content {
	padding-bottom:150px; /* Height of the footer element */
}

.main {
	width:100%;

}

.contactwrapper {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	height: 800px;
}
.contactustitle {
	font-family: Lato;
	font-size: 50px;
	font-weight: 600;
	height: 30px;
	width: 400px;
	position: relative;
	top: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #f60;
}
.contactussub {
	width: 400px;
	height: 40px;
	text-align: center;
	font-family: Klavika-Light;
	font-size: 30px;
	linr-height: 30px;
	font-weight: 400;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 40px;
}
.contactustbl {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}

   .formfield {
	font-family: Klavika-Light;
	font-size: 18px;
	width: 100%;
	height: 35px;
	border: 2px solid #FF6600;
	border-radius: 4px;
	text-indent: 10px; 
	padding: 0;   
}
  textarea {
	font-family: Klavika-Light;
	font-size: 18px;
	width: 100%;
	height: 100px;
	border: 2px solid #FF6600;
	border-radius: 4px;
	text-indent: 10px;
	padding: 0;  

}
.submitcontact{
width:100px;
height:100px;
background-image:url(../images/sendup.png);
border:0px;	
background-color:rgba(0,0,0,0.0);
}
.submitcontact:hover{
width:100px;
height:100px;
background-image:url(../images/sendover.png);
cursor:pointer;	
}
.slidercontainer {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 1920px; 
	height: 300px; 
	overflow: hidden;
}

.maintext {
	width:100%;
	background-color:#FFF;
}
.maintextwrapper {
	font-family:'OpenSansRegular';
	color:#666;
width:1000px;
margin-top:50px;
margin-left:auto;
margin-right:auto;
text-align:justify;	
	
}
.linkorange {
color:#FF6600;	
text-decoration:none;
}
.linkorange:hover {
color:#FF6600;	
text-decoration:underline;
}
.textorange{
	font-weight:600;
color:#FF6600;	
}
.textgrey{
	font-weight:600;
color:#666;	
}
.services {
width:100%;	
}

.serviceswrapper {
width:1000px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:50px;
margin-top:25px;	
}



@media only screen and  (max-width: 1024px) {
	
.main {
	width:100%;
	
}
.content {
	padding-bottom:250px; /* Height of the footer element */
}
.maintextwrapper {
width:780px;
}
.serviceswrapper {
width:780px;
	
}
@media only screen and  (max-width: 800px) {

.main {
	width:100%;	
}
.serviceswrapper {
width:90%;
	
}
.content {
	padding-bottom:450px; /* Height of the footer element */
}
.maintextwrapper {
width:90%;
}

@media only screen and  (max-width: 620px) {
	

.servicesitem {
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;	
}
.contactwrapper {
	width:320px;
	margin-left:auto;
	margin-right:auto;
}
.contactustitle {
	font-family: Lato;
	font-size: 35px;
	font-weight: 600;
	height: 30px;
	width: 300px;
	position: relative;
	top: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #f60;
}
.contactussub {
	width: 300px;
	height:40px;
	text-align: center;
	font-family: Klavika-Light;
	font-size: 25px;
	line-height:30px;
	font-weight: 400;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 40px;
}
.contactustbl {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}

   .formfield {
	font-family: Klavika-Light;
	font-size: 18px;
	width: 300px;
	height: 35px;
	border: 2px solid #FF6600;
	border-radius: 4px;
	text-indent: 10px; 
	padding: 0;   
}
  textarea {
	font-family: Klavika-Light;
	font-size: 18px;
	width: 300px;
	height: 100px;
	border: 2px solid #FF6600;
	border-radius: 4px;
	text-indent: 10px;
	padding: 0;  

}
}
@media only screen and  (min-width: 1920px) {
.banner{
	width:1920px;
	margin-left:auto;
	margin-right:auto;	
}
}
