:root {
    --light-gold: #BEB990;
    --dark-gold: #B0AA79;
}

#error

#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: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

#googleMap {
    width: 100%;
    height: 450px;
}

.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::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

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

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

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.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: var(--light-gold) !important;
    color: var(--light-gold);
}

.contact #form {
    position: relative;
    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;
}

.pt-50 {
    padding-top: 50px;
}

.pt-20 {
    padding-top: 20px;
}

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

.t-center {
    text-align: center;
}

.if-zoom .image_frame .image_wrapper .image_links {
    display: block;
}

.image_frame .image_wrapper .image_links.double a {
    width: 100%;
    height: 100%;
}

.image_frame .image_wrapper .image_links a:hover {
    color: #fff;
    background: transparent;
}

.image_frame:hover .image_wrapper .image_links, .image_frame.hover .image_wrapper .image_links {
    height: 100%;
}

.image_frame .image_wrapper .image_links {
    background: rgba(151, 204, 2, 0.6);
}

#Content .portfolio-item .image_links.double [class^="icon-"]::before, [class*=" icon-"]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    left: 0;
    right: 0;
    font-size: 35px;
}

.widget.woocommerce.widget_product_categories ul li a {
    color: #333;
}

.children {
    padding-left: 20px;
}

/*
.widget_product_categories ul > li::before {
font-family: "mfn-icons";
content: "\e918";
display: inline-block;
width: 18px;
border-width: 0 0 1px;
border-style: solid;
border-color: rgba(255, 255, 255, .2);
left: -10px;
bottom: 0;
font-size: 17px;
}

ul.product-categories li.active::before {
color: #97cc02;
}
*/

.product-categories {
    padding: 10px;
}

.widget_product_categories ul {
    background-color: transparent;
}

ul.product-categories li {
    padding-top: 1px;
    padding-bottom: 1px;
}

ul.product-categories > li:first-child {
    margin-top: 0;
}

ul.product-categories li a {
    position: relative;
}

ul.product-categories li.active a::before {
    border-left: 3px solid #97cc02;
    content: " ";
    position: absolute;
    width: 2px;
    left: -8px;
    top: 0;
    bottom: 0;
}

ul.product-categories li.active a {
    font-weight: bold;
}

ul.product-categories li.children.active a::before {
    left: -28px;
}

ul.product-categories li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mt-30 {
    margin-top: 30px;
}

a.index-button-margin-fix {
    margin: 30px 40px;
}

.ptb-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pt-100 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 30px;
}

.pr-0 {
    padding-right: 0 !important;
}

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

.marg-b0 {
    margin-bottom: 0;
}

.main-content-crumbs {
    position: relative;
}

.layer-overlay::before {
    /*background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    background-color: rgba(17, 17, 17, 0.5);*/
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: var(--light-gold);
}

/*.layer-overlay.overlay-dark-5::before {
    background-color: rgba(17, 17, 17, 0.7);
}*/

ul.breadcrumb li {
    display: inline;
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 15px;
}

.portfolio_group .portfolio-item .desc {
    padding: 10px 0;
}

.portfolio-item .desc h5, h5.ind_prod {
    font-size: 17px;
    font-weight: 600;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}

.gallery .gallery-item {
    overflow: hidden;
    margin: 0 0 10px !important;
}

.gallery .gallery-item .gallery-icon {
    border: 0;
    width: 95%;
    overflow: hidden;
    line-height: 0;
    margin-right: 2.5% !important;
    margin-left: 2.5% !important;
    padding: 0 !important;
    position: relative;
}

dl > dt, dl > dd {

    border-style: solid;
    padding: 10px 0;
    margin: 0;
    margin-right: 0;
    margin-left: 0;
}

dl > dt {
    display: block;
    float: left;
    width: 100px;
}

