/* ------------------------------------------------------------ *\
	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 */

	
	.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%;
	}
	
	.bg-newsletter,
	.bg-newsletter H3 {
		text-align: center;
	}
	
	
	/* Header */
	


	/* Footer */	
	.box-footer-top td {
		display: block;
		float: left;
		width: 33%;
	}

}

@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;
	}
	.box-translate {
		top: 10px;
		right: 0;
	}
	
	/* Header */
	.box-header .span_8,
	.box-header .span_4 {
		width: 50%;
	}
	.box-header .span_8 img {
		width: 100%;
	}
	.box-header-address {
		padding-top: 40px;
	}
	
	/* Footer */	
	
	.footer-right, .footer-left {
		text-align: center;
	}
	.box-newsletter-form {
		width: 100%;
	}
	
	/* Home */
	
	.box-mission {
		padding: 20px;
	}

	/* -------------------------- Forms -------------------------- */


	.box-form .lbl {
		text-align: left;
	}

    /* Doc Library */
    .doclib_cats_col {
        display: none;
    }

    .doclib_backlink {
        display: block;
    }

}
@media (min-width:691px) {


}
@media (max-width: 690px) {
	/* Footer */	
	.box-footer-top td {
		float: none;
		width: 100%;
	}
}

@media (max-width: 550px){
	.slicknav_brand {
		padding-top: 15px;
	}
	.box-header,
	.box-header-address {
		text-align: center;
	}
	.box-header .span_8,
	.box-header .span_4 {
		width: 100%;
	}
	.status-bar-section {
		text-align: right;
		padding-right: 10px;
	}
	.status-spacer-first {
		left: 27%;
	}
	.status-spacer-second {
		left: 62%;
	}
	.box-newsletter-form iframe {
		height: 2000px;
	}
	.box-translate {
		width: 100%;
	}
	.box-translation-select {
		margin: 0 auto;
		width: 170px;
	}
	#menu-scroll {
		position: relative!important;
	}
}