@charset "UTF-8";
body, .bg03{
	background-image: url(../_assets/backgrounds/bg-cover01b.png);
	background-color: #126283;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
body, .bg03 {
	background-image: none;
}
