/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media (max-width: 1600px){
	.parallax {
		background-size: auto auto;
	}
}

@media (max-width: 1690px) {
	.row-quick-stack .col-1,
	.row-quick-stack .col-2,
	.row-quick-stack .col-3,
	.row-quick-stack .col-4,
	.row-quick-stack .col-5,
	.row-quick-stack .col-6,
	.row-quick-stack .col-7,
	.row-quick-stack .col-8,
	.row-quick-stack .col-9,
	.row-quick-stack .col-10,
	.row-quick-stack .col-11,
	.row-quick-stack .col-12 {
		width: 100%;
		max-width: 100%;
		flex: 100%;
		margin-bottom: 1rem;
 	}
	 .row-quick-stack div:last-child {
		 margin-bottom: 0;
	 }
}

@media (max-width: 1080px) {
	

	/* 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,
	.padding-right {
		padding: 25px;
	}
	.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%;
	}
	
	.card-deck .card {
		flex: auto!important;
		width: 100%!important;
		margin-bottom: 20px!important;
	}
	.col-left .nav-pills .nav-link {
		font-size: 14px!important;
		padding: 10px 3px!important;
	}
	
	/* Header */
	
	.box-logo {
		padding-left: 10px;
	}

	/* Footer */	
	

}

@media (max-width: 800px){

	
	/* Hide Stuff */
	
	.mobile-hide {
		display: none;
	}
	
	/* 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%;
	}

	
	/* Header */		
	
	.search-label {
		position: absolute;
		z-index: 9;
		top: 5px;
		right: 15px;
		width: auto;
	}
	.box-logo {
		width: 180px!important;
	}
	.row-header {
		padding: 0!important;
	}
	.row-header .btn {
		margin-top: 0;
	}

	/* Menu */	

	.desktop-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	/* Footer */	
	
	.footer-right, 
	.footer-left,
	.admin_hdr_bar .col,
	.admin-bar-right {
		text-align: center;
	}
	.static-bottom {
		font-size: 12px;
	}

	/* Main Layout */

	.col-left,
	.col-right {
		flex: 100%!important;
		max-width: 100%!important;
	}
	.grid-icon {
		width: 22px!important;
	}
	.grid-icon img {
		margin: 5px 0!important;
	}
	.row-grid td {
		padding: 10px 5px!important;
		font-size: 12px;
	}
	.dxgvPagerBottomPanel_Material .dxpLite_Material {
		font-size: 12px;
	}
	.row-button-top {
		padding-right: 10px;
	}
	.col-left .nav-pills .nav-link {
		font-size: 14px!important;
		padding: 5px!important;
		text-align: left!important;
	}
	.col-left {
		padding-bottom: 10px;
	}

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


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

}

@media (max-width: 576px){
	.row-grid td {
		padding: 10px 3px!important;
		font-size: 11px;
	}
	.dxgvPagerBottomPanel_Material .dxpLite_Material {
		font-size: 11px;
	}
	.card-deck .col {
		flex-basis: auto;
	}
	.box-logo {
		width: 150px!important;
	}
}