@charset "UTF-8";
/* CSS Document HOMEPAGE */

body {
}



/* Mobile (Landscape) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
#title {width:300px;}
h2 {font-size:18px !important;}
#pop-fg {width:400px; height:400px;}
#pop-fg h1 {font-size:36px;}
#pop-fg .inner {width:250px;margin-top:50px;}
}

/* Mobile (Portrait) */
@media only screen and (max-width: 480px) {
#wrap, .home-col4, .home-col5, #footer {background:url(../images/80pc-white.png) repeat;}
#title {margin-top:300px;}
#title h1 {font-size:70px;}
#title h2 {display:none;}
#pop-fg {width:275px; height:400px;}
#pop-fg h1 {font-size:36px;}
#pop-fg h2 {font-size:16px;}
#pop-fg .inner {width:150px;margin-top:50px;font-size:14px;}
}