@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';
* {
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* Open Sans */
/* normal */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),
    local('OpenSans-Light'),
    url(/css/fonts/OpenSans-Light.woff2) format('woff2'),
    url(/css/fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),
    local('OpenSans'),
    url(/css/fonts/OpenSans-Regular.woff2) format('woff2'),
    url(/css/fonts/OpenSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),
    local('OpenSans-Semibold'),
    url(/css/fonts/OpenSans-Semibold.woff2) format('woff2'),
    url(/css/fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),
    local('OpenSans-Bold'),
    url(/css/fonts/OpenSans-Bold.woff2) format('woff2'),
    url(/css/fonts/OpenSans-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'),
    local('OpenSans-Extrabold'),
    url(/css/fonts/OpenSans-ExtraBold.woff2) format('woff2'),
    url(/css/fonts/OpenSans-ExtraBold.woff) format('woff');
}

/* Berkshire Swash */
/* normal */
@font-face {
    font-family: 'Berkshire Swash';
    font-style: normal;
    font-weight: 400;
    src: local('Berkshire Swash'),
    local('BerkshireSwash-Regular'),
    url(/css/fonts/BerkshireSwash-Regular.woff2) format('woff2'),
    url(/css/fonts/BerkshireSwash-Regular.woff) format('woff');
}

/*html reset*/

html, body, div, span,
object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset,
form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figcaption, figure, footer,
header, hgroup, menu, nav,
section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details,
figcaption, figure,
footer, header, hgroup,
menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.popup > p.title,
h2 {
    font-size: 35px;
    font-weight: 300;
    color: #000;
}
h2 {
    line-height: 50px;
}

a {
    color: #1896d5;
}

.shape,
#input-switch-labels > label {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

html,
body,
#wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}

#wrap {
    width: 100%;
}

#wrap > div {
    height: 100%;
    width: 100%;
}
.contain {
    margin: 0 auto;
}

#section-2 .contain,
#section-3 .contain,
#section-4 .contain {
    display: block;
    max-width: 1600px;
    padding: 0 6% 60px;
    box-sizing: border-box;
}

#section-1,
#section-2,
#section-3,
#section-4 {
    position: relative;
}
#section-2,
#section-3,
#section-4 {
    display: table;
}
#section-2 > .contain,
#section-3 > .contain,
#section-4 > .contain {
    display: table-cell;
    width: 100%;
    font-size: 0;
    vertical-align: middle;
}
.imagine,
.info {
    vertical-align: middle;
}
.imagine > img {
    width: 100%;
}

#fp-nav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: -40px 0 0;
    padding: 0;
}
#fp-nav ul li {
    margin-right: 10px;
}
#fp-nav ul li a {
    position: relative;
    height: 20px;
    width: 20px;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}
#fp-nav ul li a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 5px;
    left: 5px;
    background-color: rgba(238, 238, 238, .3);
    border: 1px solid rgba(150, 150, 150, .46);
    box-sizing: border-box;
    border-radius: 100%;
    transition: .2s;
}
#fp-nav ul li a:not(.active):hover:before {
    background-color: rgba(150, 150, 150, .46);
}
#fp-nav ul li a.active:before {
    border-color: #00c853;
    background-color: #00c853;
}
#fp-nav ul li a span {
    display: none;
}
.fp-tableCell {
    font-size: 0;
}
/*section-1*/

#section-1 {
    text-align: center;
    background-image: url(/images/mobile_beta/header-background.png?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#section-1 .contain {
    width: 100%;
    padding: 200px 30px 350px;
    box-sizing: border-box;
}
#section-1 .contain h1 {
    position: relative;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 9px 30px 11px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    color: #fff;
}
#section-1 .contain h1:before,
#section-1 .contain h1:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 34px;
    top: 0;
    left: 0px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .3);
    box-sizing: border-box;
}
#section-1 .contain h1:after {
    left: auto;
    right: 0px;
    border-width: 1px 1px 1px 0;
}
#section-1 .contain h1 > span {
    font-family: 'Berkshire Swash', sans-serif;
    color: #f8e71c;
}
#section-1 .contain h1 div {
    display: inline-block;
    white-space: nowrap;
}
#section-1 .contain h1 hr {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    left: -2px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ff5a2b;
}
#section-1 #i-phone-welcome-wrapper {
    position: absolute;
    width: 100%;
    max-width: 514px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