.image_frame {
    border-color: #f8f8f8;
    display: block;
    margin: 0;
    border-width: 8px;
    border-style: solid;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame .image_wrapper, .wp-caption img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame .image_wrapper .mask {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.image_frame .image_wrapper .mask {
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
}

.if-zoom .image_frame:hover .image_wrapper img {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#Footer .widgets_wrapper {
    padding: 50px 0 20px;
}

.form-group > input, .form-group > textarea {
    width: 100%;
    margin-bottom: 0;
}

#form > .form-group.column {
    margin: 0 1% 20px;
}

.modal-footer button {
    margin-bottom: 0;
}

.modal-dialog .modal-header button.close {
    display: block;
    float: right;
    position: absolute;
    right: 1rem;
    width: 50px;
    background: no-repeat;
    color: #333;
    font-size: 25px;
    top: 0;
    margin: auto;
    padding: 0;
    bottom: 0;
}

.modal-dialog .modal-header button.close::after {
    transition: none;
}

.modal-dialog .modal-header button.close:hover::after {
    background-color: transparent;
}

.modal-dialog .modal-header {
    position: relative;
}

.pager .pages a, .pager .pages li.page-numbers {
    display: inline-block;
    margin: 0 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main-content-crumbs h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
}

.fancy_heading.fancy_heading_line h2 {
    font-size: 48px;
    line-height: 1.4em;
}

.slider h2, .slider p {
    font-size: 40px;
    line-height: 1.4em;
    color: #fff !important;
    font-weight: 800;
    text-shadow: #000 1px 1px;
}

.slider h6 {
    margin-top: 20px;
}

.slider a {
    font-size: 20px;
    line-height: 1.4em;
    color: #ffffff !important;
    font-weight: 400;
    background-color: transparent;
    border: #ffffff solid 2px;
    padding: 20px;
}

.slider a:hover {
    font-size: 20px;
    line-height: 1.4em;
    color: #000 !important;
    font-weight: 400;
    background-color: #ffffff;
    border: #ffffff solid 2px;
    padding: 20px;
}

.slider .three-fifth {
    position: relative;
    /*border: #ffffff solid 10px;*/
    padding: 100px 50px;
}

.border-slider-box {
    border: 10px solid #fff;
}

/*
.video {
height: 400px;
}*/

ul.product-categories li > a:hover {

    font-weight: bold;
    text-decoration-line: none;

}

#sign-in {
    margin-left: 1%;
}

.content_video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.content_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#Footer .footer_copy .one {
    margin-bottom: 20px;
    padding-top: 30px;
}

.modal select {
    margin-bottom: 0px;
    width: 100%;
}

.modal .checkout-register {
    display: none;
}

.modal .modal-footer {
    padding: 1rem 0;
}

#Top_bar .logo {
    margin: 0px 30px 0 0;
}

.shop_slider .blog_slider_header a.slider_prev {
    left: 0;
    right: unset;
}

#Top_bar .menu > li > a {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #000;
}

#Top_bar.is-sticky .menu > li > a {
    color: #444;
    text-shadow: none;
}

#Top_bar .menu > li.current > a,
p.price {
    color: var(--light-gold);
}

.is-sticky .hidden-sticky {
    display: none;
}

.hidden-top-menu {
    display: none;
}

.is-sticky .hidden-top-menu {
    display: block;
}

/*.header-transparent #Top_bar #logo {
  height: 100px;
}*/

#Top_bar.is-sticky #logo img:not(.svg) {

    max-height: 100%;
}

.price ins {
    font-size: 20px;
    text-decoration: none;
}

.pt-140 {
    padding-top: 140px;
}

.appointment-button {
    font-size: 20px;
    font-weight: 700;
}

.appointment-button span {
    /*text-shadow: 2px 2px 8px #000;*/
}

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

a.button_theme {
    color: #000;
    font-weight: 600;

}

a.button .button_label {
    padding: 11px 25px;
    font-size: 16px;
}

.f-weight-600 {
    font-weight: 600;
}

.offer_thumb_ul li.offer_thumb_li .image_wrapper {
    float: left;
}

.offer_thumb {
    padding-right: 120px;
    padding-left: 0;
}

.offer_thumb .slider_pagination {
    right: 0;
    top: 0;
    left: auto;
}

