body {
  background: #fff !important;
  font-family: DaxOT,Arial,sans-serif;
}

@font-face {
  font-family: 'DaxOT';
  src: url('/assets/fonts/DaxOT.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/DaxOT.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/assets/fonts/DaxOT.woff2') format('woff2'),
    /* Super Modern Browsers */ url('/assets/fonts/DaxOT.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('/assets/fonts/DaxOT.ttf')
      format('truetype'); /* Safari, Android, iOS */
}

@media (min-width:1600px) {
    .container {
        width: 1500px;
    }
}

.margin-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translateZ(0)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .owl-carousel .owl-item {
        float: left
    }

.owl-nav button {
    cursor: pointer
}

.owl-nav {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }




.home-banner {
    position: relative
}

.banner-area .banner__bg {
    height: 460px;
    width: 100%;
    background-position: 50%;
    background-size: cover
}

.banner-area .content-animate {
    position: relative;
    display: inline-block
}

@media (max-width:767px) {
    .banner-area .content-animate {
        margin-bottom: 30px
    }
}

.banner-area .banner-overlay {
    position: absolute;
    z-index: 900;
    bottom: 110px;
    left: 0;
    right: 0
}

@media (max-width:767px) {
    .banner-area .banner-overlay {
        padding-top: 20px;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto
    }
}

@media (max-width:1100px) {
    .banner-area .banner-overlay {
        position: absolute;
        z-index: 900;
        bottom: 110px;
        bottom: auto;
        left: 62px;
    }
}

.banner-area .banner-title {
    display: inline-block;
    padding: 12px 15px 6px 21px;
    font-size: 36px;
    color: #fff;
    background: #322d2a;
    position: relative;
    z-index: 1;
    font-family: DaxOT,Arial,sans-serif;
}

.banner-area .banner-title a {
    color: #ffffff;
}

a {
    outline: -webkit-focus-ring-color;
    outline-offset: -2px;
}

    a:hover {
        text-decoration: none;
    }

.overlay-text {
    color: rgb(105, 87, 68);
    text-decoration: none;
}

.overlay-text:hover {
  color: rgb(105, 87, 68);
}

@media (max-width:767px) {
    .banner-area .banner-title {
        background: 0 0;
        color: #06164a;
        font-size: 30px;
        padding: 0;
        margin-bottom: 10px;
        line-height: 36px
    }
}

.banner-area .banner-text {
    position: relative;
    margin: -27px 0 0 34px;
    background-color: #fff;
    width: 396px;
    display: block;
    padding: 40px 20px 30px;
    font-size: 18px;
    font-family: DaxOT,Arial,sans-serif;
}

    .banner-area .banner-text::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        height: 23px;
        width: 100%;
        background-image: url("/assets/images/stripes.png");
        background-repeat: repeat-x;
    }

@media (max-width:767px) {
    .banner-area .banner-text {
        margin: 0;
        padding: 0;
        width: auto
    }
}

@media (min-width:768px) {
    .banner-area .banner-text:after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        height: 23px;
        width: 100%;
        background-image: url("/assets/images/stripes.png");
        background-repeat: repeat-x
    }
}

.banner-area .btn--standard {
    position: absolute;
    bottom: -25px;
    left: 407px;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    background-color: #ff7600;
    color: #fff;
    z-index: 1;
    height: 48px;
    width: 35%;
    font-family: DaxOT,Arial,sans-serif;
}

@media (max-width:1199px) {
    .banner-area .btn--standard {
        bottom: -40px
    }
}

@media (max-width:767px) {
    .banner-area .btn--standard {
        position: relative;
        bottom: auto;
        right: auto;
        margin-left: 10px
    }
}

@media (max-width:991px) {
    .home-banner {
        top: 0 !important
    }
}