#section-1 #i-phone-welcome-wrapper > img {
    display: block;
    max-width: 100%;
}

#section-1 a.beta {
    position: relative;
    top: -2px;
    left: 6px;
    padding: 0 7px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 3px;
    color: #ccc;
    font-size: 12px;
}
#section-1 p.description {
    font-size: 18px;
    line-height: 25px;

    max-width: 630px;;
    margin: 15px auto 60px auto;
}
#section-1 p.description a {
}
#section-1 img.welcome {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 27.67%;
}
/*section-2*/

#section-title {
    position: fixed;
    top: -110px;
    left: 0;
    right: 0;
    transition: .4s;
}
html.bars #header {
    top: 0;
    transition: .4s ease .2s;
}

.section-title-fixed {
    position: fixed;
    top: 0;
}

#section-2 p.description {
    font-size: 20px;
    font-weight: normal;
    color: #7a7a7a;
    line-height: 30px;
    text-align: left;
}

#section-2 .imagine {
    width: 50%;
}

#section-2 .info {
    width: 50%;
    max-width: 500px;
    padding: 5% 0 0 12%;
    box-sizing: border-box;
}
/*section-3*/

#section-3 .info {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 9.69%;
}

#section-3 .imagine {
    width: 50%;
    margin: 0;
}

.feature {
    display: inline-block;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    font-size: 0;
    font-weight: normal;
    color: #7a7a7a;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
}

.feature > * {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    white-space: normal;
}
.feature > div {
    width: 100%;
    padding: 0 100px 0 15px;
    box-sizing: border-box;
}
/*section-4*/

#section-4 .imagine {
    width: 50%;
    margin: 18px 0 0 8.69%;
}

#section-4 .info {
    display: inline-block;
    width: 50%;
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.69;
    padding-left: 12%;
    box-sizing: border-box;
}

#section-4 .info p {
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    color: #7a7a7a;
}

#stream-list {
    border: 0 solid #d9d9d9;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    display: block;
    height: 182px;
    width: 100%;
    margin: 20px 0 11px;
    font-size: 0;
}

.stream-item {
    display: inline-block;
    width: 50%;
    height: 90px;
    line-height: 90px;
    border: 0 solid #d9d9d9;
    border-width: 1px 1px 0 0;
    text-align: center;
    box-sizing: border-box;
}

