:root {
    --color-primary: #EF9C00;
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.index_features i {
    font-size: 70px;
    color: #009fe3 !important;
}


table tr,
table td {
    border-color: #eeeeee !important;
}

h5 {
    font-size: 17px;
}

.testi-content p::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #b8c7e1;
    font-size: 12px;
    top: -5px;
    position: relative;
    right: 3px;
}


.testi-content p::after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #b8c7e1;
    font-size: 12px;
    bottom: -3px;
    position: relative;
    left: 3px;
}


.index-blog .img-holder img,
.index-blog .img-holder {
    border-radius: 5px
}

.footer-img {
    margin-top: -340px;
}

.text-white-50-a a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.breadcrumb {
    position: relative !important;
    width: auto !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%);
}

ol.breadcrumb li:not(:last-of-type):after {
    content: ">";
    color: white;
    margin-right: 5px;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.mw-900p {
    max-width: 900px;
}


blockquote {
    font-size: 1rem;
}


.designer-pages p {
    text-align: justify;
}

#blog .widget .single-post img {
    margin-bottom: 5px;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
}

#blog .widget .single-post {
    margin-bottom: 30px;
}

.entry-title h2, .entry-title h3, .entry-title h4 {
    text-transform: initial;
}


.required.has-error input,
.required.has-error textarea {
    border: 1px solid #A94442 !important;
}

.required.has-error label {
    color: #A94442;
}

.required.has-error iframe {
    border: 1px solid #A94442 !important;
    border-radius: 3px;
}


#results.error .text {
    background: #A94442;
    padding: 15px;
    margin-bottom: 15px;
}

#results.success .text {
    background: #5ca245;
    padding: 15px;
    margin-bottom: 15px;
}

#results.error .text p,
#results.success .text p {
    margin-bottom: 0 !important;
    color: white;
}

#results.error .text h4,
#results.success .text h4 {
    color: white;
    margin-bottom: 10px;
}

#contact .fbox-bg.fbox-center {
    height: calc(100% - 30px);
}


.designer-show-hide .btn:focus {
    box-shadow: none !important;
}

section[class^='designer-'] p:last-of-type, section[class*=' designer-'] p:last-of-type {
    margin-bottom: 0 !important;
}


.designer-call-to-action .promo-dark p,
.designer-call-to-action .promo-dark h1,
.designer-call-to-action .promo-dark h2,
.designer-call-to-action .promo-dark h3,
.designer-call-to-action .promo-dark h4,
.designer-call-to-action .promo-dark h5,
.designer-call-to-action .promo-dark h6,
.designer-call-to-action .promo-dark .toggle-title,
.designer-call-to-action .promo-dark .toggle-icon {
    color: white !important;
}


.promo-white {
    background: white !important;
}

.mt-3-plus + .mt-3-plus {
    margin-top: 1rem !important;
}

.text-white p {
    color: white !important;
}

.designer-show-hide .read-more-trigger {
    bottom: 0;
    padding-left: 0;
    left: 0;
}


/* ----- | Story-Box | ----- */
.story-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.story-box .story-box-image {
    width: 70%;
    height: 500px;
    z-index: 2;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.story-box .story-box-image img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
    opacity: .9;
}

.story-box .story-box-info {
    box-sizing: border-box;
    width: 50%;
    height: max-content;
    padding: 60px;
    margin: 35px 0 0 -20%;
    background: #fff;
    z-index: 4;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
    font-family: 'Playfair Display';
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
    font-size: 16px;
    text-decoration: underline !important;
}

.designer-text-photo-5 .img-1 {
    position: absolute;
    top: 150px;
    left: 50px;
}

.designer-text-photo-5 .twisted .img-1 {
    right: 50px;
    left: unset !important;
}

.designer-text-photo-5 .img-1,
.designer-text-photo-5 .img-2 {
    border-radius: 5px;
}


.designer-paralax .paralax-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.mw-1000p {
    max-width: 1000px !important;
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}


.ess-text {
    text-align: center;
    font-size: 11px;
}

.ess-img img {
    max-height: 60px;
}

.ess-img:not(:last-of-type) {
    margin-right: 20px;
}

.mw-860p {
    max-width: 860px;
}


#logo img {
    height: 75px !important;
}

.cs-radio-input input:checked + label {
    background: var(--color-primary);
    color: white;
}

@media screen and (min-width: 581px) {
    .pb-580-200p {
        padding-bottom: 200px !important;
    }
}

@media screen and (min-width: 992px) {
    .cs-pb-200p {
        padding-bottom: 200px !important;
    }

    .sub-menu-container, .mega-menu-content {
        width: 260px;
    }

    .flexslider .h3 {
        max-width: 800px;
    }
}

@media screen and (max-width: 1300px) {
    .designer-text-photo-5 .img-1 {
        top: 250px;
    }
}


