
.gtco-card-item {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .gtco-card-item figure {
        height: 240px;
        overflow: hidden;
        z-index: 12;
        position: relative;
    }

        .gtco-card-item figure .overlay {
            opacity: 0;
            visibility: hidden;
            z-index: 10;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            background: rgba(0, 0, 0, 0.4);
            -webkit-transition: 0.7s;
            -o-transition: 0.7s;
            transition: 0.7s;
        }

            .gtco-card-item figure .overlay i {
                z-index: 12;
                color: #fff;
                font-size: 30px;
                position: absolute;
                margin-left: -15px;
                margin-top: -45px;
                top: 50%;
                left: 50%;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

    .gtco-card-item img {
        z-index: 8;
        opacity: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .gtco-card-item .gtco-text {
        padding: 20px 10px 10px 20px;
        text-align: center;
    }

        .gtco-card-item .gtco-text h3 {
            color: black;
        }

        .gtco-card-item .gtco-text.text-left {
            text-align: left;
        }

        .gtco-card-item .gtco-text h2, .gtco-card-item .gtco-text span {
            text-decoration: none !important;
        }

        .gtco-card-item .gtco-text h2 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
            color: #3C8DBC; /*#66D37E;*/
        }

        .gtco-card-item .gtco-text span {
            color: #b3b3b3;
            font-size: 16px;
            font-weight: 400;
        }

        .gtco-card-item .gtco-text p {
            color: #000;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            font-size: 12px;
            margin-botom: 10px;
        }

        .gtco-card-item .gtco-text span.btn {
            color: #666666;
            opacity: 1;
            bottom: 0;
            background: #ebebeb;
            border: 2px solid #ebebeb;
            position: relative;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

        .gtco-card-item .gtco-text .gtco-category {
            font-size: 12px;
            color: #cccccc;
        }

            .gtco-card-item .gtco-text .gtco-category span {
                font-size: 12px;
                color: gray;
                display: -moz-inline-stack;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

    .gtco-card-item:hover, .gtco-card-item:focus {
        bottom: 7px;
        text-decoration: none;
        -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
        -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
        -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    }

        .gtco-card-item:hover img, .gtco-card-item:focus img {
            -webkot-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

        .gtco-card-item:hover span.btn, .gtco-card-item:focus span.btn {
            opacity: 1;
            visibility: visible;
            bottom: 0px;
            color: #fff !important;
            /*border: 2px solid #C80E10 !important;
            background: #C80E10 !important;*/
        }

        .gtco-card-item:hover figure .overlay, .gtco-card-item:focus figure .overlay {
            opacity: 1;
            visibility: visible;
        }

            .gtco-card-item:hover figure .overlay i, .gtco-card-item:focus figure .overlay i {
                margin-top: -15px;
            }

        .gtco-card-item:hover h2, .gtco-card-item:hover span, .gtco-card-item:focus h2, .gtco-card-item:focus span {
            text-decoration: none !important;
        }

    .gtco-card-item .gtco-text h3 {
        color: #3C8DBC;
    }

img {
    border: 0;
    display: block;
    height: auto;
   /* max-width: 100%;*/
    width: auto;
}

.owl-item img, .full-img {
    max-width: none;
    width: 100%;
    max-height: 300px;
    vertical-align: middle;
    /*  padding: 20px;*/
}

/*.grid.margin.white {
    background-color: whitesmoke;
    padding: 0px 20px;
}*/

.white {
    background-color: whitesmoke;
    color: black;
}

    .white h1, .white h2, .white h3, .white h4, .white h5 {
        color: black;
    }

.gtco-card-item .gtco-text span.btn {
    color: #fff; /*#666666;*/
    opacity: 1;
    bottom: 0;
    background: #C80E10; /*#ebebeb;*/
    border: 2px solid #C80E10;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-card-item .gtco-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}

.gtco-card-item .gtco-text h2, .gtco-card-item .gtco-text span {
    text-decoration: none !important;
}

.btn-primary {
    background: #66D37E;
    color: #fff;
    border: 2px solid #ebebeb !important;
    border-radius: 4px;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Fractul-Black", sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #7ad98f !important;
    border-color: #7ad98f !important;
}

.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}


h1, h2, h3, h4, h5, h6, figure {
    color: black;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}


.gtco-gray-bg {
    background-color: #f6f9fc;
}

    .gtco-gray-bg.skew {
        position: relative;
        padding-top: 110px;
    }

        .gtco-gray-bg.skew:before {
            content: "";
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 180%;
            top: 0;
            -webkit-transform: skewY(-12deg);
            -moz-transform: skewY(-12deg);
            transform: skewY(-12deg);
            background: #f6f9fc;
        }

#gtco-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%;
}

.gtco-container {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}

.gtco-contact-info ul li:before {
    color: #cccccc;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer.grid {
    color: white;
    margin-top: 30px !important;
}

/*NEW KOSO*/

.overflow-hid {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.gtco-gray-bg {
    background-color: #f6f9fc;
}

    .gtco-gray-bg.skew {
        position: relative;
        padding-top: 110px;
    }

        .gtco-gray-bg.skew:before {
            content: "";
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 180%;
            top: 0;
            -webkit-transform: skewY(-12deg);
            -moz-transform: skewY(-12deg);
            transform: skewY(-12deg);
            background: #f6f9fc;
        }

#gtco-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%;
}

.feature-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 50px;
    }
}

.feature-center .icon {
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    margin: 0 auto 40px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .feature-center .icon i {
        display: table-cell;
        vertical-align: middle;
        height: 90px;
        font-size: 40px;
        line-height: 40px;
        color: #cccccc;
    }

.feature-center p, .feature-center h3 {
    margin-bottom: 30px;
}

.feature-center h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #66D37E;
    position: relative;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

    .feature-left .icon {
        float: left;
        text-align: center;
        width: 15%;
    }

        .feature-left .icon i {
            display: table-cell;
            vertical-align: middle;
            font-size: 40px;
            color: #66D37E;
        }

    .feature-left .feature-copy {
        float: right;
        width: 80%;
    }

        .feature-left .feature-copy h3 {
            font-size: 18px;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

.gtco-heading {
    margin-bottom: 5em;
}

    .gtco-heading.gtco-heading-sm {
        margin-bottom: 2em;
    }

    .gtco-heading h2 {
        font-size: 50px;
        margin-bottom: 10px;
        line-height: 1.5;
        font-weight: 300;
        color: #000;
        position: relative;
    }

@media screen and (max-width: 768px) {
    .gtco-heading h2 {
        font-size: 26px;
    }
}

.gtco-heading p {
    font-size: 20px;
    line-height: 1.5;
    color: gray;
}

#gtco-products {
    background: #008ee0;
}

    #gtco-products .item img {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }

    #gtco-products .gtco-heading h2 {
        color: #fff;
    }

    #gtco-products .gtco-heading p {
        color: rgba(255, 255, 255, 0.8);
    }

#gtco-subscribe {
    background: #66D37E;
}

    #gtco-subscribe .form-control {
        background: transparent;
        color: #fff;
        font-size: 16px !important;
        width: 100%;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        #gtco-subscribe .form-control:focus {
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.8) !important;
        }

        #gtco-subscribe .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        #gtco-subscribe .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
        }

        #gtco-subscribe .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
        }

        #gtco-subscribe .form-control:-ms-input-placeholder {
            color: #fff;
        }

    #gtco-subscribe .btn {
        height: 46px;
        border: none !important;
        background: #fff;
        color: #66D37E;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        padding-left: 50px;
        padding-right: 50px;
    }

    #gtco-subscribe .form-inline .form-group {
        width: 100% !important;
        margin-bottom: 10px;
    }

        #gtco-subscribe .form-inline .form-group .form-control {
            width: 100%;
        }

    #gtco-subscribe .gtco-heading {
        margin-bottom: 30px;
    }

        #gtco-subscribe .gtco-heading h2 {
            color: #fff;
        }

        #gtco-subscribe .gtco-heading p {
            color: rgba(255, 255, 255, 0.5);
        }