.stream-item img {
    vertical-align: middle;
}
/*section overall*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    letter-spacing: -.3px;
    text-align: left;

    width: 100%;
    height: 70px;
}
.header__logo {
    position: absolute;
    top: 20px;
    left: 35px;

    width: 140px;
    height: 39px;

    transition: 0s;

    background:  url('/images/new_home_page/mc_logo.svg') 0 0 no-repeat;
    background-size: 100%;
}
.bars .header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.bars .header__logo {
    top: 15px;
    background-position: 0 bottom;
}
.main-nav {
    position: absolute;
    top: 32px;
    left: 0;

    width: 100%;

    text-align: center;
}
.bars .main-nav {
    top: 26px;
}

.main-nav__link {
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;

    display: inline-block;
    padding: 0 5px;
    margin: 0 2%;

    letter-spacing: 0.3px;
    color: #fff;
}
.main-nav__link:hover, .bars .main-nav__link:hover {
    color: #5cc5eb
}

@media screen and (max-width: 1100px) {
    .main-nav__link {
        margin: 0 1.5%;
    }
}
@media screen and (max-width: 1024px) {
    .main-nav__link {
        margin: 0 1%;
    }
}

.bars .main-nav__link {
    color: #595959;
}
.main-nav__link_color_green {
    color: #28c75f;
}
.bars .main-nav__link_active {
    position: relative;

    height: 41px;
    border-bottom: 3px solid #0082b2;

    color: #0082b2;
}
.new_icon{
    position: relative;
}

.header__layout {
    position: absolute;
    top: 26px;
    right: 35px;
}
.bars .header__layout {
    top: 20px;
}
.social {
    display: inline-block;
    vertical-align: top;

    margin-top: 10px;
    margin-right: 20px;
}
.social .icon {
    width: 14px;
    height: 12px;
    margin-left: 10px;

    transition: 0s;

    display: inline-block;
    vertical-align: top;
}
.social .social__facebook {
    width: 12px;
    background-image: url('/images/mobile_beta/facebook_icon.png');
}
.social .social__twitter {
    width: 13px;
    background-image: url('/images/mobile_beta/twitter_icon.png');
}
.social .social__yotube {
    background-image: url('/images/mobile_beta/youtube_icon.png');
}
.bars .social .icon {
    background-position: 0 bottom;
}

.header__login {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    -moz-user-select: none;
    -webkit-user-select: none;

    height: 30px;
    padding: 0 25px;

    border-radius: 55px;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #fff;
    background: #5cc5eb;
}
.header__login:hover {
    background: #50accd;
}
.sandwich-menu {
    position: absolute;
    top: 17px;
    right: 10px;

    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;

    width: 10px;
    height: 6px;
    border-top: 2px solid #5cc5eb;
    border-bottom: 2px solid #5cc5eb;
}
.sandwich-menu__center {
    width: 100%;
    height: 2px;
    margin-top: 2px;
    background: #5cc5eb;
}

@media screen and (max-width: 1000px) {
    .sandwich-menu {
        display: block;
    }
    .header  {
        height: 40px;
        background: #fff;
    }
    .header__logo, .bars .header__logo {
        top: 2px;
        left: 15px;
        background:  url('/images/new_home_page/mc_logo.svg') 0 0 no-repeat;
        height: 40px;
        width: 140px;
        background-size: 100%;
    }
    .mobile-nav-wrapper {
        position: relative;
        display: none;
    }

    .header_opened .mobile-nav-wrapper {
        display: block;
        top: 40px;

        box-shadow: 0 10px 5px 0 rgba(0, 0, 0, .1);
    }
    .header_opened .main-nav {
        position: relative;
        top: 0;
        left: 0;
    }
    .header_opened  .main-nav__link {
        display: block;

        margin: 0;
        padding: 10px 0 10px 40px;

        text-align: left;

        border-top: 1px solid rgba(255,255,255, 0.25);
        color: #fff;
        background: #5cc5eb;
    }
    .header_opened  .main-nav__link:hover {
        color: #fff;
    }
    .header_opened .header__layout  {
        position: relative;
        top: auto;
        right: auto;

        padding: 5px 0  5px 40px;

        box-sizing: border-box;
        display: block;
        background: #fff;
    }
    .header_opened .social {
        position: absolute;
        top: 5px;
        right: 20px;
    }
    .header_opened .icon {
        background-position: 0 bottom;
    }
    .bars .header_opened .main-nav__link_active, .header_opened .main-nav__link_active{
        height: auto;
        border-bottom: 0;
    }
}


img.your-app-icon-copy {
    width: 40px;
    height: auto;
    vertical-align: middle;
    margin-right: 16px;
}

p.title-2 {
    font-size: 25px;
    color: #4a4a4a;
    padding-top: 37px;
    letter-spacing: -.5px;
    text-align: center;
}

a.beta {
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    color: #575757;
    font-weight: normal;
    padding: 2.5px 5px;
    border: solid 1px #848484;
    box-sizing: border-box;
    border-radius: 2.4px;
}

.contain > .imagine,
.contain > .info {
    display: inline-block;
}

p.description {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin: 4.79% 0 9.58% 0;
}

#become-wrapper {
    position: absolute;
    width: 391px;
    left: 50%;
    margin-left: -195px;
}

.store-download {
    width: 175px;
    height: 50px;
    margin: 16px 10px 10px 10px;
    background-color: #00c17b;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.store-download.ios {
    background:  url('/images/mobile_beta/shape.png') 0 0 no-repeat;
}
.store-download.gp {
    background:  url('/images/mobile_beta/shape-a.png?v=1') 0 0 no-repeat;
}
.contain > label + label,
.section-footer > label + label {
    margin-left: 15px;
}

#section-footer {
    position: absolute;
    display: block;
    height: 130px;
    width: 100%;
    bottom: -130px;
    background-image: url(/images/mobile_beta/group-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    transition: .4s ease .2s;
}
html.bars #section-footer {
    bottom: 0;
    transition: .4s;
}
html.bars #content-send-wrapper {
    bottom: 0;
    transition: .4s;
}
#section-footer .become {
    font-size: 18px;
    font-weight: bold;

    letter-spacing: 1.2px;

    color: #4a4a4a;
    padding-top: 20px;
}

#section-footer .shape {
    background-color: #343434;
    transition: .2s;
}
#section-footer .shape:hover {
    background-color: #4d4d4d;
}
#section-footer .shape:active {
    background-color: #fff;
    color: #343434;
}
#section-footer .shape:active > svg > path {
    fill: #343434;
}
/*footer*/

