body {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #272727;
}

strong, b {
    font-weight: 700;
}

h2 {
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-size: 35px;
    font-weight: 500;
}


.wrap-news-main a {
    color: #797979;

}

section.page-details {
    padding: 60px 15px;
    background: #f4f4f9;
}

section.home-news {
    padding: 120px 15px 60px;
    background: #f0f0f0;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:focus {
    text-decoration: none;
}

.container {
    max-width: 1530px !important;
}

.menu-container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

i.fa.fa-close.close-home-form {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    cursor: pointer;
}

img.site-logo {
    max-width: 230px;
    margin-top: -20px;
}


.header-top {
    background: #282828;
    color: #fcfcfc;
    padding: 15px;
    font-weight: 300;
    font-size: 15px;
}


.header-top a {
    color: #fcfcfc;
    transition: 0.5s;
}

.header-top a:hover {
    color: #b49660;
}

.header-top i.fa.fa-phone {
    margin: 0 10px;
}

.header-top i.fa.fa-facebook-f {
    margin-right: 5px;
    font-size: 18px;
}

header {
    background: transparent;
    z-index: 99;
    position: absolute;
    width: 100%;
    margin-top: 40px;
}


ul.list-inline.list-unstyled.list-stuff {
    margin: 38px 0 0;
}


.col-nav {
    text-align: right;
}


nav.navbar.navbar-expand-lg {
    padding-bottom: 0;
}


/*Lang */

img.img-lang {
    max-width: 25px;
    padding-bottom: 0;
    margin-top: 14px;
    margin-left: 10px;
}

.lang-dropdown {
    position: relative;
}

.lang-dropdown .dropdown-item {
    font-weight: 500;
    font-size: 17px;
    padding: 0;
    color: #000000;
}

.lang.dropdown-menu {
    z-index: 1000;
    list-style: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    top: 30px !IMPORTANT;
    font-size: 10px;
    text-align: left !important;
    left: -10px !important;
    min-width: 75px !important;
    color: #fff;
    letter-spacing: 2px;
}


.lang.dropdown-menu > li > a {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 300;
}

.lang.dropdown-menu > li.active > a {
    color: #b49660;
    font-size: 18px !important;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #b49660;
    background-color: transparent;
}

.lang.dropdown-menu > li {
    margin: 0;
    background: transparent !important;
    color: #ffffff;
    font-size: 18px !important;
}

/*Lang */

.slider-text {
    position: absolute;
    color: #f7f4ed;
    bottom: 288px;
    text-align: center;
    left: 0;
    right: 0;
}

.slider-title {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 81px;
    margin: 0 30px;
    display: inline-block;

}

span.slide-strip {
    display: inline-block;
    width: 80px;
    border-bottom: 2px solid #f7f4ed;
    margin-bottom: 20px;
}


p.slider-p {
    font-size: 30px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}


a.slider-btn {
    display: block;
    background: #b49660;
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Sofia Sans Condensed', sans-serif;
    width: 210px;
    margin: 50px auto 0;
    padding: 10px;
    transition: 0.5s;
}

a.slider-btn:hover {
    background: #f7f4ed;
}


img.slider-logo {
    max-width: 640px;
    margin: 0 auto;
}

a.fb-header {
    font-size: 18px;
    margin-left: 10px;
}

.slider-hr {
    width: 160px;
    opacity: 1;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
    display: block;
    background: #fff;
}

.slider-arrows-group {
    position: absolute;
    top: 45%;
    width: 100%;
}

.slider-arrow {
    position: absolute;
    max-width: 35px;
    cursor: pointer;
}

.slider-left-arrow.slick-arrow {
    transform: rotate(180deg);
    left: 220px;
}

.slider-right-arrow.slick-arrow {
    right: 220px;

}

.slick-dots li button:before {
    font-size: 15px !important;
}

.slider .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1;
}

.slider .slick-dots li button:before {
    opacity: 1 !important;
    color: #9b9893 !important;

}

.slider .slick-dots {
    bottom: 35px !important;
}


.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    justify-content: flex-end;
}

span.navbar-toggler-icon {
    border-top: 2px solid #fff;
    display: block;
    margin-bottom: -20px;
    width: 35px;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: initial !important;
}


#header a.nav-link {
    font-family: "Manrope", "sans-serif";
    font-size: 19px;
    margin: 0 5px;
    transition: 0.5s;
    color: #ffffff;
}

.col-xl-2.col-phone {
    background: #b49660;
}


.searchbtn i.fa.fa-search {
    color: #fff;
    position: absolute;
    top: 25%;
    right: 30px;
    font-size: 27px;
}

.search-icon i.fa.fa-search {
    color: #fff;
    position: absolute;
    top: 32%;
    right: 30px;
    font-size: 27px;
}


img.img-call {
    max-width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}


a.call {
    font-size: 28px;
    display: block;
    margin: 25px auto 0;
    color: #000;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    transition: 0.5s;
}

a.call:hover {
    opacity: 0.7;
}

li.nav-item {
    position: relative;
    padding-bottom: 10px;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    margin: 0 10px;
}

li.nav-item a span {
    font-size: 24px;
    font-weight: 700;
    color: #f7f4ed;
}

.col-menu {
    padding: 10px 0 10px 30px;
    background: #000;
}

li.nav-item.active a span {
    color: #b49660;

}

.strip-link {
    transition: 0.15s;
}

