body, html {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7
}

body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

    .text-vertical-center h1 {
        font-size: 3.9em;
        font-weight: 700;
        margin: 0;
        padding: 0;
        color: #fff
    }

    .text-vertical-center h5 {
        color: #fff;
        font-weight: 600
    }

.btn-dark {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: rgba(0,0,0,.4)
}

    .btn-dark:active, .btn-dark:focus, .btn-dark:hover {
        color: #fff;
        background-color: rgba(0,0,0,.7)
    }

.header img {
    width: 320px;
    height: 320px
}

.btn-light {
    color: #333;
    border: none;
    border-radius: 0;
    background-color: #fff
}

    .btn-light:active, .btn-light:focus, .btn-light:hover {
        color: #333;
        background-color: rgba(255,255,255,.8)
    }

hr.big {
    border: 1.2px solid #555
}

hr.small {
    max-width: 100px;
    margin: 20px auto;
    height: 1px;
    background: #ccc;
    border: 0
}

.header {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../images/bg_login_ap.jpg) no-repeat center center scroll;
    background-size: cover
}

.about-one {
    padding: 50px 0
}

.aboutTwo {
    padding: 50px 0;
    padding-bottom: 50px;
    background-color: #fff
}

.aboutTwo-item {
    margin-bottom: 30px
}

    .aboutTwo-item h3 {
        margin-top: 25px
    }

.img-aboutTwo {
    margin: 0 auto
}

.call-to-action {
    padding: 50px 0
}

    .call-to-action .btn {
        margin: 10px
    }

footer {
    padding: 10px 0
}

.box {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.box-sm {
    height: 8px;
    margin: 0;
    flex-grow: 1;
    transition: all .8s ease-in-out
}

.red {
    background-color: #f2141d
}

.orange {
    background-color: #f5951c
}

.yellow {
    background-color: #f9ce1b
}

.green {
    background-color: #c0c911
}

.blue {
    background-color: #4ee0ce
}

.purple {
    background-color: #b940c0
}

.login-and-register {
    padding: 50px 0;
    padding-top: 0;
    background: url(../images/bg_login_and_register_ap.jpg) no-repeat center center scroll;
    background-size: cover;
    font-family: 'Helvetica Neue',Arial,Sans-Serif;
}

.login-and-register-item {
    margin-bottom: 50px
}

.login-and-register {
    margin: 0 auto;
    padding-bottom: 200px;
    padding: 50px 0;
}

.login-and-register-intro {
    display: block;
    position: relative;
    text-align: right;
    margin: auto;
    right: 0;
    left: 0;
    margin-bottom: 60px;
    transition: box-shadow 1s;
    font-size: 2rem;
    color: #555;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px
}

    .login-and-register-intro a {
        background-color: #15a8f5;
        color: #fff;
        padding: 10px 10px;
        font-weight: 600;
        font-size: 14px;
        border: none;
        outline: 0;
        cursor: pointer;
        vertical-align: middle;
        border-radius: 4px;
        text-decoration: none;
        display: inline-block;
        margin-left: 5px;
    }

        .login-and-register-intro a:focus {
            outline: 0;
            text-decoration: none;
            color: #fff;
        }

        .login-and-register-intro a:hover {
            background-color: #307edf;
            text-decoration: none;
            color: #fff;
        }

    .login-and-register-intro h2 {
        color: #fff;
        font-weight: 600
    }

    .login-and-register-intro h3 {
        color: #fff;
        font-weight: 600
    }

    .login-and-register-intro h4 {
        color: #fff;
        font-weight: 600
    }

    .login-and-register-intro h5 {
        color: #555;
        font-weight: 600
    }

    .login-and-register-intro h6 {
        color: #fff;
        font-weight: 600;
        margin-top: 15px;
    }

#register {
    padding: 27px;
    margin-bottom: 0
}

.loginWrapper {
    display: block;
    position: relative;
    width: 350px;
    max-width: 350px;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    transition: box-shadow 1s;
    font-weight: 600;
}

.forget-link {
    color: #f7f7f7;
    font-size: 16px;
    font-family: Volkhov,serif
}

    .forget-link:hover {
        color: #f7f7f7
    }

.logginFormFooter {
    text-align: center;
    color: #777;
    width: 100%;
    font-size: 12px;
    position: fixed;
    bottom: 10px
}

    .logginFormFooter a {
        color: #777;
        font-weight: 600
    }

        .logginFormFooter a:hover {
            color: #aaa
        }

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

