/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Bootstrap css */
@import "/layout/pmd-1.1.0/assets/css/bootstrap.min.css";
/* MDL */
@import "/layout/css/material.blue-pink.min.css";
/* Propeller typography */
@import "/layout/pmd-1.1.0/components/textfield/css/textfield.css";
/* Propeller radio */
@import "/layout/pmd-1.1.0/components/radio/css/radio.css";
/* Propeller alert */
@import "/layout/pmd-1.1.0/components/alert/css/alert.css";


/* GadenSans Bold */
@font-face {
    font-family: 'GadenSans';
    font-style: normal;
    font-weight: 900;
    src: local('GadenSans Bold'), local('GadenSans Bold'), url('/layout/fonts/GadenSans-Bold.woff2') format('woff2');
}

/* GadenSans Light */
@font-face {
    font-family: 'GadenSans';
    font-style: normal;
    font-weight: 200;
    src: local('GadenSans Light'), local('GadenSans Light'), url('/layout/fonts/GadenSans-Light.woff2') format('woff2');
}

.material-icons {
    font-family: "Material Icons Outlined";
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #00adcc;
    --primary-color-dark: #0490a9;
    --primary-color-light: #00cff2;
    --secondary-color: #D4156A;
    --secondary-color-light: #FFD7ED;
    --color-valid: #1ece37;
    --color-invalid: #da3232;
}

body {
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img {
    border: 0px;
}

::-moz-selection {
    background: rgba(255, 64, 129, 0.61);
    color: #fff;
}

::selection {
    background: rgba(255, 64, 129, 0.61);
    color: #fff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: inherit;
}

.pmd-textfield-focused {
    background-color: #00adcc;
}

.btn {
    border: 0;
}

.btn .ink {
    background-color: rgba(255, 255, 255, 0.4);
}

.btn-primary, .dropdown-toggle.btn-primary {
    background-color: #00adcc;
}

.btn-primary:focus, .dropdown-toggle.btn-primary:focus {
    background-color: #00cff2;
    outline: none;
}

.btn-primary:hover, .dropdown-toggle.btn-primary:hover {
    background-color: #00bcdd;
}

.btn-fb {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    background-image: url(/layout/img/fb.png) !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 9px 50%;
}

.btn-fb:focus,
.btn-fb.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-fb:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-fb:active,
.btn-fb.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-fb:active:hover,
.btn-fb:active:focus,
.btn-fb:active.focus {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00adcc;
    border-color: rgba(4, 144, 169, 0.54);
    box-shadow: 0 0 0 0.2rem rgba(4, 144, 169, .3);
    outline: 0;
}

.pmd-btn-outline.btn-primary {
    border: solid 1px rgba(4, 144, 169, 0.54);
    background-color: transparent;
    color: #00adcc;
    outline: none;
}

.mdl-textfield--expandable {
    width: auto;
}

.android-fab {
    position: absolute;
    right: 20%;
    top: -26px;
    z-index: 3;
    background: #D4156A !important;
    color: white !important;
}

.android-fab .material-icons-outlined {
    line-height: 2;
}

.logo-image {
    height: 34px;
    width: 210px;
}

.page-content {
    padding: 100px 40px;
}

.home-text-content {
    padding: 100px 80px;
}

.home-text-content h1 {
    font-weight: 400;
    font-size: 35px;
}

.home-text-content h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0 15px;
}

.col-headline {
    color: #D4156A;

    line-height: initial;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
}

.col-headline.first-child {
    margin-top: 0;
}

.col-header {
    display: initial;
    position: fixed;
    background-color: #00adcc;
}

.col-header.is-casting-shadow {
    -webkit-transition: background, max-height, box-shadow;
    -ms-transition: background, max-height, box-shadow;
    transition-property: background-color, background-image, max-height, box-shadow;
}

.col-header.is-casting-shadow .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-image: url('/layout/img/home/home_1217.jpg');
    background-position: center top;
    background-size: cover;
}

.col-header .material-icons {
    color: rgba(255,255,255,.87);
}

.col-header a.mdl-menu__item {
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    color: rgba(0,0,0,.87);
}

#lang-menu {
    position: absolute;
    right: 16px;
    color: rgba(255,255,255,.87);
}

.mdl-button:active {
    background-color: rgba(255,255,255,.4);
}

#viewport {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

/* Section 1 */

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section {
    position: relative;
    width: auto;

}

#section1 {
    height: 840px;
    margin-top: 60px;
    background-color: #000000;
}

#section2 {
    background-color: white;
    padding: 90px 110px 90px 120px;
    color: #D4156A;
    transform: rotate(-2deg);
    margin: -50px -50px;
}

#section2 > .mdl-grid {
    transform: rotate(2deg);
}

#section3 {
    height: 500px;
    transform: rotate(2deg);
    margin: 0 -50px;
}

#section4 {
    background-color: white;
    padding: 20px 60px 50px 120px;
    color: #D4156A;
    transform: rotate(-2deg);
    margin: 80px -50px;
}

#section4 > .mdl-grid {
    transform: rotate(2deg);
}