li.nav-item.active .strip-link,
a.nav-link:hover + .strip-link {
    border-bottom: 2px solid #b49660;
    position: absolute;
    width: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul.dropdown-menu .strip-link {
    display: none;
}


a.nav-link {
    padding-bottom: 5px;
}

/*Buton za responsiv menu */

.toggle-menu span {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    left: calc(50% - 25px);
    position: absolute;
    top: calc(50% - 0);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before {
    top: 7px;
    margin-top: 5px;
}

.toggle-menu span:after {
    top: -7px;
    margin-top: -5px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    margin: 0 !important;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

/*Buton za responsiv menu */


img.cat-icon {
    max-width: 90px;
    display: block;
    margin: 30px auto 50px;
}


.hs-1 {
    background: #f7f4ed;
    padding: 80px 15px;
    position: relative;
}


p.m-title {
    font-size: 54px;
    font-family: 'Sofia Sans Condensed', sans-serif;
    position: absolute;
    left: 40px;
    top: 140px;
    color: #f7f4ed;
    text-transform: uppercase;
    font-weight: 300;
}

a.m-link {
    display: block;
    width: 215px;
    padding: 10px;
    color: #fefefe;
    border: 1px solid currentColor;
    position: absolute;
    left: 40px;
    bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 23px;
    transition: 0.5s;
}

a.m-link:hover {
    opacity: 0.7;
}

img.right-arrow {
    max-width: 30px;
    margin-left: 20px;
}

.ct-text p {
    max-width: 290px;
}

.ct-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}

.box-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;


}

.box-ch {
    width: 320px;
    padding: 30px;
    height: 475px;
    color: #ffffff;
    position: relative;
}


img.box-icon {
    max-width: 60px;
    margin-bottom: 70px;
}

.box-ch h3 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.box-ch p {
    line-height: 1.3;
    font-weight: 400;
}


a.box-learn-more {
    display: block;
    width: 180px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #b49660;
    padding: 10px;
    font-family: 'Sofia Sans Condensed', sans-serif;
    text-align: center;
    transition: 0.5s;
    position: absolute;
    right: 0;
    bottom: 0;
}


.home-title.home-t-white {
    color: #fff;
    position: relative;
}

.wrap-title {
    position: relative;
}

span.yellow-element {
    background: #b49660;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -15px;
}

img.img-fluid.pic-2 {
    position: absolute;
    left: 0;
    top: -78px;
}

.col-hs-3-txt {
    padding-left: 100px;
}


img.img-check {
    max-width: 30px;
    display: block;
    margin: 0 auto;
}


.square {
    background: #b49660;
    width: 65px;
    height: 65px;
    padding: 18px;
    display: inline-block;
}

.w-txt {
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-size: 32px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}

.row-ws {
    margin-top: 120px;
}

.col-xl-6.align-self-center.col-w-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 50px;
}

img.img-inline.img-hs-4 {
    max-width: 100px;
    margin: -75px 15px 10px 0;
}

article.hs-4 {
    padding: 140px 0;
    background: url("../images/bg/bg-2.jpg") no-repeat center;
    background-size: cover;

}


img.img-fluid.img-decor {
    display: block;
    margin: 0 auto;
}


.wrap-txt {
    width: 1090px;
    height: 470px;
    border: 2px solid #b49660;
    padding: 50px 100px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 87px;
}

.wrap-txt h2, .hs-5 h2 {
    font-size: 51px;
    color: #9d8252;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-weight: 700;
    display: inline-block;
    margin: 0 30px 60px;
}

a.learn-more {
    display: block;
    width: 215px;
    padding: 10px;
    color: #000;
    border: 1px solid #b49660;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 23px;
    transition: 0.5s;
    background: #b49660;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -28px;
}


a.learn-more-2 {
    display: block;
    width: 215px;
    padding: 10px;
    color: #000;
    border: 1px solid #b49660;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 23px;
    transition: 0.5s;
    background: #b49660;
    margin: 50px auto 50px;
    bottom: -28px;
}

a.learn-more-2:hover {
    opacity: 0.7;
}


.hs-6 {
    position: relative;
}

.find-us {
    display: block;
    width: 440px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
}

p.find-us-txt {
    margin: 0;
    font-size: 44px;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 700;
    border: 2px solid #9d8252;
    color: #9d8252;
    text-transform: uppercase;
    text-align: center;
}


span.sp-4 {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #9d8252;
    margin-bottom: 15px;
}

.wrap-txt p, .hs-5 p {
    max-width: 750px;
    margin: 0 auto;
}

span.hs-4-num {
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-size: 87px;
}

p.hs-4-txt {
    font-size: 28px;
    color: #737373;
    font-family: 'Sofia Sans Condensed', "sans-serif";
}

section.practis {
    padding: 0 15px;
}

section.gallery {
    margin-top: 140px;
}


article.hs-5 {
    padding: 140px 15px;
    background: url("../images/bg/bg-3.jpg") no-repeat bottom;
    background-size: cover;

}


.wrap-r-info {
    background: #34302f;
    padding: 30px 0 30px 30px;
    border-left: 10px solid #ad956c;
    position: relative;
    height: 90px;
    margin-top: 1px;
}


span.r-title {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}

img.img-inline.res-icon {
    max-width: 40px;
    padding-bottom: 10px;
}

.row.row-reservation {
    margin-top: 80px;
}

a.r-link {
    display: grid;
    background: #b49660;
    width: 88px;
    text-align: center;
    color: #000;
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90px;
    align-content: center;
}

a.r-link:hover {
    background: #8f7b5b;
    color: #ffffff;
}

article.hs-3 {
    background: #f7f4ed;
    padding: 115px 15px 130px;
}

.wrap-news-info {
    background: #fff;
    color: #000;
    padding: 30px;
    margin-bottom: 30px;
}

p.news-date.text-capitalize {
    font-family: 'Sofia Sans Condensed', "sans-serif";
    color: #c9a121;
    font-size: 20px;
}

.newslink a {
    color: #000000;
    font-size: 30px;
    font-family: 'Sofia Sans Condensed', "sans-serif";
}

.img-cut {
    position: relative;
}


a.yellow-btn.see-all-articles {
    margin-top: 120px;
}


.ul-mail li a {
    color: #ffffff;
    font-size: 31px;
}

.ul-mail {
    display: flex;
    justify-content: space-between;
}

img.img-inline.icon-contacts {
    max-width: 65px;
    margin: -20px 10px 0 0;
}


.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

section.slider {
    margin-bottom: -30px;
}


img.amenities-img {
    max-width: 65px;
    margin: 0 auto 20px;
    display: block;
}


.slider-arrow1 {
    position: absolute;
    max-width: 25px;
    cursor: pointer;
}

.slider-amenities {
    margin-top: 100px;
}

.slider-amenities .slick-dots li.slick-active button:before,
.gallery-slider .slick-dots li.slick-active button:before {
    color: #000000 !important;
    opacity: 1;
}

.slider-left-arrow1.slick-arrow {
    transform: rotate(180deg);
    left: 0;
}

.slider-right-arrow1.slick-arrow {
    right: 0;

}


