@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
left&right_grayout
****************************************************************************/

#left,#right {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0px;
    z-index: 1;
}
#left {
	left: 0px;
}
#right {
	right: 0px;
}