/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media (max-width: 1600px){
	.parallax {
		background-size: auto auto;
	}
}


@media (max-width: 1080px) {
	

	.box-body img { max-width: 100%; height: auto; }
	
	/* Hide Stuff */
	
	
	
	/* Show Stuff */
	

	
	/* Main Layout */

	body {
		padding-top: 0;
		padding-bottom: 0;
	}
	.main_container {
		min-width: 100%;
	}
	.boxed, 
	.box-body {
		width: 100%!important;
		float: none!important;
		max-width: 100%!important;
	}
	.padding-center {
		padding-left: 20px;
		padding-right: 20px;
	}
	.videowrapper {
   	float: none;
   	clear: both;
   	width: 100%;
   	position: relative;
   	padding-bottom: 56.25%;
   	padding-top: 0px;
   	height: 0;
	}

	.videowrapper iframe {
   	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 100%;
	}
	
	
	/* Header */
	


	/* Footer */	
	

}

@media (max-width: 800px){

	
	/* Hide Stuff */
	
	.mobile-hide {
		display: none;
	}
	
	/* Main Layout */
	
	.span_12 {
		width: 100%;
	}

	.span_11 {
		width: 100%;
	}

	.span_10 {
		width: 100%;
	}

	.span_9 {
		width: 100%;
	}

	.span_8 {
		width: 100%;
	}

	.span_7 {
		width: 100%;
	}

	.span_6 {
		width: 100%;
	}

	.span_5 {
		width: 100%;
	}

	.span_4 {
		width: 100%;
	}

	.span_3 {
		width: 100%;
	}

	.span_2 {
		width: 100%;
	}

	.span_1 {
		width: 100%;
	}

	

	/* SlickNav */	

	.desktop-menu {
		display: none;
	}
	.js .slicknav_menu {
		display: block;
	}
	.slicknav_brand {
   	width:50%;
	}
	.slicknav_brand img {
   	width: 100%;
   	max-width: 300px;

	}
	.search-label {
		position: fixed;
		z-index: 999;
		top: 8px;
		right: 15px;
		float: right;
		width: auto;
		
	}
	
	/* Footer */	
	
	.footer-right, .footer-left {
		text-align: center;
	}
	.bg-bottom img {
		width: 50%;
	}

	/* -------------------------- Forms -------------------------- */


	.box-form .lbl {
		text-align: left;
	}

}

@media (max-width: 550px){
	.slicknav_brand {
		padding-top: 15px;
	}
	H1 {
		font-size : 48px;
		line-height: 54px;
	}
}
@media (max-width: 450px){
	H1 {
		font-size : 36px;
		line-height: 42px;
	}
}