﻿/* general settings */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    color: #3d4d5a;
    font: 14px "Open Sans", Arial, Helvetica, sans-serif;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a {
    color: #053a7c;
    outline: none;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea, select {
    font: 100% "Open Sans", Arial, Helvetica, sans-serif;
    vertical-align: middle;
    outline: none;
    color: #8c9aa4;
}

    input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

/* wrapper */
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page-holder {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 8px;
}

    .page-holder:after {
        content: "";
        clear: both;
        display: block;
    }
/* header */
.h-area {
    overflow: hidden;
    padding: 5px 0 20px;
}

.logo {
    float: left;
    background: url(../images/bg-logo.jpg) no-repeat;
    width: 265px;
    height: 80px;
    margin-top: 25px;
    overflow: hidden;
    text-indent: -9999px;
}

    .logo a {
        display: block;
        height: 100%;
    }

.h-box {
    padding: 3px 0 26px;
    float: right;
}

.lang-lst {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
}

.h-box .lang-lst {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.h-box .link-lst {
    float: right;
    display: inline-block;
}

.lang-lst li {
    display: inline-block;
    vertical-align: top;
    /*background:url(../images/sep-lang-lst.png) no-repeat 0 1px;*/
    background: #ead910;
    padding: 10px 10px 10px 10px;
}

    .lang-lst li:first-child {
        margin-right: 4px;
    }

    .lang-lst li:nth-child(2) {
        margin-right: 4px;
    }

.lang-lst a {
    text-decoration: none;
    color: #fff;
}

    .lang-lst a:hover {
        text-decoration: underline;
    }

.lang-lst li.active {
    background: #0055bf;
}

.link-lst {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    color: #737e86;
    font-size: 13px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    float: left;
}

    .link-lst li {
        display: inline-block;
        vertical-align: top;
        padding: 0 30px 0 0px;
    }

        .link-lst li:first-child {
            background: none;
        }

    .link-lst a {
        text-decoration: none;
        color: #737e86;
    }

        .link-lst a:not(:last-child) {
            margin-right: 10px;
        }

        .link-lst a:hover {
            text-decoration: underline;
        }

    .link-lst .active a {
        font-weight: 600;
        text-decoration: none;
    }

.offer-box {
    overflow: hidden;
}

    .offer-box a {
        text-decoration: none;
    }

    .info-area .phone .bottom-txt,
    .offer-box .txt {
        padding: 14px 0 0;
        padding: 0px;
        float: left;
        color: #737e86;
        font-size: 11px;
        line-height: 28px;
    }

.info-area .phone .bottom-txt {
    padding: 0;
}

    .info-area .phone .bottom-txt span,
    .offer-box .txt span {
        font-size: 8px;
        position: relative;
        top: -2px;
    }

.offer-box .phone {
    margin: -2px 0 0;
    padding: 0 0 0 17px;
    display: inline-block;
    vertical-align: middle;
    color: #053a7c;
    font-size: 18px;
}

    .offer-box .phone a {
        color: #053a7c;
        text-decoration: none;
    }

.offer-box .btn-offer {
    float: right;
    position: relative;
    text-transform: uppercase;
    background: #ead910;
    color: #053a7c;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    padding: 17px 25px 17px 36px;
    margin: 0 0 0 25px;
}

    .offer-box .btn-offer:after {
        content: "";
        position: absolute;
        top: 22px;
        left: 22px;
        background: url(../images/bg-offer-box-arrow.png) no-repeat;
        width: 10px;
        height: 8px;
    }

    .offer-box .btn-offer:hover {
        background: #dbca00;
    }

.nav-area {
    overflow: hidden;
}

    .nav-area .m-nav-link {
        color: #053a7c;
        display: none;
        background: url(../images/bg-m-nav-link-top.png) no-repeat 0 3px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 1px 0 0 29px;
        text-decoration: none;
        font-size: 14px;
        line-height: 24px;
    }

        .nav-area .m-nav-link:hover {
            cursor: pointer;
        }

.nav-box {
    position: relative;
    float: left;
}

#nav {
    overflow: hidden;
    margin: 0;
    padding: 10px 0 0 6px;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

    #nav li {
        float: left;
        margin: 0 37px 0 0;
    }

    #nav a {
        display: block;
        color: #053a7c;
        text-decoration: none;
        padding: 0 0 20px;
        border-bottom: 3px solid #fff;
    }

        #nav a.active,
        #nav a:hover {
            border-color: #053a7c;
        }

.search-area {
    float: right;
    position: relative;
}

    .search-area input[type="text"] {
        display: block;
        width: 124px;
        padding: 7px 32px 8px 14px;
        color: #8c9aa4;
        font-size: 13px;
        height: 16px;
        background: #ecf0f3;
        color: #8c9aa4;
        border: 0;
    }

    .search-area input[type="submit"] {
        position: absolute;
        top: 8px;
        right: 9px;
        background: url(../images/bg-btn-search.png) no-repeat;
        width: 17px;
        height: 17px;
        padding: 0;
        cursor: pointer;
        text-indent: -9999px;
        border: 0;
    }

        .search-area input[type="submit"]:hover {
            opacity: 0.8;
        }

.data-row {
    background: #053a7c;
    overflow: hidden;
    padding: 20px 32px 19px 37px;
}

    .data-row h3 {
        margin: 0;
        padding: 8px 0 3px;
        float: left;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

        .data-row h3:hover:after {
            display: none;
        }

        .data-row h3:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #fff;
            height: 1px;
        }

        .data-row h3 a {
            color: #fff;
            text-decoration: none;
        }

    .data-row .select-block {
        text-transform: uppercase;
        width: 190px;
        float: right;
        font-weight: bold;
    }

.spanner {
    background: #ead910;
    padding: 10px;
}

.spanner2 {
    background: #286c9b;
    padding: 10px;
}

.info-area {
    overflow: hidden;
    padding: 0 0 77px;
}

    .info-area.inner {
        padding: 0 0 100px;
    }

    .info-area .box-holder {
        padding: 40px 0 0;
    }

    .info-area .box {
        float: right;
        max-width: 570px;
        width: 48.9%;
        min-height: 345px;
        position: relative;
    }

    .info-area.inner .box {
        min-height: 1px;
    }

    .info-area .box:first-child {
        float: left;
    }

    .info-area .box > p {
        margin: 0 0 18px;
        font-size: 14px;
        line-height: 18px;
    }

    .info-area h2 {
        margin: 0 0 28px;
        padding: 0 0 2px;
        color: #053a7c;
        text-transform: uppercase;
        font: bold 20px/24px "Montserrat", Arial, Helvetica, sans-serif;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #dee7ee;
    }

    .info-area .video-box .fancybox-iframe {
        display: block;
        position: relative;
    }

        .info-area .video-box .fancybox-iframe:after {
            content: "";
            position: absolute;
            top: 50%;
            margin: -63px 0 0 -63px;
            left: 50%;
            background: url(../images/bg-btn-arrow-play.png) no-repeat;
            width: 126px;
            height: 126px;
            overflow: hidden;
        }

    .info-area .image {
        position: absolute;
        right: 10px;
        bottom: 0;
    }

    .info-area .box .hold {
        padding: 0 245px 0 0;
    }

    .info-area .list {
        margin: 0;
        padding: 0 0 62px;
        list-style: none;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }

        .info-area .list li {
            background: url(../images/bg-links-lst-arrow.png) no-repeat 0 6px;
            padding: 0 0 6px 20px;
        }

        .info-area .list a {
            text-decoration: none;
        }

            .info-area .list a:hover {
                text-decoration: underline;
            }

    .info-area .phone {
        overflow: hidden;
        margin: 0 0 44px;
        display: block;
        background: url(../images/bg-phone.png) no-repeat 0 7px;
        padding: 0 0 0 61px;
        min-height: 45px;
    }

        .info-area .phone .txt {
            display: block;
            color: #053a7c;
            font-size: 28px;
            line-height: 31px;
        }

            .info-area .phone .txt a {
                color: #053a7c;
                text-decoration: none;
            }