#footer {
    color: #808080;
    line-height: 1.67;
    font-weight: normal;
    font-size: 12px;
    padding: 20px 21px 20px 27px;
}
#footer-become {
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -195px;
    font-size: 0;
    white-space: nowrap;
}

#footer > span {
    width: 33.33%;
    float: left;
}
#footer > span#footer-menu a {
    color: #808080;
    text-decoration: underline;
    margin-right: 4px;
}

#footer > span#footer-social {
    text-align: center;
}

#footer > span#footer-social a {
    margin: 0 8px;
}

#footer > span#footer-copyright {
    text-align: right;
}
/*popup*/

.popup {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    background: rgba(255, 255, 255, .95);
    z-index: 99999;
    opacity: 0;
    transition: .2s;
    -webkit-transition: .2s;
    pointer-events: none;
}

.popup:target {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}

.popup a.close {
    position: absolute;
    top: 33px;
    right: 33px;
    opacity: .4;
}
.popup a.close > svg > path {
    fill: #9ba0a6;
    fill-rule: evenodd;
}
.popup a.close:hover {
    opacity: .8;
}
.popup a.close:active {
    opacity: 1;
}

.popup > .popup-content {
    text-align: center;
    max-width: 593px;
    margin: 70px auto 0;
}

.popup-content-title {
    font-size: 35px;
    font-weight: 300;
    color: #000;
}

.popup-content-text {
    margin: 15px 0 50px;
    font-weight: normal;
    color: #7a7a7a;
}

.form-account-contain {
    width: 321px;
    margin: 0 auto;
}

p.form-account-hint {
    font-size: 14px;
    color: #404040;
    padding: 0 2px;
    line-height: 1.5;
}

form.form-account input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 25px 0 24px 0;
    color: #686868;
}

form.form-account #form-account-name {
    border-radius: 3px 3px 0px 0px;
    border: 1px solid #d8d8d8;
}

form.form-account #form-account-email {
    border-radius: 0px 0px 3px 3px;
    border: 1px solid #d8d8d8;
    border-top: none;
}
form.form-account #form-account-name.error,
form.form-account #form-account-email.error {
    border-color: #e53951;
    color: #e53951;
}

form #form-account-submit {
    padding: 18px 0;
    border-radius: 3px;
    background-color: #00c17b;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    margin: 30px auto;
}
form #form-account-submit:hover {
    background-color: #00b271;
}
form #form-account-submit:active {
    background-color: #00a267;
}
input#input-switch-ios,
input#input-switch-android {
    display: none;
}

