
@media screen and (max-width: 1024px) {
	
	#LayerHeader {
		min-height: 80px;
	}
	#LayerHeader .container img {
    	margin-top: 0px;
	}
	#LayerHeaderImage {

	min-height: 200px !important;
}


	.container {
		width:980px;
		margin:0 auto;	
	}
	#LayerHeaderImage .container{
		width:980px;
		
	}
	.form-control {
		width:954px;
	}
	select.form-control {
		width:980px;
	}
}
@media screen and (max-width: 1000px) {
	body {
		padding:10px !important;	
	}
	.container {
		width:99%;
		margin:0;
	}
	#LayerHeaderImage .container{
		width:100%;
	}
	.form-control {
		width:90%;
	}
	select.form-control {
		width:90%;
	}
	#LayerLeadContent .cols .col1, 	#LayerLeadContent .cols .col2 {
		float:none;
		width:100%;
	}
	#LayerHeaderImage {
		width:100%;
	background-size:100% !important;
	height:100px !important;
	max-height:100px !important;
	}
	#LayerHeader {
		position:relative;
			
	}
	label {
		font-size:22px;
		font-weight:400;
	}
	.LayerFooterLeft, .LayerFooterRight {
		float:left;
		width:100%;
		text-align:left;
		margin-bottom:10px;	
	}
	
	#LayerHeader .container img{
		width:100%;
	}
}