.slider-amenities .slick-dots {
    bottom: -80px !important;
}


.gallery-slider .slick-dots {

    bottom: -50px !important;
}

.col-about-right {
    padding-left: 100px;
}

a.about-link {
    display: block;
    width: 215px;
    padding: 10px;
    color: #000;
    border: 1px solid #b49660;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 23px;
    transition: 0.5s;
    background: #b49660;
    margin-top: 70px;
}

a.about-link:hover {
    background: #ffffff;
}


.accent {
    color: #9d8252 !important;
}

.accent-border {
    border-color: #9d8252 !important;
}

.home-title {
    font-size: 63px;
    color: #9d8252;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-weight: 700;
    margin-bottom: 40px;
}

h2.home-title.d-inline {
    margin: 0 30px;
}

span.slide-strip.home-title-strip {
    margin-bottom: 15px;
}


.row.row-advantages {
    margin-top: 100px;
}


img.adv-icon {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}


p.adv-title {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #f7f4ed;
    margin: 30px auto;
}


.home-title.ht-strip {
    border-left: 10px solid #b49660;
    padding-left: 30px;
    margin-left: -40px;
}


p.ame-txt {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Sofia Sans Condensed', sans-serif;
    color: #000;
    opacity: 1 !important;
    line-height: 1.2;
    margin: 0 auto;
}


article.hs-2 {
    color: #f7f4ed;
    padding: 140px 15px 100px;
    position: relative;
    background: url("../images/bg/bg-1.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
}


p.adv-subtitle {
    font-size: 18px;
    max-width: 270px;
    margin: 0 auto;
    letter-spacing: 1px;
    opacity: 0.7;
}

button.btn.btn-request.btn-home-subbmit {
    display: block;
    margin: 35px auto 30px 0;
    text-align: center;
    width: 195px;
    padding: 11px 0 10px;
    background: #b49660;
    color: #000;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    border-radius: 0;
    z-index: 1;
    font-weight: 700;
}


button.btn.btn-request.btn-home-subbmit:disabled {
    opacity: 1 !important;
    background: #e6d4b4 !important;
    color: #939393;
}

button.btn.btn-request.btn-home-subbmit i.fa.fa-chevron-right {
    margin-left: 13px;
    font-size: 16px;
}


button.btn.btn-request.btn-home-subbmit:hover,
button.btn.btn-request.btn-home-subbmit:focus {

}


.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-item {
    background-color: transparent;
}

.navbar-nav .dropdown-menu.show {
    left: -3px;
    top: 55px;
}

.navbar-nav .dropdown-menu li.nav-item {
    padding: 0 30px;
    position: relative;
}

.navbar-nav .dropdown-menu .fa-chevron-right {
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
}

.navbar-nav .dropdown-menu li:hover > .fa-chevron-right {
    display: block;
}

.navbar-nav .dropdown-item:hover {
    color: #b49660;
    background-color: transparent;
}

.navbar-nav .dropdown-menu li:hover,
.navbar-nav .dropdown-menu li:focus,
.navbar-nav .dropdown-menu li.active,
.navbar-nav .dropdown-menu li.active {
    background: #b49660;
}

/*.navbar-nav .dropdown-menu li > a:hover,*/
/*.navbar-nav .dropdown-menu li > a:focus,*/
/*.navbar-nav .dropdown-menu li.nav-item > a.active,*/
/*.navbar-nav .dropdown-menu li.nav-item > a.active {*/
/*    color: #000000 !important;*/
/*}*/

a.nav-link-reserve {
    display: block;
    width: 185px;
    text-align: center;
    background: #b49660;
    color: #000;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    transition: 0.5s;
}

a.nav-link-reserve:hover {
    color: #b49660;
    background: #000000;
}

i.fas.fa-chevron-right {
    margin-left: 15px;
    font-size: 18px;
}

footer {
    padding: 80px 15px 30px;
    background: url("../images/footer.jpg") no-repeat center;
    background-size: cover;
    color: #ffffff;
}

footer p, footer a {
    color: #ffffff;
    transition: 0.5s;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 300;
}

footer h4 {
    font-size: 16px;
    font-weight: 600;

}


footer a i {
    transition: 0.5s;
}

footer i.fa.fa-facebook-f {
    margin-left: 3px;
    margin-right: 15px;
}

footer p i {
    color: #ffffff;
    font-size: 17px;
    opacity: 1 !important;
    margin-right: 10px;
}

footer a:hover,
footer a i:hover {
    color: #b49660;
    opacity: 1;
}

footer .f-title {
    font-size: 32px;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    margin-bottom: 20px;
    opacity: 1 !important;
    color: #bfa26d !important;
    font-weight: 700;
}

footer p.f-phone a {
    font-size: 18px;
    font-weight: 300 !important;
    font-family: "Manrope", "sans-serif";

}


.page-title-group {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 210px;
}

h1.page-title {
    color: #f7f4ed;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 80px;
    margin: 0 30px;
    display: inline-block;
}

span.page-title-strip {
    width: 90px;
    display: inline-block;
    border-bottom: 2px solid #f7f4ed;
    margin-bottom: 25px;
}

h2.center-title {
    font-size: 51px;
    color: #9d8252;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-weight: 700;
    display: inline-block;
    margin: 0 30px 60px;
}


img.icon-footer {
    max-width: 15px;
    margin-right: 5px;
}


img.img-inline.phone-img {
    max-width: 20px;
    padding-bottom: 5px;
    margin-right: 5px;
}

img.logo-footer {
    max-width: 230px;
    display: inline-block;
    margin-top: 0;

}


span.f-strip {
    width: 30px;
    display: block;
    border-bottom: 2px solid #bfa26d;
    position: absolute;
    left: -30px;
    top: 22px;
}

.copyright {
    background: transparent;
    padding: 15px 15px 5px;
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;

}


.copyright p, .copyright a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    opacity: 0.7;
}


img.img-fluid.img-article-big {
    display: block;
    margin: 40px auto;
}


.newsTitle {
    font-size: 45px;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.container-black {
    background: #000000;
}


/*Pagination*/

.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 15px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 12px 3px;
    margin: 0 10px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border-left: 0;
    border: none;
    border-radius: 0 !important;
    font-size: 21px;
    font-weight: 300;
    transition: 0.5s;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #000000;
    background-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #ffffff !important;
    cursor: default;
    background-color: #b49660 !important;
    border-color: #f3f3f5 !important;
    font-weight: 300;
}