.offer_thumb .desc h4 {
    font-weight: 600;
}

.offer_thumb a:hover,
.offer_thumb a:hover h4,
.offer_thumb a:hover h5 {
    color: var(--light-gold) !important;
    text-decoration: none;
}

.column_tabs .section,
.column_tabs .section .section_wrapper {
    width: 100%;
}


.section.mcb-section.dark,
.list_item.lists_1 .list_left {
    background-color: var(--light-gold);
}

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

.pt-100 {
    padding-top: 100px;
}

.one-forth.column {
    width: 25% !important;
}

.two-forth.column {
    width: 50% !important;
}

#offersliderthumb {
    padding: 20px 0;
}

.one.t-center h2.title {
    margin-bottom: 0;
}


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

.pt-170 {
    padding-top: 170px;
}

#menu > ul > li > a {
    font-size: 14px;
}

/************************** CUSTOM TABLE STYLING ***************************/

.entry-content table tbody > tr:first-child {
    background: url('/data/images/bg_panel.png') repeat-x left top;
}

.entry-content table tbody > tr:first-child td {
    color: #444 !important;
    font-weight: 700;
}

.entry-content table tr td {
    border: 1px solid rgba(0, 0, 0, .08) !important;
}

.entry-content table tbody tr:hover td {
    color: var(--light-gold);
}

h2 {
    font-size: 52px;
}

#Top_bar .menu > li,
.button-flat a.button:not(.action_button) {
    text-transform: uppercase;
}

.ui-tabs .ui-tabs-nav {
    border-color: #000;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 15px 30px 10px 30px !important;
    text-transform: uppercase;
}

.service-tabs ul.ui-tabs-nav li.active a {
    border: 1px solid #000;
    margin-bottom: -5px;
}

.service-tabs ul.ui-tabs-nav li.active a:after {
    background-color: #fff;
}

ol {
    margin-left: 15px;
    margin-bottom: 15px;
}

.content_wrapper ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 15px;
}

.widget.widget_categories ul {
    background-color: transparent;
    color: #000;
}

.appointment-button span.button_label {
    padding: 20px 55px;
}

.woocommerce-content .product_wrapper .product_image_wrapper .images .one-fourth img.ls-1.mb-4 {
    margin-bottom: 4px !important;
}

.product_wrapper .entry-summary .button-product a.product-button {

    padding: 12px 25px;
    background: var(--light-gold);
    color: #000;
}

#Top_bar .responsive-menu-toggle {
    color: #fff;
}

[class^="icon-"]::before {
    color: #000;
}

#Side_slide .close-wrapper a.close i:before {
    color: #fff;
}

.border-radius-img-50 img {
    border-radius: 50%;
}


@media only screen and (min-width: 1199px) {


    .widget_categories ul li a,
    .ui-tabs .ui-tabs-nav li.ui-state-active a {
        color: #000 !important;
    }

    .team-member-column .column.three-fourth {
        padding-top: 100px;
    }

    .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
        /*display: none;*/
        background-color: #fff !important;
    }

    .widget_categories ul li.active a,
    .flv_style_39 a:hover {
        color: var(--light-gold) !important;
    }

    .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active.ui-tabs-active {
        border: 1px solid #000;
        border-bottom: none;
    }

    .style-simple .ui-tabs .ui-tabs-nav {
        text-align: left;
        padding-left: 30px;
    }

    .style-simple .service-tabs.service-news .ui-tabs .ui-tabs-nav {
        padding-bottom: 15px;
    }

    .product_wrapper .entry-summary {
        position: relative;
    }

    .product_wrapper .entry-summary .button-product {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
    }

    .product_wrapper .entry-summary .button-product a.product-button {
        margin-bottom: 0px !important;
    }
}

/***************************************************************************/

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .section_wrapper .mcb-wrap.one-third, #Footer .column.one-second {
        width: 50% !important;
        clear: none;
    }

    .portfolio_group.masonry.col-3 .portfolio-item {
        width: 48% !important;
        clear: none;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        padding: 0 1%;
        float: left;
    }

}