.add-ico-lst {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

    .add-ico-lst li {
        padding: 5px 0 5px 50px;
        margin: 0 0 13px;
    }

        .add-ico-lst li.item01 {
            background: url(../images/ico01.gif) no-repeat;
        }

        .add-ico-lst li.item02 {
            background: url(../images/ico02.gif) no-repeat;
        }

        .add-ico-lst li.item03 {
            background: url(../images/ico03.gif) no-repeat;
        }

    .add-ico-lst a {
        color: #3d4d5a;
        text-decoration: none;
    }

        .add-ico-lst a:hover {
            text-decoration: underline;
        }

.quote-gallery .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quote-gallery .bx-viewport {
    padding: 0 0 20px;
}

.txt-area blockquote,
.quote-gallery blockquote {
    margin: 0;
    padding: 0 45px;
    position: relative;
    background: url(../images/bg-blockquote-top.png) no-repeat;
}

.txt-area blockquote {
    margin: 0 0 45px;
}

    .txt-area blockquote:after,
    .quote-gallery blockquote:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 35px;
        background: url(../images/bg-blockquote-bottom.png) no-repeat;
        width: 28px;
        height: 24px;
    }

    .txt-area blockquote q,
    .quote-gallery blockquote q {
        font-size: 15px;
        padding: 0 0 28px;
        font-style: italic;
        line-height: 24px;
        display: block;
    }

        .txt-area blockquote q:after,
        .txt-area blockquote q:before,
        .quote-gallery blockquote q:before,
        .quote-gallery blockquote q:after {
            content: "";
        }

.quote-gallery blockquote cite {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
}

.quote-gallery .bx-pager {
    text-align: center;
}

.quote-gallery .bx-pager-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

    .quote-gallery .bx-pager-item a {
        display: block;
        background: #fff;
        width: 8px;
        height: 8px;
        text-align: left;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        text-indent: -9999px;
        border: 2px solid #ead910;
    }

        .quote-gallery .bx-pager-item a.active,
        .quote-gallery .bx-pager-item a:hover {
            background: #ead910;
        }

.info-area .add-box-info {
    border: 12px solid #d6eeff;
    padding: 24px 30px 28px;
}

    .info-area .add-box-info .img {
        padding: 0 0 15px;
    }

    .info-area .add-box-info .txt-box p {
        margin: 0 0 30px;
        color: #3d4d5a;
        font-size: 14px;
        line-height: 20px;
    }

    .info-area .add-box-info .txt-box .btn {
        background: #053a7c;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 18px;
        padding: 17px 28px 14px;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }

        .info-area .add-box-info .txt-box .btn:hover {
            background: #004ba8;
        }

.breadcrumbs-area {
    padding: 11px 0 4px;
    overflow: hidden;
    margin: 0 0 20px;
}

    .breadcrumbs-area ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 13px;
        line-height: 16px;
        color: #053a7c;
        font-weight: bold;
    }

    .breadcrumbs-area li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 7px 9px;
        background: url(../images/ico-arrow-dark.png) no-repeat 100% 5px;
    }

        .breadcrumbs-area li:last-child {
            background: none;
        }

    .breadcrumbs-area a {
        text-decoration: none;
    }

        .breadcrumbs-area a:hover {
            text-decoration: underline;
        }

        .breadcrumbs-area a.home {
            display: block;
            background: url(../images/ico-home-dark.png) no-repeat;
            width: 15px;
            height: 13px;
            overflow: hidden;
            text-indent: -9999px;
        }

.navbar-area {
    background: #ead910;
    padding: 11px 0 4px;
    overflow: hidden;
    margin: 0 0 20px;
}

    .navbar-area ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 13px;
        line-height: 16px;
        color: #053a7c;
        font-weight: bold;
    }

    .navbar-area li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 7px 9px;
    }

        .navbar-area li:last-child {
            background: none;
        }

    .navbar-area a {
        text-decoration: none;
    }

        .navbar-area a:hover {
            text-decoration: underline;
        }

        .navbar-area a.home {
            display: block;
            background: url(../images/ico-home.png) no-repeat;
            width: 15px;
            height: 13px;
            overflow: hidden;
            text-indent: -9999px;
        }


#content {
    float: right;
    max-width: 835px;
    width: 72%;
}

.contact-area h1, .txt-area h1 {
    margin: 0 0 20px;
    font-weight: 900;
    color: #053a7c;
    font-size: 28px;
    line-height: 28px;
}

.txt-area h2 {
    margin: 0 0 5px;
    color: #0055bf;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.txt-area h3 {
    margin: 0 0 27px;
    color: #3d4d5a;
    font-size: 17px;
    font-style: italic;
    line-height: 26px;
}

.txt-area ul, .txt-area ol {
    margin: 0 0 15px;
    color: #3d4d5a;
    font-size: 15px;
    line-height: 25px;
}

.txt-area p {
    margin: 0 0 15px;
    color: #3d4d5a;
    font-size: 15px;
    line-height: 25px;
}

    .txt-area ul a, .txt-area ol a,
    .txt-area p a {
        color: #053a7c;
    }

.img-lst {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .img-lst li {
        float: right;
        width: 48%;
        max-width: 400px;
        padding: 0 0 30px;
    }

        .img-lst li:nth-child(odd) {
            float: left;
        }

#sidebar {
    padding: 0px 0 0;
    max-width: 270px;
    float: left;
    width: 24%;
}

.side-box {
    background: #e8f5fe;
    padding: 20px 17px;
    margin: 0 0 57px;
}

    .side-box h3 {
        margin: 0 -17px 26px;
        padding: 0 17px 19px;
        color: #004ba8;
        font-size: 19px;
        line-height: 22px;
        border-bottom: 1px solid #cdd6da;
    }

.side-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
}

    .side-nav a {
        display: inline-block;
        vertical-align: top;
        background: url(../images/bg-side-nav.png) no-repeat;
        padding: 0 5px 15px 30px;
        text-decoration: none;
        color: #286c9b;
    }

        .side-nav a:hover {
            background: url(../images/bg-side-nav-active.png) no-repeat;
        }

    .side-nav .active a {
        background: url(../images/bg-side-nav-active.png) no-repeat;
        font-weight: bold;
        text-decoration: none;
    }

.side-img {
    text-align: center;
}

.side-block {
    background: #e8f5fe;
    padding: 32px 20px;
}

    .side-block h3 {
        margin: 0 0 20px;
        padding: 5px;
        background-color: #f3e000;
        color: #0055bf;
        font-size: 16px;
        line-height: 22px;
    }

    .side-block p {
        margin: 0 0 32px;
        color: #3d4d5a;
        font-size: 14px;
        line-height: 20px;
    }

    .side-block .phone-txt {
        display: block;
        padding: 0 0 23px 50px;
        background: url(../images/bg-phone-add.png) no-repeat 0 6px;
    }

        .side-block .phone-txt .phne {
            display: block;
            color: #053a7c;
            font-size: 18px;
            line-height: 26px;
        }

            .side-block .phone-txt .phne a {
                color: #004ba8;
                text-decoration: none;
            }

        .side-block .phone-txt .add-txt {
            display: block;
            color: #737e86;
            font-size: 11px;
            line-height: 25px;
        }

            .side-block .phone-txt .add-txt span {
                font-size: 8px;
                position: relative;
                top: -2px;
            }

    .txt-area .btn,
    .side-block .btn {
        display: block;
        background: #053a7c;
        padding: 16px 5px;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        max-width: 250px;
    }

        .txt-area .btn:hover,
        .side-block .btn:hover {
            background: #004ba8;
        }

        .txt-area .btn span,
        .side-block .btn span {
            display: inline-block;
            vertical-align: top;
            background: url(../images/bg-arrow-next-w.png) no-repeat;
            padding: 0 0 0 27px;
        }

