.main-menu ul li.active a {
    text-decoration: none;
    color: var(--theme-color);
}

.work-email {
    height: 0 !important;
}

.work-email textarea {
    position: fixed;
    top: -9999px;
    left: -9999px;
}

div.required label.control-label:after {
    content: ' *';
    color: #f55060;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f55060;
}

.has-error .form-control {
    border-color: #f55060;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #8ace56;
}

.has-success .form-control {
    border-color: #8ace56;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-info {
    color: #ffffff;
    background-color: rgba(34, 209, 210, 0.98);
    border-color: #22d1d2; }
.alert-info.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-success {
    color: #ffffff;
    background-color: rgba(138, 206, 86, 0.98);
    border-color: #8ace56; }
.alert-success.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-warning {
    color: #ffffff;
    background-color: rgba(241, 187, 21, 0.98);
    border-color: #f1bb15; }
.alert-warning.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-danger {
    color: #ffffff;
    background-color: rgba(245, 80, 96, 0.98);
    border-color: #f55060; }
.alert-danger.alert-icon:before {
    content: "";
    color: #ffffff; }

.socialbox{	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom:6px;float:right; width: 37px; height: 37px; border: 1px solid #BEBCBC; border-radius: 100%; background: transparent; margin-right: 6px; font-size: 16px; text-align: center; padding-top: 7px;}
.socialbox i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #8c8c8c;}
.social-widget a:hover .socialbox{background: var(--title-color);}
.social-widget a:hover .socialbox i{ color: #fff;}
.social-widget .socialbox i{ font-size: 16px;}
.blog-share h4{float:left;}
.blog-share {margin-top:20px;margin-bottom:20px;background: #fff; border: 1px solid #f4f4f4; padding: 10px 15px 54px 15px;}


#cookiebar {
    position: fixed;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    bottom: 0;
    z-index: 9999;
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    border-top: 3px solid var(--title-color);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    transition: all 1s ease-in-out;
}

#cookiebar.hide {
    bottom: -100%;
    transition: all 1s ease-in-out
}

#cookiebar .container {
    width: 1170px;
    margin: 0 auto
}

@media (max-width: 768px) {
    #cookiebar .container {
        width: 100%;
    }
}

#cookiebar h3 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px
}

#cookiebar a {
    color: var(--title-color);
    text-decoration: none;
    margin-left: 20px
}

#cookiebar a:hover {
    text-decoration: underline
}

#cookiebar a#okcookies {
    display: inline-block;
    background-color: var(--title-color);
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar a#okcookies:hover {
    text-decoration: none;
    background-color: var(--theme-color);
}

#cookiebar a:hover {
    text-decoration: underline
}

#cookiebar button#okcookies {
    display: inline-block;
    background-color: var(--title-color);
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-color: var(--title-color);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 9999px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out;
}

#cookiebar button#okcookies:hover {
    text-decoration: none;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

/* TreeView */
.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview ul ul {
    padding-left: 15px;
}
.treeview li {
    position: relative;
}
.treeview .subtree {
    display: none;
}
.treeview .subtree-open > .subtree {
    display: block;
}
.treeview .subtree-open > .subtree-header > .btn-subtree-toggle > span::before {
    content: '\f068';
}
.treeview a {
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    font-family: var(--theme-font);
    font-size: 16px;
    font-weight: 300;
    color: var(--title-color);
    line-height: 24px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    display: block;
}
.treeview .subtree-open > .subtree-header > a {
    border-bottom-color: var(--theme-color);
    color: var(--theme-color);
}
.treeview .active > a,
.treeview a:hover {
    color: var(--theme-color);
}
/* Subtree */
.treeview .has-subtree > .subtree-header {
    position: relative;
}
.treeview .has-subtree > .subtree-header > a {
    padding-right: 25px;
}
.treeview .btn-subtree-toggle {
    min-width: 20px;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #848484;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.treeview .btn-subtree-toggle:focus,
.treeview .btn-subtree-toggle:hover {
    outline: none;
    color: var(--theme-color);
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    display: initial;
}

.col-1-5 {
    width: 50%;
}

@media(min-width: 768px){
    .col-1-5 {
        width: 20%;
    }
}

.img-wrapper {
    column-count: 1;
    column-gap: 30px;
}

@media (min-width: 992px) {
    .img-wrapper {
        column-count: 2;
        column-gap: 30px;
    }
}

.photos {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 5px;
}
.photos img {
    width: 100% !important;
    height: auto !important;
}
.photos {
    display:inline-block;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .photos {
        -moz-column-count:    4;
        -webkit-column-count: 4;
        column-count:         4;
    }
}
@media (max-width: 1000px) {
    .photos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 800px) {
    .photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 400px) {
    .photos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}

.pagination-layout1 span {
    font-size: 14.45px;
    color: var(--body-color3);
    border: 2px solid #f2f2f2;
    background-color: var(--white-color);
    box-shadow: 0px 12px 42.75px 2.25px rgba(0, 0, 0, 0.09);
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 2px;
    border-radius: 50%;
    line-height: 45px;
}

.pagination-layout1 li.active a {
    color: var(--white-color);
    background-color: var(--title-color);
    box-shadow: none;
}

.pagination-layout1 li.active a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    box-shadow: none;
}

.img-ratio {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 65.00%;
}

.img-ratio-2 {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 99.00%;
}

.img-ratio .img-ratio-object, .img-ratio-2 .img-ratio-object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.blog-content {
    min-height: 200px;
}

@media (max-width: 400px) {
    .blog-content {
        min-height: 0;
    }
}

.filter-column .form-control {
    max-height: 34px;
}

.filter-column .form-control::placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.google-map-index {
    position: relative;
    display: block;
}
.google-map-index .map-conts {
    display: block;
    position: absolute;
    background: var(--title-color);
    padding: 40px 80px 40px  40px;
    z-index: 999;
    top: 20%;
}
@media only screen and (max-width: 992px) {
    .google-map-index .map-conts {
        position: relative;
        display: block;
        width: 100%;
        clip-path: none;
        text-align: center;
        padding: 40px;
    }
}
@media only screen and (max-width: 320px) {
    .google-map-index .map-conts {
        padding: 40px 20px;
    }
}

#w0-success-0 {
    opacity: 1;
}

.alert {
    position: relative;
    padding: 2rem 2rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 2.5rem;
    right: 0;
    z-index: 2;
    padding: 0 1rem;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}



