@media all and (max-width: 1100px){
	.WRAAAP, header section{
		width: calc(100% - 40px) !important;
		max-width: calc(100% - 40px) !important;
		min-width: calc(100% - 40px) !important;
	}
	
	header ul, img, header section span, header section a, footer p span, .Slider, #slider, #slides, #slides img, #slides .inner article img, .Catergories_SELECT {
		clear:both !important;
		float:none !important;
		
		display:block !important;
		width: 100% !important;
		min-width:100% !important;
		max-width:100% !important;
		
		height:auto !important;
	}
	header section{
		height:auto !important;
		padding: 10px 0 !important;
	}
	img{
		margin:20px 0 !important;
		height:auto !important;
	}
	header ul li a{
		padding:13px;
	}
	footer p span, header section span{
		margin:0;
	}
	
	.Push_LEFT  { float:none !important; }
	.Push_RIGHT { float:none !important; }
	
	.header_FIX	{ margin-top:0 !important; }
	
	header{		
		position:relative;
		background:rgb(40,40,50);		
		opacity:1;
	}
	
	.Catergories{
		display:none !important;
	}
	
	.INTRO{
		padding:20px 0 0 0;
	}
	
	label {
	  width: 50px;
	  height:10px;
	  float:none;
	}
	
	.COLUMNS{
		height:auto;
		
		-webkit-columns:1;
		   -moz-columns:1;
			-ms-columns:1;
			 -o-columns:1;
				columns:1;
	}
	
	.PRODUCTS{
		height: auto;
	}
	
	.SPACE_50	{ height:0px; }
	.SPACE_60	{ height:0px; }
	
}