.faq-area {
    padding: 0 0 40px;
}

    .faq-area h2 {
        margin: 0 0 20px;
        color: #286c9b;
        font-size: 24px;
        line-height: 28px;
    }

    .faq-area h3 {
        margin: 0 0 5px;
        color: #053a7c;
        font-size: 20px;
        line-height: 20px;
    }

.faq-lst {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

    .faq-lst > li {
        overflow: hidden;
        vertical-align: top;
    }

    .faq-lst .link {
        border-bottom: 1px solid #e1e1e1;
        display: block;
        color: #3d4d5a;
        text-decoration: none;
        padding: 13px 0 16px 37px;
        font-size: 16px;
        line-height: 20px;
        background: url(../images/bg-faq-lst.png) no-repeat 0 13px;
    }

        .faq-lst .link.active {
            background: url(../images/bg-faq-lst-active.png) no-repeat 0 13px;
            color: #053a7c;
            font-weight: 600;
        }

    .faq-lst .txt-box {
        display: none;
        padding: 22px 39px;
        border-bottom: 1px solid #e1e1e1;
    }

        .faq-lst .txt-box p {
            margin: 0 0 23px;
            color: #3d4d5a;
            font-size: 14px;
            line-height: 23px;
        }
/* select */
select:focus {
    outline: none;
}

div.selector {
    width: auto !important;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    background: #fff;
    position: relative;
    font-size: 14px;
    border: 1px solid #bdc9d3;
    /*    max-width: 450px;
*/
}

.data-row div.selector,
.type-row div.selector {
    height: 35px;
    line-height: 35px;
    border: 0;
    background: #0055bf;
    font-weight: bold;
}

div.selector:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/bg-select.png) no-repeat 50% 50%;
    width: 35px;
    height: 40px;
    overflow: hidden;
    z-index: 1;
}

.data-row div.selector:after,
.type-row div.selector:after {
    background: url(../images/bg-arrow-bottom.png) no-repeat 50% 50%;
    height: 35px;
}