#input-switch-labels {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 3px;
    font-size: 0;
    background-color: rgba(68, 92, 115, .1);
}

#input-switch-labels:before {
    content: "";
    position: absolute;
    display: block;
    height: 50px;
    width: 50%;
    margin: 5px 0 5px 5px;
    background-color: #589dff;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

#input-switch-ios:checked ~ #input-switch-labels:before {
    left: 0;
}

#input-switch-ios:checked,
#input-switch-android:checked {
    color: #fff;
}

#input-switch-android:checked ~ #input-switch-labels:before {
    left: 47%;
}

#input-switch-labels > label {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 50%;
    font-size: 17px;
    color: #738486;
    line-height: 60px;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}

#input-switch-labels > label > svg {
    position: relative;
    top: 8px;
    left: -9px;
}
#input-switch-labels > label > svg > path {
    fill: #0d1723;
    fill-rule: evenodd;
    fill-opacity: .321;
}
#input-switch-labels > label:hover > svg > path {
    fill-opacity: .45;
}
#input-switch-ios:checked ~ #input-switch-labels > #input-switch-label-ios > svg > path,
#input-switch-android:checked ~ #input-switch-labels > #input-switch-label-android > svg > path {
    fill: #fff;
    fill-opacity: 1;
}

#input-switch-ios:checked ~ #input-switch-labels > #input-switch-label-ios,
#input-switch-android:checked ~ #input-switch-labels > #input-switch-label-android {
    color: #fff;
    cursor: default;
}

#section-2 .imagine {
    max-width: 100%;
}

#section-3 .info {
    max-width: 650px;
    padding-right: 5%;
    margin: 0 auto;
    box-sizing: border-box;
}

#section-3 .imagine,
#section-4 .imagine {
    margin: 0;
}

/*newsletter on "is coming" page*/
#content-send-wrapper {
    height: 180px;
    width: 100%;
    margin-top: 58px;
    bottom: -230px;
    padding: 0 15px;
    box-sizing: border-box;
    position: fixed;
    display: block;
    transition: .4s ease .2s;
}
#content-send {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(125, 161, 176, .2);
}
#content-send:before {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAAIBAMAAAC8Djr5AAAAG1BMVEUAAAD/Bwf/BwcAjsUAjsX/Bwf/BwcAjsX/BweTlK+pAAAAB3RSTlMA49qJdiUcOi6FdwAAAEJJREFUGNNj6ICCpgQGEDAvh4ISMJdVAK5ADSzAXA4DDmB+YAMDfgMkGhjwG9DRwIDfAKAC/AYAFeA1AKQArwFABQBTPk0NgmuN1wAAAABJRU5ErkJggg==);
    background-position: center;
}

#content-send > input {
    display: none;
}
#content-send > div {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 8px;
    left: -100%;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
#input-form:checked ~ #content-form,
#input-thanks:checked ~ #content-thanks {
    left: 0;
    right: 0;
    opacity: 1;
    text-align: center;
    max-width: 960px;
    margin: auto;
}
#input-form:checked ~ #content-thanks {
    left: 100%;
}

#content-form > h2 {
    padding: 20px 20px 0;
    font-size: 21px;
    font-weight: 400;
    color: #404040;
    line-height: 30px;
}
#content-form > span {
    display: inline-block;
    padding: 0px 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    line-height: 25px;
}

form {
    display: block;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    padding: 16px 20px 0;
    box-sizing: border-box;
    font-size: 0;
}
form > input.custom-input[name="name"],
form > input.custom-input[name="email"] {
    display: inline-block;
    margin-right: 2%;
    padding-bottom: 8px;
    line-height: 22px;
    vertical-align: top;
}
form > input.custom-input[name="name"] {
    width: 30%;
}
form > input.custom-input[name="email"] {
    width: 40%;
}
form > span.custom-button {
    position: relative;
    display: inline-block;
    height: 41px;
    width: 26%;
    padding: 0 30px;
    box-sizing: border-box;
    border: 0;
    border-radius: 25px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    vertical-align: top;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
form > #suscribe-time {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 25px;
}