#section5 {
    height: 500px;
    transform: rotate(-2deg);
    margin: 0 -50px;
}

#section6 {
    background-color: white;
    padding: 80px 10px 80px 70px;
    color: #D4156A;
    transform: rotate(-2deg);
}

#section6 > .mdl-grid {
    transform: rotate(2deg);
}

#section7 {
    padding: 160px 0;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

.phone.android {
    display: inline-block;
    width: 206px;
    height: 414px;
    background-image: url(/layout/img/home/phone-frame_android_white.png);
    background-size: cover;
    padding: 40px 9px;
}

.phone.android video {
    background-size: contain;
}

.parallax {
    box-sizing: border-box;
    width: 100%;
}

#section1 .mdl-grid {
    height: 100%;
}

.logo-font {
    font-family: 'GadenSans', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
}

.col-slogan {
    padding-left: 70px;
    color: white;
}

.slogan {
    font-size: 59px;
    font-weight: 900;
    line-height: 1.2;
}
.is-small-screen .slogan {
    font-size: 46px;
    text-align: center;
}

.sub-slogan {
    font-size: 27px;
    font-weight: 300;
    padding-top: 24px;
    line-height: 37px;
}
.is-small-screen .sub-slogan {
    font-size: 19px;
    text-align: center;
}

#col-login {
    width: 360px;
    display: flex;
    background-color: white;
    padding: 12px;
    margin: 0 auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#col-login .mdl-tabs a {
    text-decoration: none;
}

#col-login .mdl-tabs__tab-bar {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

#col-login .btn {
    text-transform: uppercase;
}

#login-tabs {
    margin-bottom: 20px;
}


.col-footer {
    background-color: white;
    position: relative;
}

.col-footer a:hover, .col-footer a:focus {
    color: #D4156A;
}

.mdl-mega-footer--social-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.mdl-mega-footer--social-btn.facebook {
    background: transparent url("/layout/img/home/fb_btn_col.png");
    background-size: contain;
}

.mdl-mega-footer--social-btn.instagram {
    background: transparent url("/layout/img/home/in_btn_col.png");
    background-size: contain;
}

.col-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}

.col-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.col-footer .mdl-mega-footer--bottom-section {
    position: relative;
}

.col-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
}

.col-app-stores a:hover {
    text-decoration: none;
}

.col-app-stores > * {
    margin: 10px;
    display: inline-block;
}

address {
    font-size: 14px;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 6px;
}

.pmd-alert-container.top {
    top: 90px;
}

.pmd-alert a {
    color: white;
}

.pmd-alert a:hover, .pmd-alert a:focus {
    text-decoration: none;
}

#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 18px;
    background: #000000;
    background-color: rgba(0, 0, 0, 0.45);
    color: white;
    color: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

#cookie-consent a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}

#cookie-consent .btn {
    cursor: pointer;
    margin-left: 12px;
}


/**** Mobile layout ****/

@media (max-width: 1024px) {
    .logo-image {
        height: 30px;
        width: 185px;
    }

    #section1 {
        margin-top: 55px;
    }

    .home-text-content {
        padding: 60px 40px;
    }

}

@media (max-width: 900px) {

    .slogan {
        font-size: 34px;
        margin: 0 16px;
        padding-top: 24px;
    }

    .sub-slogan {
        font-size: 20px;
        margin: 0 16px;
        padding-top: 8px;
    }

    .mdl-layout__header-row {
        padding: 0 16px 0 22px;
    }

    #section1 {
        height: 840px;
        padding-bottom: 40px;
    }

    #section2, #section4 {
        margin: -30px -100px;
    }

    #section6 {
        margin: -20px -50px;
    }

    .phone.android {
        width: 164px;
        height: 330px;
        padding: 32px 7px;
    }
    .phone.android video, .phone.android img {
        width: 149px;
        height: 263px;
    }

    .home-text-content {
        padding: 50px 10px;
    }

    .mdl-mega-footer {
        padding: 16px 10px;
    }

}

@media (max-width: 839px) {

    .pmd-alert-container.right {
        right: 20px;
    }

    .col-slogan {
        padding-left: 0;
        text-align: center;
    }

    #parallax1 {
        opacity: 0.5;
    }

}

/* --------------------------------- Ripple effect -------------------------------- */
.pmd-ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.ink {
    position: absolute;
    display: block;
    pointer-events: none;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    -ms-transform: scale(0);
    transform: scale(0);
}

.ink.animate {
    animation: ripple .5s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{
    display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 190px;
    text-align: center; text-transform: uppercase;
    background-color: #f25648; color: #ffffff; z-index: 110;
}
* html #outdated{position: absolute;}
#outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px;}
#outdated p{font-size: 12px; line-height: 12px; margin: 0;}
#outdated #btnUpdateBrowser{
    display: block; position: relative; padding: 10px 20px; margin: 30px auto 0; width: 230px; /*need for IE*/
    color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
}
#outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}
#outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
#outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}
#outdated #btnCloseUpdateBrowser{
    display: block; position: relative; width: 100%; height: 100%;
    text-decoration: none; border: 0; background: none; color: #ffffff; font-size: 36px; line-height: 36px;
}