div.selector select {
    color: #3d4d5a;
    font: 14px/37px "CenturyGothic", Arial, Helvetica, sans-serif;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    /*filter: alpha(opacity:0);*/
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.data-row div.selector select,
.type-row div.selector select {
    height: 35px;
    line-height: 35px;
}

div.selector span {
    width: auto !important;
    line-height: 37px;
    max-width: 80%;
    height: 37px;
    color: #3d4d5a;
    position: relative;
    z-index: 9;
    cursor: pointer;
    text-indent: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-row div.selector span,
.type-row div.selector span {
    line-height: 35px;
    height: 35px;
    text-indent: 11px;
    color: #fff;
}

.map-area {
    overflow: hidden;
    padding: 0 0 0px;
}

    .map-area > div {
        height: 192px;
        position: relative;
        overflow: hidden;
    }

.map-link {
    font-size: 14px;
    line-height: 18px;
}

    .map-link a {
        color: #053a7c;
    }

    .map-link ul {
        line-height: 25px;
        list-style: none;
        padding: 0px;
    }

.text-area h2,
.contact-area h2 {
    margin: 0 0 25px;
    color: #004ba8;
    font-size: 24px;
    line-height: 28px;
}

.text-area h2 {
    margin: 0 0 20px;
}

.contact-area .contact-section h2 {
    margin: 0 0 20px;
}

.contact-txt-area {
    padding: 0 0 20px;
}

    .contact-txt-area p {
        margin: 0 0 10px;
        font-size: 15px;
        line-height: 25px;
    }


.account-section {
    padding: 0 0 70px;
    overflow: hidden;
}

    .account-section .btn-box input {
        width: 200px;
    }

    .account-section .register-buttons {
        margin-top: 10px;
    }

    .account-section .login-form-box {
        float: left;
        max-width: 570px;
        width: 49%;
    }

    .account-section .register-form-box {
        float: right;
        max-width: 500px;
        width: 43%;
    }

        .account-section .register-form-box .register-particular {
            float: left;
            width: 50%;
        }

        .account-section .register-form-box .register-company {
            float: right;
            width: 50%;
        }

.register-section {
    padding: 0 0 70px;
}

    .register-section .btn-box input {
        width: 200px;
    }

    .register-section .register-general-form-box {
        float: left;
        max-width: 570px;
        width: 49%;
    }

    .register-section .register-success-box {
        float: left;
    }


        .register-section .register-success-box .btn-box {
            margin-top: 28px;
        }

    .register-section .register-branche-form-box {
        padding-top: 25px;
        float: right;
        max-width: 500px;
        width: 43%;
    }

.password-label {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 450px;
}

    .password-label .label {
        margin-right: 1rem;
    }

    .password-label .forgot {
        flex-shrink: 0;
    }

.contact-form .error-txt {
    border: 1px solid #bb0900;
    display: block;
    background: #bb0900;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 8px 8px 9px;
    margin: 0 0 7px;
}

.contact-block {
    float: right;
    max-width: 500px;
    width: 43%;
}

.contact-form .row {
    overflow: hidden;
    padding: 4px 2px 4px 2px;
}

.register-general-form .row {
    display: flex;
}

.contact-form .row.alter {
    background-color: #eff4f6;
}

.contact-form .row label {
    display: block;
    padding: 0 0 8px;
    color: #3d4d5a;
    font-size: 14px;
    line-height: 18px;
}

.register-general-form .row .radio-label, .radio-label-p {
    padding: 0 !important;
}

.register-general-form .row .radio-input, .radio-input-p {
    padding-top: 4px !important;
}

.contact-form .row input[type="text"],
.contact-form .row input[type="password"],
.contact-form .row input[type="date"],
.contact-form .row input[type="email"],
.contact-form .row input[type="number"],
.contact-form .row select {
    color: #3d4d5a;
    width: 100%;
    padding: 7px 10px;
    height: 38px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #053a7c;
}

.login-form .row input[type="text"],
.login-form .row input[type="password"],
.login-form .row input[type="email"] {
    max-width: 450px;
}

.contact-form .row input[type="text"].date-picker {
    padding-right: 40px;
}

.contact-form .row textarea {
    display: block;
    color: #3d4d5a;
    overflow: auto;
    margin: 0;
    resize: none;
    width: 100%;
    padding: 7px 10px;
    height: 135px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #053a7c;
}

input[type=checkbox] {
    color: #3d4d5a;
    width: 15px;
    padding: 7px 10px;
    margin-left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #bdc9d3;
}

.contact-form .row .decor-field.error textarea,
.contact-form .row .decor-field.error input[type="text"],
.contact-form .row .decor-field.error input[type="number"] {
    background: #faafaf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #d90000;
}

.contact-form .row .row-col-sm {
    flex: 10%;
}

.contact-form .row .row-col-lg {
    flex: 90%;
}

.contact-form .row .row-col {
    flex: 50%;
}

.pl-10 {
    padding-left: 10px;
}

.contact-form .btn-box input {
    background: #053a7c url(../images/bg-arrow-next-w.png) no-repeat 40px 50%;
    padding: 0 42px 0 67px;
    display: inline-block;
    vertical-align: top;
    height: 51px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    margin-left: 2px;
}

.contact-form .btn-box.buttons {
    padding-top: 5rem;
    text-align: right;
}

.contact-form .btn-box input:disabled {
    background: #053a7c url(../images/bg-arrow-next-w.png) no-repeat 40px 50%;
    padding: 0 42px 0 67px;
    display: inline-block;
    vertical-align: top;
    height: 51px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    margin-left: 2px;
    opacity: 0.8;
}

.contact-form .btn-box input:hover {
    opacity: 0.8;
}

.contact-form .btn-subscribed input {
    background: green url(../images/bg-arrow-bottom.png) no-repeat 40px 50%;
    padding: 0 42px 0 67px;
    display: inline-block;
    vertical-align: top;
    height: 51px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    margin-left: 2px;
    width: 200px;
}

.contact-form .btn-subscribe input {
    background: #ead910 url(../images/bg-arrow-calendar.png) no-repeat 40px 50%;
    padding: 0 42px 0 67px;
    display: inline-block;
    vertical-align: top;
    height: 51px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    margin-left: 2px;
    width: 200px;
}

    .contact-form .btn-subscribe input:hover {
        opacity: 0.8;
    }


.contact-block-holder {
    overflow: hidden;
    padding: 0 0 47px;
}

    .contact-block-holder .box {
        float: right;
    }

        .contact-block-holder .box a {
            color: #053a7c;
        }

        .contact-block-holder .box:first-child {
            float: left;
        }

        .contact-block-holder .box h3 {
            margin: 0 0 8px;
            color: #3d4d5a;
            font-size: 14px;
            line-height: 20px;
        }

        .contact-block-holder .box ul {
            margin: 0;
            padding: 0;
            list-style: none;
            color: #3d4d5a;
            font-size: 14px;
            line-height: 23px;
        }

.type-row {
    margin: 0 0 3px;
    background: #053a7c;
    color: #fff;
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .type-row .box-filter {
        padding: 0 2.5%;
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
    }

    .type-row .box {
        float: left;
        width: 11%;
    }

        .type-row .box label, .type-row .box-filter label {
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            padding: 8px 25px 0 0;
        }

        .type-row .box h3 {
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            padding: 0;
        }

.select-block {
    overflow: hidden;
}

.calendar-data {
    padding: 0 0 80px;
}

    .calendar-data ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .calendar-data li {
        overflow: hidden;
        vertical-align: top;
        padding: 15px 0 16px;
        position: relative;
        border-bottom: 2px solid #e9e7e6;
    }

        .calendar-data li:last-child {
            border-bottom: none;
        }

    .calendar-data table {
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }

        .calendar-data table thead {
            margin: 0 0 3px;
            background: #053a7c;
            color: #fff;
            overflow: hidden;
            padding: 10px 0;
            padding-left: 1rem;
            height: 45px;
        }

            .calendar-data table thead tr th {
                font-weight: normal;
                padding-left: 1rem;
            }

        .calendar-data table tbody tr {
            padding: 15px 0 16px;
            border-bottom: 2px solid #e9e7e6;
        }

        .calendar-data table tbody td {
            padding: 15px 0 16px;
            padding-left: 1rem;
        }


    .calendar-data .holder {
        overflow: hidden;
        position: relative;
    }

    .calendar-data .date-box {
        float: left;
        width: 85px;
        border-right: 1px solid #e9e7e6;
        padding: 5px 9px 300px 0;
        text-align: center;
        margin: 0 18px -300px 0;
    }

        .calendar-data .date-box .ttl {
            display: block;
            color: #5d564c;
            font-size: 19px;
            line-height: 22px;
            font-weight: 600;
        }

            .calendar-data .date-box .ttl.single {
                margin: -10px 0 -4px;
                font-size: 42px;
                line-height: 46px;
            }

        .calendar-data .date-box .txt {
            display: block;
            color: #5d564c;
            font-size: 10px;
            line-height: 14px;
            font-weight: 600;
        }

    .calendar-data .txt-box {
        overflow: hidden;
    }

    .calendar-data .col-edit .btn {
        float: right;
        background: white url(../images/bg-arrow-calendar.png) no-repeat 15px 50%;
        color: #053a7c;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        padding: 14px 20px 11px 40px;
        text-decoration: none;
    }

    .calendar-data .txt-box-info {
        float: left;
        max-width: 595px;
        width: 55%;
        margin: 0 0 -200px;
        padding: 13px 0 200px 15px;
        border-right: 1px solid #e9e7e6;
    }

        .calendar-data .txt-box-info h2 {
            margin: 0;
            padding: 0 10px 0 0;
            font-size: 14px;
            line-height: 15px;
            text-transform: uppercase;
        }

            .calendar-data .txt-box-info h2 a {
                color: #3d4d5a;
                text-decoration: none;
            }

                .calendar-data .txt-box-info h2 a:hover {
                    text-decoration: underline;
                }

    .calendar-data .txt-box-info.txt-box-info-invoice {
        padding-top: 5px;
    }

    .calendar-data .add-info {
        float: left;
        width: 15%;
        padding: 13px 20px 200px;
        margin: 0 0 -200px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        border-right: 1px solid #e9e7e6;
    }

        .calendar-data .add-info p {
            margin: 0;
        }

    .calendar-data .last-col {
        overflow: hidden;
        padding: 0 0 200px 20px;
        margin: 0 0 -200px;
    }

        .calendar-data .last-col .price,
        .calendar-data .last-col .price-discount {
            width: 85px;
            padding: 13px 0 0 0;
            float: left;
            font-size: 14px;
            line-height: 18px;
            color: #cb5a3c;
            font-weight: bold;
        }

.price-strike {
    text-decoration: line-through;
}

.calendar-data .last-col .btn {
    float: right;
    background: #ead910 url(../images/bg-arrow-calendar.png) no-repeat 15px 50%;
    color: #053a7c;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 20px 11px 40px;
    text-decoration: none;
    margin: 9px 0px;
}

    .calendar-data .last-col .btn:hover {
        opacity: 0.8;
    }

.calendar-data .last-col .btn-subscribed {
    float: right;
    background: green url(../images/bg-arrow-bottom.png) no-repeat 15px 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 20px 11px 40px;
    text-decoration: none;
    margin: 9px 0px;
}

    .calendar-data .last-col .btn-subscribed:hover {
        opacity: 0.8;
    }

.btnmore {
    float: left;
    background: #ead910 url(../images/bg-arrow-calendar.png) no-repeat 15px 50%;
    color: #053a7c;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    padding: 14px 30px 11px 50px;
    text-decoration: none;
}

    .btnmore:hover {
        opacity: 0.8;
    }

.add-list-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .add-list-area ul li {
        overflow: hidden;
        vertical-align: top;
        padding: 0 0 10px;
    }

    .add-list-area ul .ttl {
        float: left;
        width: 200px;
        padding: 0 30px 0 0;
    }

    .add-list-area ul .txt {
        display: block;
        overflow: hidden;
    }

        .add-list-area ul .txt.strong {
            font-weight: 900;
        }

.add-form-area {
    padding: 0 0 60px;
}

    .add-form-area h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        margin: 0 0 25px;
    }

    .add-form-area .contact-form .row label {
        float: left;
        min-width: 200px;
        padding: 10px 20px 0 0;
    }

    .add-form-area .contact-form .btn-box {
        padding: 0 0 47px;
        text-align: right;
    }

    .add-form-area .contact-form .decor-field {
        overflow: hidden;
        position: relative;
    }

        .add-form-area .contact-form .decor-field .ui-datepicker-trigger {
            position: absolute;
            right: 7px;
            top: 9px;
            cursor: pointer;
            z-index: 10;
        }

.add-form-row {
    overflow: hidden;
    padding: 0 0 30px;
}

.data-inform {
    padding: 30px 0 20px;
    overflow-x: auto;
}

.check-row {
    padding: 0 0 25px;
    overflow: hidden;
}

    .check-row input {
        float: left;
        width: 16px;
        height: 16px;
        margin: 2px 4px 0 0;
        padding: 0;
    }

    .check-row label {
        display: block;
        overflow: hidden;
        line-height: 17px;
    }

.data-inform table {
    width: 100%;
    line-height: 18px;
    border-collapse: separate;
}

.data-inform th,
.data-inform td {
    padding: 9px 18px;
    text-align: left;
}

.data-inform th {
    background: #053a7c;
    color: #fff;
}
/* footer */
footer {
    background: #f3f1f0;
    padding: 50px 0 25px;
    margin-top: auto;
}

.f-area {
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #d4d1d0;
    margin: 0 0 25px;
}

.f-area-box {
    float: left;
    width: 30%;
    max-width: 300px;
}

.f-add-section {
    padding: 6px 0 0;
    float: right;
    width: 70%;
    max-width: 850px;
}

.f-box {
    float: right;
    max-width: 220px;
    width: 44%;
}

    .f-box:first-child {
        float: left;
    }

    .f-box h3 {
        margin: 0 0 17px;
        padding: 0 0 2px;
        display: inline-block;
        vertical-align: top;
        color: #0055bf;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        border-bottom: 1px solid #0055bf;
    }

.f-lst {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .f-lst .add-text {
        padding: 0 0 2px;
        display: block;
        color: #97a1a9;
        font-size: 14px;
        line-height: 15px;
    }

    .f-lst li {
        overflow: hidden;
        vertical-align: top;
        padding: 0 0 17px;
    }

    .f-lst p {
        margin: 0 0 6px;
    }

        .f-lst p a {
            color: #053a7c;
        }

.top-f-icos {
    margin: 0 0 39px;
    text-align: right;
    padding: 0 0 30px;
    list-style: none;
    border-bottom: 1px solid #d4d1d0;
}

    .top-f-icos li {
        /*max-width:24%;
	width:24%;*/
        display: inline-block;
        vertical-align: top;
        padding: 0;
        text-align: center;
        padding: 0 0 0 25px;
    }

        .top-f-icos li:first-child {
            padding-left: 0;
        }

.top-f-add-icos {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .top-f-add-icos li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 15px;
    }

.f-row {
    overflow: hidden;
}

    .f-row .f-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font-size: 13px;
        line-height: 16px;
        color: #7f7f7f;
    }

        .f-row .f-nav > li {
            display: inline-block;
            vertical-align: top;
            background: url(../images/bullet-f-lst.png) no-repeat 100% 9px;
            padding: 0 14px 0 6px;
        }

            .f-row .f-nav > li:last-child {
                background: none;
            }

            .f-row .f-nav > li:first-child {
                padding-left: 0;
                background: none;
            }

        .f-row .f-nav a {
            color: #7f7f7f;
        }

    .f-row .dev-info {
        overflow: hidden;
        font-weight: normal;
        display: block;
        text-align: right;
        font-size: 13px;
        line-height: 16px;
    }

        .f-row .dev-info a {
            color: #7f7f7f;
            text-decoration: none;
        }

            .f-row .dev-info a:hover {
                text-decoration: underline;
            }

/* Custom styles */




.txt-area hr {
    clear: both;
}


/* responsive */
@media screen and (max-width: 1170px) {
    .info-area .image {
        width: 140px;
    }

    .info-area .box .hold {
        padding-right: 150px;
    }

    .download-lst {
        margin-right: -30px;
    }

    .calendar-data .last-col .price,
    .calendar-data .last-col .price-discount {
        float: none;
        width: auto;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .calendar-data .last-col {
        padding: 0 0 200px 0;
    }

        .calendar-data .last-col .btn,
        .calendar-data .last-col .btn-subscribed {
            float: none;
            display: block;
            max-width: 155px;
            margin: 0 auto 10px;
            font-size: 13px;
        }
}

@media screen and (max-width: 1080px) {
    #nav li {
        margin: 0 27px 0 0;
    }

    .download-lst .holder {
        padding: 10px 15px;
    }
}

@media screen and (min-width: 1021px) {
    #nav {
        display: block !important;
    }
}

@media screen and (max-width: 1020px) {
    #sidebar {
        width: 30%;
    }

    #content {
        width: 66%;
    }

    header {
        position: relative;
        z-index: 9999;
    }

    .nav-area {
        overflow: visible;
        padding: 0 0 10px;
    }

        .nav-area:after {
            content: "";
            clear: both;
            display: block;
        }

        .nav-area .m-nav-link {
            display: block;
        }

    #nav {
        display: none;
        position: absolute;
        top: 100%;
        left: -8px;
        font-size: 13px;
        background: #fff;
        width: 260px;
        padding: 10px;
    }

        #nav li {
            float: none;
            margin: 0;
            border-top: 1px solid #e9e7e6;
        }

            #nav li:first-child {
                border: 0;
            }

        #nav a {
            border: 0;
            padding: 7px 15px;
        }

            #nav a:hover {
                background: #eee;
            }

    .offer-box .btn-offer {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

    .offer-box {
        text-align: right;
    }

        .offer-box .txt {
            float: none;
            display: block;
            padding: 0 0 15px;
        }

    .h-area {
        border-bottom: 1px solid #e9e9e9;
        margin: 0 0 15px;
    }

    .h-box {
        border: 0;
        padding-bottom: 0;
    }

    .info-area h2 {
        font-size: 16px;
    }

    .top-f-icos li {
        padding: 0;
    }
}

