@charset "UTF-8";
/* CSS Document */

@media (max-width: 992px) 
{
	.Content {
		padding: 80px 15px;
	}
	
	.Content.Full.Photo {
	height:250px; 
	}
	
	.Content.FullHMobile {
	padding-top: 0;
	padding-bottom: 0;
	}

	
	.Content .Half {
	display: block;
	float: none;
	width: 100%;
	}
	
	.Content .Half.Right {
	text-align: left;
}


	.Content .Half.FloatRight {
		float: none;
		}
	
	
	
	.Footer {
	padding: 60px 15px;
	}
	
	h1 {
	font-size: 3em;
	}
	
	h2 {
	font-size: 2.5em;
	}
	
	h3 {
	font-size: 1.5em;
	}
	
	.Footer .Half {
	display:block;
	float: none;
	width: 100%;
	padding-right: 0;
	}
	

	
	.Footer .FootBox {
	display: block;
	margin: 0 0 40px 0;
	}
	
	.SelectWrapper.Two {
	width: 100%;
	}
	
	input[type="text"].Two {
	width: 100%;
	float: none;
	}

	input[type="text"].Two.Left {
		margin-right: 0;
	}
	
	textarea {
	width: 100%;
	}
	
	


	

	
}


