/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media (max-width: 1600px){
	.parallax {
		background-size: auto auto;
	}
	.home-top-banner {
		min-height: 500px;
	}
	.main-banner-tagline {
		left: 10%;
	}
}

@media (max-width: 1300px) {
	.box-home-banner {
		padding: 0 35px;
	}
}

@media (max-width: 1200px) {
	

	img { max-width: 100%; height: auto; }
	
	/* Hide Stuff */
	
	
	
	/* Show Stuff */
	

	
	/* Main Layout */

	
	
	.main_container {
		min-width: 100%;
	}
	.boxed, 
	.box-body, 
	.box-right, 
	.box-left, 
	.box-main-2-column, 
	.box-main-3-column {
		width: 100%!important;
		float: none!important;
		max-width: 100%!important;
	}
	.padding-left,
	.padding-right,
	.padding-center {
		padding: 25px;
	}
	.home-body .box-right, 
	.home-body .box-main-2-column  {
		min-height: auto!important;
	}
	.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 */
	.bg-header {
		background-image: none;
	}

	
	/* Footer */	
	
	.footer-left, .footer-right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.box-footer-top {
		padding: 0 20px;
	}
	
	/* Homepage */
	.col-home-banner {
		width: 33%;
	}

	/* Menu */
	
	.menu_item,
	.menu_selected {
		padding-left: 12px;
		padding-right: 12px;
		letter-spacing: 1px;
	}
	
 	/* Sub Page */
 
 }	
 
@media (max-width: 1000px) {
	.box-home-form h2 {
		font-size: 26px;
	} 
	.menu_item,
	.menu_selected {
		padding-left: 8px;
		padding-right: 8px;
		letter-spacing: 0;
	}
	.bg-header {
		width: 25%;
	}
	.bg-menu {
		width: 75%;
	}
	.box-home-projects .box-categories .dxgvDataRow {
		width: 50%;
	}
}

@media (max-width: 800px) {
	
		/* Main Layout */
	
	.padding35,
	.padding50,
	.padding100 {
		padding: 25px;
	}
	
	.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%;
	}

	/* Main Layout */
	
	.box-body td {
		display: block;
		width: 100%;
	}
	.box-home-form .dxichCellSys,
	.box-home-form .dxichTextCellSys
	 {
		display: inline-block;
		width: auto;
	}
	.bg-main-banner {
		min-height: 200px;
	}
	.bg-page-hdr h1 {
		font-size: 46px;
		line-height: 52px;
	}


	/* Header */

	.box-logo {
		padding: 5px;
	}
	.box-logo img {
		max-width: 180px!important;
		height: auto!important;
	}
	.header-right .box-social,
	.header-right .box-address {
		display: none;
	}
	.header-right div {
		display: block;
		text-align: right;
	}
	.header-right .box-phone {
		padding: 10px;
	}
	.header-right .box-top-btn {
		padding: 0 10px;
	}
	
	/* Menu */	

	.desktop-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.box-menu {
		width: 100%;
		float: none;
	}
	.header-left {
		position: relative;
	}
	.box-logo {
		box-shadow: 0 0 0 rgba(0,0,0,0);
 	}
 	.box-menu {
 		margin-top: -50px;
 	}
	
	/* Footer */	
	.box-footer .column {
		width: 100%;
		float: none;
		padding: 20px;
	}
	.box-footer-top .col {
		padding: 20px 0;
		text-align: center;
	}

	/* Homepage */
	
	.box-home-process .col-left,
	.box-home-process .col-right {
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.box-home-process .col-empty,
	.box-home-process .col-center  {
		display: none;
	}


/* Custom Styles */
	.table-parent-locations td,
	.table-locations td
	{
		width: 100%;
		display: block;
		padding: 0;
	}
	.table-locations td {
		border-top: none;
	}
	.table-locations h2 {
		border-top: 2px solid #dcdcdc;
		margin-top: 15px;
		padding-top: 15px;
		display: block;
	}
	.table-locations img {
		margin: 15px;
	}
	
	 /* -------------------------- Testimonials -------------------------- */
	.box-testimonials {
		-moz-column-count: 2;
    	-webkit-column-count: 2;
    	column-count: 2;
	}

}

@media (max-width: 690px){
	.slicknav_brand {
   	width:43%;
	}
	.box-home-projects .box-categories .dxgvDataRow {
		width: 100%;
	}
	.box-home-projects .box-categories .featured-image {
		max-width: 100%;
	}
}

@media (max-width: 550px){

	/* Homepage */
	
	.big-home-buttons a {
		width: 100%;
	}
	.bg-home-locations,
	.home-top-banner {
		display: none;
	}
	.home-body {
		margin-top: 0px;
		box-shadow: none;
	}
	.slicknav_menu .slicknav_btn .slicknav_menutxt {
   display: none;
	}
	.header-right .btn {
		font-size: 16px;
		padding: 5px 10px;
		min-width: inherit;
	}
	.header-right .box-phone {
		font-size: 24px;
		line-height: 30px;
	}
	.box-logo img {
		max-width: 150px!important;
	}
	.bg-main-banner {
		min-height: 150px;
	}
	.bg-page-hdr h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.box-footer, 
	.box-footer a:link, 
	.box-footer a:visited {
		font-size: 11px;
		line-height: 14px;
	}
	
		 /* -------------------------- Testimonials -------------------------- */
	.box-testimonials {
		-moz-column-count: 1;
    	-webkit-column-count: 1;
    	column-count: 1;
	}

}

@media (max-width: 450px){
	.slicknav_brand {
   width: 47%;
	}
}

@media (max-width: 350px){


	/* Main Layout */
		
		H1 {
			font-size : 36px;
			line-height: 42px;

		}
		H2 {
			font-size : 24px;
			line-height: 28px;
		}


	/* Header */
	
	.header-right .box-address {
		display: none;
	}
	
	/* Homepage */
	
	.home-body h1 {
		text-align: center;
	}
	.bg-home-bar {
		font-size: 18px;
		line-height: 24px;
	}
	
	/* Slicknav */
	.slicknav_brand {
   width: 65%;
	}
}




























