@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1020px) {
body{ overflow-x:hidden;}
.container{ width:90%;}
}

@media screen and (max-width:980px) {
.content ul li{ width:100%;}
.mobile-only{ display:block;}
.mobile-hide{ display:none;}
}

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


/* Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:639px) {
.content{ padding:0;}
.left-content, .right-content{width:100%;}
.right-content { position: relative; text-align: center;}
.logo { position: relative;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:479px) {
}