@media screen and (max-width: 850px) {
    .data-holder a .txt-box {
        float: none;
    }
}

@media screen and (max-width: 800px) {
    .account-section {
        max-width: 650px;
        margin: 0 auto;
    }

        .account-section .login-form-box {
            margin: 0 0 25px;
            float: none;
            width: none;
            max-width: none;
        }

        .account-section .register-form-box {
            float: none;
            width: auto;
            max-width: none;
        }


    .overlay-section {
        left: 0;
        max-width: 100%;
        margin-left: 0;
    }

        .overlay-section .holder {
            padding: 43px 10px 0;
        }

    .type-row .box,
    .type-row .box-filter {
        float: none;
        width: auto;
        padding: 0 20px 20px;
    }

        .type-row .box-filter .selector {
            max-width: 450px;
        }

    .type-row {
        padding-bottom: 0;
    }

    .calendar-data .add-info,
    .calendar-data .date-box {
        margin-right: 0;
        float: none;
        border-right: 0;
        border-bottom: 1px solid #e9e7e6;
        width: auto;
        margin-bottom: 15px;
        padding: 0 0 15px;
        text-align: left;
    }

    .calendar-data .last-col {
        margin: 0;
        padding: 15px 0 0 0;
        text-align: center;
    }

        .calendar-data .last-col .btn,
        .calendar-data .last-col .btn-subscribed {
            margin-bottom: 0;
        }

        .calendar-data .last-col .btn,
        .calendar-data .last-col .btn-subscribed,
        .calendar-data .last-col .price
        .calendar-data .last-col .price-discount {
            display: inline-block;
            vertical-align: top;
        }


        .calendar-data .last-col .price,
        .calendar-data .last-col .price-discount {
            display: inline-block;
            vertical-align: top;
            padding-right: 10px;
        }

        .calendar-data .last-col .price-discount {
            padding-top: 4px;
        }

    .calendar-data .add-info {
        padding-top: 13px;
    }

    .calendar-data .txt-box-info {
        width: 50%;
        min-height: 40px;
    }

    .calendar-data .txt-box-info {
        max-width: none;
        border: 0;
        float: none;
        width: auto;
        border-bottom: 1px solid #e9e7e6;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .calendar-data .date-box .txt,
    .calendar-data .date-box .ttl {
        display: inline-block;
        vertical-align: middle;
    }

    .type-row .box label,
    .type-row .box-filter label {
        width: 100px;
    }

    .info-area .box,
    .info-area .box:first-child {
        float: none;
        width: auto;
        margin: 0 auto;
    }

    .info-area .box-holder {
        padding: 0 0 25px;
    }

    .gallery-holder .bx-next, .gallery-holder .bx-prev {
        background-size: 50px;
        width: 25px;
        height: 40px;
    }

    .register-section .register-general-form-box {
        float: none;
        width: auto;
        max-width: none;
    }

    .register-section .register-branche-form-box {
        float: none;
        width: auto;
        max-width: none;
    }

    .request-general-form .request-general-box {
        float: none !important;
        width: auto !important;
        max-width: none !important;
    }

    .request-general-form .request-calendar-box {
        float: none !important;
        width: auto !important;
        max-width: none !important;
    }
}

@media screen and (max-width: 750px) {

    .lang-options li {
        text-align: center;
        display: block;
        background: url(../images/sep-lang-v.gif) no-repeat 50% 0;
        padding: 10px 0;
    }

    #sidebar,
    #content {
        float: none;
        width: auto;
        max-width: none;
    }

    #content {
        margin: 0 0 15px;
    }

        #content .txt-area img {
            float: none !important;
            padding-right: 10px;
            box-sizing: border-box;
        }

        #content a.btnmore {
            float: none;
            display: block;
        }



    .f-row .f-nav {
        float: none;
        text-align: center;
        padding: 0 0 15px;
    }

    .f-row .dev-info {
        text-align: center;
    }

    .f-row .f-nav > li {
        padding-bottom: 5px;
    }

    .f-add-section,
    .f-area-box {
        overflow: hidden;
        float: none;
        max-width: 560px;
        margin: 0 auto;
        width: auto;
    }

    .top-f-add-icos,
    .top-f-icos {
        text-align: center;
    }

        .top-f-icos li {
            padding: 0 20px;
        }

        .top-f-add-icos li {
            padding: 0 2.5% 20px;
            width: 27%;
        }
}