.pagination i.fa.fa-chevron-left,
.pagination i.fa.fa-chevron-right {
    font-size: 18px;
    margin-top: 5px;
}

/*END Pagination*/


img.arrow-btn {
    max-width: 40px;
    display: block;
    margin: 0 auto;
}

.wrap-h-box.position-relative {
    width: 544px;
    height: 350px;
    margin-left: 15px;
}

img.img-fluid.prod-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.see-prod {
    display: flex;
    width: 120px;
    padding: 5px;
    text-align: center;
    background: #c3ab82;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    height: 60px;
    align-items: center;
    justify-content: center;
}

a.see-prod:hover {
    opacity: 0.7;
}


img.img-fluid.prod-image-list {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.row-list-products {
    margin-top: 50px;
    width: 120%;
}

.prod-description {
    background: #fff;
    padding: 25px 30px 20px;
    min-height: 220px;
    margin-bottom: 30px;
}

h3.prod-home-title {
    border-left: 10px solid #b49660;
    padding-left: 30px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 26px;
}

span.price {
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
}

.row-home-products {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 80px;
}

a.see-all-prods {
    position: relative;
    display: block;
    width: 210px;
    padding: 10px;
    text-align: center;
    border: 1px solid #c3ab82;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Sofia Sans Condensed', sans-serif;
    color: #000;
    margin-top: 25px;
    transition: 0.5s;
}

a.see-all-prods > i {
    margin-left: 10px;
}

a.see-all-prods:hover {
    color: #000000;
    background: #c3ab82;
}

.rg {
    margin-bottom: 15px;
    margin-left: 0;
}

.rg .cols {
    padding: 0;

}


.col-lg-6.cols.col-text {
    background: #34302f;
    color: #fff;
    padding: 100px 50px 0;
}

img.img-fluid.img-rest {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.t-title {
    font-size: 26px;
    font-family: 'Sofia Sans Condensed', sans-serif;
    border-left: 10px solid #b49660;
    padding-left: 40px;
    margin-left: -50px;
    margin-bottom: 45px;
    color: #ffffff !important;
}

a.l-more {
    position: relative;
    display: block;
    width: 220px;
    padding: 20px;
    text-align: center;
    border: 1px solid #c3ab82;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Sofia Sans Condensed', sans-serif;
    color: #fff;
    margin-top: 50px;
    transition: 0.5s;
}

a.l-more:hover {
    background: #c3ab82;
    color: #ffffff;
}

a.l-more i {
    margin-left: 10px;
}

.col-text p {
    max-width: 580px;
    line-height: 1.8;
    opacity: 0.9;
}


.linked-products {
    background: #f7f7f7;
    padding: 120px 15px;
}

.linked-slide button.slick-prev.slick-arrow,
.linked-slide button.slick-next.slick-arrow {
    margin-top: -65px;

}

.linked-slide .slick-prev:before {
    content: '\f053';
    font-family: "FontAwesome", "sans-serif";
    margin-left: -40px;
    font-size: 40px;
    color: #000000;
    opacity: 1;
}

.linked-slide .slick-next:before {
    content: '\f054';
    font-family: "FontAwesome", "sans-serif";
    margin-right: -40px;
    font-size: 40px;
    color: #000000;
    opacity: 1;
}

.slick-next {
    right: -50px !important;
}

.slick-prev {
    left: -50px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick', sans-serif;
    font-size: 35px !important;
    line-height: 1;
    color: #000 !important;

}


.slick-prev, .slick-next {
    width: 30px !important;
    height: 20px !important;

}

.slick-next:before {
    content: url("../images/icons/right-arrow-black.svg") !important;
}

.slick-prev:before {
    content: url("../images/icons/right-arrow-black.svg") !important;

}

.slick-prev {
    transform: rotate(180deg) !important;
}

/**/

.prod-slider-nav button.slick-prev.slick-arrow,
.prod-slider-nav button.slick-next.slick-arrow {
    margin-top: 0;
}

.prod-slider-nav .slick-prev:before {
    content: '\f053';
    font-family: "FontAwesome", "sans-serif";
    margin-left: 0;
    font-size: 15px;
    color: #000000;
    opacity: 1;
}

.prod-slider-nav .slick-next:before {
    content: '\f054';
    font-family: "FontAwesome", "sans-serif";
    margin-right: 0;
    font-size: 15px;
    color: #000000;
    opacity: 1;
}

.breadcrumb {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-left: -40px;
}

.breadcrumb-item {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 400;
}

.breadcrumb-item:hover {
    color: #c0991e;
}

strong.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb i.fa.fa-chevron-right {
    margin: 7px 9px;
    color: #5d5d5d;
    font-size: 13px;
}


h3.service-name {
    font-size: 28px;
    font-family: 'Sofia Sans Condensed', "sans-serif";

    margin-bottom: 30px;
    margin-top: 7px;
}

h3.service-name a {
    color: #000;
    transition: 0.5s;
}

h3.service-name a:hover {
    color: #b49660;
}

/*Search*/

.search-icon {
    cursor: pointer;
    transition: 0.5s;
    font-size: 22px;
    color: #585858;
}


.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none !important;
    cursor: pointer;
}

input.form-control.searchcontrol {
    height: 53px !important;
    min-width: 600px;
    border-radius: 0;
    margin-top: 1px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

button.btn.btn-default.searchbtn {
    width: 90px;
    height: 53px;
    padding: 2px 5px 2px 0 !important;
    border-radius: 0;
    background: #b49660;
    font-size: 28px;
    color: #fff;
    border: 1px solid #b49660 !important;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    top: 1px;
}


.overlay button:hover {
    background: #bbb;
}

.input-group.ig-search {
    width: 100% !IMPORTANT;
    display: flex;
    justify-content: center;
}

.input-group-btn {
    position: relative;
    font-size: inherit !important;
    white-space: nowrap;
}

/*END Search*/


.row.row-practis {
    margin-left: 140px;
}


h1.slider-title.service-title {
    max-width: 660px;
    line-height: 1;
}

.slider-text.service-txt {
    bottom: 160px;
    margin-left: -10px;
}

section.product-info {
    padding: 100px 15px;
}

.product-info h2 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.product-info h3 {
    font-size: 35px;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    color: #919191;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}


a.get-hour {
    display: block;
    margin: 50px auto 30px;
    text-align: center;
    width: 400px;
    padding: 15px 0 10px;
    background: #b49660;
    color: #000;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-size: 27px;
    text-transform: uppercase;
    position: relative;
}

a.get-hour:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    transition: 0.5s;
}

a.get-hour:hover {
    opacity: 0.7;
}

section.product-gallery {
    position: relative;
}

label.error {
    display: none !important;
}

label#field_answers1_5 {
    display: none;
}

span.chk-txt {
    position: absolute;
    margin: 11px;
}

label#field_answers2_5 {
    display: none;
}

