html{ height: 100.5%; background-color: #e7e7e7; }
body{ margin: 0; padding: 0; background: #e7e7e7; font: normal x-small helvetica,arial,sans-serif; /*-webkit-text-size-adjust: none;*/ color: #666; }
img{ border: 0; }
sup{ font-size: 12px; }

.clearfix:after { content: ""; display: table; clear: both; }

/* home */
#home .container{ width: 100%; height: 100.5%; }
#home{ padding: 0; height: 100.5%; background: #2e2a33 url(/images/home_bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#home .home_content{ position: relative; width: 638px; margin: 0 auto; padding-left: 320px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#home .phone{ float: left; width: 275px; height: 561px; background: url(/images/iphone6.png) no-repeat; }
#home .blurb{ float: right; width: 292px; margin-left: 52px; color: rgba(255, 255, 255, 0.8); line-height: 1.5em; font-weight: 200; font-size: 1.5em; }
#home .appstore_btn{ display: block; width: 166px; height: 48px; margin: 18px 0 24px 0; }
#home p { padding: 2px 0; }
#home .copy{ width: auto; }
#home .foot{ float: right; width: 100%; }
#home .footnote{ font-size: 10px; color: rgba(250, 250, 250, 0.3); line-height: 12px; }

#home .logo_img{ margin-top: 32px; }

#slideshow{ position: relative; left: 18px; top: 67px; width: 240px; height: 426px; overflow: hidden; }
#slideshow .slide{ position: relative; width: 239px; height: 426px; }
#slideshow .slide img{ position: absolute; left: 0; top: 0; display: block; width: 239px; height: 426px; }
#slideshow .slide img.gif-27{ top: 27px; height: 292px; }
#slideshow .slide img.gif-27-234{ top: 27px; height: 234px; }
#slideshow .slide img.gif-65{ top: 65px; height: 241px; }
#slideshow .slide img.gif-indicator{ top: 366px; height: 4px; }
#slideshow img{ position: absolute; z-index: 1; display: none; }

/* legal */
#legal .copy,
#legal .copy a{ color: #999; }
#legal .copy a:hover{ color: #bbb; }

/* 404 */
.centered_h{ position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible; }
.centered_v{ width: 250px; height: 376px; position: absolute; left: 50%; margin: -188px 0 0 -125px; text-align: center; }
.centered_v a{ display: block; width: auto; }
.error_label{ font-size: 2em; color: #666; text-decoration: none; margin: 75px 0 0; }
.error_label:visited, .error_label:hover, .error_label:active{ color: #aaa; }

/* common */
.head_sub{ width: 70%; margin: 0 auto; padding: 20px 0; overflow: hidden; }
.logo_head{ float: left; width: 180px; }
.appstore_btn_head{ float: right; width: 166px; margin: 20px 0 0; }
.content{ width: 70%; margin: 0 auto; padding: 40px; background: #fff; border-radius: 12px; -moz-border-radius: 12px; font-size: 1.3em; color: #767676; }
.content a, .content a:link{ color: #d561d9; text-decoration: none; font-weight: bold; }
.content a:visited{ color: #c051c4; }
.content a:hover{ color: #de7ee1; }

.copy{ width: 70%; margin: 0 auto; padding: 20px; overflow: hidden; color: rgba(255, 255, 255, 0.4); font-size: 1.3em; }
.copy a, .copy a:link, .copy a:visited, .copy a:hover, .copy a:active{ color: rgba(255, 255, 255, 0.4); font-weight: bold; text-decoration: none; }
.copy a:hover{ color: rgba(255, 255, 255, 0.85); }
.copy .right{ color: #888; font-weight: 200; font-size: 11px; margin: 2px 0 14px 0; }

.social_spew{ width: 202px; height: 46px; overflow: hidden; }
.social_spew a{ float: left; display: block; width: 56px; margin: 0 12px 0 0; }
.social_spew a:last-child{ margin: 0; }

.left{ float: left; width: auto; }
.right{ float: right; width: auto; }