@media screen and (max-width: 991px) {

    .story-box .story-box-image {
        height: auto;
        width: 100%;
        height: 400px;
        -ms-flex-order: -1;
        order: -1;
    }

    .story-box.description-left .story-box-info {
        -ms-flex-order: -1;
        order: -1;
        margin: 35px -20% 0 0;
    }

    .story-box.description-left .story-box-info {
        margin: -40px 5% 0;
    }

    .story-box .story-box-info {
        max-width: 90%;
        height: auto;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        margin: -40px 5% 0;
    }

    .cs-mb-8 {
        margin-bottom: 8rem !important;
    }

    .cs-mb-12 {
        margin-bottom: 12rem !important;
    }

    .designer-text-photo-5 .img-1 {
        top: 150px;
        left: 15px;
    }

    .designer-text-photo-5 .twisted .img-1 {
        right: 15px;
        left: unset !important;
    }
}


@media screen and (max-width: 767px) {

    .story-box.description-left .story-box-info {
        margin: -100px 5% 0;
    }

    .story-box .story-box-info {
        padding: 35px;
        text-align: center;
        margin: -100px 5% 0;
    }

    .customers-count {
        border-right: none
    }
}

@media screen and (max-width: 479px) {

    .story-box .story-box-info {
        width: 100%;
        padding: 15px;
        text-align: center;
        margin: -200px 5% 0;
    }

    .story-box.description-left .story-box-info {
        margin: -200px 5% 0;
    }

    ul.tab-nav:not(.tab-nav-lg) li a i {
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    .designer-paralax .parallax {
        background-position: 50% 50% !important;
    }
}

@media screen and (max-width: 991px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }


    .flexslider .h1 {
        font-size: 30px;
    }

    .flexslider .h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 833px) {
    .o-2-833p {
        order: 2;
        -ms-flex-order: 2;
    }
}

@media screen and (max-width: 767px) {

    .flexslider .h1 {
        font-size: 20px;
    }

    .flexslider .h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 580px) {
    #index .footer-img {
        margin-top: -235px;
    }

    #index .nott.display-4 {
        padding-top: 3rem !important;
    }

    .designer-text-photo-5 .img-1 {
        position: relative;
        right: unset !important;
        left: unset !important;
        top: unset !important;
        bottom: unset !important;
        margin-bottom: 2rem !important;
    }

    .cs-mb-8,
    .cs-mb-12 {
        margin-bottom: 0 !important;
    }


    .designer-text-photo-5 img {
        width: 100% !important;
    }


    .cs-mb-sm-5 {
        margin-bottom: 5rem !important;
    }

}


@media screen and (max-width: 480px) {

}


.designer-pages ul {
    padding-left: 15px;
}

.text-white-50-a > a {
    color: rgba(255, 255, 255, 0.5) !important;
}


#order_examination_form .form-group:not(.active) {
    display: none !important;
}

.cs-radio-input {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.cs-radio-input h3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    flex: 0 0 100%;
    font-size: 17px;
    font-weight: normal;
}

.cs-radio-input .label-con {
    padding: 15px;
    flex: 0 0 50%;
    height: 100%;
}


.cs-radio-input label {
    border: 1px solid #EF9C00;
    padding: 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease;
}

.cs-radio-input label:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 6px -4px #0000003d;
}

.cs-radio-input input {
    display: none !important;
}

.cs-radio-input input:checked + label:before {
    content: "\f06e";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: white;
    top: 5px;
    left: 10px;
    position: absolute;
}

.top-phone {
    text-transform: uppercase;
}

[class^="designer-"]:last-of-type.designer-map {
    margin-bottom: -150px;
}

.bg-color-blue {
    background: rgba(37, 167, 220, 0.85);
}

.bg-color-white {
    background: rgba(255, 255, 255, 0.85);
}

.s-color-white {
    color: rgba(255, 255, 255, 0.85);
}

.s-color-blue {
    color: rgba(37, 167, 220, 0.85);
}

.bg-overlay-content {
    align-items: start;
}

.index_obvestilo .modal-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.index_obvestilo .modal-body {
    background: var(--color-primary);
    border-radius: 3px;
    color: white;
    text-align: center;
}

.index_obvestilo .modal-body > div {
    padding-right: 25px;
}

.index_obvestilo .modal-body p:last-child {
    margin-bottom: 0 !important;
}

.index_obvestilo .modal-body .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
}

.hero-features-2 {
    padding: 40px 30px;
    border-bottom: 4px solid rgba(0, 0, 0, .2);
}

.index_features {
    font-size: 14px;
    text-align: center;
}

.hero-features-2 h3 {
    font-size: 21px !important;
}

.sub-menu-container {
    border-top-color: #e4e4e4;
}

#logo img {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 580px) {
    .cs-radio-input {
        flex-direction: column;
    }

    .cs-radio-input .label-con {
        padding-bottom: 0;
    }

    .cs-radio-input .label-con {
        height: unset;
        flex: 0 0 100%;
    }

}

label small {
    font-size: 22px;
    color: darkred;
}

.p-tb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb-20{
    padding-bottom: 20px;
}