@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

/* ------------------------------------------------------------------------ 		
			
		CORE/MAIN.css

	 ------------------------------------------------------------------------		*/
div.container, .container990 {
	width: 100%;
}

body img {
}

hr {
	width: 90%;
}

.desktop-show {
	display: none;
}
.mobile-show {
	display: block !important;
}


}