#gtco-footer {
    padding-top: 10em;
    background: #4d4d4d;
    color: rgba(255, 255, 255, 0.3);
}

    #gtco-footer a:hover {
        color: #fff !important;
    }

    #gtco-footer .gtco-footer-links {
        padding: 0;
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
    }

        #gtco-footer .gtco-footer-links li {
            padding: 0;
            margin: 0 0 15px 0;
            list-style: none;
            line-height: 1;
        }

            #gtco-footer .gtco-footer-links li a {
                color: rgba(255, 255, 255, 0.5);
                text-decoration: none;
            }

                #gtco-footer .gtco-footer-links li a:hover {
                    color: #fff !important;
                    text-decoration: underline;
                }

    #gtco-footer .gtco-widget {
        margin-bottom: 30px;
    }

        #gtco-footer .gtco-widget h3 {
            color: #fff;
            margin-bottom: 15px;
            font-weight: 300;
            font-size: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        #gtco-footer .gtco-widget .gtco-quick-contact {
            padding: 0;
            margin: 0;
        }

            #gtco-footer .gtco-widget .gtco-quick-contact li {
                padding: 0;
                margin: 0 0 10px 0;
                list-style: none;
            }

                #gtco-footer .gtco-widget .gtco-quick-contact li i {
                    width: 30px;
                    float: left;
                    font-size: 18px;
                    position: relative;
                    margin-top: 4px;
                    display: -moz-inline-stack;
                    display: inline-block;
                    zoom: 1;
                    *display: inline;
                }

    #gtco-footer .footer-logo span {
        color: #66D37E;
    }

    #gtco-footer .copyright {
        color: #b3b3b3;
        padding-top: 3em;
        margin-top: 3em;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