@media screen and (max-width: 680px) {
    .calendar-data .date-box {
        margin-bottom: 5px;
    }

    .data-holder {
        padding: 0 18px 14px;
    }

    .data-row {
        padding: 15px 18px;
    }

    .lang-lst {
        padding: 0 0 10px;
    }

    .offer-box .phone {
        padding: 0;
        display: block;
        margin: 0;
    }

    .offer-box .txt {
        text-align: right;
        padding: 0 0 10px;
    }

    .data-row .select-block {
        float: none;
    }

    .data-row h3:after {
        display: none;
    }

    .data-row h3 {
        float: none;
        margin: 0 0 9px;
    }

    .add-form-area .contact-form .row label {
        width: 180px;
    }
}

@media screen and (max-width: 540px) {

    .add-form-area .contact-form .btn-box {
        padding-left: 0;
    }

    .add-form-area .contact-form .row label {
        float: none;
        width: auto;
        padding: 0 0 8px;
    }

    .add-form-area .contact-form .btn-box {
    }

    .logo {
        float: none;
        display: block;
        margin: 0 auto 5px;
        width: 120px;
        height: 80px;
        background-size: 100%;
    }

    .h-box {
        float: none;
        text-align: center;
    }

    .lang-lst {
        text-align: center;
        margin: 0;
    }

    .h-box .lang-lst {
        display: block;
        vertical-align: top;
        float: none;
    }

    .h-box .link-lst {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

        .h-box .link-lst li:last-child {
            padding-right: 0;
        }


    .info-area .box .hold {
        padding: 0;
    }

    .info-area .image {
        display: none;
    }

    .info-area h2 {
        display: block;
    }

    .f-box {
        width: 47%;
    }

    .text-area h2, .contact-area h2,
    .faq-area h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .add-list-area ul .ttl {
        width: 160px;
    }
}

@media screen and (max-width: 420px) {
    .contact-block-holder .box,
    .contact-block-holder .box:first-child {
        float: none;
        width: auto;
        max-width: none;
    }

        .contact-block-holder .box:first-child {
            padding: 0 0 15px;
        }

    .post-desc .img-container {
        float: none;
        width: 100%;
    }

    #content .txt-area img {
        width: 100%;
    }
}

.logonv {
    visibility: hidden;
    display: none;
}

.page-header {
    /*padding-bottom: 9px;*/
    margin: 0;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: block;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd
        }

