/* Load fonts */
@font-face {font-family: 'HelveticaNeueLTPro-Bold';src: url('../fonts/2839E5_0_0.eot');src: url('../fonts/2839E5_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2839E5_0_0.woff') format('woff'),url('../fonts/2839E5_0_0.ttf') format('truetype');}

@font-face {font-family: 'HelveticaLTPro-LightCondObl';src: url('../fonts/250D62_0_0.eot');src: url('../fonts/250D62_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/250D62_0_0.woff') format('woff'),url('../fonts/250D62_0_0.ttf') format('truetype');}

@font-face {font-family: 'HelveticaLTPro-Condensed';src: url('../fonts/250D62_2_0.eot');src: url('../fonts/250D62_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/250D62_2_0.woff') format('woff'),url('../fonts/250D62_2_0.ttf') format('truetype');}


body {
    font-family: 'HelveticaLTPro-Condensed', sans-serif;
    color: #fff;
    height: 100%;
    overflow: scroll;
}

/* Themes */
.wimp {
    text-transform: none !important;
}

.clean .overlay {
    background: #fff;
}

.light, .clean {
    color: #333;
}
.light a:visited, .light a:link,
.clean a:visited, .clean a:link{
    color: #333
}
.light .overlay {
    background-color: rgba(255,255,255,.4);
}
.light .form-help-txt,
.clean .form-help-txt {
    color: #444;
}
.light p.light,
.clean p.light {
    color: #444;
}
.light input[type="email"], .light input[type="text"],
.light input[type="number"], .light input[type="password"],
.clean input[type="email"], .clean input[type="text"],
.clean input[type="number"], .clean input[type="password"] {
    border: 1px solid #ddd;
}
.secure-input {
    position: relative;
}
.secure-input input {
    padding-right: 20px;
}
.secure-input .lock-icon {
    position: absolute;
    pointer-events: none;
    top: 0px;
    padding: 0;
    right: 10px;
    width: 10px;
    opacity: .5;
}
.secure-input.cvc-lock .lock-icon {
    top: 15px;
}