@media screen and (max-width: 768px) {
    #gtco-footer .copyright .pull-left,
    #gtco-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}

#gtco-footer .copyright .block {
    display: block;
}

#gtco-offcanvas {
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #gtco-offcanvas {
        display: block;
    }
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

    #gtco-offcanvas a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}

    #gtco-offcanvas ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #gtco-offcanvas ul li > ul {
            padding-left: 20px;
            display: none;
        }

        #gtco-offcanvas ul li.offcanvas-has-dropdown > a {
            display: block;
            position: relative;
        }

            #gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
                position: absolute;
                right: 0px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e921";
                font-size: 20px;
                color: rgba(255, 255, 255, 0.2);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

        #gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }



.logo-text {
    font-size: 28px;
    color: white;
    font-weight: bold;
}

@media (max-width: 600px) {

    .logo-text {
        font-size: 18px;
        float: right;
    }
}

.carosel_img1 {
    background-image: url('../img/carousel-01.jpg');
}

.carosel_img2 {
    background-image: url('../img/carousel-02.jpg');
}

.carosel_img3 {
    background-image: url('../img/carousel-03.jpg');
}

.flag_lang {
    min-width: 80px;
    text-align: center;
}

.carosel_quote1 {
    width: 50%;
}

@media (max-width: 600px) {
    .media-phone-only {
        width: 70%;
    }
}

.carosel_quote2 {
    width: 80%;
}

.lot-img {
    max-width: none;
    width: auto;
    max-height: 300px;
    vertical-align: middle;
    /* padding: 20px; */
}

.home_div_img_container_right {
    position: relative;
    left: 12%;
    z-index: 100;
}

.home_div_back_right_container {
    background-color: #3C8DBC;
    position: absolute;
    left: -6%;
    width: 100%;
    height: 100%;
    top: 4%;
}

.home_div_img {
    position: relative;
    z-index: 1000;
}


