body {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 1.5833;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

a {
    color: #08759F;
}
a:hover {
    color: #111;
    text-decoration: none;
}
p {
    margin-bottom: 1em;
}


/*--------------------------------------------------------
*   BOOTSTRAP FIXES
--------------------------------------------------------*/

.btn {
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.btn-primary {
    background-color: #FDB502;
    border-color: #FDB502;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
    background-color: #FD8502;
    border-color: #FD8502;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 30px;
    font-size: 0.6666em;
    line-height: 1.33333;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.25);
    border: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

/*--------------------------------------------------------
*   END BOOTSTRAP FIXES
--------------------------------------------------------*/

.btn-getapp {
    display: inline-block;
    height: 50px;
}
.btn-getapp_white {
    background: url(../images/getapp-ghostbuttons-white.png) no-repeat;
}
.btn-getapp_black {
    background: url(../images/getapp-ghostbuttons-black.png) no-repeat;
}
.btn-getatpp_android {
    background-position: 0 0;
    width: 151px;
}
.btn-getatpp_ios {
    background-position: -155px 0;
    width: 165px;
}

.btn-social {
    text-transform: none;
    position: relative;
    padding-left: 38px;
}
.btn-social i {
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-facebook {
    background-color: #4267b2;
    border-color: #4267b2;
    color: #fff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
    background-color: #29487d;
    border-color: #29487d;
    color: #fff;
}

/*--------------------------------------------------------
*   HEADER
--------------------------------------------------------*/

.b-header {
    background: url(../images/index_v2_b-header_mobile.jpg) no-repeat scroll center top / cover;
    color: #fff;
    /*min-height: 500px;*/
    min-height: calc(100vh - 110px);
}
.b-header__topline {
    font-size: 14px;
    line-height: 16px;
    padding: 30px 0 0;
    text-align: center;
}
.b-header__message {
    padding: 50px 0 50px;
    text-align: center;
}
.b-header__message h2 {
    font-size: 1.6em;
    text-transform: uppercase;
}
.b-header__message p {
    font-size: 0.85em;
}
.b-header__message .btn {
    margin-bottom: 5px;
}
.b-header__topnav {
    padding: 25px 0 30px;
}
.b-header__topnav {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
    
.b-header__topnav a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.b-header__topnav a:hover {
    color: #FD8502;
    font-weight: bold;
    text-decoration: underline;
}

.b-header__logo-text {
    color: #fff;
    font-weight: bold;
}

@media (min-width: 768px) {
    .b-header {
        background: url(../images/index_v2_b-header_tablet.jpg) no-repeat scroll center top / cover;
    }
    .b-header__topline {
        text-align: left;
    }
    .b-header__topnav {
        padding: 0;
        text-align: right;
    }
    .b-header__message {
        padding: 0;
        text-align: left;
    }
    .b-header__message h2 {
        font-size: 2em;
    }
    .b-header__message p {
        font-size: 0.85em;
    }
}

@media (min-width: 1080px) {
    .b-header {
        background: url(../images/index_v2_b-header.jpg) no-repeat scroll center top / cover;
    }
}

/*--------------------------------------------------------
*   END HEADER
--------------------------------------------------------*/


/*--------------------------------------------------------
*   AFTERHEADER
--------------------------------------------------------*/

.b-afterheader {
    background: #F5B63F;
    color: #fff;
    padding: 60px 0 50px;
    text-align: center;
}

/*--------------------------------------------------------
*   END AFTERHEADER
--------------------------------------------------------*/


/*--------------------------------------------------------
*   FEATURES
--------------------------------------------------------*/

.b-features {
    font-size: 0.5833em;
    line-height: 1.5715;
    padding: 80px 0 5px;
    text-align: center;
}

.b-features__item {
    padding: 0 30px 75px;
}

.b-features__image {
    height: 160px;
}
.b-features__image img {
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-features__title {}

@media (min-width: 768px) {
    .b-features {
        padding-bottom: 80px;
    }

    .b-features__item {
        padding-bottom: 0;
    }
}

/*--------------------------------------------------------
*   END FEATURES
--------------------------------------------------------*/


/*--------------------------------------------------------
*   MOBILE
--------------------------------------------------------*/

.b-mobile {
    background: #f9f9f9;
    padding: 30px 0;
    text-align: center;
}

.b-mobile__img img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .b-mobile {
        text-align: left;
    }

    .b-mobile__text {
        padding: 45px 0;
    }
}

@media (min-width: 1080px) {
    .b-mobile__text {
        padding-top: 90px;
    }
}

/*--------------------------------------------------------
*   END MOBILE
--------------------------------------------------------*/

/*--------------------------------------------------------
*   REGISTRATION
--------------------------------------------------------*/

.b-registration {
    background: #4c3a3f url(../images/b-registration.jpg) no-repeat center center / cover;
    color: #fff;
    font-size: 0.5em;
    padding: 100px 0;
    text-align: center;
}
.b-registration h2 {
    margin-bottom: 50px;
    margin-top: 0;
}
.b-registration .form-group {
    text-align: left;
}
.b-registration .form-control {
    font-size: 18px;
    height: 49px;
}
.has-success .help-block {
    color: #94e596;
}
.has-error .help-block {
    color: #ea9e9c;
}
.b-registration .form-control-feedback {
    height: 49px;
    line-height: 49px;
}

/*--------------------------------------------------------
*   END REGISTRATION
--------------------------------------------------------*/

/*--------------------------------------------------------
*   FOOTER
--------------------------------------------------------*/

.b-footer {
    background: #322b37;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    padding: 15px 0;
    text-align: center;
}

.b-footer a:hover {
    color: #fff;
}



@media (min-width: 768px) {
    .b-footer {
        text-align: left;
    }
    .b-footer__copy {
        text-align: right;
    }
}

/*--------------------------------------------------------
*   END FOOTER
--------------------------------------------------------*/

/*--------------------------------------------------------
*   LANG POPOVER
--------------------------------------------------------*/

#lang-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #322B37;
    z-index: 10;
    overflow: hidden;
}
.lang-block-header {
    color: #747f96;
    font-size: 0.75em;
    line-height: 1.6666;
    padding: 30px 0px 15px 40px;
}
#lang-block ul > li {
    list-style-type: none;
    color: #505664;
    font-size: 0.75em;
    line-height: 1.6666;
    cursor: pointer;
}
#lang-block ul > li:hover {
    color: rgba(255, 255, 255, 0.75);
}
li.lbi-selected {
    list-style-type: disc !important;
    color: #ffffff !important;
}
.lbi-selected {

}

/*--------------------------------------------------------
*   END LANG POPOVER
--------------------------------------------------------*/


/*--------------------------------------------------------
*   COOKIE
--------------------------------------------------------*/

.mod-cookie-policy {
    font-size: 0.5em;
    position: fixed; 
    bottom: 15px; 
    left: 15px; 
    right: 15px; 
    z-index: 1000;
}

.mod-cookie-policy .container {
    border-radius: 5px; 
    border: 1px solid $delimiter_color; 
    background: #fdfdf1; 
    padding: 20px 40px;
}

.mod-cookie-policy > div {
    position: relative;
}

.mod-cookie-policy > div p {
    margin: auto; 
    text-align: center;
}

.mod-cookie-policy i {
    position: absolute; 
    top: 5px; 
    right: 10px;
    cursor: pointer;
}

/*--------------------------------------------------------
*   END COOKIE
--------------------------------------------------------*/

/*--------------------------------------------------------
*   USERS CONNECTIONS
--------------------------------------------------------*/

.oauth-links a {
    font-size: 16px !important;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
}

.oauth-links ins {
    text-decoration: none !important;
}

/*--------------------------------------------------------
*   USERS CONNECTIONS
--------------------------------------------------------*/