html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    background: #7bc5ef url(/assets/img/home/bg.jpg) center top fixed repeat-x;
    padding-top: 15%;
    font-family: Helvetica, Arial, sans-serif;
}

.main {
    float: left;
    top: 0px;
    margin-left: 0;
    width: 550px;
}

.wrapper {
    text-align: center;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.logo {
    margin: 30px 0px 0px;
}

.tagline {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 10);
    font-weight: 700;
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    bottom: 0px;
    width: 550px;
    left: 0px;
    margin-top: 15%;
    padding-bottom: 20px;
}

.download {
    padding-top: 0px;
    text-align: center;
    color: #000000;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.links {
    text-align: center;
    font-size: 11px;
}

.links a {
    padding-right: 5px;
    color: #282828;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

.feedback {
    font-weight: 700;
    padding-right: 10px;
}

.devices li {
    display: inline-block;
    display: inline;
    padding-right: 7px;
}

.devices {
    margin-left: 15px;
    display: block;
    margin-bottom: 30px;
}

.other_devices {
    display: block;
    margin: 0 0 5px 5px;
}

.other_devices li {
    display: inline-block;
    display: inline;
    padding-right: 6px;
}

.bird {
    float: left;
    padding-left: 10px;
}

.bird img {
    float: right;
    max-width: 100%;
    height: auto;
    width: auto \9;
    float: right;
    bottom: 0;
    position: fixed;
    z-index: -10;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+  (document.documentElement.clientHeight-this.offsetHeight)));
    height: 80%;
    min-height: 400px;
    min-width: 181px;
}

.menu_button {
    background: none;
    border: none;
    margin-left: -7px;
    cursor: pointer;
}

.hidden {
    display: none;
}

.dd_arrow {
    position: absolute;
    margin-left: 420px;
}

.pop_box {
    display: none;
    position: absolute;
    top: 35%;
    width: 460px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.6);
    background: white;
    z-index: 20;
}

.icn_bird {
    margin: 2px 6px 0 3px;
    background-position: 0 -260px;
}

.btn {
    display: inline-block;
    text-align: center;
    background: #91BE0C;
    border: 0;
    color: white;
    padding: 0 16px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    border-radius: 3px;
}

.pop_box .btn {
    margin-left: 8px;
}

.btn:hover {
    text-decoration: none;
    background: #89B408;
}

.btn.cancel:hover, .btn.gray:hover {
    background: #D5D5D5;
}

.btn.cancel {
    background: #DDD;
    color: #555;
}

.pop_header {
    border-bottom: 1px solid #CCC;
    padding: 15px;
    text-align: left;
}

.pop_row {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 15px;
    text-align: center;
}

.pop_row.last {
    padding-top: 0;
    border-bottom: none;
}

.clear:before, .clear:after {
    content: ".";
    display: block !important;
    height: 0;
    overflow: hidden;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

p {
    margin-bottom: 18px;
}

p:first-child {
    margin-bottom: 18px;
}

h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

table, p, h1, h2, h3, h4, caption {
    color: #888;
}

.home_btn_wrapper {
    width: 420px;
    margin: 20px auto 60px auto;
}

.home_btn {
    width: 48%;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    cursor: default;
    margin: 0 auto;
}

.home_btn span {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 50px;
}

.home_spacer {
    width: 4%;
    height: 1px;
    float: left;
}

#home_btn_get_app {
    background: #000 url(/assets/img/home/phone.png) no-repeat 28px 50%;
}

#home_btn_get_app span {
    text-align: left;
    margin-left: 32px;
}

.box_float {
    background: #fff;
    padding: 25px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .75);
    position: absolute;
    margin-top: -180px;
}

.box_arrow {
    background: url(/assets/img/home/arrow.png) no-repeat 0 0;
    margin-top: 25px;
    position: absolute;
    width: 46px;
    height: 25px;
}

.home_lnk_app {
    float: left;
}

.home_lnk_app a {
    width: 140px;
    height: 48px;
    display: block;
}

#home_lnk_ios {
    padding: 0 15px 15px 0;
}

#home_lnk_ios a {
    background: url(/assets/img/home/apple.png);
}

#home_lnk_android {
    padding: 0 0 15px 0;
}

#home_lnk_android a {
    background: url(/assets/img/home/play.png);
}

#home_lnk_amazon {
    padding: 0 15px 0 0;
}

#home_lnk_amazon a {
    background: url(/assets/img/home/amazon.png);
}

#home_lnk_pink a {
    background: url(/assets/img/home/pink.png);
}

#os_box {
    margin-left: 5%;
    margin-top: -222px;
}

#os_box .box_arrow {
    margin-left: 125px;
}

.sign_in {
    float: left;
    cursor: pointer;
}

#sign_in_android, #sign_in_ios {
    margin: 0 20px 10px 20px;
}

#btn_android {
    background: url(/assets/img/home/sign_in_android.png);
    width: 152px;
    height: 152px;
    display: block;
}

#btn_ios {
    background: url(/assets/img/home/sign_in_ios.png);
    width: 152px;
    height: 152px;
    display: block;
}

#sign_in_box {
    margin-left: -30px;
    margin-top: -474px;
}

#sign_in_box .box_arrow {
    margin-left: 42px;
}