@media only screen and (max-width: 767px) {
    .contact-top-section .home-icon{
        font-size: 20px !important;
    }
    .footer-logo-part{
        justify-content: center;
    }

    #newFooter .footer-contact-info-part{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #Footer .widgets_wrapper {
        padding: 15px 0;
    }

    #googleMap {
        height: 300px;
    }

    .ptb-100.mobile {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ui-tabs .ui-tabs-nav li {
        white-space: unset;
    }

    .ptb-50.mobile {
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    .testimonials_slider {
        padding: 20px 0;
    }

    .offer_thumb {
        padding-right: 0;
    }

    .offer_thumb_ul li.offer_thumb_li .desc_wrapper {
        width: 90%;
    }

    .slider .three-fifth {
        padding: 0;
    }

    .slider .column_attr.align_center {
        padding: 20px 10px;
    }

    .pt-100 {
        padding-top: 30px !important;
    }

    .caroufredsel_wrapper {
        width: 100% !important;
    }

    .shop_slider .shop_slider_ul li .item_wrapper .desc {
        padding: 15px 0;
    }

    .section_wrapper {
        width: calc(100% - 30px) !important;
        max-width: 100% !important;

    }

    .summary h3.product_title {
        margin-top: 20px;
    }

    .main-content-crumbs .pt-170.pb-70 {
        padding: 50px 0;
    }

    .image_frame a {
        display: inline-block;
    }


}

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

    #rev_slider_1_1_wrapper {
        height: 280px;
    }

    #rev_slider_1_1 {
        height: 100%;
    }

    h2 {
        font-size: 29px;
        line-height: 30px;
    }

    .main-content-crumbs .pt-170.pb-70 {
        padding: 50px 0;
    }

    .index_slider .mcb-section.slider{
        padding-top: 60px !important;
    }

}

/* -------------- */
.pt-70 {
    padding-top: 70px !important;
}

.team_member_left .team-member-column .column.three-fourth {
    display: flex;
    flex-direction: column;
}

.checkboxes-filter,
.checkboxes-filter li {
    display: flex;
}

.checkboxes-filter {
    justify-content: space-evenly;
    padding-top: 50px;
}

.checkboxes-filter label {
    margin-bottom: 0px;
}

.index_services {
    padding-top: 50px;
}

.uppercase {
    text-transform: uppercase !important;
}

.shop-item-description table tr:hover td {
    color: black !important;
}

/*.top-line .contact-ul i{
  padding-right: 20px;
}*/

@media screen and (min-width: 1240px) {
    .menu_wrapper li.submenu ul {
        opacity: 1;
        visibility: visible;
        transform: perspective(600px) rotateX(0deg);
        position: absolute;
        min-width: 100%;
        padding: 30px 25px 35px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        border: 1px solid rgb(235, 235, 235);
        transform-origin: 0px 0px 0px;
        transition: all 0.5s ease 0s;
        z-index: 9;
        top: 100%;
        text-align: left;
        max-height: 500px;
        overflow: auto;
    }

    #mobile-menu {
        display: none;
    }

    #Header .top_bar_left {
        flex-wrap: nowrap;
    }

    .menu-main-menu-container{
        display: flex !important;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1239px) {
    #menu-mobile-menu .menu-li-item.showSubMenu{
        flex-direction: column;
        align-items: center;
    }
    #menu-mobile-menu li.menu-li-item{
        display: flex;
        justify-content: center;
    }
    .menu-li-item .has-submenu{
        align-items: center;
    }
    .menu-dropdown-icon{
        color: black;
    }
    .submenu-ul li a.current{
        color: var(--light-gold) !important;
    }
    .menu-li-item.showSubMenu .submenu-ul{
        display: block !important;
    }

    .submenu-ul{
        position: relative !important;
        background: transparent !important;
        border: unset !important;
        box-shadow: unset !important;
    }

    .submenu-ul li{
        width: 100%;
        border: unset;
        text-align: left !important;
    }

    .submenu-ul li a{
        width: 100%;
        border: unset !important;
    }
    #menu {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .items-row .about-us-element:nth-child(2n+1) .about-us-row{
        display: flex;
        flex-direction: row-reverse;
    }
    .top-line {
        position: relative;
        background-color: white;
        width: 100%;
    }

    .top-line .contact-ul {
        display: flex;
        justify-content: space-between;
        height: 40px;
        align-items: center;
    }

    .top-line .contact-ul li {
        display: flex;
    }

    .top-line .contact-ul li p,
    .top-line .contact-ul li a {
        font-weight: 600;
        color: black;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 0px !important;
    }

    .index_services img:hover,
    .service_grid img:hover {
        transform: scale(1.1)
    }

    .index_services .portfolio-item-fw-bg,
    .service_grid .portfolio-item-fw-bg {
        -webkit-filter: grayscale(100%) !important;
    }

    .index_services .portfolio-item-fw-bg:hover,
    .service_grid .portfolio-item-fw-bg:hover {
        -webkit-filter: grayscale(0%) !important;
    }
}

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


    .checkboxes-filter {
        flex-direction: column;
        align-items: baseline;
    }

    .checkboxes-filter li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* .top-line {
         display: none;
     }*/
    #Header_wrapper .contact-ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

   /* #Header_wrapper .contact-ul li i {
        font-size: 20px !important;
    }*/

    #Header_wrapper .contact-ul li p {
        margin-bottom: 0px !important;
    }
}

