@media all and (max-width: 1000px){
	body{
		background:rgb(40,40,50);
	}
	
	.SECTION_large img, .SECTION_medium img, .SECTION_small img{
		min-width:100%;
		max-width:100%;
		width:100%;
		height:auto;
		margin:20px 0 20px 0;
	}
	
	#logo{		
		float:none;
		display:block;
		
		margin-top:-90px !important;
		
		width: calc(100% - 40px);
	}
	
	.WRAAAP{
		float:none;
		display:block;
		
		padding:20px;
		
		width: 100% !important;
		
		margin-left:0 !important;
		margin-top: 110px !important;
	}
	
	header{
		padding:0 20px;
		
		width:100%;
		max-width:100%;
		min-width:100%;
		
		float:none;
		display:block;
		
		position:relative !important;
		
		top:0;
		left:0;
		right:0;
		bottom:0;
		
		-webkit-animation: none;
	   	   -moz-animation: none;
	    	-ms-animation: none;
	}
	header ul{
		float:none;
		display:block;
		
		margin-top:0;
		
		width:100%;
		max-width:100%;
		min-width:100%;
	}
	header ul li{
		float:left;
	}
	
	.Reeent{
		background:#fff;
		padding-left:20px;
	}
	
	.pika-stage img {
		height: auto;
	}
	.pika-stage {
		height: auto;
	}
	
	.BOOOM, .SHY{
		/*margin:20px 0 20px 0;*/
		display:none;
	}
	
	.COLUMNS{
		-webkit-columns:1;
		   -moz-columns:1;
				columns:1;
	}
	
	.ICON-HOME:before	{ top:33px;}
	.ICON-GALLERY:before{ top:113px;}
	.ICON-CONTACT:before{ top:193px;}

}