.chk-txt a {
    color: #daa707;
}

span.chk-txt {
    position: absolute;
    margin: 17px 10px 0;
    font-size: 16px;
}

label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Sofia Sans Condensed', sans-serif;
}


.form-control.home-form {
    height: 40px;
    border-radius: 0;
    border-color: #6f6c6b;
    background-color: #6f6c6b !important;
    padding: 5px 15px !important;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Sofia Sans Condensed', sans-serif;
}

.form-control.home-form::placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.7;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.datepickerDate {
    background: url(../images/icons/calendar.svg) no-repeat right center;
    background-size: 25px;
    background-position-x: 97%;
}


form hr {
    margin: 40px 10px 10px !important;
    width: 97% !important;

}

textarea {
    min-height: 190px !important;
}

hr.service-hr {
    margin: 90px 0 50px;
    border-bottom: 2px solid #e1e1e1;
    opacity: 1;
}

img.img-fluid.img-gallery {
    object-fit: cover;
    width: 500px;
    height: 325px;
    padding: 10px
}

.icon-groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.col-picture {
    text-align: right;
}


.icon-groups > div {
    flex: 1 0 20%;
    margin: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 38px;
    max-width: 200px;
}


img.img-inline.more-extras {
    max-width: 25px;
    cursor: pointer;
}

a.go-to-more {
    position: absolute;
    right: 20px;
    bottom: 70px;
}


.prod-image-thumb {
    cursor: pointer;
    width: 95px !important;
    height: 65px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}


.prod-slider-main img.img-fluid.prod-image-main {
    display: block;
    width: 615px;
    margin: 0 auto 20px;
    height: 410px;
    object-fit: cover;
}

h1.home-title.ht-strip.single-world {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cols.col-form {
    background: #34302f;
    padding: 60px;
    color: #fff;
    position: relative;
}

.cols.col-logo {
    background: url("../images/events-form.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cols.col-logo.cl-2 {
    background: url("../images/catering-form.jpg") no-repeat top center;
    background-size: cover;
}

img.logo-form {
    max-width: 300px;
    margin: 0 auto 50px;
}


/*Switch button*/

.col-12.form-check.form-switch {
    margin-left: 12px;
}

.form-check-input:checked {
    background-color: #b49660 !important;
    border-color: #a1a6ad !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #a1a6ad !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b49660'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e") !important;
}

.form-check.form-switch {
    font-size: 18px;
}

/*END Switch button*/

.form-check.form-switch a {
    color: #b49660;
}

.prod-form {
    padding: 120px 15px !important;
}

a.book-now {
    display: block;
    margin-top: 40px;
    text-align: center;
    width: 195px;
    padding: 13px;
    background: #b49660;
    color: #000;
    font-family: 'Sofia Sans Condensed', "sans-serif";
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
}

a.book-now:hover {
    background: #000000;
    color: #ffffff;
}


.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #b49660 !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.form-control:focus {
    box-shadow: none !important;
}

.img-page-custom {
    margin-bottom: 30px;
}

.bdpw-clock-digit.cursor {
    color: #b49660 !important;
}

a {
    color: #b49660;
}

.big-border-left {
    border-left: 20px solid #b49660;
}

.big-border-right {
    border-right: 20px solid #b49660;
}

.page-h4 {
    margin-top: 150px;
}

.page-info a {
    color: #000000;
}

.page-info a:hover {
    color: #000000;
    opacity: 0.7;
}


iframe#map {
    height: 300px;
    filter: grayscale(1);
}

a.l-more {
    color: #ffffff !important;
}

.page-gallery {
    background-image: linear-gradient(0deg, #f7f4ed 330px, #ffffff 0%);
    min-height: 500px;
    padding: 0 0 60px;
}

.event-request {
    padding: 100px 15px;
}

.hs-6 a:hover {
    color: currentColor;
}

.cat-description {
    margin-bottom: 50px;
    margin-top: -30px;
}

#form3  #field_answers4, #form1 #field_answers4 {
    display: none;
}


.gallery-menu img.img-fluid.img-gallery {
    object-fit: cover;
    width: 100%;
    height: 630px;
    padding: 10px;
}


@media (max-width: 1560px) {


    .container {
        max-width: initial !important;
    }

    header {
        padding: 0 25px 0 0;
    }

    .lang.dropdown-menu {
        font-size: 0;
        left: -10px !important;
    }

    .find-us {
        transform: scale(0.8);
    }

    .page-title-group {

        top: 150px;
    }

    h1.page-title {
        font-size: 70px;
        margin: 0 20px;
    }

    span.page-title-strip {
        width: 60px;
        margin-bottom: 20px;
    }

    section.product-info {
        padding: 40px 15px;
    }

    .page-gallery {
        padding: 0 50px;
    }


}

@media (max-width: 1440px) {


    li.nav-item {
        margin: 0 5px;
    }

    .slider-text {
        bottom: 200px;
    }
}

@media (max-width: 1370px) {

    img.img-fluid.img-gallery {
        object-fit: cover;
        width: 500px;
        height: 325px;
        padding: 13px;
    }

    li.nav-item a span {
        font-size: 22px;
        font-weight: 700;
        color: #f7f4ed;
    }

    p.m-title {
        font-size: 45px;
        left: 30px;
        top: 140px;
    }

    a.m-link {
        width: 170px;
        padding: 5px;
        left: 30px;
        bottom: 30px;
        font-size: 20px;

    }


}

