@charset "UTF-8";

#scl_header {
	background-color: transparent;
}
footer {
	border-top: 1px solid #ccc;
}


/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}