nav {
    z-index: 9;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center
}

.tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    transform: translateY(5px);
    margin-bottom: 0
}

    .tabs > li {
        transition-duration: .25s;
        display: table-cell;
        list-style: none;
        text-align: center;
        padding: 20px 20px 25px 20px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
        background-color: none
    }

        .tabs > li:before {
            z-index: -1;
            position: absolute;
            content: "";
            width: 100%;
            height: 120%;
            color: #fff;
            top: 0;
            left: 0;
            background-color: #dd73e2;
            transform: translateY(100%);
            transition-duration: .25s;
            border-radius: 10px 10px 0 0
        }

        .tabs > li:hover:before {
            transform: translateY(70%)
        }

        .tabs > li.active {
            color: #fff
        }

            .tabs > li.active:before {
                transition-duration: .5s;
                background-image: url(../images/bg_login_and_register_form_label.jpg);
                transform: translateY(0)
            }

.tab__content {
    background-color: #fff;
    position: relative;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-color: #307fdf
}

    .tab__content > li {
        width: 100%;
        position: absolute;
        border-radius: 5px;
        color: #fff;
        top: 0;
        left: 0;
        background-color: #307fdf;
        display: none;
        list-style: none
    }

        .tab__content > li .content__wrapper {
            text-align: center;
            border-radius: 5px;
            padding-top: 24px;
            background-image: url(../images/bg_login_and_register_form.jpg)
        }

form input {
    border: none;
    padding: 12px;
    font-size: 16px;
    margin: 12px 0;
    width: 300px;
    font-weight: 100;
    outline: 0;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    form input:first-child {
        margin-top: 8px
    }

    form input:last-child {
        margin-top: 16px;
        margin-bottom: 0
    }

    form input:focus {
        background-color: #fff
    }

    form input:hover {
        background-color: #fff
    }

    form input::placeholder {
        background-color: #fff;
        color: #aaa;
    }

    form input::-webkit-input-placeholder {
        color: #aaa;
        opacity: 1
    }

    form input::-moz-placeholder {
        color: #aaa;
        opacity: 1
    }

    form input::-moz-placeholder {
        color: #aaa;
        opacity: 1
    }

    form input::-ms-input-placeholder {
        color: #aaa;
        opacity: 1
    }

form [type=submit]:focus, form [type=submit]:hover {
    background: #307edf;
    color: #fff;
    font-weight: 600
}

form [type=submit] {
    background: #15a8f5;
    color: #fff;
    padding: 24px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 3px;
    font-weight: 600;
    border: 0
}

#recBtnEmail {
    background-color: #15a8f5 !important;
    color: #fff !important;
    width: 300px;
    border-radius: 4px
}

    #recBtnEmail:hover {
        background-color: #307fdf !important;
        color: #fff !important
    }

::-webkit-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

#clsfullStyle {
    float: left
}

.content {
    padding: 30px;
    font: 300 40px Lato,sans-serif;
    text-align: center;
    color: #999;
    background: #eee
}

.ftrIcons {
    padding: 20px 0 0 0;
    text-align: center
}

.social {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    line-height: 70px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 35px;
    text-align: center;
    color: #bbb;
    border-radius: 10%;
    background: #eee;
    overflow: hidden;
    transition: color .3s;
}

.clrIcon {
    color: #777;
}

    .clrIcon:focus, .clrIcon:hover {
        color: #777;
    }

.social:hover {
    cursor: pointer
}

.social {
    text-shadow: #e2e2e2 1px 1px,#e3e3e3 2px 2px,#e3e3e3 3px 3px,#e4e4e4 4px 4px,#e5e5e5 5px 5px,#e5e5e5 6px 6px,#e6e6e6 7px 7px,#e6e6e6 8px 8px,#e7e7e7 9px 9px,#e8e8e8 10px 10px,#e8e8e8 11px 11px,#e9e9e9 12px 12px,#e9e9e9 13px 13px,#eaeaea 14px 14px,#ebebeb 15px 15px,#ebebeb 16px 16px,#ececec 17px 17px,#ececec 18px 18px,#ededed 19px 19px,#eee 20px 20px
}

