/* This CSS is developed by Daisy Nguyen Framework version 2.0.0. */
.gform_wrapper {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 1048px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gform_wrapper .gform_body .gfield {
    width: 49%;
    float: left;
    clear: none;
    margin: 0 2% 30px 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gform_body .gfield:before {
    display: none;
}

.gform_wrapper .gform_body .gfield.full {
    clear: both;
    float: none;
    width: 100%;
}

.gform_wrapper .gform_body .gfield.full .ginput_container {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gfield.right {
    float: right;
    margin: 0 !important;
}

.gform_wrapper .gform_body .gfield.right .ginput_container {
    margin: 0 0 0 0 !important;
}

.gform_wrapper .gform_body .gfield label.gfield_label {
    font-weight: bold;
    margin-bottom: 12px;
}

.gform_wrapper .gform_body .gfield .ginput_container, .gform_wrapper .gform_body .gfield .gfield_captcha_input_container {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gfield .ginput_container.ginput_container_name label, .gform_wrapper .gform_body .gfield .gfield_captcha_input_container.ginput_container_name label {
    display: none;
}

.gform_wrapper .gform_body .gfield .ginput_container input[type='text'], .gform_wrapper .gform_body .gfield .ginput_container select, .gform_wrapper .gform_body .gfield .gfield_captcha_input_container input[type='text'], .gform_wrapper .gform_body .gfield .gfield_captcha_input_container select {
    width: 100%;
    padding: 10px 6px !important;
    color: #19171b;
    background-color: #f7f7f3;
    border: 1px solid #f7f7f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gform_wrapper .gform_body .gfield .ginput_container input[type='text']:focus, .gform_wrapper .gform_body .gfield .ginput_container select:focus, .gform_wrapper .gform_body .gfield .gfield_captcha_input_container input[type='text']:focus, .gform_wrapper .gform_body .gfield .gfield_captcha_input_container select:focus {
    border-color: #dadada;
}

.gform_wrapper .gform_body .gfield .ginput_container textarea, .gform_wrapper .gform_body .gfield .gfield_captcha_input_container textarea {
    height: 150px;
    color: #ffb608;
    background-color: #f7f7f3;
    border: 1px solid #f7f7f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gform_wrapper .gform_body .gfield .ginput_container textarea:focus, .gform_wrapper .gform_body .gfield .gfield_captcha_input_container textarea:focus {
    border-color: #dadada;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio {
    width: 100%;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio::after {
    clear: both;
    content: "";
    display: table;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li {
    width: 33.33% !important;
    float: left;
    margin: 0 !important;
    display: block;
    position: relative;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li input[type='radio'] {
    display: none;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li label {
    font-size: 24px;
    text-align: center;
    display: block;
    padding: 130px 0 45px !important;
    margin: 0 !important;
    background: #f7f7f3 url("../images/icon-contact-option-1.png") no-repeat center 40px;
    position: relative;
    border: 2px solid transparent;
    max-width: 100% !important;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li label:before {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #dadada;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:after {
    content: '';
    display: block;
    width: 2px;
    background-color: #dadada;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 60px;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(3n+1) {
    clear: both;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(2) label {
    background-image: url("../images/icon-contact-option-2.png");
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(3) label {
    background-image: url("../images/icon-contact-option-3.png");
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(3):after {
    display: none;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(4) label {
    background-image: url("../images/icon-contact-option-4.png");
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(4) label:before {
    display: none;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(5) label {
    background-image: url("../images/icon-contact-option-5.png");
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(5) label:before {
    display: none;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(6) label {
    background-image: url("../images/icon-contact-option-6.png");
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(6) label:before {
    display: none;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:nth-child(6):after {
    display: none;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:hover label {
    background-color: #fff;
    border-color: #dadada;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li:hover label:before {
    display: none;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li input:checked + label {
    background-color: #fff;
    border-color: #dadada;
}

.gform_wrapper .gform_body .gfield.list-contact-options .gfield_radio li input:checked + label:before {
    display: none;
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.gform_wrapper .gform_footer input[type='submit'] {
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 48px;
    color: #fff;
    margin-left: auto;
    margin-right: auto !important;
    padding: 0px 70px 0px 27px;
    position: relative;
    background-color: #ffb608;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../img/btn-icon-send.png");
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gform_wrapper .gform_footer input[type='submit']:hover {
    background-color: #17181b;
}

.gform_wrapper .gfield_required,
.gform_wrapper div.validation_error {
    color: #f00 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    display: none !important;
}

.gform_wrapper .gfield_required {
    display: inline-block !important;
}

.gform_wrapper .custom-error-message .gfield_description.validation_message {
    display: block !important;
}

.gform_wrapper .gform_body .custom-error input,
.gform_wrapper .gform_body .custom-error select,
.gform_wrapper .gform_body .custom-error textarea {
    border: 1px solid #f00 !important;
}

.gform_wrapper .gform_body .custom-error .validation_message {
    color: #f00 !important;
    margin-top: 0px !important;
    padding: 5px 0px !important;
    display: none !important;
}

.gform_wrapper .gform_ajax_spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu-search-form {
    float: right;
}

.menu-search-form::after {
    clear: both;
    content: "";
    display: table;
}

.menu-search-form__button {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000;
    background-color: transparent;
    border: 0 none;
}

.menu-search-form__button .fa {
    font-size: 20px;
    line-height: 36px;
}

.menu-search-form .menu-search-form__input {
    border: none;
    display: block;
    color: inherit;
    line-height: 24px;
    width: 180px;
    padding: 6px 12px;
    float: left;
}

.nav--primary li.menu-search-button:hover > a::after, .nav--primary li.menu-search-button.current-menu-item > a::after {
    display: none;
}

.menu-form {
    position: absolute;
    right: 0;
    width: 270px;
    display: none;
}

/*------------------------------------*\
    #NAV
\*------------------------------------*/
.nav ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.nav li {
    list-style: none;
    display: block;
    margin: 0 10px;
    position: relative;
}

.nav li a {
    color: #fff;
}

.nav li a:hover {
    color: #fff;
}

.nav li:hover > a, .nav li.current-menu-item > a {
    color: #fff;
}

.nav--primary {
    text-align: left;
}

.nav--primary li {
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
}

.nav--primary li.wpml-ls-item img {
    height: auto;
    width: 30px;
}

.nav--primary li > a {
    padding: 4px 10px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    position: relative;
    font-weight: bold;
}

.nav--primary li > a:after {
    content: '';
    height: 2px;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffb608;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.nav--primary li > a:hover {
    color: #fff;
    background-color: transparent;
}

.nav--primary li > a:hover:after {
    width: 100%;
}

.nav--primary li:hover > a, .nav--primary li.current-menu-item > a {
    color: #fff;
    background-color: transparent;
}

.nav--primary li:hover > a:after, .nav--primary li.current-menu-item > a:after {
    width: 100%;
}

.nav--primary li.current-menu-item > a {
    font-weight: bold;
}

.nav--primary li .sub-menu {
    padding-top: 0;
    width: 260px;
    display: none;
    position: absolute;
    left: 0;
    text-align: left;
    background-color: black;
    top: 40px;
}

.nav--primary li .sub-menu li {
    font-size: 16px;
    display: block;
    width: 100%;
    padding-left: 10px;
    background: url("../img/arrow-orange.png") no-repeat 0 13px;
}

.btn-nav {
    width: 86px;
    height: 86px;
    background: url(../images/btn-menu4.png) no-repeat center;
    text-align: center;
    display: none;
    float: right;
}

.main-menu {
    color: #fff;
    z-index: 1000;
    padding-top: 8px;
}

.main-menu__wrapper {
    margin: 0 15px;
}

.main-menu__logo {
    float: left;
}

.main-menu__close {
    float: right;
}

.main-menu__label {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #232427;
}

.main-menu .menu-wrapper {
    position: relative;
}

.admin-bar .main-menu {
    top: 32px;
}

.wpml-ls-menu-item img {
    visibility: hidden;
}

.wpml-ls-menu-item.wpml-ls-item-en > a {
    background: url("../img/flags/en.jpg") no-repeat center;
}

.wpml-ls-menu-item.wpml-ls-item-nl > a {
    background: url("../img/flags/nl.jpg") no-repeat center;
}

.wpml-ls-menu-item.wpml-ls-item-de > a {
    background: url("../img/flags/gm.png") no-repeat center;
}

@media (max-width: 74.99em) {
    .nav--primary li, .nav--secondary li {
        font-size: 16px;
        margin: 0 5px;
    }

    .nav--primary li .sub-menu, .nav--secondary li .sub-menu {
        width: 220px;
    }

    .nav--primary li .sub-menu li, .nav--secondary li .sub-menu li {
        font-size: 15px;
        background-position: 0 10px;
    }
}

@media (max-width: 61.99em) {
    .nav--primary li, .nav--secondary li {
        font-size: 14px;
    }

    .nav--primary li > a, .nav--secondary li > a {
        padding: 0;
    }

    .nav--primary li .sub-menu li, .nav--secondary li .sub-menu li {
        font-size: 14px;
    }
}

@media (min-width: 48em) {
    .nav--primary {
        display: block !important;
    }

    .nav--mobile {
        display: none !important;
    }
}

@media (max-width: 47.99em) {
    .main-menu {
        padding-top: 0;
    }

    .nav--primary, .nav--secondary {
        display: none;
        background-color: black;
        padding: 15px;
    }

    .nav--primary li, .nav--secondary li {
        display: block;
        text-align: left;
    }

    .nav--primary li > a, .nav--secondary li > a {
        padding: 4px 0;
    }

    .nav--primary li .sub-menu, .nav--secondary li .sub-menu {
        display: block !important;
        position: static;
        width: 100%;
        background-color: transparent;
    }

    .nav--primary li .sub-menu li, .nav--secondary li .sub-menu li {
        padding-left: 30px;
    }

    .btn-nav {
        display: block;
        height: 70px;
    }
}

.site-wrapper {
    overflow: hidden;
}

.header {
    width: 100%;
    z-index: 99;
    padding: 0;
    position: relative;
    /*
      body.scrolled & {
        @include e(main){
          @include animation-name(moveDown);
          @include animation-duration(1s);
          @include animation-fill-mode(both);
          @include position(fixed, 0 0 null 0);
          background-color: color(header_bg);
        }

      }
      body.admin-bar.scrolled & {
        @include e(main){
          top: 32px;
        }
      }*/
}

.header__main {
    background-color: rgba(0, 0, 0, 0.6);
}

.header__scrolled {
    background-color: rgba(0, 0, 0, 0.6);
}

.header__wrapper {
    margin: 0 15px;
}

.header__inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header__inner--main {
    padding: 25px 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.header__logo .logo {
    width: 100%;
    height: auto;
    /*
    position: absolute;
    left: 50%;
    top: 0;
    width: 250px;
    margin-left: -125px;
    text-align: center;
    */
}

.header__logo img {
    font-size: 0;
    line-height: 0;
}

body.admin-bar .header__main {
    top: 32px;
}

@media (max-width: 61.99em) {
    /*.header {
      body.admin-bar.scrolled & {
        @include e(scrolled) {
          top: 46px;
        }
      }
    }*/
}

@media (max-width: 47.99em) {
    .header__logo {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header__inner {
        padding: 0;
        max-width: 480px;
    }
}

.breadcrumbs {
    padding: 10px 0 0;
}

.breadcrumbs__wrapper {
    margin: 0 15px;
}

.breadcrumbs__inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-title {
    padding: 20px 0;
}

.single-post .page-title {
    padding-top: 50px;
}

.page-title__wrapper {
    margin: 0 15px;
}

.page-title__inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-title__post-info {
    margin-top: 12px;
}

.page-title h1.main-title {
    font-size: 40px;
    line-height: 50px;
    color: #ffb608;
}

.middle {
    min-height: 650px;
}

.extra-content {
    padding: 60px 0;
    background-color: #ffb608;
    color: #fff;
}

.extra-content--top {
    background-color: #f56600;
}

.extra-content__wrapper {
    margin: 0 15px;
}

.extra-content__inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 74.99em) {
    .breadcrumbs {
        padding: 20px 0 0;
    }

    .breadcrumbs__inner {
        max-width: 1200px;
    }

    .page-title h1.main-title {
        font-size: 44px;
        line-height: 44px;
    }

    .extra-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 61.99em) {
    .page-title h1.main-title {
        font-size: 38px;
        line-height: 38px;
    }

    .extra-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 47.99em) {
    .breadcrumbs {
        padding: 15px 0 0;
    }

    .breadcrumbs__inner {
        max-width: 480px;
    }

    .page-title__inner {
        max-width: 480px;
    }

    .page-title h1.main-title {
        font-size: 30px;
        line-height: 32px;
    }

    .middle {
        min-height: 0;
    }

    .extra-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .extra-content__inner {
        max-width: 480px;
    }
}

.footer {
    clear: both;
    color: #fff;
    background-color: #17181b;
    margin-top: 110px;
    padding: 100px 0 60px;
    position: relative;
}

.footer a {
    color: #fff;
}

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

.footer a.button {
    font-family: 'Open Sans', sans-serif, 'Helvetica Neue', Helvetica, Arial;
    text-transform: uppercase;
    color: #fff;
    background-color: #17181b;
}

.footer a.button:hover, .footer a.button:focus {
    color: #fff;
    background-color: #ffb608;
}

.footer__section {
    padding: 30px 0;
}

.footer__section--copyright {
    padding-top: 0;
}

.footer__section--copyright .footer__inner {
    padding-top: 30px;
    border-top: 1px solid #424449;
}

.footer__section--contact {
    padding: 0;
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
}

.footer__wrapper {
    margin: 0 15px;
}

.footer__inner {
    position: relative;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer__info-item {
    float: left;
    margin-left: 55px;
    line-height: 40px;
}

.footer__info-item:first-child {
    margin-left: 0;
}

.footer__info-item .fa {
    font-size: 24px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
    position: relative;
    color: #19171b;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
}

.footer__info-item .fa.fa-mobile {
    font-size: 28px;
}

.footer__info-item .fa.fa-clock-o {
    font-size: 24px;
}

.footer__info-item .fa:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer__copyright {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-top: 11px;
    color: #424449;
}

.footer__copyright p {
    margin-bottom: 0;
}

.footer__copyright a {
    color: #424449;
    text-decoration: none;
}

.footer__copyright a:hover {
    color: #ffb608;
}

body.page-id-10 .footer {
    margin-top: 0;
}

.footer-contact {
    font-weight: bold;
    padding: 55px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    background-color: #ffb608;
}

.footer-contact .btn:hover, .footer-contact .btn:focus {
    background-color: #17181b;
}

.footer-contact__text {
    font-size: 24px;
    line-height: 52px;
    margin-right: 40px;
}

.footer-contact__buttons {
    font-weight: bold;
}

.scrollup {
    outline: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    opacity: 0.6;
    position: fixed;
    bottom: 10px;
    right: 5px;
    line-height: 40px;
    text-align: center;
    display: none;
    border: 1px solid #ffb608;
    background: #ffb608;
    z-index: 50;
}

.scrollup:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    display: block;
    text-indent: 0px;
    color: #fff;
    content: '\f106';
}

@media (max-width: 61.99em) {
    .footer__section {
        padding: 20px 0;
    }

    .footer__section--contact {
        top: -140px;
    }

    .footer__copyright {
        font-size: 13px;
        line-height: 18px;
    }

    .footer__info-logo {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 47.99em) {
    .footer-contact {
        padding: 35px 20px;
    }

    .footer-contact__text {
        line-height: 34px;
    }

    .footer__inner {
        max-width: 480px;
    }

    .footer__copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer__copyright {
        font-size: 12px;
    }

    .footer__info-item {
        float: none;
        text-align: left;
        width: 250px;
        margin: 10px auto !important;
    }

    .footer__socials .socials {
        text-align: center;
    }
}

.main-banner {
    position: relative;
    z-index: 9;
}

.main-banner__inner {
    position: relative;
}

.main-banner__image {
    height: 420px;
    position: relative;
    overflow: hidden;
}

.main-banner__image:after {
    display: none;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.main-banner__image-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-banner__caption {
    z-index: 9;
    position: absolute;
    top: 58%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner__caption-wrapper {
    margin: 0 15px;
}

.main-banner__caption-inner {
    text-align: center;
    max-width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-banner__caption-text {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    padding: 12px;
}

.main-banner__caption-text h2, .main-banner__caption-text h1 {
    font-size: 40px;
    font-weight: 800;
}

.main-banner__caption-text h2 a, .main-banner__caption-text h1 a {
    color: inherit;
}

.main-banner__arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../img/icon-arrow-down.png") no-repeat 0 0;
    margin-left: -25px;
    cursor: pointer;
    position: absolute;
    bottom: -25px;
    left: 50%;
}

.main-banner--image_sides {
    background-color: black;
}

.main-banner--image_sides .main-banner__content {
    position: relative;
    width: 100%;
    height: 100vh;
}

.main-banner--image_sides .main-banner__image {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
}

.main-banner--image_sides .main-banner__image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.main-banner--image_sides .main-banner__image-left {
    left: 0;
    width: 55%;
    -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    -webkit-transition: width ease 0.15s;
    -moz-transition: width ease 0.15s;
    -ms-transition: width ease 0.15s;
    -o-transition: width ease 0.15s;
    transition: width ease 0.15s;
}

.main-banner--image_sides .main-banner__image-right {
    right: 0;
    width: 55%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    -ms-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    -webkit-transition: width ease 0.15s;
    -moz-transition: width ease 0.15s;
    -ms-transition: width ease 0.15s;
    -o-transition: width ease 0.15s;
    transition: width ease 0.15s;
}

.main-banner--image_sides .main-banner__content-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    color: white;
}

.main-banner--image_sides .main-banner__content-left .main-banner__content1 {
    text-align: left;
}

.main-banner--image_sides .main-banner__content-left .main-banner__content1 a {
    padding-right: 40px;
    background: url(../img/arrow-orange-right-29.png) no-repeat right center;
}

.main-banner--image_sides .main-banner__content-left .main-banner__content1 a:hover {
    padding-right: 50px;
}

.main-banner--image_sides .main-banner__content-left .main-banner__content-inner {
    right: 0;
    opacity: 0;
    -webkit-animation: fadeInLeft;
    -moz-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-banner--image_sides .main-banner__content-inner {
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner--image_sides .main-banner__content1, .main-banner--image_sides .main-banner__content2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.main-banner--image_sides .main-banner__content1 {
    padding: 0 10px;
}

.main-banner--image_sides .main-banner__content1 a {
    line-height: 39px;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    display: inline-block;
    color: white;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.main-banner--image_sides .main-banner__content2 {
    visibility: hidden;
    opacity: 0;
    padding: 0 30px;
}

.main-banner--image_sides .main-banner__content2 h1, .main-banner--image_sides .main-banner__content2 h2, .main-banner--image_sides .main-banner__content2 h3 {
    line-height: 39px;
    margin: 0 0 50px 0;
    font-weight: 700;
    font-size: 26px;
}

.main-banner--image_sides .main-banner__content2 p {
    line-height: 39px;
    margin-bottom: 25px;
}

.main-banner--image_sides .main-banner__content-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    color: white;
}

.main-banner--image_sides .main-banner__content-right .main-banner__content1 {
    text-align: right;
}

.main-banner--image_sides .main-banner__content-right .main-banner__content1 a {
    padding-left: 40px;
    background: url(../img/arrow-orange-29x29.png) no-repeat 0 center;
}

.main-banner--image_sides .main-banner__content-right .main-banner__content1 a:hover {
    padding-left: 50px;
}

.main-banner--image_sides .main-banner__content-right .main-banner__content-inner {
    left: 0;
    opacity: 0;
    -webkit-animation: fadeInRight;
    -moz-animation: fadeInRight;
    animation: fadeInRight;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-banner--image_sides .main-banner__button {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 16px 60px 16px 40px;
    background-color: #ffb608;
    color: white;
    border-radius: 3px 3px 3px 28px;
    position: relative;
}

.main-banner--image_sides .main-banner__button:hover:after {
    right: 15px;
}

.main-banner--image_sides .main-banner__button:after {
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    background: url(../images/button-arrow-icon.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.main-banner--image_sides.active-left .main-banner__image-left {
    width: 62%;
}

.main-banner--image_sides.active-left .main-banner__image-right {
    width: 45%;
}

.main-banner--image_sides.active-left .main-banner__content-left {
    width: 50%;
}

.main-banner--image_sides.active-left .main-banner__content-left .main-banner__content1 {
    display: none;
}

.main-banner--image_sides.active-left .main-banner__content-left .main-banner__content2 {
    visibility: visible;
    opacity: 1;
}

.main-banner--image_sides.active-right .main-banner__image-left {
    width: 45%;
}

.main-banner--image_sides.active-right .main-banner__image-right {
    width: 62%;
}

.main-banner--image_sides.active-right .main-banner__content-right {
    width: 50%;
}

.main-banner--image_sides.active-right .main-banner__content-right .main-banner__content1 {
    display: none;
}

.main-banner--image_sides.active-right .main-banner__content-right .main-banner__content2 {
    visibility: visible;
    opacity: 1;
}

.js-parallax-background {
    overflow: hidden;
}

.js-parallax-background__content {
    height: 130%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.tp-caption h2.orange-arrow-left {
    display: inline-block !important;
    padding-left: 55px;
    background: url("../img/arrow-orange-29x29.png") no-repeat 0 center;
}

.tp-caption.rev-btn {
    position: relative;
}

.tp-caption.rev-btn:after {
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    background: url("../images/button-arrow-icon.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hesperiden .tp-bullet {
    background: #1b171b !important;
}

.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: #ffb608 !important;
}

@media (min-width: 62em) {
    .main-banner--image_sides.active-left .main-banner__image-right,
    .main-banner--image_sides.active-right .main-banner__image-right,
    .main-banner--image_sides .main-banner__image-right {
        width: 50%;
    }

    .main-banner--image_sides .main-banner__content-right .main-banner__content1 {
        display: none;
    }

    .main-banner--image_sides .main-banner__content-right .main-banner__content2 {
        visibility: visible;
        opacity: 1;
        left: 10%;
    }
}

@media (min-width: 90em) {
    .main-banner--image_sides .main-banner__content2 {
        width: 100%;
        max-width: 500px;
    }

    .main-banner--image_sides .main-banner__content-right .main-banner__content2 {
        left: 30%;
    }
}

@media (max-width: 74.99em) {
    .main-banner__image {
        height: 340px;
    }
}

@media (max-width: 61.99em) {
    .main-banner__image {
        height: 280px;
    }
}

@media (max-width: 47.99em) {
    .main-banner__image {
        height: 220px;
    }

    .main-banner--image_sides .main-banner__content1 a {
        text-indent: 1000px;
        overflow: hidden;
        width: 40px;
    }

    .main-banner--image_sides.active-left .main-banner__image-left {
        width: 80%;
    }

    .main-banner--image_sides.active-left .main-banner__image-right {
        width: 28%;
    }

    .main-banner--image_sides.active-left .main-banner__content-left {
        width: 78%;
    }

    .main-banner--image_sides.active-right .main-banner__image-left {
        width: 28%;
    }

    .main-banner--image_sides.active-right .main-banner__image-right {
        width: 80%;
    }

    .main-banner--image_sides.active-right .main-banner__content-right {
        width: 78%;
    }
}

.ultimate-map-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.page-content.page-vc-content > .vc_row {
    padding: 80px 0;
    margin-bottom: 0;
    overflow: hidden;
}

.page-content.page-vc-content > .vc_row > .vc_column_container > .vc_column-inner {
    margin: 0 15px;
}

.page-content.page-vc-content > .vc_row.full-width .wpb_wrapper {
    max-width: none;
}

.page-content.page-vc-content > .vc_row.full-width .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.page-content.page-vc-content > .vc_row.full-width .vc_row {
    margin: 0;
}

.page-content.page-vc-content > .vc_row.small-content-width .wpb_wrapper {
    max-width: 1048px;
}

.page-content.page-vc-content > .vc_row.box-content-width .wpb_wrapper {
    max-width: 960px;
}

.page-content.page-vc-content > .vc_row .vc_row.vc_inner {
    margin-bottom: 35px;
}

.page-content.page-vc-content > .vc_row .vc_row.vc_inner:last-child {
    margin-bottom: 0;
}

.page-content.page-vc-content > .vc_row .row-content-inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-content.page-vc-content > .vc_row .wpb_wrapper {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-content.page-vc-content > .vc_row .vc_column-inner {
    width: auto !important;
    max-width: 100% !important;
    padding-top: 0 !important;
}

.page-content.page-vc-content > .vc_row .wpb_content_element:last-child {
    margin-bottom: 0;
}

.page-content.page-vc-content > .vc_row .vc_btn3 {
    font-size: inherit;
    line-height: 30px;
    display: inline-block;
    padding: 11px 30px;
    border: none;
    color: #fff;
    background-color: #17181b;
    background-image: none;
    -webkit-border-radius: 0 0 0 28px;
    -moz-border-radius: 0 0 0 28px;
    border-radius: 0 0 0 28px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.page-content.page-vc-content > .vc_row .vc_btn3:hover, .page-content.page-vc-content > .vc_row .vc_btn3:focus {
    color: #fff;
    background-color: #ffb608;
}

.page-content.page-vc-content > .vc_row .btn-download {
    display: block;
}

.page-content.page-vc-content > .vc_row .btn-download .vc_btn3 {
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: 28px center;
    background-image: url("../img/icon-download.png");
}

.page-content.page-vc-content > .vc_row.white-text {
    color: white;
}

.page-content.page-vc-content > .vc_row.white-text a {
    color: white;
}

.vc_heading h2, .vc_heading h3, .vc_heading h4, .vc_heading h5, .vc_heading h6,
h2.wpb_heading, h3.wpb_heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    color: #19171b !important;
}

.white-text .vc_heading h2, .white-text .vc_heading h3, .white-text .vc_heading h4, .white-text .vc_heading h5, .white-text .vc_heading h6, .white-text
h2.wpb_heading, .white-text h3.wpb_heading {
    color: #fff !important;
}

.title-align-left .vc_heading h2, .title-align-left .vc_heading h3, .title-align-left .vc_heading h4, .title-align-left .vc_heading h5, .title-align-left .vc_heading h6, .title-align-left
h2.wpb_heading, .title-align-left h3.wpb_heading {
    text-align: left;
}

.title-align-center .vc_heading h2, .title-align-center .vc_heading h3, .title-align-center .vc_heading h4, .title-align-center .vc_heading h5, .title-align-center .vc_heading h6, .title-align-center
h2.wpb_heading, .title-align-center h3.wpb_heading {
    text-align: center;
}

.main-page-title .vc_heading h2, .main-text-title .vc_heading h2, .main-page-title .vc_heading h3, .main-text-title .vc_heading h3, .main-page-title .vc_heading h4, .main-text-title .vc_heading h4, .main-page-title .vc_heading h5, .main-text-title .vc_heading h5, .main-page-title .vc_heading h6, .main-text-title .vc_heading h6, .main-page-title
h2.wpb_heading, .main-text-title
h2.wpb_heading, .main-page-title h3.wpb_heading, .main-text-title h3.wpb_heading {
    font-size: 48px;
    line-height: 50px;
    text-align: left;
}

.vc_heading.title-align-center {
    text-align: center;
}

.contact-form {
    text-align: left;
}

.contact-form__inner::after {
    clear: both;
    content: "";
    display: table;
}

.contact-form__info {
    width: 48%;
    float: right;
    margin-top: 30px;
}

.contact-form__info-item {
    margin-top: 20px;
}

.contact-form__info-item:first-child {
    margin-top: 0;
}

.contact-form__info-item a {
    display: inline-block;
    position: relative;
    padding-left: 45px;
}

.contact-form__info-item a:before {
    width: 33px;
    height: 30px;
    text-align: center;
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
    content: '';
    color: #ffb608;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-form__info-item--phone a:before {
    content: '\f095';
}

.contact-form__info-item--email a:before {
    content: '\f0e0';
}

.contact-form__info-item--address a:before {
    content: '\f041';
}

.contact-form__form {
    width: 48%;
    float: left;
}

/*********** Responsive Layout ***********/
@media (max-width: 74.99em) {
    .page-content.page-vc-content > .vc_row {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .vc_heading h2, .vc_heading h3, .vc_heading h4, .vc_heading h5, .vc_heading h6,
    h2.wpb_heading, h3.wpb_heading {
        font-size: 38px;
        line-height: 42px;
    }

    .main-page-title .vc_heading h2, .main-page-title .vc_heading h3, .main-page-title .vc_heading h4, .main-page-title .vc_heading h5, .main-page-title .vc_heading h6, .main-page-title
    h2.wpb_heading, .main-page-title h3.wpb_heading {
        font-size: 42px;
    }

    .cta-image-feature__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .cta-image-feature__image img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 61.99em) {
    .page-content.page-vc-content > .vc_row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .vc_heading h2, .vc_heading h3, .vc_heading h4, .vc_heading h5, .vc_heading h6,
    h2.wpb_heading, h3.wpb_heading {
        font-size: 32px;
        line-height: 36px;
    }

    .main-page-title .vc_heading h2, .main-page-title .vc_heading h3, .main-page-title .vc_heading h4, .main-page-title .vc_heading h5, .main-page-title .vc_heading h6, .main-page-title
    h2.wpb_heading, .main-page-title h3.wpb_heading {
        font-size: 36px;
    }

    .cta-image-feature__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .cta-image-feature__image img {
        width: 150px;
        height: 150px;
    }

    .manual-downloads__icon img {
        width: 80px;
    }
}

@media (max-width: 47.99em) {
    .page-content.page-vc-content > .vc_row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-content.page-vc-content > .vc_row.small-content-width .wpb_wrapper {
        max-width: 480px;
    }

    .page-content.page-vc-content > .vc_row.box-content-width .wpb_wrapper {
        max-width: 480px;
    }

    .page-content.page-vc-content > .vc_row .vc_row.vc_inner {
        margin-bottom: 25px;
    }

    .page-content.page-vc-content > .vc_row .vc_row.vc_inner:last-child {
        margin-bottom: 0;
    }

    .page-content.page-vc-content > .vc_row .vc_row.vc_inner > .wpb_column.vc_column_container {
        margin-top: 20px;
    }

    .page-content.page-vc-content > .vc_row .vc_row.vc_inner > .wpb_column.vc_column_container:first-child {
        margin-top: 0;
    }

    .page-content.page-vc-content > .vc_row .row-content-inner {
        max-width: 480px;
    }

    .page-content.page-vc-content > .vc_row .wpb_wrapper {
        max-width: 480px;
    }

    .vc_heading h2, .vc_heading h3, .vc_heading h4, .vc_heading h5, .vc_heading h6,
    h2.wpb_heading, h3.wpb_heading {
        font-size: 28px;
        line-height: 32px;
    }

    .main-page-title .vc_heading h2, .main-page-title .vc_heading h3, .main-page-title .vc_heading h4, .main-page-title .vc_heading h5, .main-page-title .vc_heading h6, .main-page-title
    h2.wpb_heading, .main-page-title h3.wpb_heading {
        font-size: 32px;
    }

    .contact-form__info {
        width: 100%;
        float: none;
    }

    .contact-form__form {
        width: 100%;
        float: none;
    }

    .manual-downloads__item {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 25px;
    }

    .manual-downloads__item:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
}

strong {
    font-weight: bold;
}

.button, .btn {
    font-size: inherit;
    line-height: 30px;
    display: inline-block;
    padding: 11px 30px;
    border: none;
    color: #fff;
    background-color: #17181b;
    background-image: none;
    -webkit-border-radius: 0 0 0 28px;
    -moz-border-radius: 0 0 0 28px;
    border-radius: 0 0 0 28px;
}

.button:hover, .button:focus, .btn:hover, .btn:focus {
    color: #fff;
    background-color: #ffb608;
}

.button .arrow-icon, .btn .arrow-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 14px;
    line-height: 30px;
    vertical-align: middle;
    background: url("../images/button-arrow-icon.png") no-repeat center center;
}

.section-content {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.section-content--vc-content {
    padding: 0;
}

.section-content--editor-content, .section-content--blog, .section-content--error-404, .section-content--sitemap {
    padding: 30px 0;
}

.section-content--no-padding-top {
    padding-top: 0;
}

.section-content--no-padding-bottom {
    padding-bottom: 0;
}

.section-content--shop {
    padding: 20px 0 30px;
}

.section-content__wrapper {
    margin: 0 15px;
}

.section-content__wrapper--full-width {
    margin: 0;
}

.section-content__inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-content__inner--full-width {
    max-width: none;
}

.single-post .section-content {
    padding-top: 0 !important;
}

.post-image {
    clear: both;
    margin-bottom: 20px;
}

.post-entry blockquote {
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    border-left: 2px solid #ffb608;
    padding-left: 20px;
    margin-bottom: 20px;
}

.post-entry img.alignright, .post-entry img.alignleft, .page-content .wpb_text img.alignright, .page-content .wpb_text img.alignleft {
    max-width: 45%;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .page-content .wpb_text h1, .page-content .wpb_text h2, .page-content .wpb_text h3, .page-content .wpb_text h4, .page-content .wpb_text h5, .page-content .wpb_text h6 {
    margin-bottom: 20px;
}

.post-entry p, .page-content .wpb_text p {
    margin-bottom: 20px;
}

.post-entry a, .page-content .wpb_text a {
    color: #ffb608;
    text-decoration: none;
}

.post-entry a:hover, .page-content .wpb_text a:hover {
    text-decoration: underline;
}

.post-entry ul, .page-content .wpb_text ul {
    padding-bottom: 14px;
}

.post-entry ul li, .page-content .wpb_text ul li {
    margin-bottom: 6px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}

.post-entry ul li:before, .page-content .wpb_text ul li:before {
    font-family: 'FontAwesome';
    font-size: 8px;
    content: '\f111';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5px;
}

.post-entry ul.check-icon, .page-content .wpb_text ul.check-icon {
    padding-top: 10px;
}

.post-entry ul.check-icon li, .page-content .wpb_text ul.check-icon li {
    padding-left: 60px;
    padding-top: 6px;
    background: url("../img/check-icon.png") no-repeat 0 0;
    min-height: 43px;
    margin-bottom: 20px;
}

.post-entry ul.check-icon li:before, .page-content .wpb_text ul.check-icon li:before {
    display: none;
}

.post-entry ul.check-icon.check-icon--orange li, .page-content .wpb_text ul.check-icon.check-icon--orange li {
    background-image: url("../img/check-icon-orange.png");
}

.post-entry ol, .page-content .wpb_text ol {
    margin-left: 16px;
    padding-bottom: 17px;
}

.post-entry ol li, .page-content .wpb_text ol li {
    list-style: decimal;
    margin-bottom: 3px;
    padding-left: 16px;
}

.post-entry table.tbl-product-price, .page-content .wpb_text table.tbl-product-price {
    width: 100%;
    border: none;
}

.post-entry table.tbl-product-price thead, .page-content .wpb_text table.tbl-product-price thead {
    font-weight: bold;
    color: #fff;
    background-color: #ffb608;
}

.post-entry table.tbl-product-price tr td, .page-content .wpb_text table.tbl-product-price tr td {
    border: none;
}

.post-entry table.tbl-product-price tr td:nth-child(2), .page-content .wpb_text table.tbl-product-price tr td:nth-child(2) {
    text-align: right;
}

.post-entry table.tbl-product-price tr:nth-child(even), .page-content .wpb_text table.tbl-product-price tr:nth-child(even) {
    background-color: #faf8f4;
}

.post-entry table.tbl-product-price tfoot, .page-content .wpb_text table.tbl-product-price tfoot {
    font-size: 120%;
}

.post-entry table.tbl-product-price tfoot tr, .page-content .wpb_text table.tbl-product-price tfoot tr {
    font-weight: bold;
    text-align: center;
}

.post-entry table.tbl-product-price tfoot tr td, .page-content .wpb_text table.tbl-product-price tfoot tr td {
    padding-top: 2em;
}

.post-entry table.tbl-product-price tfoot img, .page-content .wpb_text table.tbl-product-price tfoot img {
    vertical-align: middle;
    margin-right: 20px;
}

.white-text .post-entry, .white-text .page-content .wpb_text {
    color: #fff;
}

.page-content.post-entry h3, .page-content .wpb_text h3 {
    padding-top: 8px;
    margin-bottom: 6px;
}

.search-products.active-nummer .search-products__type-item--profile-number .search-products__type-item-inner {
    border-color: #ffb608;
    background-color: #fff;
}

.search-products.active-nummer .search-products__values-item--profile-number {
    display: block;
}

.search-products.active-non .search-products__type-item--no-profile-number .search-products__type-item-inner {
    border-color: #ffb608;
    background-color: #fff;
}

.search-products.active-non .search-products__values-item--no-profile-number {
    display: block;
}

.search-products__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 30px;
    text-align: center;
    color: #19171b;
    position: relative;
}

.search-products__title:before {
    width: 40px;
    height: 3px;
    display: block;
    content: '';
    margin-left: -20px;
    background-color: #ffb608;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.search-products__types {
    max-width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.search-products__types-inner::after {
    clear: both;
    content: "";
    display: table;
}

.search-products__type-item {
    width: 48%;
    float: left;
    text-align: center;
}

.search-products__type-item:nth-child(even) {
    float: right;
}

.search-products__type-item:nth-child(odd) {
    clear: both;
}

.search-products__type-item a {
    color: #19171b;
}

.search-products__type-item a:hover {
    color: #19171b;
}

.search-products__type-item-inner {
    font-size: 20px;
    font-weight: bold;
    padding: 100px 10px 20px;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f3 url("../img/icon-search-profile-number.png") no-repeat center 25px;
}

.search-products__type-item-inner--no-profile-number {
    background-image: url("../img/icon-search-no-profile-number.png");
}

.search-products__product-options {
    margin-top: 20px;
}

.search-products__product-options:first-child {
    margin-top: 0;
}

.search-products__product-options--buiten .search-products__product-options-inner label.non-binnen {
    display: block;
}

.search-products__product-options--buiten .search-products__product-options-inner label.non-buiten {
    display: none;
}

.search-products__product-options--pvc .search-products__product-options-inner label {
    width: 32%;
}

.search-products__product-options--pvc .search-products__product-options-inner label.non-binnen {
    display: block;
}

.search-products__product-options--pvc .search-products__product-options-inner label.non-pvc {
    display: none;
}

.search-products__product-options-inner::after {
    clear: both;
    content: "";
    display: table;
}

.search-products__product-options-inner input {
    display: none;
}

.search-products__product-options-inner input:checked + span {
    border-color: #ffb608;
    background-color: #fff;
}

.search-products__product-options-inner label {
    width: 23.5%;
    margin-left: 2%;
    float: left;
    display: block;
}

.search-products__product-options-inner label.non-binnen {
    display: none;
}

.search-products__product-options-inner label:first-child {
    clear: both;
    margin-left: 0;
}

.search-products__product-options-inner label.three-col {
    width: 32%;
}

.search-products__product-options-inner label.three-col:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.search-products__values-item {
    display: none;
    text-align: center;
}

.search-products__values-item input[type='text'].txt-search {
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-indent: 60px;
    background: #f7f7f3 url("../img/icon-search.png") no-repeat 25px center;
}

.search-products__values-item input[type='submit'].btn-search {
    line-height: 30px;
    display: inline-block;
    padding: 11px 30px;
    margin: 30px auto 0;
    min-width: 200px;
    border: none;
    color: #fff;
    background-color: #17181b;
    background-image: none;
    -webkit-border-radius: 0 0 0 28px;
    -moz-border-radius: 0 0 0 28px;
    border-radius: 0 0 0 28px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search-products__values-item input[type='submit'].btn-search:hover, .search-products__values-item input[type='submit'].btn-search:focus {
    color: #fff;
    background-color: #ffb608;
}

.search-products__search-value-option {
    display: block;
    line-height: 30px;
    padding: 12px 5px;
    text-align: center;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f3;
}

.search-products__title-result {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    margin: 30px 0 0;
}

.search-products__title-result:before {
    content: '';
    height: 3px;
    display: block;
    background-color: #ffb608;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.search-products__title-result span {
    padding-right: 30px;
    display: inline-block;
    background-color: #fff;
    position: relative;
}

.products__item {
    margin-bottom: 30px;
}

.products__item-inner {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #dadada;
    position: relative;
}

.products__item-inner::after {
    clear: both;
    content: "";
    display: table;
}

.products__item-inner:before {
    content: '';
    display: block;
    width: 2px;
    background-color: #dadada;
    margin-left: -1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
}

.products__url {
    width: 25%;
    z-index: 9;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.products__url:hover {
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6) url("../img/icon-hover-image.png") no-repeat center center;
}

.products__image {
    width: 25%;
    float: left;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.products__image-inner a {
    display: block;
}

.products__image-inner img {
    max-width: 93%;
    max-height: 93%;
}

.products__info {
    width: 75%;
    float: right;
}

.products__info-inner {
    padding: 40px 50px;
}

.products__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.products__attributes {
    position: relative;
}

.products__attributes::after {
    clear: both;
    content: "";
    display: table;
}

.products__attributes:before {
    content: '';
    display: block;
    width: 2px;
    background-color: #dadada;
    margin-left: -1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
}

.products__attributes-col {
    float: left;
    width: 49%;
}

.products__attributes-col .products__attributes-col-inner {
    padding-right: 35px;
}

.products__attributes-col--right {
    float: right;
}

.products__attributes-col--right .products__attributes-col-inner {
    padding-right: 0px;
    padding-left: 35px;
}

.products__attributes-item {
    margin-top: 12px;
    padding-left: 26px;
    position: relative;
}

.products__attributes-item:first-child {
    margin-top: 0;
}

.products__attributes-item:before {
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 1;
    content: '\f111';
    color: #ffb608;
    position: absolute;
    top: 7px;
    left: 3px;
}

@media (max-width: 74.99em) {
    .section-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-content--vc-content {
        padding: 0;
    }

    .section-content--editor-content, .section-content--blog, .section-content--error-404, .section-content--sitemap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-content--no-padding-top {
        padding-top: 0;
    }

    .section-content--no-padding-bottom {
        padding-bottom: 0;
    }

    .section-content--shop {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .appointment-online {
        font-size: 22px;
    }
}

@media (max-width: 61.99em) {
    .section-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-content--vc-content {
        padding: 0;
    }

    .section-content--editor-content, .section-content--blog, .section-content--error-404, .section-content--sitemap {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-content--no-padding-top {
        padding-top: 0;
    }

    .section-content--no-padding-bottom {
        padding-bottom: 0;
    }

    .section-content--shop {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .appointment-online {
        font-size: 20px;
    }

    .appointment-online__text {
        line-height: 25px;
        text-align: center;
    }

    .appointment-online__buttons a {
        padding: 10px 20px;
        line-height: 30px;
    }
}

@media (max-width: 47.99em) {
    .main-menu__close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
    }

    .main-menu__label {
        font-size: 22px;
        font-weight: bold;
        line-height: 22px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .section-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-content--vc-content {
        padding: 0;
    }

    .section-content--editor-content, .section-content--blog, .section-content--testimonials, .section-content--galleries, .section-content--single-galleries, .section-content--error-404 {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .section-content--no-padding-top {
        padding-top: 0;
    }

    .section-content--no-padding-bottom {
        padding-bottom: 0;
    }

    .section-content--shop {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .section-content__inner {
        max-width: 480px;
    }

    .section-content__inner--full-width {
        max-width: none;
    }

    .appointment-online {
        font-size: 16px;
    }

    .appointment-online__text {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .appointment-online__buttons {
        width: 100%;
        float: none;
        text-align: center;
    }

    .appointment-online__buttons a {
        padding: 4px 20px;
        line-height: 30px;
    }

    .quick-enquiry__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

.sitemap ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.sitemap ul:before {
    width: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #dadada;
}

.sitemap ul li {
    margin: 0;
    padding: 0 0 0 25px;
    line-height: 32px;
    position: relative;
}

.sitemap ul li a {
    color: #19171b;
}

.sitemap ul li a:hover {
    color: #ffb608;
}

.sitemap ul li:before {
    width: 16px;
    content: "";
    display: block;
    height: 0;
    border-top: 1px solid #dadada;
    margin-top: 0px;
    position: absolute;
    top: 15px;
    left: 0;
}

.sitemap ul li:last-child:before {
    height: auto;
    top: 1em;
    bottom: 0;
    background-color: #fff;
}

.sitemap ul.menu {
    margin-left: 0;
}

.sitemap ul.menu:before {
    display: none;
}

.sitemap ul.menu > li:before {
    display: none;
}

.blog-posts__inner {
    padding: 5% 0;
}

.blog-posts__inner::after {
    clear: both;
    content: "";
    display: table;
}

.blog-posts__item {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 50px;
}

.blog-posts__item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.blog-posts__item-inner {
    position: relative;
}

.blog-posts__item-image {
    margin-bottom: 12px;
    padding-top: 60%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.blog-posts__item-image img {
    width: 100%;
}

.blog-posts__item-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blog-posts__item-cat {
    text-transform: uppercase;
    margin-bottom: 12px;
}

.blog-posts__item-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
}

.blog-posts__item-url {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-size: cover;
}

.blog-posts__item-icon-video {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-posts__section-title {
    color: #ffb608;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog-posts__loading {
    text-align: center;
    padding-bottom: 20px;
}

.featured-posts {
    position: relative;
}

.featured-posts:before {
    width: 1000px;
    content: '';
    height: 3px;
    display: block;
    background-color: #ffb608;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    position: absolute;
    top: 27px;
    left: -30px;
}

.featured-posts__heading {
    margin-bottom: 30px;
}

.featured-posts__heading-inner::after {
    clear: both;
    content: "";
    display: table;
}

.featured-posts__title {
    font-size: 40px;
    line-height: 40px;
    float: left;
}

.featured-posts__more {
    float: right;
    margin-top: 3px;
    line-height: 30px;
    border-bottom: 3px solid #ffb608;
}

.blog-categories {
    text-align: center;
}

.blog-categories ul li {
    display: inline;
    margin: 0 10px;
}

@media (max-width: 74.99em) {
    .blog-posts__item-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .blog-posts__item-icon-video {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 61.99em) {
    .blog-posts__item-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .blog-posts__item-icon-video {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 47.99em) {
    .blog-posts__item {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .blog-posts__item:nth-child(3n+1) {
        clear: both;
        margin-left: auto;
    }

    .blog-posts__item-inner {
        height: 280px;
    }
}

.page-content.page-vc-content > .vc_row {
    position: relative;
}

.page-content.page-vc-content > .vc_row .level-image-up {
    position: relative;
    z-index: 2;
}

.page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner {
    position: relative;
}

.page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner:before {
    content: '';
    height: 3px;
    display: block;
    background-color: #ffb608;
    position: absolute;
    top: 25px;
    right: -3000px;
    left: -3000px;
}

.page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner > .wpb_wrapper {
    padding-left: 20px;
}

.page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner h3.wpb_heading {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 50px;
    background-color: #fff;
}

.page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner .wpb_text {
    padding-left: 50px;
}

.page-content.page-vc-content > .vc_row .space-right-section > .vc_column-inner > .wpb_wrapper {
    padding-left: 70px;
}

.page-content.page-vc-content > .vc_row .space-left-section > .vc_column-inner > .wpb_wrapper {
    padding-right: 70px;
}

.page-content.page-vc-content > .vc_row .label-down-line {
    padding-left: 120px;
    position: relative;
}

.page-content.page-vc-content > .vc_row .label-down-line .text-label {
    width: 120px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 0px;
    left: 80px;
    border-bottom: 3px solid #ffb608;
}

.page-content.page-vc-content > .vc_row .wpb_text_column.title-has-line .wpb_heading {
    position: relative;
    padding-bottom: 30px;
}

.page-content.page-vc-content > .vc_row .wpb_text_column.title-has-line .wpb_heading:before {
    width: 40px;
    height: 3px;
    display: block;
    content: '';
    background-color: #ffb608;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-content.page-vc-content > .vc_row .wpb_text_column.title-has-line.title-align-center .wpb_heading:before {
    left: 50%;
    margin-left: -20px;
}

.page-content.page-vc-content > .vc_row .wpb_text_column.line-bottom-section {
    padding-bottom: 16px;
}

.page-content.page-vc-content > .vc_row .wpb_text_column.line-bottom-section:after {
    width: 40px;
    height: 3px;
    display: block;
    content: '';
    background-color: #ffb608;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-content.page-vc-content > .vc_row .wpb_text_column.line-bottom-section.label-down-line:after {
    left: 120px;
}

.page-content.page-vc-content > .vc_row .two-line-cross-title {
    position: relative;
}

.page-content.page-vc-content > .vc_row .two-line-cross-title:before {
    width: 1000px;
    height: 3px;
    content: '';
    display: block;
    background-color: #ffb608;
    position: absolute;
    top: 20px;
    left: -35px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.page-content.page-vc-content > .vc_row .two-line-cross-title .title-text {
    position: relative;
    display: inline-block;
    padding-right: 50px;
}

.page-content.page-vc-content > .vc_row .two-line-cross-title .title-text:after {
    width: 3000px;
    height: 3px;
    content: '';
    display: block;
    background-color: #ffb608;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

.page-content.page-vc-content > .vc_row .title-text {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}

.page-content.page-vc-content > .vc_row .small-separator {
    width: 40px !important;
}

.page-content.page-vc-content > .vc_row .vc_sep_line {
    height: 3px !important;
    border: none !important;
    background-color: #ffb608 !important;
}

.page-content.page-vc-content > .vc_row.list-icon-three-columns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.page-content.page-vc-content > .vc_row.list-icon-three-columns > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #dadada;
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 33.33%;
}

.page-content.page-vc-content > .vc_row.list-icon-three-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
    position: relative;
}

.page-content.page-vc-content > .vc_row.list-icon-three-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #dadada;
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 66.66%;
}

.page-content.page-vc-content > .vc_row.list-icon-three-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0 40px;
}

.page-content.page-vc-content > .vc_row.line-bottom-full-section {
    border-bottom: 1px solid #dadada;
}

.page-content.page-vc-content > .vc_row.line-middle-full-section:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #dadada;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.page-content.page-vc-content > .vc_row.line-top-section:before {
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    background-color: #ffb608;
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 50%;
}

.cta-image-feature__inner:hover .cta-image-feature__image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.cta-image-feature__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 16px 3px;
    color: #fff;
    background-color: #000;
}

.cta-image-feature__title a {
    color: #fff;
}

.cta-image-feature__image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cta-image-feature__image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cta-image-feature__url {
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.icon-feature {
    max-width: 400px;
    margin: 0px auto 0px;
    text-align: left;
}

.icon-feature__inner {
    padding-bottom: 0px;
}

.icon-feature__inner:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #dadada;
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
}

.icon-feature__icon {
    height: 60px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.icon-feature__icon img {
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-feature__title {
    font-size: 26px;
    line-height: 36px;
    min-height: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.icon-feature__sub-title {
    text-align: justify;
    min-height: 130px;
}

.icon-feature__description {
    padding-bottom: 20px;
}

.certificering-pdfs__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 30px;
    text-align: center;
    color: #19171b;
    position: relative;
}

.certificering-pdfs__title:before {
    width: 40px;
    height: 3px;
    display: block;
    content: '';
    margin-left: -20px;
    background-color: #ffb608;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.certificering-pdfs__list {
    border: 1px solid #dadada;
    border-bottom: none;
    position: relative;
}

.certificering-pdfs__list:after {
    content: '';
    display: block;
    width: 1px;
    background-color: #dadada;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.certificering-pdfs__group {
    border-bottom: 1px solid #dadada;
}

.certificering-pdfs__group::after {
    clear: both;
    content: "";
    display: table;
}

.certificering-pdfs__item {
    width: 50%;
    float: left;
}

.certificering-pdfs__item-inner {
    padding: 50px;
}

.certificering-pdfs__item-icon {
    height: 65px;
    margin-bottom: 30px;
    display: block;
    background: url("../img/icon-certificering-pdf.png") no-repeat center 0;
}

.certificering-pdfs__item-text {
    text-align: center;
}

.three-group-images__inner {
    position: relative;
    background-color: #fff;
}

.three-group-images__inner::after {
    clear: both;
    content: "";
    display: table;
}

.three-group-images__inner:before {
    width: 210px;
    height: 210px;
    content: '';
    display: block;
    background-color: #ffb608;
    position: absolute;
    top: -15px;
    left: -15px;
}

.three-group-images__main {
    width: 66.66%;
    float: left;
}

.three-group-images__sub {
    width: 33.34%;
    float: right;
}

.three-group-images__url {
    display: block;
    cursor: pointer;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.three-group-images__image-cover {
    position: relative;
}

.three-group-images__image-cover--main {
    height: 430px;
    border-right: 3px solid #fff;
}

.three-group-images__image-cover--sub-top {
    height: 213px;
    margin-bottom: 3px;
}

.three-group-images__image-cover--sub-bottom {
    height: 214px;
}

.three-group-images__image-cover:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.6) url("../img/icon-hover-image.png") no-repeat center center;
    z-index: 2;
    opacity: 0;
    filter: "alpha(opacity=0)";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.three-group-images__image-cover:hover:after {
    opacity: 1;
    filter: "alpha(opacity=100)";
}

.three-group-images__bg-image {
    display: block;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.featured-video-popup__image {
    position: relative;
    margin-bottom: 20px;
}

.featured-video-popup__image img {
    width: 100%;
}

.featured-video-popup__image:after {
    content: '';
    display: block;
    background: url("../img/icon-video-popup.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.featured-video-popup__url {
    z-index: 9;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.featured-video-popup__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
}

.featured-video-popup__title span {
    padding-right: 25px;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #19171b;
}

.featured-video-popup__title:before {
    content: '';
    display: block;
    height: 3px;
    background-color: #ffb608;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.contact-info__item {
    margin-top: 4px;
}

.contact-info__item:first-child {
    margin-top: 0;
}

.contact-info__item--title {
    font-size: 18px;
    font-weight: bold;
    color: #ffb608;
}

.contact-info__item--phone, .contact-info__item--email, .contact-info__item--address {
    padding-left: 25px;
    position: relative;
}

.contact-info__item--phone:before, .contact-info__item--email:before, .contact-info__item--address:before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-info__item--phone:before {
    content: '\f095';
}

.contact-info__item--address:before {
    content: '\f041';
}

.contact-info__item--google-map {
    margin-top: 20px;
}

@media (max-width: 61.99em) {
    .icon-feature__icon img {
        width: 160px;
        height: 160px;
        border: 8px solid #dadada;
    }

    .icon-feature__title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 47.99em) {
    .page-content.page-vc-content > .vc_row .space-right-section > .vc_column-inner > .wpb_wrapper,
    .page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner .wpb_text,
    .page-content.page-vc-content > .vc_row .label-down-line {
        padding: 0;
    }

    .page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner h3.wpb_heading {
        font-size: 28px;
        line-height: 38px;
        padding: 0 20px;
    }
}

@media (max-width: 61.99em) {
    .page-content.page-vc-content > .vc_row .line-cross-title-right > .vc_column-inner h3.wpb_heading {
        font-size: 38px;
        line-height: 40px;
    }

    .page-content.page-vc-content > .vc_row .label-down-line {
        padding-left: 0;
    }

    .footer-space {
        height: 0 !important;
    }
}

@media (max-width: 47.99em) {
    body.nav--opened {
        overflow: hidden;
    }

    .nav--opened .main-menu {
        overflow: auto;
        background-color: #17181b;
    }

    .main-menu__wrapper {
        margin: 0;
    }

    .main-menu__inner {
        position: static;
    }

    .three-group-images__sub,
    .three-group-images__main {
        width: 100%;
        float: none;
        margin-bottom: 3px;
    }

    .main-banner__caption-text {
        font-size: 12px;
        line-height: 16px;
    }

    .three-group-images__image-cover--main {
        border-right: 0 none;
    }

    .page-content.page-vc-content > .vc_row .space-left-section > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
    }

    .page-content.page-vc-content > .vc_row.line-middle-full-section:before {
        display: none;
    }

    .main-banner__caption-text h2, .main-banner__caption-text h1 {
        font-size: 30px;
    }

    .products__attributes-col,
    .products__info,
    .products__image {
        width: 100%;
        float: none;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .products__attributes-col .products__attributes-col-inner {
        padding-right: 0;
        padding-left: 0;
    }

    .products__attributes-item {
        margin-top: 0;
    }

    .products__item-inner:before,
    .products__attributes:before {
        display: none;
    }

    .products__info-inner {
        padding: 20px;
    }

    .icon-feature__icon img {
        width: 60px;
        height: 60px;
        border: 0 solid #dadada;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .icon-feature__icon {
        float: left;
        margin: 0 15px 5px 0;
    }

    .icon-feature__title {
        min-height: 60px;
    }

    .page-content.page-vc-content > .vc_row.list-icon-three-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:before,
    .page-content.page-vc-content > .vc_row.list-icon-three-columns > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
        display: none;
    }

    .search-products__type-item-inner {
        min-height: 190px;
        font-size: 16px;
    }

    .page-content.page-vc-content > .vc_row .title-text,
    .search-products__title {
        font-size: 30px;
    }

    .page-content.page-vc-content > .vc_row.line-top-section:before {
        height: 20px;
    }

    .certificering-pdfs__title {
        font-size: 30px;
        line-height: 32px;
    }

    .certificering-pdfs__item-inner {
        padding: 20px;
    }
}

/*# sourceMappingURL=main.css.map */