/* popup-box */
.overlay-area {
    background: #606263;
    opacity: 0.75;
    filter: alpha(opacity=75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 59000;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.popup-box {
    position: absolute;
    text-align: center;
    top: 100px;
    left: 25%;
    right: 25%;
    margin: 0 auto;
    z-index: 59001;
    background: #fff;
    max-width: 800px;
    padding: 10px 14px 14px;
    border: none;
    width: 100%;
    height: auto;
}

.popup-box-container {
    /*    overflow: hidden;
*/ padding: 6px 14px 0 0;
}

.popup-box-header {
    text-align: left;
    margin-bottom: 10px;
}

.popup-box-content {
    text-align: left;
}

.popup-box-footer {
    text-align: right;
}

.popup-box .holder {
    position: relative;
}

    .popup-box .holder:after {
        content: "";
        clear: both;
        display: block;
    }



.popup-box .txt-box {
    overflow: hidden;
}

    .popup-box .txt-box h2 {
        color: #000;
        font: 40px/58px "Trebuchet Ms", Arial, Helvetica, sans-serif;
        margin: 0 0 15px;
    }

    .popup-box .txt-box p {
        color: #000;
        font: 13px/22px "Trebuchet Ms", Arial, Helvetica, sans-serif;
        margin: 0 0 15px;
    }

.popup-box .btn-close {
    position: absolute;
    right: -26px;
    top: -20px;
    background: url(../images/bt-btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    clear: both;
}

    .popup-box .btn-close:hover {
        cursor: pointer;
    }

.responsive {
    width: 100%;
    height: auto;
}


@media screen and (max-width: 1200px) {
    .popup-box {
        position: absolute;
        text-align: center;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 59001;
        background: #fff;
        max-width: 800px;
        padding: 10px 14px 14px;
        border: none;
        width: 100%;
        height: auto;
    }
}

.error-container {
    margin: 5px 0px 5px 0px;
    padding-left: 4px;
    color: red;
}

.success-container {
    margin: 5px 0px 5px 0px;
    padding-left: 4px;
    color: green;
}

.succes-label {
    color: green;
}

/* General */
.main-section {
    padding: 0 0 70px;
    overflow: hidden;
}

    .main-section h2 {
        margin: 0 0 20px;
        color: #004ba8;
        font-size: 24px;
        line-height: 28px;
    }

/* change-password */

.changepassword-section h2 {
    margin: 0 0 20px;
    color: #004ba8;
    font-size: 24px;
    line-height: 28px;
}

.changepassword-section .changepassword-form-box {
    float: left;
    max-width: 570px;
    width: 49%;
}

.changepassword-form .row {
    overflow: hidden;
    padding: 4px 2px 4px 2px;
}

.changepassword-form .row-label {
    display: block;
    padding: 0 0 8px;
    color: #3d4d5a;
    font-size: 14px;
    line-height: 18px;
}

.changepassword-form .row input[type="text"], .changepassword-form .row input[type="password"] {
    color: #3d4d5a;
    width: 100%;
    padding: 7px 10px;
    height: 38px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #053a7c;
    max-width: 450px;
}

.changepassword-form .btn-box input {
    background: #053a7c url(../images/bg-arrow-next-w.png) no-repeat 40px 50%;
    padding: 0 42px 0 67px;
    display: inline-block;
    vertical-align: top;
    height: 51px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    margin-left: 2px;
}

    .changepassword-form .btn-box input:hover {
        opacity: 0.8;
    }

/* Profile */
.profile-form-box {
    float: left;
    max-width: 570px;
    width: 49%;
}

.profile-form .row {
    overflow: hidden;
    padding: 4px 2px 4px 2px;
}

    .profile-form .row label {
        display: block;
        padding: 0 0 8px;
        color: #3d4d5a;
        font-size: 14px;
        line-height: 18px;
    }

    .profile-form .row input[type="text"],
    .profile-form .row input[type="email"] {
        color: #3d4d5a;
        width: 100%;
        padding: 7px 10px;
        height: 38px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #053a7c;
        max-width: 450px;
    }

.profile-actions-box {
    float: right;
    max-width: 500px;
    width: 43%;
}

    .profile-actions-box .btn-changepassword {
        float: left;
        position: relative;
        text-transform: uppercase;
        background: #ead910;
        color: #053a7c;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
        line-height: 18px;
        padding: 17px 25px 17px 36px;
    }

        .profile-actions-box .btn-changepassword:after {
            content: "";
            position: absolute;
            top: 22px;
            left: 22px;
            background: url(../images/bg-offer-box-arrow.png) no-repeat;
            width: 10px;
            height: 8px;
        }

.register-general-form label, .participant-form label {
    float: left;
    clear: none;
    display: block;
}

    .register-general-form label, .participant-form label.no-label {
        float: unset;
        clear: unset;
        display: unset;
    }


.register-general-form input[type=radio], .register-general-form input.radio, .participant-form input.radio, .participant-form input[type=radio] {
    float: left;
    clear: none;
    margin-left: 0;
}

.hiddenMobileMenu {
    display: none !important;
}

.visibleMobileMenu {
    display: block !important;
}

.btn-result {
    background: green url(../images/bg-arrow-calendar.png) no-repeat 40px 50%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 20px 11px 40px;
    text-decoration: none;
    margin: 9px 0px;
    max-width: 143px;
    display: block;
    text-align: center;
}

.noborder {
    border: 0 !important;
}

.btn-addparticpant:hover {
    cursor: pointer;
}

.welcomelink:hover {
    cursor: pointer;
}

.participantdetail:hover {
    cursor: pointer;
}

.overflow-initial {
    overflow: initial !important;
}

.scroll {
    --bb-scroll-default-width: 5px;
    --bb-scroll-default-hover-width: 5px;
    height: 100%;
    overflow: auto;
}

.multi-select {
    width: 100%;
    position: relative;
    height: 38px;
    cursor: pointer;
    transition: border .15s ease-in-out;
}

    .multi-select .dropdown-toggle {
        border: solid 1px #ddd;
        cursor: pointer;
        min-height: 35px;
        max-height: 70px;
        overflow: auto;
        border: 1px solid #053a7c;
        background: #fff;
    }

        .multi-select .dropdown-toggle.disabled {
            background-color: #eee;
        }

        .multi-select .dropdown-toggle .clear {
            padding: 7px 0.25rem;
            display: none;
            color: #adb5bd;
        }

            .multi-select .dropdown-toggle .clear:hover {
                background-color: #ddd;
                border-radius: var(--bs-border-radius);
            }

        .multi-select .dropdown-toggle .dropdown {
            padding: 7px 0.25rem;
            display: block;
        }

        .multi-select .dropdown-toggle.selected .clear {
            display: block;
        }

        .multi-select .dropdown-toggle.selected .dropdown,
        .multi-select .dropdown-toggle.disabled .clear {
            display: none;
        }

        .multi-select .dropdown-toggle .append {
            position: absolute;
            height: 100%;
            width: 30px;
            right: 0;
            top: 0;
            color: #c0c4cc;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .multi-select .dropdown-toggle .append .dropdown {
                transition: all 0.3s;
                transform: rotate(180deg);
            }

    .multi-select.show .dropdown-toggle .append .dropdown {
        transform: rotate(0);
    }

    .multi-select .dropdown-menu {
        max-height: 300px;
        overflow: auto;
        overflow-x: hidden;
    }

    .multi-select .multi-select-items {
        display: flex;
        flex-wrap: wrap;
        padding-top: 3px;
        padding-left: 3px;
        position: relative;
    }

        .multi-select .multi-select-items span {
            border: solid 1px #ddd;
            border-radius: var(--bs-border-radius);
            padding: 2px 6px;
            background-color: #e9ecef;
            margin-bottom: 3px;
        }

        .multi-select .multi-select-items .multi-select-item {
            display: inline-block;
            max-width: 130px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-right: 3px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .multi-select .multi-select-items .multi-select-item-group {
            display: inline-flex;
            position: relative;
        }

            .multi-select .multi-select-items .multi-select-item-group .multi-select-item {
                padding-left: 9px;
            }

        .multi-select .multi-select-items .multi-select-close {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            margin-right: -3px;
            z-index: 2;
            transition: color 0.3s linear, background-color 0.3s linear;
        }

    .multi-select :not(.disabled) .multi-select-items .multi-select-close:hover {
        color: #333;
        background-color: #ddd;
    }

    .multi-select .multi-select-item {
        display: flex;
        align-items: center;
    }

    .multi-select .dropdown-menu {
        margin-top: 10px;
        padding: 0.25rem 0;
        width: 100%;
    }

        .multi-select .dropdown-menu .toolbar {
            padding: 6px 10px;
            white-space: nowrap;
        }

            .multi-select .dropdown-menu .toolbar .btn {
                line-height: 12px;
                padding: 7px 15px;
                border: 1px solid #dee2e6;
                transition: border-color 0.3s linear, color 0.3s linear;
            }

                .multi-select .dropdown-menu .toolbar .btn:hover {
                    border-color: #409eff;
                    color: #409eff;
                }

                .multi-select .dropdown-menu .toolbar .btn:not(:last-child) {
                    margin-right: 1rem;
                }

        .multi-select .dropdown-menu .search {
            padding: 7px 10px;
            position: relative;
        }

            .multi-select .dropdown-menu .search .icon {
                position: absolute;
                right: 18px;
                top: 18px;
            }

    .multi-select .dropdown-item.active {
        background-color: #dee2e6;
        color: inherit;
    }

    .multi-select .dropdown-item:hover {
        background-color: #6fd6e6;
    }

    .multi-select .dropdown-item > span {
        padding: 0.375rem 0.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .multi-select .dropdown-item .checkbox-label {
        display: none;
    }

    .multi-select.show .dropdown-menu,
    .multi-select.show .dropdown-menu-arrow {
        display: block;
    }

    .multi-select .dropdown-menu.show {
        inset: 0px auto auto 0px !important;
        transform: translate(0px, 50px) !important;
    }

    .multi-select .multi-select-ph {
        padding: 0 1rem;
        color: #c0c4cc;
        line-height: 35px;
        position: absolute;
    }

    .multi-select .dropdown-item .form-label {
        display: none;
    }

    .multi-select .dropdown-item .form-check {
        width: auto;
    }

    .multi-select .dropdown-item:hover {
        background-color: #f1faff;
    }

.form-select-append {
    position: absolute;
    height: 100%;
    width: 30px;
    right: 0;
    top: 0;
    color: #c0c4cc;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu {
    border-radius: var(--bs-border-radius);
}

[data-bs-toggle="lgbSelect"] .dropdown-menu {
    margin-top: 8px !important;
    font-size: inherit;
    cursor: pointer;
}

    [data-bs-toggle="lgbSelect"] .dropdown-menu .dropdown-item.disabled {
        color: #c0c4cc;
        cursor: not-allowed;
    }

        [data-bs-toggle="lgbSelect"] .dropdown-menu .dropdown-item.disabled:active {
            background-color: #f8f9fa;
        }

.select .dropdown-menu {
    max-height: 274px;
    overflow-x: hidden;
    width: 100%;
}

.dropdown-menu-arrow {
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 20px;
    margin-top: 4px;
    z-index: 1001;
    display: none;
}

    .dropdown-menu-arrow:after {
        content: " ";
        width: 0;
        height: 0;
        border-width: 0 6px 6px;
        border-style: solid;
        border-color: transparent transparent #fff;
        position: absolute;
        top: 1px;
        left: -6px;
    }

.dropdown-menu[data-popper-placement="bottom-start"].show + .dropdown-menu-arrow,
.dropdown-menu[data-bs-popper="none"].show + .dropdown-menu-arrow {
    display: block;
}

.dropdown-menu[data-bs-popper="none"].show + .dropdown-menu-arrow {
    margin-top: 2px;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:focus,
        .dropdown-menu-dark .dropdown-item:hover {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.15);
        }

        .dropdown-menu-dark .dropdown-item.active,
        .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #0d6efd;
        }

        .dropdown-menu-dark .dropdown-item.disabled,
        .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0, 0, 0, 0.15);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

.mt-3 {
    margin-top: 1rem;
}

.btn-request-status {
    display: flex;
    justify-content: center;
    align-items: center;
    background: green !important;
    padding-left: 20px !important;
    min-width: 130px;
}

.btn-requested {
    background-color: #ead910 !important;
}

.btn-cancelled {
    background-color: red !important;
}

.border-right-none {
    border-right: none !important;
}

.request-picker .calendar-table td {
    padding: 10px;
    border: none !important;
    border-radius: unset !important;
}

    .request-picker .calendar-table td.active {
        background-color: #ead910 !important;
        outline-color: #004ba8 !important;
        opacity: 0.8 !important;
        color: black !important;
    }

    .request-picker .calendar-table td.disabled {
        background-color: #ddd;
        text-decoration: none !important;
    }

    .request-picker .calendar-table td.available {
        background-color: #27AE60;
        text-decoration: none !important;
    }

    .request-picker .calendar-table td.off {
        background-color: #fff !important;
    }

.request-picker .daterangepicker {
    border: 1px solid #053a7c !important;
    border-bottom: none !important;
    border-end-start-radius: unset !important;
    border-end-end-radius: unset !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    width: 381px !important;
}

    .request-picker .daterangepicker .drp-calendar {
        min-height: 291px;
        max-width: unset !important;
    }

.request-picker select.yearselect {
    height: 38px !important;
}

.request-picker select.monthselect {
    height: 38px !important;
}

.request-picker .calendar-extra-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: -4px;
    border: 1px solid #053a7c !important;
    border-top: none !important;
    /*    border-radius: 4px;
*/ border-start-start-radius: unset !important;
    border-start-end-radius: unset !important;
    width: 381px;
}

.d-none {
    display: none !important;
}

.content {
    margin-bottom: 5rem;
}

.request-general-form {
    margin-top: 25px;
}

    .request-general-form .request-general-box {
        float: left;
        max-width: 570px;
        width: 49%;
    }

    .request-general-form .request-calendar-box {
        float: right;
        max-width: 500px;
        width: 43%;
    }

.request-picker td:has(> div.out-of-range) {
    background-color: #fff !important;
}

.filter-dates .daterangepicker {
    color: rgb(61, 77, 90) !important;
}

    .filter-dates .daterangepicker select {
        color: rgb(0, 0, 0) !important;
    }

    .filter-dates .daterangepicker .cancelBtn {
        background: none;
        border: none;
        min-height: 25px;
    }

        .filter-dates .daterangepicker .cancelBtn:hover {
            cursor: pointer;
        }

    .filter-dates .daterangepicker .applyBtn {
        background: #0055bf;
        color: #fff;
        border: none;
        min-height: 25px;
    }

        .filter-dates .daterangepicker .applyBtn:hover {
            cursor: pointer;
        }

    .filter-dates .daterangepicker .active {
        background-color: #0055bf;
        color: #fff;
    }

.filter-dates input {
    height: 100%;
    background: #0055bf;
    text-indent: 11px;
    color: #fff;
    line-height: 35px;
    border: none;
    font-weight: 700;
}

    .filter-dates input:hover {
        cursor: pointer;
    }

.overflow-unset {
    overflow: unset !important;
}

.filter-dates .filter-dates-picker:hover {
    cursor: pointer;
}

.filter-dates .filter-dates-picker {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

    .filter-dates .filter-dates-picker:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        background: url(../images/bg-arrow-bottom.png) no-repeat 50% 50%;
        height: 35px;
        overflow: hidden;
        z-index: 1
    }

.po-extra-info, .facturation-extra-info, .paymentterm-extra-info {
    font-size: 12px;
}

.total-row {
    margin-top: 2rem;
    background-color: #fff !important;
    font-weight: bold;
    font-size: 17px !important;
}

    .total-row label {
        width: 400px !important;
        font-size: 17px !important;
    }

.filter-dates .filter-dates-picker:hover {
    cursor: pointer;
}

.total-area span {
    float: right;
    padding: 10px 20px 0 0;
}

.company-participant-edit .row:nth-child(even) {
    background-color: #eff4f6;
}

.navbar-ul {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .navbar-ul {
        flex-direction: row;
    }

        .navbar-ul li:last-child {
            margin-left: auto;
        }
}

.image-selector {
    display: flex;
    justify-content: left;
    align-items: center;
}

    .image-selector .image-option.selected img {
        filter: grayscale(0);
    }

    .image-selector .image-option:hover {
        cursor: pointer;
    }

    .image-selector .image-option:not(:last-child) {
        margin-right: 5px;
    }

    .image-selector .image-option img {
        filter: grayscale(1);
    }

        .image-selector .image-option img:hover {
            filter: grayscale(0);
        }

.mb-3 {
    margin-bottom: 1rem;
}

.btn-download-invoice {
    padding-left: 20px !important;
    background: none !important;
    background-color: green !important;
}

    .btn-download-invoice:hover {
        cursor: pointer;
    }

.w-100 {
    width: 100%;
}

.company-participant-subsidy {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 540px) {
    .company-participant-subsidy {
        flex-direction: column;
    }
}