.footer-one {
    background-color: #f7f7f7;
    color: #212529;
    text-align: right
}

    .footer-one .row {
        margin-bottom: 20px
    }

    .footer-one .info {
        color: #afb0b1
    }

    .footer-one ul {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.7
    }

    .footer-one h5 {
        font-size: 18px;
        color: #212529;
        font-weight: 700;
        margin-top: 30px
    }

    .footer-one p {
        color: #212529
    }

    .footer-one .logo {
        margin-top: 10px
    }

    .footer-one ul li a {
        color: #212529
    }

    .footer-one .second-bar {
        text-align: center;
        background-color: #33373e;
        text-align: center
    }

        .footer-one .second-bar a {
            font-size: 22px;
            color: #9fa3a9;
            padding: 10px;
            transition: .2s;
            line-height: 68px
        }

            .footer-one .second-bar a:hover {
                text-decoration: none
            }

@media screen and (max-width:767px) {
    .footer-one {
        text-align: center
    }

        .footer-one .info {
            text-align: center
        }

        .quick-login-position {
            display: none;
        }
}

select {
    background-color: #fff;
    border: thin solid #8f979e;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: .5em 1em .5em 3.2em;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #555
}

    select.minimal-lang {
        background-image: linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%);
        background-position: calc(30% - 20px) calc(1em + 2px),calc(30% - 15px) calc(1em + 2px),calc(100% - 5.5em) .5em;
        background-size: 5px 5px,5px 5px,1px 1.5em;
        background-repeat: no-repeat;
        font-size: 15px
    }

        select.minimal-lang:focus {
            background-image: linear-gradient(45deg,#1e90ff 50%,transparent 50%),linear-gradient(135deg,transparent 50%,#1e90ff 50%);
            background-position: calc(30% - 15px) 1em,calc(30% - 20px) 1em,calc(30% - 2.5em) .5em;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat;
            outline: 0
        }

    select.minimal {
        background-image: linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%);
        background-position: calc(40% - 20px) calc(1em + 2px),calc(40% - 15px) calc(1em + 2px),calc(40% - 5.5em) .5em;
        background-size: 5px 5px,5px 5px,1px 1.5em;
        background-repeat: no-repeat;
        font-size: 15px
    }

        select.minimal:focus {
            background-image: linear-gradient(45deg,#1e90ff 50%,transparent 50%),linear-gradient(135deg,transparent 50%,#1e90ff 50%);
            background-position: calc(40% - 15px) 1em,calc(40% - 20px) 1em,calc(40% - 2.5em) .5em;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat;
            outline: 0
        }

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000
    }

.label {
    margin: 5px
}

.genRadios {
    font-size: 18px;
    display: -webkit-inline-box
}

.radio {
    border: 4px solid #ccc;
    border-top-color: #bbb;
    border-left-color: #bbb;
    background: #fff;
    width: 30px;
    height: 18px;
    border-radius: 50%;
    top: 3px;
    position: relative
}

    .radio:checked {
        border: 20px solid #4099ff;
        top: 3px;
        position: relative
    }

:focus {
    outline: 0
}

.login-google-button {
    background: #ef5d53;
    color: #fff;
    padding: 24px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    border: 0;
    border-radius: 0;
    outline: 0
}

.login-google-button-icon {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
    width: 50px;
    height: 100%;
    text-align: center;
    font-weight: 600;
    background: #ca4d3e;
    line-height: 4.8;
    margin-right: 10px;
    padding: 12px;
    fill: #fff;
}

    .login-google-button:hover {
        color: #fff;
        background-color: #ca4d3e;
        text-decoration: none;
        outline: 0
    }

    .login-google-button:focus {
        color: #fff;
        background-color: #ca4d3e;
        outline: 0
    }

.hrLogin {
    border: .5px solid #f7f7f7
}

#gameItem {
    display: none;
    margin-bottom: 30px
}

.form-tooltip {
    display: block;
    width: 300px;
    visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    height: 0;
    margin-bottom: -8px;
    margin: 0 auto;
    cursor: help;
    animation-name: fold;
    animation-duration: .5s;
    animation-timing-function: ease-in;
    animation-direction: reverse;
    background: #e371e3;
    color: #f7f7f7;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px
}

:focus + .form-tooltip {
    padding: 6px 16px;
    margin-bottom: 0;
    height: auto;
    visibility: visible;
    animation: fold ease-in .5s;
    animation-direction: normal
}

#first_name-error {
    width: 300px;
    background-color: #ff9194;
    height: auto;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    text-transform: unset;
    text-align: center;
    font-weight: 600;
}

#last_name-error {
    width: 300px;
    background-color: #ff9194;
    height: auto;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    text-transform: unset;
    text-align: center;
    font-weight: 600;
}