.team_member_left .wrap.team-member-column {
    display: flex;
}

.team_member_left .team-member-column .column.one-fourth {
    display: flex;
    align-items: center;
}

.gap-10 {
    gap: 10px;
}

.df {
    display: flex !important;
}

.dfc {
    display: flex;
    flex-direction: column;
}

.j-c {
    justify-content: center !important;
}

.a-c {
    align-items: center !important;
}

.index_slider .slider-image-side img {
    height: 240px !important;
}

.c-black {
    color: #000 !important;
}

.index_slider .index-slider-title,
.index_slider .index-slider-content p {
    color: #000 !important;
}

.index_slider .index-slider-content p,
.index_slider .index-slider-title {
    font-weight: normal;
}

.index_slider .buttons a {
    background-color: #000;
    border: none;
    text-transform: uppercase;
    text-decoration: -moz-none;
    padding: 5px 10px;
    border-radius: 5px;
    height: 40px;
}

.index_slider .buttons a:hover {
    color: #fff !important;
}

.index_slider .index-slider-title {
    font-size: 45px;
}

.index_slider .index-slider-content p {
    font-size: 30px;
}

#Header_wrapper .top-line {
    background-color: black;
}

#Header_wrapper .top-line ul li a,
#Header_wrapper .top-line ul li p {
    color: #fff !important;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

#Header_wrapper .top-line ul li i {
    font-size: 30px;
}

#Header_wrapper .top-line ul li a::before,
#Header_wrapper .top-line ul i::before {
    color: var(--light-gold) !important;
}

#Header_wrapper .top-line .contact-ul {
    margin-bottom: 0px !important;
}

#Top_bar {
    background-color: #fff;
}

#Top_bar #menu-main-menu.menu li a {
    color: #000 !important;
    text-decoration: none;
    font-weight: normal;
    text-shadow: none;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.index_presentation_bg,
.index_fizioterapije_bg {
    height: 350px;
    background-color: #c9c9c9;
    width: 100%;
    transform: skewY(0deg);
    position: absolute;
}

.index_vision_bg,
.index_dino_bg {
    height: 350px;
    background-color: var(--light-gold);
    width: 100%;
    transform: skewY(-2deg);
    position: absolute;
}

.index-presentation .content-container,
.index_fizioterapije .content-container {
    padding-bottom: 50px;
}

.index_presentation_bg .content-container,
.index_vision_bg .content-container,
.index_dino_bg .content-container,
.index_fizioterapije .content-container {
    position: relative;
    top: 0;
    padding-bottom: 50px;
}

.index-presentation,
.index-vision,
.index_fizioterapije,
.index-dino {
    position: relative;
}