.home_div_img_container_left {
    position: relative;
    left: 11%;
    z-index: 100;
}

.home_div_back_left_container {
    background-color: #3C8DBC;
    position: absolute;
    left: -6%;
    width: 100%;
    height: 100%;
    top: 4%;
}


/*.white .full-img {
    max-width: none;
    width: auto ;
    max-height: 300px;
    vertical-align: middle;*/
/* padding: 20px; */
/*}*/

.about_us_back_img {
    background-image: url('../img/AboutUs.jpg');
}

.field-validation-error {
    color: #dd4b39;
    display: block;
    font-size: 13px;
}

/*.form-control{font-size:18px;}*/


.form-group label {
    font-size: 16px;
    color: #002633 !important;
}

.contact_form
.h1, .contact_form .h2, .contact_form .h3, .contact_form .h4, .contact_form .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: black;
}

.contact_form
label {
    margin-bottom: .5rem;
    font-family: "Acumin Variable Concept" !important;
    font-weight: 500;
    line-height: 1.2;
    color: black;
    font-size:13px;
}


.team-img {
    /* max-width: none;
    width: auto;
    height: 300px;
    vertical-align: middle;*/
    /*  padding: 20px;*/
    object-fit: contain;
    max-width:100%;
   /* max-height:200px;*/
}

@media (max-width: 600px) {
    .team-img {
        width: 100%;
        height: auto;
        max-height: auto;
    }
}

.row-flex {
    display: flex;
}

.col-flex {
    flex: 1;
    height: 100%;
    position: relative;
}


.size-1520 .line, .size-1520 .container {
    max-width: 95rem;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .page-aboutus .row-flex {
        flex: none;
        display: block;
    }

    .page-aboutus .col-flex {
        height: auto;
        display: block;
        padding: 20px;
    }
}

.ribbon-content {
    background: #EEDDD3;
    width: 100%;
    max-width: 90%;
    /* min-height: 400px;*/
    /*  max-height:300px;*/
    margin: 3em auto;
    padding: 1.250em;
    border-radius: 0.313em;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    line-height: 1.5em;
}

    .ribbon-content .ribbon-title {
        color: black;
        border-radius: 36px;
        display: block;
        padding: 15px 30px;
        margin-top: 16px;
        margin-left: 10px;
        position: absolute;
        top: -26px;
        background-color: #F6B3A8;
        left: 16px;
        width: 75%;
    }

.ribbon {
    position: relative;
    padding: 0 0.5em;
    font-size: 2.000em;
    margin: 0 0 0 -0.625em;
    line-height: 1.875em;
    color: black;
    border-radius: 0 0.156em 0.156em 0;
    background: #F6B3A8;
    box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
    width: fit-content;
}

.ribbon-content .home-status {
    font-size: 10px;
    color: red;
    /*padding:10px 0px;*/
    display: block;
}

.ribbon-content .home-price {
    font-size: 14px;
    color: red;
    font-weight: bold !important;
    padding: 10px 0px;
    display: block;
    color: black;
}

.home-items {
    margin: 30px 0 px;
}
/*.ribbon:before, .ribbon:after {
            position: absolute;
            content: '';
            display: block;
            box-sizing: content-box;
        }

        .ribbon:before {
            width: 0.469em;
            height: 100%;
            padding: 0 0 0.438em;
            top: 0;
            left: -0.469em;
            background: inherit;
            border-radius: 0.313em 0 0 0.313em;
        }*/

/* .ribbon:after {
            width: 0.313em;
            height: 0.313em;
            background: rgba(0,0,0,0.35);
            bottom: -0.313em;
            left: -0.313em;
            border-radius: 0.313em 0 0 0.313em;
            box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
        }*/

@media (max-width: 600px) {



    .ribbon {
        line-height: 1.143em;
        padding: 0.5em;
    }

        .ribbon:before, .ribbon:after {
            font-size: 0.714em;
        }
}