.main {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

/* Headers */
h1 {
    font-size: 18px;
    text-transform: uppercase;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}

/* Typography */
p {
    font-size: 12px;
    max-width: 400px;
    margin: 20px auto;
}
p.light {
    color: #eee;
}
p.cta-pa {
    padding-bottom: 30px;
}
p.payment-help-txt {
    margin-top: 10px;
}
a {
    color: #fff;
    text-decoration: underline;
}
a:hover {
    opacity: .7;
}

a.chosen-single:hover {
    opacity: 1;
}

.purple {
    color: #741f5f;
}

.bold {
    font-weight: bold;
}

.border-top {
    border-top: 1px solid #E0E0E0;
    padding-top: 15px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Terms */
.terms {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: rgba(255,255,255,.96);
    z-index: 100000;
    color: #333;
}

.terms p {
    width: 80%;
    max-width: 500px;
    margin: 60px auto;
}

.terms ul, .terms li {
    font-size: 12px;
}

/* Image logic */
img {
    max-width: 100%;
}
img.full-width {
    width: 100%;
}

/* Buttons */
.btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    max-width: 400px;
    min-width: 210px;
    padding: 10px 0;
    color: #fefefe;
    background-color: #741f5f;
    font-family: 'HelveticaLTPro-LightCondObl';
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}
.btn:active {
    top: 1px;
}
.btn:hover {
    opacity: .85;
}
a .btn:hover {
    opacity: 1;
}
.btn.disabled {
    pointer-events: none;
    cursor: pointer;
    opacity: .4;
}
.btn.blue {
    background-color: rgb(80, 101, 154);
}
.btn.grey {
    background-color: #eeeeee;
    color: #333;
    padding: 9px 20px;
}

/* Form elements */
input[type="email"], input[type="text"],
input[type="number"], input[type="password"] {
    width: 100%;
    max-width: 400px;
    margin-bottom: 5px;
    height: 46px;
    padding-left: 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #555;
    border-radius: 0;
    box-shadow: none;
}

.android input[type="email"], .android input[type="text"],
.android input[type="number"], .android input[type="password"] {
    position:relative;
    top:-10000px;
    -webkit-transform: translate3d(0, 10000px, 0);
}

input[type="submit"] {
    box-sizing: content-box;
}

input.small {
    width: 76px;
    margin-right: 3px;
}

/*input.invalid-email {
    border-color: #ff0000 !important;
    border-width: 2px !important;
    outline: none;
}

input.valid-email {
    border-color: #3aa634 !important;
    border-width: 2px !important;
    outline: none;
}*/

label {
    margin-right: 20px;
}

.step-feedback {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: rgb(195, 232, 159);
    color: #333333;
}
.step-feedback p {
    padding: 12px;
}

.error-msg {
    margin: 10px auto;
    color: #ff0000;
    font-size: 14px;
}

.field-error {
    border-color: #ff0000 !important;
    border-width: 1px !important;
    outline: none;
}

.form-help-txt {
    display: block;
    margin-bottom: 7px;
    color: #eee;
}
.module-choice-separator {
    margin: 0 auto;
}

/* Blockements */
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.clearfix {
    clear: both;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
}

.container {
    background-color: #fff;
    position: absolute;
    width: 100%;
    min-width: 290px;
    max-width: 700px;
    left: 0;
    top: 0;
    bottom: 0;
}

/*** Android Product selector ***/
.android-selector .product-item-details p {
    font-family: 'HelveticaLTPro-Condensed', 'Helvetica', sans-serif !important;
}

.android-selector .product-item-overview {
    height: 234px;
}

.android-selector.pl .product-item-overview {
    height: 265px;
}

.android-selector.de .product-item-overview {
    height: 280px;
}

/** Android selector experimental */
.subscription-item {
    margin: 0 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.subscription-header {
    width: 90%;
    overflow: auto;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.subscription-header img {
    float: left;
    width: 70px;
    margin-right: 10px;
}
.subscription-header .header-content {
    text-align: left;
    float: left;
    margin: 0;
}
.subscription-header h1,
.subscription-header h2 {
    margin: 2px 0 0 0;
}

.subscription-desc {
    text-align: left;
    font-size: 14px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.subscription-cta {
    margin-bottom: 10px;
}

.subscription-cta .btn {
    margin: 0;
    width: 95%;
}


.inner-container {
    margin: 40px 20px;
}
.inner-container.full-width {
    margin: 20px 0;
}

/* Product info across flow */
.product-info {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
}

.product-info .product-info-content {
    overflow: auto;
    display: inline-block;
}

.product-info img {
    width: 100%;
    margin-top: 0;
}

.flow-desc {
    margin-top: 10px;
}

.product-extra-info {
    width: 96%;
    margin: 0 auto 20px auto;
}
.product-extra-info-item {
    margin: 5px auto;
    padding: 10px;
    border: 1px solid #ddd;
    height: 50px;
    overflow: hidden;
}
.product-extra-info-item img {
    float: left;
    width: 40px;
    margin-right: 15px;
    margin-top: 15px;
}
.product-extra-info-item p {
    text-align: left;
    margin-top: 10px;
}
.product-extra-info-item.telenor img {
    margin-top: 1px;
}
.pl .product-extra-info-item {
    height: 75px;
}
.pl .product-extra-info-item img {
    margin-top: 24px;
    width: 60px;
    display: block;
    padding-bottom: 30px;
}

/* Landing page specific */
.splash-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 600px;
}

.logo {
    width: 150px;
}

.splash .btn {
    width: 35%;
}

/* Specific flow rules */
.payment-option-wrapper {
    padding-bottom: 30px;
}
.payment-option {
    height: 25px;
    float: left;
}
.payment-option img {
    height: 25px;
    margin-left: 7px;
}

.disclaimer {
    margin-top: 20px;
    font-size: 12px;
}

/* PRODUCT SELECTOR */
.product-select {
    -webkit-user-select: none;
}

.product-item {
    width: 96%;
    margin: 10px auto;
    min-height: 180px;
    border: 1px solid #ddd;
    overflow: auto;
    cursor: pointer;
    position: relative;
}

.product-item a {
    text-decoration: none;
}

.product-item-overview {
    float: left;
    width: 25%;
    height: 220px;
    text-align: center;
    background-color: #ebe5e5;
}
.pl .product-item-overview {
    height: 250px;
}
.de .product-item-overview {
    height: 230px;
}

.product-item-overview img {
    width: 90%;
    margin-top: 20px;
    max-width: 70px;
    margin-left: 0;
}

.product-item-overview h1 {
    font-size: 16px;
    border-top: 1px solid #bbb;
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 10px;
    max-width: 150px;
}
.de .product-item .product-item-overview h1 {
    text-transform: none;
}

.product-item-details {
    float: left;
    width: 75%;
    text-align: left;
    margin-top: 20px;
}

.product-item-details h1 {
    text-align: left;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 92%;
    margin: 0 auto;
    font-size: 16px;
    text-transform: none;
}

.product-item-details p {
    width: 92%;
    margin: 0 auto;
    font-family: 'HelveticaLTPro-LightCondObl', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    font-weight: normal;
}

.product-item:hover {
    background-color: #e1dadf;
}

.product-item .product-item-img {
    display: none;
    float: left;
    width: 50px;
    margin-top: 17px;
    margin-right: 10px;
    margin-left: 10px;
}

.product-item .product-item-img {
    display: inline-block;
}

.product-item h1 a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding-top: 50px;
    color: #ededed;
}

.product-select-cta .btn {
    text-transform: none;
}


/****
    PAYMENT INLINE
*****/
.secure-img {
    width: 11px;
}
.payment-inline {
    overflow: auto;
    max-width: 400px;
    margin: 0 auto;
}
.payment-inline .cvc {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    width: 65px !important;
}
.payment-inline .cvc-img {
    width: 48px;
    margin-top: 9px;
    float: left;
}
.payment-inline .form-help-txt {
    margin-left: 1px;
}
.payment-inline .small {
    width: 50px;
}
.payment-inline .expire-section,
.payment-inline .cvc-section {
    margin-bottom: 20px;
    margin-top: 0;
    float: left;
}
.payment-inline .cvc-section {
    overflow: auto;
    margin-left: 15px;
}
.payment-provider {
    margin-top: -10px;
}
.payment-provider img {
    height: 30px;
}

.about-wimp {
    text-align: left;
    padding-bottom: 40px;
    background-color: #F5F4F4;
}

.about-wimp-cta-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #F5F4F4;
    z-index: 100000;
    bottom: 0;
}

.about-wimp-cta-nav .btn {
    width: 60%;
    margin-top: 15px;
}


.about-wimp h2 {
    max-width: 400px;
    margin: 20px 20px 5px 20px;
}

.about-wimp p {
    max-width: 400px;
    margin: 0 20px 20px 20px;
}

.already-installed {
    margin-top: -30px;
    height: 80px;
}

.already-installed .bold {
    font-size: 14px;
}

.already-installed a {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

/* ONBOARDING SIGNUP */
.onboarding-sub-info {
    margin-top: -10px;
    line-height: 1.4;
}

.onboarding-action-btn {
    cursor: pointer;
    width: 240px;
    margin: 5px 0 40px 0;
}

.choose-genres-list {
    margin: 15px 0;
    display: inline-block;
    text-align: left;
}

.choose-genres-list .genre-option {
    margin-bottom: 15px;
}

.choose-genres-list-2 {
    margin-left: 5px;
}

.choose-genres-list label {
    font-size: 12px;
    margin-left: 3px;
}

/* ERROR PAGE HANDLING */
.error-page-wrapper h1 {
    font-size: 26px;
    text-transform: none;
}

.error-page-wrapper img {
    width: 42px;
}

.error-page-wrapper p {
    font-size: 16px;
    line-height: 1.45;
}

.btn.twitter-login {
    display: block;
    width: 100%;
    margin: 15px auto;
    background: #55acee;
    background-size: 25px;
    padding: 12px 0 5px 0;
}

.btn.facebook-login-btn {
    background: #3b5998;
}

.module-choice-separator {
    font-size: 14px;
}

.twitter-login-wrapper {
    display: inline-block;
    text-align: center;
    overflow: auto;
    margin: 0 auto;
}

.twitter-login-icon {
    float: left;
    width: 23px;
}

.twitter-login-txt {
    float: left;
    color: #fff;
    margin-left: 8px;
    line-height: 1.5;
}

.wrapper-login-info {
    border-top: 1px dotted #e0e0e0;
    border-bottom: 1px dotted #e0e0e0;
    padding: 20px 0;
    margin: 20px auto;

}

.wrapper-login-info p { margin: 5px; }


/* BREAKS */
@media screen and (min-width: 400px) {
    .choose-genres-list-2 {
        margin-left: 10px;
    }

    .choose-genres-list label {
        font-size: 14px;
        margin-left: 4px;
    }
}

@media screen and (min-width: 459px) {
    .container {
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
}

@media screen and (min-width: 750px) {

    .about-wimp {
        background: none;
    }

    .about-wimp h2 {
        font-size: 18px;
    }

    .about-wimp p {
        font-size: 14px;
        line-height: 1.4;
        max-width: none;
    }

    .backstretch {
        display: none;
    }

    body {
        overflow: scroll;
    }

    .main {
        margin-bottom: 80px;
    }

    a:link, a:visited {
        color: #333;
    }

    .form-help-txt {
        color: #444;
    }

    input[type="email"], input[type="text"],
    input[type="number"], input[type="password"] {
        border: 1px solid #ddd;
    }

    .overlay {
        display: none;
    }

    .splash-cta {
        position: static;
        bottom: auto;
    }

    .container {
        position: absolute;
        height: auto;
        overflow: visible;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        margin-bottom: 20px;
        min-height: 400px;
        bottom: auto;
        background-color: #fff;
        color: #333;
    }

    .product-item a {
        display: block;
    }

    .product-item-overview {
        height: 250px;
    }
    .pl .product-item-overview, .de .product-item-overview {
        height: 275px;
    }

    .product-item-overview img {
        width: auto;
        margin-top: 20px;
        max-width: none;
        margin-left: 0;
        height: 45px;
    }

    .product-item-overview h1 {
        font-size: 18px;
    }

    .product-item-details {
        margin-top: 43px;
    }

    .product-item-details h1 {
        font-size: 22px;
    }

    .product-item-details p {
        font-size: 16px;
        line-height: 1.4;
    }

}