.index-vision,
.index-dino {
    margin-top: -24px;
}

.index-presentation,
.index_fizioterapije {
    background-color: #c9c9c9;
}

.j-fe {
    justify-content: flex-end;
}

.index_services_category.services-photos img {
    vertical-align: unset;
}

a {
    text-decoration: none;
}

.index_products .product-button {
    text-align: center;
    background-color: var(--light-gold);
    padding: 5px 10px;
    border-radius: 8px;
}

.index_products .product-button a {
    color: #000;
    text-transform: uppercase;
}

.txt-alg-c {
    text-align: center;
}

.black-button {
    background-color: black;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 8px !important;
    background-color: #000 !important;
}

.index_testimonials .testimonials-img img {
    height: 150px !important;
}

.index_testimonials blockquote p {
    text-align: center;
}

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

.index_testimonials .slider_prev,
.index_testimonials .slider_next {
    background-color: unset;
}

.index_services_category .service-item,
.service_grid_items .service-item {
    position: relative;
    overflow: hidden;
}

.index_services_category .name-container,
.service_grid_items .name-container {
    height: 60px;
    background-color: var(--light-gold);
    color: #fff;
    padding: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewY(-4deg);
    width: 100%;
    bottom: 63px;
    text-transform: uppercase;
    font-weight: bold;
}

.index_services_category .index-services-row .slick-slide:nth-child(odd) span.name-container,
.service_grid_items .service-grid-row .service-item:nth-child(odd) span.name-container {
    top: 30px;
}

.index_appointment {
    background-color: var(--light-gold);
}

.index_appointment input::placeholder,
.index_appointment textarea::placeholder {
    color: #c9c9c9;
}

.index_appointment #form {
    padding-bottom: 50px;
}

.index_appointment input,
.index_appointment textarea {
    border-radius: 8px;
}

#Footer {
    background-color: #c9c9c9;
}

.footer-main-gray {
    background-color: #c9c9c9;
}

.footer-black-copyright {

    background-color: #000;
}

.footer-main-gray .footer-location-1 i,
.footer-main-gray .footer-location-2 i,
.footer-main-gray .socials-part i {
    color: var(--light-gold);
}

.line-span {
    border: 1px solid var(--light-gold);
    margin-top: 20px;
    margin-bottom: 20px;
}

.socials-part .social-links a i,
.footer-location-1 .home-icon,
.footer-location-2 .home-icon {
    font-size: 30px;
}

.footer-main-gray .footer-location-1 a,
.footer-main-gray .footer-location-2 a {
    color: #000;
}

