@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1158px) {
	body{ overflow-x:hidden;}
}

@media screen and (min-width:768px) and (max-width:979px) {

}

@media screen and (max-width:767px) {
	
}


/* Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:639px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:479px) {
}