#Email-error {
    width: 300px;
    background-color: #ff9194;
    height: auto;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    text-transform: unset;
    text-align: center;
    font-weight: 600;
}

#Password-error {
    width: 300px;
    background-color: #ff9194;
    height: auto;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    text-transform: unset;
    text-align: center;
    font-weight: 600;
}

#confirm_password-error {
    width: 300px;
    background-color: #ff9194;
    height: auto;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    text-transform: unset;
    text-align: center;
    font-weight: 600;
}

#birthday-error {
    width: 300px;
    background-color: #ff9194;
    height: auto;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    text-transform: unset;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    display: none;
}

#logEmail-error {
    width: 300px;
    background-color: #ff9194;
    height: auto;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    text-transform: unset;
    text-align: center;
    font-weight: 600;
}

#recMdlBody {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px
}

.forget-password-text {
    border: 1px solid #666;
    width: 300px
}

.about-recover-password {
    margin-top: 20px
}

#lngPosition {
    text-align: center !important;
    direction: ltr;
    padding-right: 40px;
}

.image-aplive-subject {
    border: 2px solid #15a8f5;
    margin-top: 10px;
}

.image-clubs-subject {
    border: 2px solid #f2b81b;
    margin-top: 10px;
}

.viewer1 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
    width: 100%;
    background-image: url(../images/image_ap_live_intro.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    border-radius: 4px;
}

    .viewer1.frame1 {
        background-position: -330px 50%
    }

    .viewer1.frame2 {
        background-position: -660px 50%
    }

    .viewer1.frame3 {
        background-position: -990px 50%
    }

.viewer2 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
    width: 100%;
    background-image: url(../images/image_clubs_intro.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    border-radius: 4px;
}

    .viewer2.frame1 {
        background-position: -330px 50%
    }

    .viewer2.frame2 {
        background-position: -660px 50%
    }

    .viewer2.frame3 {
        background-position: -990px 50%
    }

@keyframes drink-coffee {
    to {
        background-position: -330px 50%
    }
}

.text-downloads-header {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0;
    color: #212529
}

.content-agree-terms {
    color: #555;
    font-size: 14px;
    font-weight: 600
}

#agrTermsError {
    position: relative;
    margin-top: 15px;
    width: 100%;
    display: none;
    color: #fff;
    background-color: #ff9194;
    height: auto;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    padding: 4px;
    text-transform: unset;
}

.container-game {
    border-radius: 10px;
    width: 600px;
    position: relative;
    overflow: hidden
}

.birthday {
    width: 300px;
    margin: 0 auto;
    height: 48px;
    margin-top: 15px
}

    .birthday > .form-control {
        margin-top: 0;
        border: none;
        outline: 0
    }

#btnBirthday {
    color: #fff;
    outline: 0;
    border-radius: 0;
    border-color: #15a8f5;
    background-color: #15a8f5
}

.birthday-button-icon {
    width: 22px;
    height: 22px;
    fill: #fff;
    vertical-align: sub;
}

.password-sent-success {
    width: 100%;
    background-color: #9bcc90;
    color: #fff;
    height: auto;
    margin: 0;
    font-size: 15px;
    display: none
}

.password-sent-failure {
    width: 300px;
    background-color: #ff9194;
    color: #fff;
    height: auto;
    margin: 0;
    font-size: 15px;
    display: none
}

.input-group-btn {
    position: absolute;
    left: 0;
    z-index: 9
}

.radio-tile-group {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 15px
}

    .radio-tile-group .input-container {
        position: relative;
        margin: .5rem
    }

        .radio-tile-group .input-container .radio-button {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer
        }

        .radio-tile-group .input-container .radio-tile {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 2px solid #fff;
            border-radius: 5px;
            padding: 1rem;
            transition: transform .3s ease
        }

        .radio-tile-group .input-container .icon svg {
            fill: #079ad9;
            width: 3rem;
            height: 3rem
        }

        .radio-tile-group .input-container .radio-tile-label {
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            color: #fff
        }

        .radio-tile-group .input-container .radio-button:checked + .radio-tile {
            background-color: #15a8f5;
            border: 2px solid #15a8f5;
            color: #fff;
            transform: scale(1.1,1.1)
        }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
                fill: #fff;
                background-color: #079ad9
            }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
                color: #fff;
                background-color: #15a8f5
            }

.language-selector-button {
    background-color: #15a8f5;
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    min-width: 140px;
    outline: 0;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 4px;
    direction: rtl;
}