@media (max-width: 1280px) {

    h1.page-title {
        font-size: 55px;
        margin: 0 20px;
    }

    span.page-title-strip {
        width: 60px;
        margin-bottom: 15px;
    }

    .page-title-group {
        top: 135px;
    }

    li.nav-item a span {
        font-size: 20px;
    }

    nav.navbar.navbar-expand-lg {
        margin-top: -15px;
    }

    img.img-lang {
        max-width: 25px;
        padding-bottom: 0;
        margin-top: 10px;
        margin-left: 10px;
    }

    .slider-text {
        bottom: 160px;
    }

    .find-us {
        transform: scale(0.5);
        margin-top: -40px;
    }

}

@media (max-width: 1200px) {

    li.nav-item a span {
        font-size: 18px;
    }

    .slider-text {
        bottom: 160px;
        transform: scale(0.8);
    }

    .col-about-right {
        padding-left: 20px;
    }

    a.about-link {
        margin-top: 40px;
    }

    .wrap-txt {
        top: 70px;
    }

}

@media (max-width: 1199px) {

    .newslink a {
        color: #000000;
        font-size: 25px;
    }

    img.site-logo {
        max-width: 230px;
        margin-top: 5px;
        margin-bottom: 20px;
    }


    img.img-fluid.img-page-custom {
        margin: 0 0 30px !important;
        width: 100%;
    }

    img.img-fluid.img-gallery {
        padding: 7px;
        object-fit: cover;
    }

    .prod-slider-main img.img-fluid.prod-image-main {
        margin: 20px auto;
        width: 100%;
    }

    img.logo-form {
        max-width: 350px;
        margin: 0 auto;
    }

    img.img-fluid.prod-image-main {
        height: 235px;
        object-fit: cover;
        width: 100%;
    }

    .page-title-group {
        top: 150px;
    }

    h2.center-title {
        font-size: 35px;
        color: #9d8252;
        font-family: 'Sofia Sans Condensed', "sans-serif";
        font-weight: 700;
        display: inline-block;
        margin: 0 15px 30px;

    }

    .page-info span.sp-4 {
        display: inline-block;
        width: 50px;
        border-bottom: 2px solid #9d8252;
        margin-bottom: 10px;
    }

    .prod-description {
        background: #fff;
        padding: 25px 30px 20px;
        min-height: 220px;
        max-width: 500px;
        margin: -30px auto 30px;
    }

    header {
        text-align: center;
        margin: 10px auto;
        padding: 0 15px;
    }

    .navbar-expand-lg {
        justify-content: center;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }

    .col-nav {
        text-align: center;
        width: 100%;
    }

    .slider-text {
        bottom: 65px;
        transform: scale(0.8);
    }

    .wrap-txt {
        width: 90%;
        height: 73%;
        border: 2px solid #b49660;
        padding: 30px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 60px;
    }

    p.adv-title {
        font-size: 34px;
        margin: 25px auto 10px;
    }

    .home-title {
        font-size: 50px;
    }

    .about-img {
        display: block;
        margin: 0 auto 50px;
        width: 100%;
    }

    article.hs-2 {
        padding: 80px 15px;
    }

    article.hs-4 {
        padding: 140px 15px;
    }

    .wrap-txt h2, .hs-5 h2 {

        margin: 0 30px 30px;
    }

    span.f-strip {
        display: none;
    }

    img.logo-footer {
        margin-bottom: 35px;
    }

    .copyright, .copyright .col-xl-6.text-end {
        text-align: center !important;
    }

    p.m-title {
        font-size: 35px;
        left: 20px;
        top: 100px;
    }

    a.m-link {
        width: 170px;
        padding: 5px;
        left: 20px;
        bottom: 18px;
        font-size: 20px;
    }

    .row.row-advantages .col-xl-4 {
        margin-bottom: 60px;
    }

}

