@charset "UTF-8";

#main {
	width: 100%;
	flex-direction: row-reverse !important;
}
#col_main {
	width: 79% !important;
	margin:0 0 0 1%;
}
#col_side1 {
       display:block !important;
		width: 19% !important;
		margin: 120px 1% 0 0;
}
@media screen and (max-width: 835px){ 
#col_main {
	width: 100% !important;
	margin:0 auto;
}	
	#col_side1 {
		display: none !important;
	}
}