#row-email {
    display: inline-block;
    margin-right: 2%;
}

#content-thanks {
    text-align: left;
}
#content-thanks:before {
    content: "";
    position: absolute;
    display: block;
    height: 225px;
    width: 312px;
    bottom: -75px;
    right: 54px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#content-thanks > h2 {
    width: 100%;
    padding: 15px 0 0 110px;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: 300;
    color: #404040;
    line-height: 35px;
    text-align: left;
}
#content-thanks > div {
    width: 100%;
    max-width: 510px;
    padding: 10px 0 0 110px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 26px;
    text-align: left;
}
#content-thanks > #content-thanks-resend {
    width: 100%;
    max-width: 670px;
    padding-top: 45px;
    font-size: 14px;
}
#content-thanks > div > span,
#content-thanks > div > label {
    color: #0097bd;
    white-space: nowrap;
    cursor: pointer;
}
#content-thanks-resend {
    font-size: 14px;
}
/*End newsletter on is coming page*/

@media screen and (min-width: 2000px) {
    .popup-content,
    #section-1 .header,
    #section-1 .content,
    #section-2 .contain,
    #section-3 .contain,
    #section-4 .contain {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
    #section-1 .header {
        left: 60px;
    }
    #section-1 #i-phone-welcome-wrapper {
        max-width: 700px;
    }
    #section-1 #i-phone-welcome-wrapper > img {
        width: 100%;
    }
    .popup > .popup-content {
        margin-top: 200px;
    }
}

@media screen and (max-width: 1000px) {
    #fp-nav {
        display: none;
    }
    html,
    body {
        height: 100%;
        width: 100%;
        overflow: auto !important;
    }
    body {
        height: auto !important;
    }
    #wrap {
        height: auto !important;
        overflow: hidden;
        transition: 0s !important;
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
    }
    #wrap > div,
    #wrap > div > div {
        position: relative;
        height: auto !important;
    }
    #section-title {
        height: 50px;
        top: 0;
        padding-top: 15px;
        border-bottom: 1px solid rgba(128, 128, 128, .3);
        background-color: rgba(255, 255, 255, .8);
        font-size: 16px;
        transition: none !important;
    }
    #section-title a.beta {
        left: 3px;
        padding: 0 3px;
        font-size: 12px;
    }
    img.your-app-icon-copy {
        position: relative;
        top: -2px;
    }
    #section-title > a.beta {
        position: relative;
        top: -2px;
        left: 4px;
    }
    #section-2 .contain,
    #section-3 .contain,
    #section-4 .contain {
        padding: 120px 6% 0;
    }
    #section-4 .contain {
        padding-bottom: 220px;
    }
    #section-2 .contain,
    #section-4 .contain {
        text-align: right;
    }
    #section-2 .imagine,
    #section-4 .imagine {
        position: relative;
        height: 300px;
        width: 0;
    }
    #section-4 .imagine {
        height: 240px;
    }
    #section-2 .imagine > img,
    #section-4 .imagine > img {
        position: absolute;
        height: 100%;
        width: auto;
        top: 0;
        right: 0;
    }
    #section-2 .imagine > img {
        height: auto;
    }
    #section-2 .info,
    #section-4 .info {
        width: 100%;
        max-width: 500px;
        text-align: left;
    }
    #section-3 .imagine {
        position: relative;
        height: 241px;
        width: 0;
    }
    #section-3 .imagine > img {
        position: absolute;
        height: 100%;
        width: auto;
        top: 0;
        left: 0;
    }
    #section-3 .info {
        width: 100%;
        max-width: 500px;
        text-align: left;
    }
}