@media (max-width: 992px) {

    .page-title-group {
        top: 30px;
    }


    .cols.col-logo {
        min-height: 200px;
    }

    hr.slider-hr {
        display: none;
    }

    .cols.col-form {
        padding: 30px;
    }

    button.btn.btn-request.btn-home-subbmit {
        position: relative;
    }

    img.logo-form {
        max-width: 300px;
        margin: 0 auto;
    }

    .hs-4.prod-form .col-logo {
        padding: 30px 0;
    }

    img.img-fluid.prod-image-main {
        height: 120px;
        object-fit: cover;
    }

    .breadcrumb {
        margin-left: 0;
        position: absolute;
        top: 140px;
        color: #fff !important;
    }


    .breadcrumb-item {
        font-size: 18px;
        color: #fff !important;
        font-weight: 400;
    }

    .breadcrumb i.fa.fa-chevron-right {
        margin: 7px 9px;
        color: #ffff;
        font-size: 13px;
    }

    .copyright p, .copyright a {
        text-align: center;
    }

    .container.container-header {
        padding: 0;
    }

    .header-top {
        background: #181818;

    }

    img.img-fluid.img-menu {
        margin-bottom: 40px;
    }


    .hs-1 {
        padding: 60px 15px;
    }

    article.hs-2 {
        padding: 60px 15px 30px;
    }

    article.hs-3 {

        padding: 60px 15px !important;
    }

    a.m-link {
        width: 170px;
        padding: 5px;
        left: 20px;
        bottom: 65px;
        font-size: 20px;
    }

    p.m-title {
        font-size: 50px;
        left: 20px;
        top: 53%;
    }

    header {
        margin: 0;
        background: #181818;
        position: relative;
        padding: 0 15px;
    }

    img.site-logo {
        max-width: 200px;
        position: absolute;
        top: 10px;
    }

    /*a.nav-link-reserve {*/
    /*    display: block;*/
    /*    width: 38px;*/
    /*    text-align: center;*/
    /*    background: #b49660;*/
    /*    color: #000;*/
    /*    padding: 4px;*/
    /*    font-size: 18px;*/
    /*    text-transform: uppercase;*/
    /*    margin-left: 0;*/
    /*    transition: 0.5s;*/
    /*    position: absolute;*/
    /*    right: 60px;*/
    /*    top: 29px;*/
    /*}*/
    a.nav-link-reserve {
        display: block;
        width: 38px;
        text-align: center;
        background: #b49660;
        color: #000;
        padding: 4px;
        font-size: 18px;
        text-transform: uppercase;
        margin-left: 0;
        transition: 0.5s;
        position: absolute;
        right: 60px;
        top: 29px;
    }

    img.img-lang {
        max-width: 25px;
        padding-bottom: 0;
        margin-top: 18px;
        margin-left: 10px;
    }

    .lang.dropdown-menu {
        font-size: 0;
        left: 30px !important;
        top: 4px !IMPORTANT;

    }

    .slider-text {
        bottom: 52px;
        transform: scale(0.7);
    }

    .box-ch {
        width: 350px;
        padding: 30px;
        height: 475px;
        margin: 10px;
    }

    span.phone-txt {
        display: none;
    }

    .col-nav {
        text-align: center;
        width: 100%;
    }

    .col-xl-2.align-self-center {
        text-align: left;
    }

    .lang-dropdown {
        position: absolute;
        right: 26px;
        top: 12px;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

    .navbar-expand-lg {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: -30px;
    }

    div#navbarNavDropdown {
        margin-bottom: 20px;
        margin-top: 0;
    }

    nav.navbar.navbar-expand-lg {
        margin-top: 70px;
    }

    #header a.nav-link {
        text-align: center;
    }

    .toggle-menu span {
        margin-left: 5px;
    }


    button.navbar-toggler.toggle-menu.d-lg-none {
        display: block;
        margin: 40px auto 0;
        max-width: 40px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
    }

    li.nav-item {
        padding-bottom: 0;
    }


    .strip-link {
        transition: 0.15s;
        display: none;
    }

    #header a.nav-link {
        font-size: 18px;
        padding: 9px 0;
    }

    .nav-item.active a > span {
        border-bottom: 1px solid #b49660;
    }


    li.nav-item {
        text-align: center;
    }

    .col-lg-6.cols.col-text {
        padding: 30px 50px;
    }


    .wrap-txt h2, .hs-5 h2 {
        font-size: 35px;
        margin: 0 15px 20px;
    }

    article.hs-5 {
        padding: 60px 15px 100px;
    }


    .wrap-txt p {
        font-size: 13px;
    }

    a.learn-more {
        width: 150px;
        padding: 5px;
        border: 1px solid #b49660;
        font-size: 18px;
        transition: 0.5s;
        margin: 0 auto;
        bottom: -20px;
    }

    img.img-fluid.img-decor {
        display: block;
        margin: 0 auto;
        height: 410px;
        object-fit: cover;
    }

    .wrap-txt {
        top: 50px;
    }

    span.sp-4 {
        margin-bottom: 10px;
    }

    a.learn-more-2 {
        transform: scale(0.7);
        margin-top: 40px;
    }

    .find-us {
        transform: scale(0.4);
        margin-top: -55px;
    }

    footer {
        padding: 60px 15px 30px;
    }

    footer p, footer a {

        font-size: 16px;
    }

    footer .f-title {
        font-size: 28px;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    section.home-news {
        padding: 60px 15px;
    }

    section.page-details {
        padding: 60px 15px 60px;
        background: #f4f4f9;
    }
}


@media (max-width: 610px) {

    h1.page-title {
        font-size: 45px;
        margin: 0 10px;
    }

    span.page-title-strip {
        width: 30px;
        margin-bottom: 12px;
    }

    .page-title-group {
        top: 65px;
    }

    img.img-fluid.prod-image-main {
        height: 120px;
        object-fit: cover;
        min-height: 150px;
    }

    .slider-title {
        font-size: 60px;
        margin: 0 15px;

    }

    span.slide-strip {
        display: inline-block;
        width: 45px;
        border-bottom: 2px solid #f7f4ed;
        margin-bottom: 18px;
    }

    a.slider-btn {
        display: block;
        background: #b49660;
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Sofia Sans Condensed', sans-serif;
        width: 170px;
        margin: 18px auto 0;
        padding: 5px;
        transition: 0.5s;
    }

    .slider-text {
        bottom: 50px;
        transform: scale(0.7);
    }

    p.m-title {
        font-size: 40px;
        left: 20px;
        top: 43%;
    }

    h2.home-title.d-inline {
        font-size: 40px;
        margin: 0 10px !important;
    }

    .home-title {
        font-size: 40px;
    }

    span.slide-strip.home-title-strip {
        margin-bottom: 10px;
        width: 30px;
    }

    article.hs-4 {
        padding: 80px 15px;
    }

    img.img-fluid.img-decor {
        display: block;
        margin: 0 auto;
        height: 550px;
        object-fit: cover;
    }

    .wrap-txt {
        top: 65px;
    }

    .wrap-txt h2, .hs-5 h2 {
        font-size: 30px;
        margin: 0 10px 20px;
    }

    .hs-4 span.sp-4 {
        width: 30px;
        margin-bottom: 6px !important;
    }
}