.language-selector-button-icon {
    width: 32px;
    height: 32px;
    fill: #fff;
    margin-left: 5px;
    vertical-align: middle;
}

.language-selector-button:focus {
    outline: 0
}

.language-selector-button:hover {
    background-color: #307edf
}

.language-selector-button > .fa-globe {
    position: relative;
    margin: 5px
}

.language-selector-position {
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #c8ebfc;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
}

.language-selector-link {
    margin: 10px 7px;
}

    .language-selector-link > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #fff;
        height: 100%;
        border: 2px solid #15a8f5;
        border-radius: 5px;
        padding: 1rem;
        transition: transform .3s ease;
        text-decoration: none;
        font-weight: 600;
    }

        .language-selector-link > a:hover, .language-selector-link > a:focus, .language-selector-link > a:active {
            color: #15a8f5;
        }

.selected-language {
    margin: 10px 7px;
}

    .selected-language > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: #15a8f5;
        border: 2px solid #15a8f5;
        color: #fff;
        border-radius: 5px;
        padding: 1rem;
        transition: transform .3s ease;
        text-decoration: none;
        font-weight: 600;
        transform: scale(1.1,1.1);
    }

        .selected-language > a:hover, .selected-language > a:focus, .selected-language > a:active {
            color: #fff;
        }

.footer-sm {
    padding-right: 40px
}

.basic-checkbox + label {
    display: block;
    padding-right: 0 !important
}

.basic-checkbox {
    position: absolute;
    z-index: 9999;
    width: 15px;
    height: 14px;
    opacity: 0
}

    .basic-checkbox + label:before {
        content: "\25A0";
        font-size: 0;
        border: 2px solid #555;
        border-radius: 4px;
        display: inline-block;
        height: 16px;
        width: 16px;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
        margin-bottom: 3px;
        position: relative
    }

    .basic-checkbox + label:active:before {
        transform: scale(0)
    }

    .basic-checkbox:checked + label:before {
        background-color: #15a8f5;
        border-color: #15a8f5;
        color: #fff
    }

.language-help-link {
    font-weight: 600
}

    .language-help-link:hover {
        color: #15a8f5
    }

@media (min-width:992px) {
    .modal-lg {
        width: 992px;
        max-width: 992px
    }
}

.user-agreement-to-appparties-link {
    color: #15a8f5;
    font-weight: 600;
    margin-top: 5px;
}

    .user-agreement-to-appparties-link:focus {
        color: #15a8f5;
    }

    .user-agreement-to-appparties-link:hover {
        color: #15a8f5;
    }

.agreement-wrapper {
    margin: 0 0 10px 0;
}

.checkbox-agreement {
    width: 75px;
    height: 80px;
    top: -30px;
    background: #c8ebfc;
    float: left;
    position: relative;
    margin-top: 5px;
    text-align: center;
}

    .checkbox-agreement label {
        cursor: pointer;
        position: relative;
        width: 30px;
        height: 30px;
        margin: auto;
        box-shadow: 0 0 0 5px #15a8f5;
        transition: all .15s ease;
        margin-top: 25px;
        background: #84c9fa;
    }

    .checkbox-agreement input {
        width: 30px;
        height: 35px;
        position: absolute;
        margin-top: 23px;
        z-index: 9;
        opacity: 0;
        cursor: pointer
    }

        .checkbox-agreement input:checked + label, .checkbox-agreement label:hover {
            background: #15a8f5;
        }

            .checkbox-agreement input:checked + label:before, .checkbox-agreement label:hover {
                color: #15a8f5;
            }

    .checkbox-agreement label:active {
        background: #15a8f5
    }

.terms-and-conditions-wrapper {
    background: #f7f7f7;
    padding: 10px;
}

    .terms-and-conditions-wrapper h5 {
        color: #555;
        font-weight: 600;
    }

    .terms-and-conditions-wrapper h6 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .terms-and-conditions-wrapper ol li {
        margin-right: 20px;
        margin-left: 20px;
        line-height: 1.8;
    }

    .terms-and-conditions-wrapper ul li {
        list-style-type: disc;
        line-height: 1.8;
        margin-right: 20px;
        margin-bottom: 8px;
        color: #333;
    }

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 999;
    background-image: url(../../Content/images/bg_cookie_doodle.jpg);
    background-position: center;
}

.cookie-consent-banner-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
    position: relative;
}

.cookie-consent-banner-actions {
}