@media screen and (max-width: 960px) {
    .tile-wrapper {
        width: 50%;
    }
    #content-tiles .tile:before,
    #content-tiles .tile:after {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    #content-thanks > div {
        max-width: 400px;
    }
    #content-thanks > #content-thanks-resend {
        max-width: 500px;
        padding-top: 32px;
    }
}

@media screen and (max-width: 800px) {
    #content-thanks > h2,
    #content-thanks > #content-thanks-complete,
    #content-thanks > #content-thanks-resend {
        max-width: none;
        padding-left: 55px;
        padding-right: 55px;
    }
    #content-thanks:before {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    #section-1 .contain h1 {
        font-size: 36px;
    }
    #section-1 .contain h1 hr {
        height: 14px;
        width: 14px;
    }
    #section-2 .contain {
        text-align: center;
    }
    #section-2 .imagine {
        height: auto;
        width: 100%;
        text-align: center;
    }
    #section-2 .imagine > img {
        position: static;
        max-height: 369px;
        max-width: 100%;
    }
    #section-2 .info {
        max-width: 100%;
        padding: 10% 10% 0;
    }
    #section-2 .info > h2,
    #section-2 .info > p {
        text-align: center;
    }
    #section-4 .info {
        width: 300px;
    }
    #section-4 .info #stream-list {
        height: auto;
    }
    #section-4 .info .stream-item {
        width: 100%;
    }
}

@media screen and (max-width: 660px) {
    .tile-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #section-1 .contain h1 {
        font-size: 24px;
    }
    #section-1 .contain h1 hr {
        height: 12px;
        width: 12px;
    }
    #section-1 p.description {
        font-size: 18px;
    }
    #i-phone-welcome-wrapper {
        display: none;
    }
    #content-send-wrapper {
        height: 400px;
    }
    form {
        padding-right: 40px;
        padding-left: 40px;
    }
    form > input.custom-input[name="name"] {
        width: 100%;
        max-width: 480px;
        margin-right: 0;
    }
    form > input.custom-input[name="email"] {
        width: 100%;
        max-width: 480px;
        margin-top: 12px;
        margin-right: 0;
    }
    form > span.custom-button {
        width: 30%;
        min-width: 150px;
        margin-top: 12px;
    }
    #row-email{
        width: 100%;
        margin-top: 12px;
    }
}

@media screen and (max-width: 500px) {
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #section-1 .contain {
        padding-bottom: 350px;
    }
    #section-2 p.description {
        font-size: 14px;
        line-height: 20px;
    }
    #section-3 .contain,
    #section-4 .contain {
        white-space: nowrap;
    }
    #section-3 .contain > *,
    #section-4 .contain > * {
        white-space: normal;
    }
    #section-3 .info {
        max-width: 300px;
    }
    .feature {
        width: 100%;
    }
    #section-4 .info {
        padding-right: 30px;
    }
}

@media screen and (max-width: 400px) {
    #section-1 .header {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        letter-spacing: -.5px;
    }
}

@media screen and (max-width: 380px) {
    #section-1 img.your-app-icon-copy {
        margin-right: 8px;
    }
    #section-1 p.description {
        font-size: 14px;
    }
    .become {
        font-size: 12px;
    }
    #section-3 .contain,
    #section-4 .contain {
        padding-top: 60px;
    }
    #section-3 .contain > .imagine,
    #section-4 .contain > .imagine {
        display: none;
    }
    #section-3 .contain h2 {
        text-align: center;
    }
    #section-3 .info {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #section-3 .info > span {
        padding: 0 30px;
        box-sizing: border-box;
    }
    #section-4 .info {
        width: auto;
        padding: 0;
        text-align: center;
    }
    .popup a.close {
        transform: scale(.6);
        -webkit-transform: scale(.6);
    }
    .popup-content-title {
        padding: 0 30px;
        box-sizing: border-box;
        font-size: 28px;
    }
    .popup-content-text {
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 420px) {
    #content-send-wrapper {
        height: 480px;
    }
}
