body #header,
body #body {
    *zoom: 1;
}
body #header:before,
body #body:before,
body #header:after,
body #body:after {
    content: " ";
    display: table;
}
body #header:after,
body #body:after {
    clear: both;
}
html {
    background: #4cc6f2;
}
body {
    font-family: "avenir next", "helvetica neue", helvetica neue, helvetica, arial, sans-serif;
    background: #252525;
}
body .wrap {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1284px;
    min-width: 280px;
    clear: both;
}


/* HEADER */

body #header {
    background: #4dc7f3 url(img/clouds-background.png) no-repeat 50% 0;
    background-size: 100% auto;
    color: #666;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    padding-top: 3%;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #header {
        background-image: url("img/clouds-background@2x.png");
        background-size: 100% auto;
    }
}
body #header .appwindow {
    margin: auto;
    margin-bottom: 16px;
    max-height: 461px;
    max-width: 645px;
    min-height: 461px;
    width: 100%;
    height: 100%;
    display:block;
    background:transparent url('img/appwindow.png') center no-repeat;
    background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #header .appwindow {
        background:transparent url('img/appwindow@2x.png') center no-repeat;
        background-size: 100% auto;
    }
}
body #header .appwindow:hover {
    background:transparent url('img/appwindow-highlighted.png') center no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #header .appwindow:hover {
        background:transparent url('img/appwindow-highlighted@2x.png') center no-repeat;
        background-size: 100% auto;
    }
}
body #header h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
}
body #header h1 strong {
    font-weight: 600;
}
body #header h2 {
    font-size: 26px;
    font-weight: 400;
    color: #daf5ff;
    line-height: 1.2em;
    margin-bottom: 1.0em;
}
body #header h2 strong {
    font-weight: 500;
    color: #fffe2d;
}
body #header p {
    line-height: 1.3em;
    max-width: 860px;
    margin: 0 auto 1.8em auto;
}
body #header .download {
    display: inline-block;
    margin-bottom: 1.9em;
    background: url('img/appwindow-highlighted.png') no-repeat -9999px -9999px;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #header .download {
        background: url('img/appwindow-highlighted@2x.png') no-repeat -9999px -9999px;
    }
}


/* DESCRIPTION */

body #description {
    background: #48889f url(img/rain-background.png) no-repeat 50% 0;
    background-size: 100% auto;
    color: #fff;
    font-size: 26px;
    font-weight: 350;
    text-align: center;
    padding-top: 5%;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #description {
        background-image: url("img/rain-background@2x.png");
        background-size: 100% auto;
    }
}
body #description p {
    line-height: 1.3em;
    max-width: 770px;
    width: 90%;
    margin: 0 auto 1.8em auto;
}
body #description strong {
    font-weight: 600;
    color: #a3daed;
}
body #description .screenshots {
    margin-top: -20px;
    margin-bottom: 1.2em;
    max-width: 620px;
    width: 100%;
}


/* BULLETS */

body #bullets {
    background: #252525;
    color: #fff;
    padding: 60px 0 0 0;
    max-width: 1100px;
    margin: 0 auto;
}
body #bullets ul {
    float: left;
    width: 40%;
    margin: 0 5% 20px 5%;
    font-size: 18px;
}
body #bullets ul li {
    background-position: 0 0px;
    background-repeat: no-repeat;
    background-size: 50px, 50px;
    margin-bottom: 40px;
    padding-left: 65px;
}
body #bullets ul li h3 {
    font-weight: 600;
}
body #bullets ul li p {
    font-weight: 400;
    color: #b9bfcd;
}
body #bullets ul li.notifications {
    background-image: url(img/notifications.png);
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #bullets ul li.notifications {
        background-image: url("img/notifications@2x.png");
        background-size: 50 50;
    }
}
body #bullets ul li.accurate {
    background-image: url(img/accurate.png);
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #bullets ul li.accurate {
        background-image: url("img/accurate@2x.png");
        background-size: 50 50;
    }
}
body #bullets ul li.personality {
    background-image: url(img/personality.png);
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #bullets ul li.personality {
        background-image: url("img/personality@2x.png");
        background-size: 50 50;
    }
}
body #bullets ul li.miniwindow {
    background-image: url(img/miniwindow.png);
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #bullets ul li.miniwindow {
        background-image: url("img/miniwindow@2x.png");
        background-size: 50 50;
    }
}
body #bullets ul li.timemachine {
    background-image: url(img/timemachine.png);
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #bullets ul li.timemachine {
        background-image: url("img/timemachine@2x.png");
        background-size: 50 50;
    }
}
body #bullets ul li.secretlocations {
    background-image: url(img/secretlocations.png);
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #bullets ul li.secretlocations {
        background-image: url("img/secretlocations@2x.png");
        background-size: 50 50;
    }
}
body #bullets .bulletspacer {
    font-size: 1px;
    margin-bottom: -5px;
}


/* IOS */

body #ios {
    background: #6d349f url(img/snow-background.png) no-repeat 50% 0;
    background-size: 100% auto;
    color: #fff;
    font-size: 38px;
    font-weight: 350;
    text-align: center;
    padding-top: 5%;
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    body #ios {
        background-image: url("img/snow-background@2x.png");
        background-size: 100% auto;
    }
}
body #ios p {
    line-height: 1.4em;
    max-width: 770px;
    width: 90%;
    text-align: center;
    margin: 0 auto 1.8em auto;
}
body #ios strong {
    font-weight: 600;
}
body #ios .idevices {
    margin-top: -20px;
    margin-bottom: 1.2em;
    max-width: 620px;
    width: 100%;
}
body #ios .devicelink {
    text-decoration: none;
    border-bottom: 1px solid;
    margin-bottom: -8px;
    color: #fff;
}
body #ios .devicelink:hover {
    text-decoration: none;
    color: #edd9ff;
}


/* FOOTER */

body #footer {
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px;
}
body #footer p {
    color: #fff;
}
body #footer a {
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
}
body #footer a:visited {
    text-decoration: none;
    border-bottom: 0;
}
body #footer a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}
body #footer a:active {
    text-decoration: none;
    border-bottom: 1px solid;
}