.cookie-consent-banner-header {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    font-weight: 600;
}

.cookie-consent-banner-description {
    color: #212529;
    font-size: 16px;
    line-height: 24px;
}

    .cookie-consent-banner-description a {
        font-weight: 600;
    }

.cookie-consent-banner-cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #2CE080;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner-cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #2CE080;
}

.cookie-consent-banner-cta:hover {
    background-color: #20BA68;
}

.cookie-consent-banner-cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #22C870;
}

.cookie-consent-banner-cta:last-child {
    margin-left: 16px;
}

.appparties-cookies-button {
    background-color: #15a8f5;
    color: #fff;
    padding: 10px 10px 15px 10px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    top: -10px;
    left: 100px;
}

    .appparties-cookies-button:hover, .appparties-cookies-button:active, .appparties-cookies-button:focus {
        text-decoration: none;
        background-color: #307edf;
        color: #fff;
    }

.checkbox-agreement-wrapper {
    width: 100%;
    background: #15a8f5;
    height: 80px;
    position: relative;
    text-align: center;
    padding: 25px 0 0 0;
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.desktop-version {
    display: initial;
}

.mobile-version {
    display: initial;
}

.mobile-login-and-register {
    padding: 50px 0;
    padding-top: 0;
    background: url(../images/bg_login_and_register_ap.jpg) no-repeat center center scroll;
    background-position: right 54% center;
    background-size: cover;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.mobile-login-and-register-item {
    margin-bottom: 30px
}

.mobile-login-and-register {
    margin: 0 auto;
    padding: 0 0 300px 0;
}

.mobile-login-and-register-intro {
    display: block;
    position: relative;
    text-align: left;
    margin: auto;
    right: 0;
    left: 0;
    margin-bottom: 60px;
    transition: box-shadow 1s;
    font-size: 2rem;
    color: #555;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px
}

    .mobile-login-and-register-intro a {
        color: #15a8f5
    }

        .mobile-login-and-register-intro a:hover {
            color: #15a8f5
        }

    .mobile-login-and-register-intro h5 {
        color: #555;
        font-weight: 600
    }

    .mobile-login-and-register-intro h4 {
        font-weight: 600
    }

    .mobile-login-and-register-intro h6 {
        font-weight: 600
    }

.mobile-footer {
    line-height: 35px;
}

.mobile-modal {
    padding-top: 20%;
}

.mobile-modal-content {
    border-radius: 20px 20px 0px 0px;
}

.mobile-modal-dialog {
    margin: 0;
    height: 100%;
    display: grid;
}

.mobile-modal-header {
    border-radius: 20px 20px 0px 0px;
}

    .mobile-modal-header button {
        float: right;
    }

.mobile-footer-links {
    background-clip: padding-box;
    border: 0;
    position: relative;
    padding: 0;
}

    .mobile-footer-links ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .mobile-footer-links ul li {
            display: inline-block;
            min-width: 4em;
            margin: 0 5px;
        }

            .mobile-footer-links ul li a {
                text-decoration: none;
                display: block;
                font-family: Arial;
                position: relative;
                color: black;
                padding: .3em 0;
                color: #212529;
            }

.mobile-footer-links-language {
    color: #15a8f5 !important;
    font-weight: 600;
}

.footer-icon {
    border-radius: 6px;
}

.quick-login-position {
    top: 25px;
    right: 10px;
    position: absolute;
}

.quick-login-button {
    background-color: #15a8f5;
    color: #fff !important;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 5px;
    height: 48px;
}

    .quick-login-button:focus {
        outline: 0;
        color: #fff;
        text-decoration: none
    }

    .quick-login-button:hover {
        background-color: #307edf;
        color: #fff;
        text-decoration: none
    }

.quick-register-button {
    background-color: #15a8f5;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    height: 48px;
}

    .quick-register-button:focus {
        outline: 0;
        color: #fff;
        text-decoration: none
    }

    .quick-register-button:hover {
        background-color: #307edf;
        color: #fff;
        text-decoration: none
    }

.login-and-register-blur-background {
    background-color: rgb(0 0 0 / 30%);
    border-radius: 0 0 10px 10px;
}

.social-icon {
    width: 48px;
    height: 48px;
    fill: #777;
    display: block;
}

.download-agreement-icon {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
    display: inline-block;
    fill: #15a8f5;
    margin-right: 5px;
}

.cookie-consent-banner-copy {
    padding-left: 10px;
    padding-right: 10px;
}