.ds {
    background-color: #498f54;
    color: #9a9a9a;
}

.preloader {
    background-color: rgba(73, 143, 84, .98);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 13000
}
.toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
    background-color: #498f54;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
    display: none
}

.preloader_image {
    background: url(../img/preloader-img.png) no-repeat 50% 50% transparent;
    height: 256px;
    left: 50%;
    margin: -128px 0 0 -128px;
    position: absolute;
    top: 50%;
    width: 256px
}

.page_copyright {
    background-color: #498f54;
    color: #ffffff;
}

.page_header .btn {
    padding: 10px 20px;
}

ul.listhome li {
    line-height: 22px;
    padding: 0px 0;
}

.btn-maincolor {
    border-color: #e76f03;
    color: #ffffff;
}

.btn-maincolor::before {
    background-color: #e76f03;
}

@media (min-width: 992px) {
    .copyright .dev {
        float: right;
        margin-bottom: 5px;
    }

    .copyright .dev svg {
        height: 16px;
    }

    .copyright p {
        text-align: left;
    }

    .copy span {
        display: inline;
    }

    .copy span::after {
        content: " - ";
    }

    .social-icons a::before {
        font-size: 18px;
    }

    .page_slider.slider-1 .intro_featured_word {
        font-size: 150px;
    }

    .page_slider {
        overflow: hidden;
        height: calc(100vh - 79px);
    }

    .page_slider .intro_layers {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        width: 100%;
    }

    .page_slider .intro_layers_wrapper {
        padding: 0 !important;
        height: calc(100vh - 79px);
    }

    .g-0-mod>[class*='col-'] {
        padding-right: 10px;
        padding-left: 10px;
    }

}


.square-video {
    width: auto;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1;
}

.blog-post-image {
    border-radius: 10px;
}

.square-image-width,
.square-image-height,
.square-image {
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1;
    text-align: center;
    position: relative;
    background-image: url(../images/bg/bg-feed.png);
}

.square-image-height img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;

}

.square-image img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.square-image-width img:nth-child(1) {
    max-height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.square-image-width img:nth-child(2) {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;

}

.video-feed {
    position: absolute;
    top: 0;
    right: 0;
}

.video-feed,
.image-feed {
    border-radius: 10px;
    /*opacity: 0.5;*/
}

.mt-20 {
    margin-top: 20px;
}

.section-gallery {
    background: url(../images/bg/bg-gallery.png) no-repeat center/cover;
}

.contacts-list {
    padding-left: 0
}

.contacts-list li {
    list-style: none;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    line-height: 24px;
}

.contacts-list li a {
    list-style: none;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    line-height: 24px;
}

.contacts-list li a span {
    margin-left: 16px;
}

.contacts-list li a i {
    font-size: 22px;
}

.page_footer .widget>h3,
.page_footer .widget .widget-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.widget_social_buttons a::before {
    font-size: 22px;
}

.logo-footer img {
    max-height: 120px;
}

.page_footer .widget+.widget {
    margin-top: 10px;
}

.page_footer .widget_text h5 {
    margin-top: 10px;
}

.response,
.color-main {
    border-color: #e76f03;
    color: #e76f03 !important;
}

.text-unset {
    text-transform: unset;
}

.page_slider .flexslider .slides li {
    height: calc(100% - 78px);
    min-height: unset;
    top: -78px;
}


.ds {
    background-color: #ffffff;
    color: #498f54;
}

@media (min-width: 1200px) {
    .sf-menu li {
        padding: 0;
        font-weight: 500;
    }

    .ds .sf-menu>li>a {
        color: #498f54;
    }

    .ds .sf-menu>li>a:hover,
    .ds .sf-menu>li.active>a {
        color: #e76f03;
    }
}

@media (max-width: 991px) {
    .copyright .dev svg {
        height: 16px;
    }

    .dev {
        text-align: center;
    }

    .copy {
        color: #ffffff;
        text-align: center;
        line-height: 18px;
    }

    .copy span {
        color: #ffffff;
        display: block;
    }

    .page_topline {
        display: none;
    }

    .page_slider .flexslider .slides li {
        height: calc(100vh - 100px);
        top: 0;
    }

    .g-0-mod>[class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .sf-menu {
        background-color: #fff;
        border-top: 61px solid #498f54;
    }
    .toggle_menu.mobile-active {
        background-color: #e76f03;
    }

}