.footer-black-copyright .copyright-column {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.designer-accordion .accordion-button {
    background-color: var(--light-gold);
    color: #000;
    font-size: 24px;
    padding: 5px;
    border-radius: unset;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    box-shadow: none !important;

}

.designer-accordion .accordion-collapse {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.designer-accordion .accordion-button::after {
    /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(101%);
     background-repeat: no-repeat;*/
    display: none;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-100{
    margin-top: 100px !important;
}

.designer_features_list {
    background-color: var(--light-gold);
    padding-top: 50px;
    padding-bottom: 50px;
}

.designer-gold-line .gold-line {
    border: 1px solid var(--light-gold);
    display: flex;
}

.contact-top-section a {
    color: #000 !important;
}

.contact-top-section i::before {
    color: var(--light-gold);
}

.contact-top-section i.home-icon {
    font-size: 30px;
}

#blog-grid a {
    color: #000;
}

.designer_linked_articles .linked_title {
    text-transform: uppercase;
}

.linked-articles-carousel {
    margin: 0px !important;
    padding: 0px;
}

.designer_linked_articles .slick-arrow::before {
    color: #000;
}

#Header_wrapper {
    z-index: 999;
}

.inner-header {
    z-index: 99;
    position: relative;
}

.contact-top-section {
    min-height: 300px;
    background-color: #c9c9c9;
    display: flex;
    align-items: center;
}

.contact-top-section-bg {
    height: 200px;
    position: absolute;
    background-color: #c9c9c9;
    width: 100%;
    transform: skewY(-3deg);
}

.open-mobile-menu {
    display: block !important;
}

.open-mobile-menu li {
    width: 100%;
}

.open-mobile-menu li a span {
    color: #000;
    text-shadow: none;
    border: 0 !important;
}

.contact-ul {
    padding: 0px !important;
}

@media screen and (min-width: 992px) {
    .terms-column{
        justify-content: flex-end;
        display: flex;
        gap: 10px;
    }
    .designer-skew-background .row-parent{
        gap: 50px;
    }
    .o-1{
        order: 1;
    }

    .o-2{
        order: 2;
    }
    .inner-header::before {
        transform: skewY(-3deg);
    }

    .designer-skew-background .picture-side img{
        position: absolute;
        max-height: 100%;
    }

    .contact-top-section .line-div .vertical-line {
        width: 2px;
        background-color: var(--light-gold);
        height: 70px;
    }
    .top-skew,
    .bottom-skew{
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .top-skew{
        bottom: -20%;
    }

    .bottom-skew{
        top: -20%;
    }
    .designer-skew{
        transform: skewY(-2deg);
    }

    .row-parent{
        display: flex;
        justify-content: space-between;
    }
}

.contact-top-section .line-div {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .footer-bottom-row .copyright-column,
    .footer-bottom-row .terms-column{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .index_products .section_wrapper.clearfix{
        max-width: calc(100% - 67px) !important;
    }
    .contact-top-section .vertical-line {
        width: 100%;
        background-color: var(--light-gold);
        height: 2px;
        margin: 20px;
    }

    #newFooter .home-icon{
        font-size: 20px;
    }
}

.testimonials_slider_ul_1,
.index_blog_slider,
.shop_slider_ul{
    margin: 0px;
    padding: 0px;
}

.index_services_category .services-slider{
    margin-left: 0px !important
}

.index_services_category .slick-arrow::before,
.index_products .slick-arrow::before{
    color: black;
}

.index_appointment{
    display: flex;
    flex-direction: column;
}


.menu_wrapper a.current span{
    color: var(--light-gold);
}

.menu-logo-side a{
    padding: 0px;
}

.menu-logo-side{
    display: flex;
    align-items: center;
}

#appointmentForm{
    flex-direction: column;
}

.shop-filters li{
    gap: 10px;
}

.shop-filters .label-filters .input-display-none{
    visibility: hidden;
    opacity: 0;
    display: none !important;
}

.shop-filters .label-filters.label-checked{
    border: 2px solid var(--light-gold);
}
@media screen and (max-width: 767px){
    #about_us_grid .items-row{
        padding-top: 50px;
    }

    .shop-filters .label-filters{
        margin-bottom: 20px;
    }

    #Header_wrapper .contact-ul .top-location{
        display: none;
    }

    #Header_wrapper .contact-ul .top-mail-desktop-link,
    #Header_wrapper .contact-ul .top-telephone-desktop-link{
        display: none;
    }

    #Header_wrapper .contact-ul{
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    #Header_wrapper .top-mail i,
    #Header-wrapper .top-telephone i{
        font-size: 30px !important;
    }
}

.txt-alg-c{
    text-align: center;
}

.label-filters h5{
    display: flex;
    justify-content: center;
}

.mb-20{
    margin-bottom: 20px !important;
}

#menu-main-menu .submenu.hover ul{
    display: block;
}

#menu-main-menu .submenu.hover ul li a{
    padding: 10px !important;
}

.p-50{
    padding: 50px !important;
}

.designer-skew{
    height: 100%;
    background-color: var(--light-gold);
    width: 100%;
    position: absolute;
}

.a-s{
    align-items: flex-start;
}

.mlr-0{
    margin-left: 0px;
    margin-right: 0px;
}

.j-sb{
    justify-content: space-between;
}

.gap-50{
    gap: 50px;
}

.terms-column{
    padding-top: 20px;
    padding-bottom: 20px;
}

.index_appointment .form-terms-agree a{
    color: #fff;
}