@charset "utf-8";
/* CSS Document */

@media only screen 
and (max-width : 780px) {
		
	#contentRight{
		order: 2 !important;
	}
	#contentLeft{
		order: 3 !important;
	}
	#sliderholder{
		order:1 !important;
		margin-bottom:20px;
	}


}