@media (max-width: 440px) {

    .form-check.form-switch {
        font-size: 15px;
    }

    button.btn.btn-request.btn-home-subbmit {
        width: 100%;
    }

    img.img-fluid.img-article-big {
        display: block;
        margin: 0 auto 40px;
    }

    .newsTitle {
        font-size: 30px;
    }

    .wrap-news-info {
        padding: 20px;

    }

    .page-info a.learn-more-2.d-inline {
        display: block !important;
        font-size: 24px;

        width: inherit;
        margin: 0 !important;
    }

    .page-info span.sp-4 {
        display: none;
    }

    .event-request {
        padding: 60px 15px;
    }

    article.hs-4 {
        padding: 40px 0;
    }

    .find-us {
        transform: scale(0.3);
        margin-top: -65px;
    }

    img.logo-footer {
        margin-bottom: 20px;
        max-width: 200px;
    }

    .copyright {
        padding: 0;
    }

    img.logo-form {
        max-width: 200px;
        margin: 0 auto;
    }

    .prod-form {
        padding: 60px 15px !important;
    }

    .prod-form.page-form {
        padding: 60px 0 !important;
    }

    .prod-slider-nav button.slick-next.slick-arrow {
        right: -15px !important;
    }

    .prod-slider-nav button.slick-prev.slick-arrow {
        left: -15px !important;
    }

    .cols.col-form {
        padding: 30px 15px;
    }


    a.r-link {
        display: grid;
        background: #b49660;
        width: 65px;
        text-align: center;
        color: #000;
        font-size: 25px;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 65px;
        align-content: center;
    }

    h3.prod-home-title {
        border-left: 10px solid #b49660;
        padding-left: 20px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        text-transform: uppercase;
        font-family: 'Sofia Sans Condensed', sans-serif;
        font-size: 26px;
    }

    span.price {
        margin-bottom: 5px;
    }

    .icon-groups > div {
        max-width: 160px;
        min-width: 120px;
    }

    .wrap-r-info {
        height: 65px;
        padding: 16px 10px;
    }

    img.site-logo {
        max-width: 165px;
        position: absolute;
        top: 16px;
    }

    .slider-text {
        bottom: -15px;
        transform: scale(0.5);
    }

    .slider .slick-dots {
        bottom: 5px !important;
    }

    .toggle-menu span {
        left: calc(50% - -90px);
    }

    img.img-lang {
        max-width: 30px;
        padding-bottom: 0;
        margin-top: 18px;
    }

    .lang-dropdown {
        position: absolute;
        right: 20px;
        top: 12px;
    }

    .lang.dropdown-menu {
        font-size: 0;
        left: 27px !important;
        top: 15px !IMPORTANT;
    }

    a.slider-btn {
        display: block;
        background: #b49660;
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Sofia Sans Condensed', sans-serif;
        width: 150px;
        margin: 18px auto 0;
        padding: 5px;
        transition: 0.5s;
    }

    span.slide-strip {
        display: inline-block;
        width: 30px;
        border-bottom: 2px solid #f7f4ed;
        margin-bottom: 10px;
    }

    p.slider-p {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .slider-title {
        font-size: 35px;
        margin: 0 15px;
    }

    .slider-text {
        bottom: 40px;
        transform: scale(1);
    }

    .home-title {
        font-size: 30px;
    }

    .hs-1 {
        padding: 60px 15px;
    }

    article.hs-2 {
        padding: 60px 15px;
    }

    .slider-right-arrow1.slick-arrow {
        right: -20px;
    }

    .slider-left-arrow1.slick-arrow {
        transform: rotate(180deg);
        left: -20px;
    }

    .row-list-products {
        margin-top: 50px;
        width: revert;
    }

    article.hs-3 {
        padding: 60px 15px 0;
    }

    .r-first {
        padding-top: 105px;
        margin: -105px 0 0;
    }

    p.m-title {
        font-size: 27px;
        left: 10px;
        top: 35%;
    }

    a.m-link {
        width: 135px;
        padding: 2px;
        left: 11px;
        bottom: 57px;
        font-size: 18px;
    }

    h2.home-title.d-inline {
        font-size: 30px;
        margin: 0 5px !important;
    }

    span.slide-strip.home-title-strip {
        margin-bottom: 8px;
        width: 30px;
    }

    .row.row-advantages {
        margin-top: 50px;
    }

    p.adv-title {
        font-size: 30px;
        margin: 25px auto 10px;
    }

    p.adv-subtitle {
        font-size: 16px;

    }

    img.right-arrow {
        max-width: 20px;
        margin-left: 5px;
    }

    a.about-link {
        display: block;
        width: 150px;
        padding: 5px;
        color: #000;
        border: 1px solid #b49660;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Sofia Sans Condensed', sans-serif;
        font-size: 18px;
        transition: 0.5s;
        background: #b49660;
        margin-top: 30px;
    }

    .wrap-txt {
        top: 80px;
        padding: 15px;
    }

    span.sp-4 {
        display: none;
    }

    img.img-fluid.img-decor {
        display: block;
        margin: 0 auto;
        height: 610px;
        object-fit: cover;
    }

    img.img-fluid.img-gallery {
        object-fit: cover;
        width: 500px;
        height: 195px;
        padding: 13px;
    }

    .page-gallery {
        background-image: linear-gradient(0deg, #f7f4ed 190px, #ffffff 0%);
        min-height: 292px;
    }

    a.fb-header {
        font-size: 18px;
        margin-left: 2px;
    }

}

@media (max-width: 413px) {

    .header-top {
        padding: 15px 0;
    }

    a.phone-header {
        font-size: 13px;
    }

    span.fb-txt {
        font-size: 13px;
    }




    .toggle-menu span {
        left: calc(50% - -70px);
    }

    .r-first, .r-second {
        background-size: 87%;
    }

    span.slide-strip.home-title-strip {
        margin-bottom: 8px;
        width: 20px;
    }

    .wrap-txt {
        top: 55px;
        padding: 15px;
        height: 82%;
    }

    img.img-fluid.img-decor {
        display: block;
        margin: 0 auto;
        height: 650px;
        object-fit: cover;
    }

    .find-us {
        transform: scale(0.3);
        margin-top: -70px;
        margin-left: -30px;
    }

    .slider-text {
        bottom: 30px;
        transform: scale(0.8);
    }

}

/*Cookies*/
#gdpr-cookie-message {
    position: fixed;
    right: 0;
    z-index: 999999999;
    bottom: 0;
    width: 100%;
    background-color: #000000 !important;
    padding: 20px;
}

#gdpr-cookie-message a {
    color: #b49660 !important;
}

button#gdpr-cookie-advanced {
    display: none !important;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 17px;
    line-height: 1.5em;
    list-style: none !important;
}

#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: 1px solid #ffffff;
    border-radius: 0;
    background: transparent;
    color: white;
    padding: 7px;
    cursor: pointer;
    display: block;
    width: 165px;
    transition: all 0.3s ease-in;
    font-size: 15px;
}

#gdpr-cookie-message button:hover {
    background: #fcf2e8;
    color: #2c2c2c !important;
    opacity: 0.8;
    transition: all 0.3s;
}

div#gdpr-cookie-types {
    color: #fff;
}

/*END Cookies*/


div#debug-icon {
    display: none !important;
}

/*Back to top*/
#toTopBtn {
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 98;
    padding: 21px;
    background-color: #b49660;
    display: none;
    border: 1px solid #b49660;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
}

.cd-top {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: url("../images/cd-top-arrow.svg") no-repeat center 50%;
    background-color: #ffffff;
    font-family: "FontAwesome", "sans-serif" !important;
}

/*END Back to top*/