/*************************************************************/
/***************************HEADER****************************/
/*************************************************************/




/*************************************************************/
/***************************CONTENT***************************/
/*************************************************************/

#contact {
	min-height:520px;
	background:url('/_images/services_bg.jpg') center #F8F7F6;
	background-size:cover;
}

input.text, select, textarea.text {
	display:block;
	width:600px; height:20px;
	margin:0px 0px 15px 0px; padding:4px 10px 4px 10px;
	
	font-size:16px;
	color:#424242;
}
	textarea.text {height:150px; }
	/*input.submit, button {
		display:inline-block;
		width:auto; height:auto;
		padding:10px 15px; border:3px solid #FFF;
		background:#998A9F;
		
		font-family: 'Museo Sans 700', Arial, Helvetica, sans-serif;
		font-size:18px;
		text-align:center;
		color:#FFF;
		
		cursor:pointer;
		
		text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
		
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		
		-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.8), inset 0px 1px 5px -1px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.8, inset 0px 1px 5px -1px rgba(0,0,0,0.4));
		box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.8), inset 0px 1px 5px -1px rgba(0,0,0,0.4);
	}
	input.submit:hover, button:hover {background:#4E3C56; -webkit-transition: all 0.2s ease-in; }*/
	a.button {text-decoration:none; }
	input.radio {margin-bottom:15px; }
	select {width:620px; }
	
	
	
iframe {
	width:100%; height:500px;
}




/*************************************************************/
/***************************FOOTER****************************/
/*************************************************************/










/*******SCREEN SIZE*******/
@media screen and (min-width: 1600px){
	
}
	
@media screen and (max-width: 1000px){
	
}
	
@media screen and (max-width: 640px){
	input.text, select, textarea.text, input.submit, input.range {
		width:90%; 
	}
}
	