.red {
    color: #F6B3A8 !important;
}

.btn-red {
    font-family: "Acumin Variable Concept";
    background-color: #eb676d; /*#F6B3A8;*/
    color: white;
    padding: 7px 8px 5px 8px;
    font-size: 13px;
}



    .btn-red:hover, .btn-red:focus, .btn-red:active {
        background: #eb676d !important;
        border-color: #eb676d !important;
        opacity: 0.8;
        color:white;
    }

/*.btn-info.active, .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: black !important;
    background-color: #eb676d;
    border-color: #eb676d;
}
.btn-info {
    color: black !important;
    background-color: #F6B3A8;
    border-color: #F6B3A8;

}*/

.btn-info {
    color: black;
    background-color: #F6B3A8;
    border-color: #F6B3A8;
    font-family: "Fractul-Black", sans-serif;
    font-size: 16pt;
}

    .btn-info:focus, .btn-info.focus {
        color: black;
        background-color: #eb676d;
        border-color: #eb676d;
    }

    .btn-info:hover {
        color: black;
        background-color: #eb676d;
        border-color: #eb676d;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: black;
        background-color: #eb676d;
        border-color: #eb676d;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: black;
            background-color: #eb676d;
            border-color: #eb676d;
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }


/*.homepage .items label {
    color: #005881;
}
*/
.card-item {
    min-height: 145px;
}

.padd-30 {
    padding: 30px;
}

.padd-left-20 {
    padding-left: 20px;
}

.padd-right-20 {
    padding-right: 20px;
}



.behind-row {
    background: #F6B3A8;
    border-radius: 50px;
    /* margin: 108px; */
    height: 520px;
    /* margin-top: 67px; */
    position: absolute;
    top: 11px;
    border: 0;
    left: 6%;
    right: -6%;
    width: 90%;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-top: 5px;
}

.details-title {
    font-size: 28px;
    color: black;
    font-family: 'Fractul-Black';
}

.historical-text {
  
    line-height: 1.6rem;
    font-weight: 400;
    font-size: 0.95rem;
}

.galery-acquisition:hover, .galery-acquisition:focus {
    bottom: 7px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}

.top-nav ul ul li a.top-nested {
    padding-left: 20px;
}

    .top-nav ul ul li a.top-nested:before {
        content: ">";
        padding-right: 5px;
        font-size: 17px;
    }

    .padding-cetered{
        padding:20px 50px;
    }


 /*.galery-row:after {
    background: #F6B3A8;
    border-radius: 50px;*/
    /* margin: 108px; */
    /*height: 520px;*/
    /* margin-top: 67px; */
    /*position: absolute;
    top: 11px;
    border: 0;
    left: 6%;
    right: -6%;
    width: 90%;
}*/


.form-control {
    font-family: sans-serif;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-red {
    color: #EC676D;
}


@media (max-width: 1024px) {
    .footer .footer-padding-2x {
        padding: 20px;
    }

   
}

.contact-table-td {
    width: 50%;
    padding: 20px;
    font-size: 15.2px;
}

@media (max-width: 768px) {
    .contact-table-td {
        width: 50%;
        padding: 0px 5px !important;
        font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
        white-space: nowrap;
    }
    .footer .background-dark
    {
        text-align:center;
    }

    .contact-info .padding, .contact-info .padding-2x{
        padding:0px !important;
    }

.home-items .too_late {
    width: 82px;
    position: absolute;
    right: -6px;
    top: 15px;
}

.home-items .final_call {
    height: 36px;
    position: absolute;
    right: -6px;
    top: 15px;
}

.galery-row .too_late {
    width: 88px !important;
    position: absolute;
    top: 51px;
}

.galery-row .final_call {
    height: 36px !important;
        position: absolute !important;
        top: 15px !important;
        right: 0 !important;
        width: auto !important;
        -webkit-transform: translateZ(0);
        z-index: 10;
}
}