.owl-carousel .owl-prev .owl-next, .owl-carousel .owl-prev .owl-prev {
    position: absolute;
    z-index: 8000;
    top: 50%;
    margin-top: -13px !important;
    opacity: 1 !important;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-prev .owl-next {
    right: 30px
}

.owl-carousel .owl-prev .owl-prev {
    left: 30px
}

footer.tpa-style {
    background: #f5f5f5;
    color: #06164a
}

    footer.tpa-style .green-hover h3 {
        color: grey;
    }

@media (max-width:767px) {
    footer.tpa-style .green-hover h3 {
        color: grey
    }
}

footer.tpa-style .footer-btm {
    color: #fff;
    background: #322d2a;
}

    footer.tpa-style .footer-btm .bottom-links ul li a:before {
        color: #06164a
    }

    footer.tpa-style .footer-btm a {
        color: #fff
    }

footer.tpa-style .fa-phone {
    font-size: 19px;
    margin-right: 3px
}

footer h3 {
    font-size: 1.28571429em;
    transition: all .5s ease-in-out
}

footer .green-hover h3 {
    color: #fff;
    font-weight: 400
}

footer .footer-btm {
    background: #009dff;
    margin-top: 40px;
    padding: 15px 0
}

    footer .footer-btm .bottom-links {
        text-align: right
    }

        footer .footer-btm .bottom-links ul {
            padding: 0;
            margin: 0
        }

            footer .footer-btm .bottom-links ul li {
                list-style-type: none;
                display: inline-block;
                position: relative;
                padding-right: 14px
            }

                footer .footer-btm .bottom-links ul li:before {
                    content: "|";
                    display: block;
                    color: #fff;
                    position: absolute;
                    top: 0;
                    right: 4px
                }

                footer .footer-btm .bottom-links ul li:last-child {
                    padding-right: 0
                }

                    footer .footer-btm .bottom-links ul li:last-child:before {
                        display: none
                    }

                footer .footer-btm .bottom-links ul li a {
                    text-decoration: none;
                    color: #fff
                }

                    footer .footer-btm .bottom-links ul li a:hover {
                        text-decoration: underline
                    }

footer .footer-info {
    float: left;
    width: 100%;
    color: grey;
}

.footer-info img {
  max-width: 54px;
}

.float-right {
    float: right;
}

@media (max-width:991px) {
    footer {
        padding-top: 20px
    }

        footer .footer-info img {
            width: 44px
        }
}

@media (max-width:550px) {
    footer {
        padding-top: 20px
    }

        footer address {
            margin-bottom: 10px
        }

        footer .container {
            padding: 0
        }

        footer .green-hover:hover h3 {
            font-size: 1.28571429em;
            color: #fff
        }

        footer .footer-info {
            width: 100%;
            text-align: center
        }

            footer .footer-info h3 {
                display: none
            }
}

.primary-header {
    position: relative
}

header {
    background: #fff;
    position: absolute;
    z-index: 3000;
    width: 100%;
    left: 0
}


@media (max-width:767px) {
    header .header__social-area {
        padding-left: 0
    }
}

header .header__social-area li {
    padding: 0 14px
}

header .header__social-area .fa {
    font-size: 1.42857143em;
    color: #06164a
}

header .header__main-left {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

header.tpa-style {
    position: relative;
    left: auto
}

@media (max-width:767px) {
    header.tpa-style {
        padding-top: 1px
    }
}

header .desktop-nav {
    padding: 0 18px;
    position: relative;
    background-color: #009dff
}

header .top-links {
    min-height: 40px;
    line-height: 46px;
    padding: 0 0 0 18px;
    background-color: #322d2a;

  }
  @media (min-width:1200px) {
    header .top-links {
      min-height: 46px;
    }
  }

    header .top-links .top-links__inner {
        display: -ms-flexbox;
        display: flex;
        color: #fff;
    }

        header .top-links .top-links__inner a {
            color: #fff
        }

    header .top-links .left-links {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: inline-block
    }

        header .top-links .left-links .menu-btn {
            display: none
        }

    header .top-links .center-area {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

        header .top-links .center-area .center-area__inner {
            font-size: 1.57142857em;
            text-align: center;
            color: #fff
        }

@media (max-width:991px) {
    header .top-links .center-area .center-area__inner {
        font-size: 1.28571429em;
        margin: 0 5px
    }
}

header .top-links .center-area .fa-phone {
    font-size: 19px;
    margin-right: 3px
}

.header-icon-padding {
    padding-right: 6px;
}

header .logo {
    margin: 32px 0 28px 18px
}

@media (max-width:767px) {
    .back-to-desktop {
        display: none
    }

    header {
        position: static
    }

        header .logo {
            /* position: absolute;
            margin: 12px 0 13px 18px;
            top: 0;
            left: 108px;
            padding-right: 25px;
            transition: all .5s ease-in-out */
        }

        header .moved-nav {
            position: absolute;
            background: #f2f2f2;
            height: 100%;
            z-index: 3000;
            top: 0;
            left: -350px
        }

        header .desktop-nav {
            width: 350px;
            display: block !important
        }

        header .top-links {
            /* margin-top: 80px; */
            padding: 0;
            line-height: normal
        }

            header .top-links .left-links .menu-btn {
                opacity: 1;
                margin-top: 0;
                position: absolute;
                top: 0;
                left: 0;
                background: #dadada;
                border-radius: 0;
                height: 100px;
                width: 100px
            }

                header .top-links .left-links .menu-btn .closed, header .top-links .left-links .menu-btn .opened {
                    display: none;
                    right: 0;
                    left: 0
                }

                header .top-links .left-links .menu-btn .menu-icon {
                    top: 20px;
                    left: 17px;
                    border-radius: 0;
                    height: 50px;
                    width: 61px;
                    background: 0 0;
                    padding: 4px 0
                }

                    header .top-links .left-links .menu-btn .menu-icon .line {
                        width: 100%;
                        height: 8px;
                        border-radius: 3px;
                        background: #fff;
                        display: block;
                        margin: 4px 0
                    }
}

@media (max-width:767px) {
    .header-content {
        margin-top: 10px;
    }
}

.img-logo {
  max-width: 118px;
}

@media (max-width:767px) {
    .img-logo {
        max-height: 45px;
    }
}

@media (max-width:535px) {
    header .logo {
        /* position: absolute;
        margin: 15px 0 24px 18px;
        top: 0;
        left: 0;
        width: auto;
        padding-right: 25px */
    }
}

@media (max-width:450px) {
    header .moved-nav {
        left: -244px
    }

    header .desktop-nav {
        width: 244px
    }
}

@media (max-width:400px) {
    header .top-links {
        /* margin-top: 80px */
    }

    header .logo {
        /* margin: 0;
        top: 20px;
        left: 20px;
        width: auto;
        padding-right: 0; */
    }
}

.header__mob-number {
    display: block;
    padding: 20px;
    font-size: 20px;
    color: #06164a
}

    .header__mob-number:hover {
        text-decoration: none
    }

.animate-banner {
    opacity: 0 !important;
    position: relative;
    top: 0;
    left: 100%;
    transition: all .7s ease-in-out
}

.banner-area {
    overflow: hidden;
    opacity: 0 !important
}

    .banner-area .owl-nav .owl-next, .banner-area .owl-nav .owl-prev {
        position: absolute;
        z-index: 8000;
        top: 50%;
        margin-top: -13px !important;
        opacity: 1 !important;
        text-indent: -9999px;
        width: 36px;
        height: 36px;
        background: url('/assets/images/left.PNG') no-repeat !important;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .banner-area .owl-nav .owl-prev {
        left: 30px
    }

    .banner-area .owl-nav .owl-next {
        right: 30px;
        margin-top: -31px !important;
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .banner-area .item {
        position: relative
    }

.animate-banner.slide-in {
    opacity: 1 !important;
    left: 0
}

    .animate-banner.slide-in .banner-area {
        opacity: 1 !important
    }

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
    margin-right: 7%;
}

.grey-section {
    background: #f5f5f5;
}

.section-content-margin {
    margin-top: 2%;
    margin-bottom: 2%;
}

.section-content {
    position: relative;
    margin-bottom: 30px;
}

.section-btn-padding {
    padding-bottom: 35px !important;
}

.section-header-img {
    max-height: 75px;
    margin-bottom: 55px;
    text-align: center;
}

.section-header-img img {
  display: inline-block;
}

@media (max-width:448px) {
    .section-header-img {
        margin-left: 0px;
    }
}

.section-card {
    /* bottom: 85px; */
    position: relative;
    /* float: right; */
    margin: 0px;
    border: none;
    font-weight: 700;
    color: #fff;
    /* width: 50%; */
    height: 52px;
    display: inline-block;
}

.section-card-overlay {
    bottom: 0;
    position: absolute;
    margin: 0px;
    border: none;
    font-weight: 700;
    color: #fff;
    height: 52px;
    width: auto;
    right: 0;
}

.section-height {
    height: 420px;
}

.section-text-header {
    font-size: 12.5pt;
}

.section-text-content {
    font-family: DaxOT, Arial, sans-serif;
    font-size: 18px;
}

/* @media (max-width:1599px) and (min-width:992px) {
    .section-card-overlay {
        bottom: 75px !important;
    }
}

@media (max-width:990px) {
    .section-card-overlay {
        bottom: 85px !important;
    }
}

@media (max-width:660px) {
    .section-card-overlay {
        bottom: 78px !important;
    }
}

@media (max-width:550px) {
    .section-card-overlay {
        bottom: 68px !important;
    }
} */



.section-card-btn {
    font-weight: bold;
    width: 100%;
    height: 100%;
    line-height: 38px;
}

.section-card-blue-btn {
    background: #002395;
}

.section-card-green-btn {
    background: #739600;
}

.section-card-grey-btn {
    background: #7e7e7e;
}

.bottom30px {
    bottom: -30px;
}

.section-header-title {
    margin-top: 2%;
    margin-bottom: 2%;
}

.img-section {
    width: 690px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 18px;
    font-weight: normal;
}


/* kontakt */

.main-content ul {
    padding: 0
}

    .main-content ul li {
        position: relative;
        color: #4d4d4d;
        list-style-type: none;
        padding-left: 16px
    }

        .main-content ul li:before {
            display: block;
            position: absolute;
            top: 4px;
            left: 0;
            width: 10px;
            height: 10px;
            content: " ";
            background: url(/sitefiles/images/sprite-tpa.png) no-repeat -7px -82px
        }

        .main-content ul li a {
            color: #4d4d4d
        }

            .main-content ul li a:hover {
                color: #06164a
            }

.main-content .product-view ul {
    padding: 0
}

.main-content blockquote {
    border-left-color: #06164a;
    font-size: 1.21428571em
}

    .main-content blockquote footer {
        background: none
    }

.main-content .table th {
    color: #06164a;
    font-size: 1.28571429em;
    font-weight: 400;
    border-right: 1px solid #06164a;
    border-bottom: 2px solid #06164a;
    padding-bottom: 3px;
    padding-left: 15px
}

.main-content .table td {
    font-size: 1.14285714em
}

.main-content .table tr td {
    border-right: 1px solid #06164a;
    border-bottom: 1px solid #06164a;
    border-top: none;
    padding: 15px 10px 3px
}

.main-content .table tr .td-no-border {
    border: none
}

.main-content .grey-bar {
    width: 100%
}

    .main-content .grey-bar.with-edge:before {
        position: absolute;
        top: 0;
        right: 0;
        content: " ";
        display: block;
        height: 8px;
        width: 35px;
        background: url(/sitefiles/images/tpa-site/green-edge.png) no-repeat 0 0
    }

.form-box {
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAAIVBMVEXx8fHy8vLz8/P19fX29vb4+Pj5+fn7+/v8/Pz+/v7////pQO03AAAAd0lEQVQY01XPKw6DUBQG4ekj5EpsXW0dGoWuYglYXJdwXZEgiiZhozxSYDBHnC/5k+E2Xnoa6jTPHhXLCTHp1i8nwhQRhYiogRNhmmcOSlpEdWrqwFQgug+I3plpBNMT0bVF9CoR/Y7alTDttQuFD6LvVvsnTNUEcYVRcJfXuo8AAAAASUVORK5CYII=) repeat 0 0;
    padding: 60px 60px 28px;
    margin: 0 0 20px
}

    .form-box label {
        font-size: 1.42857143em;
        font-weight: 400;
        color: #06164a;
        margin-bottom: 10px
    }

    .form-box .form-control,
    .form-box input,
    .form-box textarea {
        margin-bottom: 30px;
        background: #fff;
        border: none !important;
        height: 54px;
        border-radius: 0;
        padding: 10px 15px;
        color: #7b7b7b
    }

        .form-box .form-control:focus,
        .form-box input:focus,
        .form-box textarea:focus {
            border: 1px solid #06164a !important;
            box-shadow: none;
            outline: 0 none
        }

        .form-box input[type=submit] {
            left: 70%
        }

@media (max-width:1328px) {
    .form-box input[type=submit] {
        left: 65%
    }
}

@media (max-width:600px) {
    .form-box input[type=submit] {
        left: 65%
    }
}

@media (max-width:1000px) {
    .form-box input[type=submit] {
        left: 50%
    }
}

@media (max-width:550px) {
    .form-box input[type=submit] {
        left: 20%
    }
}

.form-box .explanation-text {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 12px
}

.enquiry-form .alert {
    margin-top: 0
}

textarea {
    min-height: 110px;
    height: auto !important;
    color: #7b7b7b;
    padding: 15px
}

.small-input {
    outline: none
}

.EditingFormErrorLabel,
.ErrorLabel {
    width: 100%;
    display: block;
    line-height: 1.3em;
    margin-top: 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.hideErrorLabels .ErrorLabel {
    padding: 0;
    border: 0;
    float: none
}

.enquiry-form {
    text-align: left
}

input,
select,
textarea {
    color: #4d4d4d
}

    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: hsla(0,0%,54%,.75)
    }

    input:-moz-placeholder,
    input::-moz-placeholder,
    select:-moz-placeholder,
    select::-moz-placeholder,
    textarea:-moz-placeholder,
    textarea::-moz-placeholder {
        color: hsla(0,0%,54%,.75)
    }

    input:-ms-input-placeholder,
    select:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: hsla(0,0%,54%,.75)
    }


    input[type=submit] {
        display: inline-block;
        position: relative;
        margin: 0;
        border: 0;
        padding: 12px 36px;
        color: #fff;
        background-color: rgb(255, 110, 10);
        font-size: 1.28571429em;
        vertical-align: middle;
        box-sizing: border-box;
        border-radius: 0;
        transition: background .3s ease
    }

        .btn:focus,
        .btn:hover,
        button:focus,
        button:hover,
        input[type=button]:focus,
        input[type=button]:hover,
        input[type=submit]:focus,
        input[type=submit]:hover {
            color: #fff;
            background-color: #0a2479
        }

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    margin-top: 2px;
    height: auto;
    position: relative;
    display: block;
    float: left;
    margin-left: 0;
    margin-bottom: 0
}

.label-check,
.label-radio {
    display: inline-block;
    position: relative;
    height: 22px;
    margin: 0 26px 0 0;
    padding: 0 0 0 26px;
    vertical-align: middle;
    line-height: 1.57142857em
}

    .label-check:after,
    .label-check:before,
    .label-radio:after,
    .label-radio:before {
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        height: 14px;
        width: 14px;
        margin-top: -7px
    }

    .label-check:before,
    .label-radio:before {
        background: #fff
    }

    .label-check:after {
        content: "\F00C";
        font-family: FontAwesome;
        font-size: 0;
        color: #575757;
        line-height: 1.07142857em
    }

    .label-check.checked:after {
        font-size: 1em
    }

    .label-radio:before {
        border-radius: 7px
    }

    .label-radio:after {
        left: 3px;
        height: 8px;
        width: 8px;
        margin-top: -4px;
        border-radius: 4px
    }

    .label-radio.checked:after {
        background: #575757
    }

.error-control {
    border: 1px solid #a94442;
    background: #f9f1f1
}

.error-message {
    display: block;
    padding: 8px;
    color: #a94442
}

.alert {
    width: 100%;
    float: left;
    line-height: 1.3em;
    margin-top: 10px
}

.ErrorLabel {
    margin: 10px 0
}

.input-box {
    clear: both
}

.LoginPanelPasswordRetrieval {
    display: inline-block
}

.EditingFormInfoLabel,
.InfoLabel {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block
}

.no-width {
    width: auto
}

.checkbox-list-vertical input[type=checkbox],
.checkbox-list-vertical input[type=radio] {
    left: 15px;
    top: 4px;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

    .checkbox-list-vertical input[type=checkbox] ~ label,
    .checkbox-list-vertical input[type=radio] ~ label {
        padding-left: 32px;
        /* height: 20px; */
        display: block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1em;
        vertical-align: middle;
        cursor: pointer;
        font-size: 18px;
    }

    .checkbox-list-vertical input[type=checkbox]:checked ~ label:before,
    .checkbox-list-vertical input[type=radio]:checked ~ label:before {
        background-position: 0 -20px
    }

.checkbox-list-vertical label:before {
  content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAoCAMAAAArMzGQAAAA51BMVEUAfy4AgC4AgDAAgSsAgS8AgTEBfjABgC8BgDEBgS4DgjEEgTMEgjEGgzUIgjcJhjgRhj8WikEejUg/n2JEomRLpW9Pp21VqXVarHtlsYJstIZxuIx5vpF7vpWAw5eLxZ+RyaaVx6qXzauYy6qgzbCi0LOo07ip1Lmx176z2cK/4M3L5djR0dHS0tLS6dnV6tve7+Xj5eTk5OTk5uXl5eXl5efm5OXm5Ofm5ePm5uby+PT2+/f4/ff7//z8//38///9/v/9//7+/v7+//3+/////f7//f///vz//v3//v////v///3///8/I5TBAAAA9UlEQVQoz82Rx1IDQRBDe0k2OedgcjTBbLOwBGNmejGa0f9/DwcXeLEvPkAVOr5qVaskqefao0vJHXukohyE5QPe/bb33zHXy+qa9/Xcd0bK1x6ZNlJNs+zHHuCHj/Qo/fUwkoZylhjsvQ1GvqXdfJFNi4/LV7z9Zi2Q8WkpWSx5DR6tlaGFG9dlaFpYq8xfkyoZ7PkkvMLMbwzPXZBUSdtudXyPHrYts+cxkCqN6A8r1SOylkyf+U4HWQHblYnT/dGpY4sdlrJg3BmbmaweGAGSKvfBiLA5ktQMJI1UeaA5kOtb5IuhAKly5xjhjfAOhLc/2OMT1Y3GPncPLzEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7b7b7b;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
}

@media (max-width:480px) {
    .form-box {
        padding: 38px 26px 22px;
        margin-bottom: 10px
    }
}

.blog-comments .form-group {
    margin-left: 0;
    margin-right: 0
}

.no-js-btn {
    display: none !important
}

.gdpr-checkbox.checkbox input[type=checkbox] {
    position: fixed;
    width: 13px
}

.no-padding {
    padding: 0;
}

.field-validation-valid {
    display: none;
}


/* privacy page */
.table-border {
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
}

.table-border tr {
    border: 1px solid;
    padding-left: 10px;
        padding-right: 10px;
}

.table-border tr th {
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
}
.table-border tr td {
      border: 1px solid;
      padding-left: 10px;
       padding-right: 10px;
}

.section-card-link {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.btn {
  border-radius: 0;
}

.control-label.editing-form-label {
  font-size: 18px;
}

a,
a:hover {
  color: #ff7600;
}

.header {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width:1200px) {
  .header {
    flex-direction: column;
  }
}

.btn-wrapper-right {
  text-align: right;
}

.btn {
  padding: 6px 24px;
}

.table-wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}