/* def */
:root {
    --main-color: #2e6e29;
    --alt-color: #;
    --main-back: #745243;
}

.noselect, img {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
*:focus {outline: none!important;}
ul {list-style: none; padding-left: 0;}
.product ul  {list-style: none; padding-left: 15px; margin-top: 10px}
.flex-row-center {display: flex; align-items: center; justify-content: center; flex-direction: row; flex-wrap: wrap;}
.flex-start {justify-content: flex-start;}
.position-relative {position: relative;}
.absolut100:before, .absolut100:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.color-w {color: #fff;}
.font-600 {font-weight: 600;}
body {color: #222; font-family: 'Josefin Sans', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: 'Cormorant Garamond'; font-weight: 400;}


.product-details .price-description {color: #65af5f; font-weight: 500; margin-bottom: 5px;}

.homepage .border {background: #FAF7F1;}
.bg-color {background: transparent;}

:is(.homepage, .galerija) header {position: absolute; top: 0; left: 0; width: 100%; z-index: 999; background: transparent;}
body:not(.homepage) header {}


header #toggleMenu, header #toggleMenu nav {background-color: rgba(0,0,0,.1);}
header #toggleMenu ul > li {padding: 0 10px;}

header #toggleMenu .toggle {margin-right: 22px;}
header #toggleMenu ul {margin: 0;}
header #toggleMenu .toggle:hover span:nth-child(2) {margin-left: 10px;}
:is(.homepage, .galerija) header #toggleMenu ul > li > a {color: #fff;}
:is(.homepage, .galerija) header #toggleMenu .toggle > span {background: #fff;} 


header .middle .menu-middle {justify-content: flex-start;}
header .middle .menu-middle li {margin-right: 20px;}
header .middle .menu-middle li :is(a, i, svg) {color: #fff;}
header .middle .menu-middle li :is(i, svg) {margin-right: 5px;}
header .middle .menu-middle li > a {display: flex; align-items: center;}
header .middle .menu-button-icon {display: block; height: 22px;}
header .middle .menu-button-icon i {background-image: repeating-linear-gradient(180deg,#fff,#fff 4px,rgba(0,0,0,0) 4px,rgba(0,0,0,0) 9px); height: 22px; width: 30px; background-size: contain; overflow: hidden; transition: all .8s ease; cursor: pointer;}
header .middle .menu-button-icon i:hover {background-position: 0 -22px;}
header .middle .menu-button-icon i:before {content: '';}


a.book-button {transition: all .5s ease-in-out;font-size: 13px; font-weight: 400; letter-spacing: 1.95px; background-color: #4a4a4a; border-radius: 0px 0px 0px 0px; padding: 15px 30px 11px 30px; float: right; color: #fff; text-transform: uppercase;}
a.book-button:hover {color: #fff;background-color: #2e6e29;}

.product a.book-button {float: left; text-align: center;}


.video-wrap, .img-wrap {position: relative; height: 100vh; width: 100%;}
.video-wrap .video-text, .img-wrap .img-text {position: absolute; top: 50%; left: 50%; transform: translate3d(-50%,-50%,0); z-index: 9; width: 100%; max-width: 70%;}
.video-wrap .video-text h1 {color: #fff;  font-size: 36px;}
.video-wrap .video-text h4 {font-size: 30px; letter-spacing: -1px;}
.video-wrap .video-text h4 {color: #fff;}
.video-wrap .video-back, .img-wrap .img-back {display: block; visibility: visible; overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: display .3s; -moz-transition: display .3s; transition: display .3s; pointer-events: none;}
body video {max-height: 100%; object-fit: cover; width: 100%; height: 100vh;}


.top-text {margin-top: 70px; margin-bottom: 100px;}
/*.top-text .row > div {margin: 0% 10% 0% 10%; padding: 0px 0px 40px 0px;}*/
.top-text h2 {font-size: 40px; line-height: 1.3em; color: #745243;}
.top-text img {width: 100px;}

.section-h2 {margin: 10px 0 20px; font-size: 42px; line-height: 1em;}

.divider {opacity: 1; padding-top: 15px; padding-bottom: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center;}
.divider-separator {width: 70px; border-top: 1px solid #202020; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; direction: ltr;}
.divider span:nth-child(2) {font-family: 'Josefin Sans', sans-serif; margin: 2px 0px 0px 20px; display: block; font-size: 16px; line-height: 16px;}
.divider-separator-w {border-color: #fff;}

.icon-link-circle > div {margin: 0; padding: 10px 13px; border-style: solid; border-width: 1px; border-color: #202020; border-radius: 250px 250px 250px 250px; border-radius: 100%; display: inline-block;}
.icon-link-circle > div:before {content: ''; background: url(/img/icon/arrow_right_icon.png); display: block; width: 18px; height: 22px; background-position: center; background-size: 18px; background-repeat: no-repeat;}
.icon-link-circle h4 {margin-left: 20px; font-size: 22px; font-weight: 600; color: #333;}


.home-about .nl2 {position: absolute; bottom: -130px; right: -260px; width: 500px;}
@media (max-width: 767px) {
    .home-about .nl2 {   bottom: -142px; right: -29px; width: 361px;}
    .icon-link-circle h4 { font-size: 18px;}
}

.home-preview {z-index: 0; position: relative;}
@media (max-width: 767px) {
    .home-preview {z-index: 2; position: relative; margin-bottom: 40px;}
}


.home-offers {background-color: #efe7da; min-height: 560px;}
.home-offers .flex-row-center {justify-content: flex-start; align-items: flex-end;}
.home-offers-content {justify-content: space-between;}
.home-offers-content > div {width: auto;}
.homepage .home-offers-content a {min-width: 65%; text-align: left;}
.homepage .home-offers-content a h2 {font-size: 40px; font-weight: 400; text-overflow: ellipsis; white-space: pre-wrap; overflow: hidden; height: auto; margin: 0; color: #000; line-height: 1.2em;}
.homepage .home-offers-content .price {font-family: "Cormorant Garamond", Sans-serif; font-size: 35px; line-height: 18px; color: #000; font-weight: 400; letter-spacing: -1px;}
.homepage .home-offers-content .price .currency {font-size: 20px; text-transform: lowercase; letter-spacing: 0;}
.homepage .home-offers-content .price-container {flex-direction: column; align-items: flex-end;}
.homepage .home-offers-content .price-container span:nth-child(1) {font-size: 16px;}
@media (max-width: 767px) {
    .homepage .home-offers-content a h2 { font-size: 30px;}
    .homepage .home-offers-content .price { font-size: 25px;}

}


.home-restaurant {margin-top: -200px; padding-bottom: 20px;}
.home-restaurant .carousel .carousel-cell { width: 28%; height: 600px; margin-right: 10px;border-radius: 5px;background-position: center center; background-size: cover; background-color: #ebe0cd;}
.home-restaurant .carousel .flickity-prev-next-button.next {right: 40px;}
.home-restaurant .carousel .flickity-prev-next-button.previous {left: 40px;}
@media (max-width: 767px) {
    .home-restaurant .carousel .carousel-cell {width: 100%; height: 500px;}
}


.homepage :is(.home-gallery, .home-spa) {background-color: #EEE7DA;}

.homepage .home-spa {position: relative;}
.homepage .home-spa .home-spa-inner {margin: 0% 10% 0% 0%; background-image: url('/img/zen-bg.jpg');
    background-position: center center; background-repeat: no-repeat; background-size: cover; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; padding: 110px 90px 100px 90px; z-index: 2; position: relative;}
.homepage .home-spa .home-spa-content {z-index: 9; position: relative; color: #fff;}
.homepage .home-spa .spa-img img {position: absolute; left: -30px; right: 0; bottom: -100px; z-index: 11;max-width: 550px;} 



.homepage .home-events-boxes a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.homepage .home-events-boxes .home-events-content {background-image: url(/img/event2.jpg); transition-delay: 300ms; opacity: 1; height: 480px; border-radius: 0px; box-shadow: 0 25px 55px rgb(0 0 0 / 22%);background-size: cover; 
                                                    background-position: center center; overflow: hidden; position: relative; display: flex; -webkit-transition: all 550ms ease; transition: all 550ms ease;}
.homepage .home-events-boxes > div:nth-child(2) .home-events-content {background-image: url(/img/event3.jpg);}
.homepage .home-events-boxes > div:nth-child(3) .home-events-content {background-image: url(/img/event1.jpg);}
.homepage .home-events-boxes .home-events-content:before {opacity: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 1; content: ''; background: rgba(0,0,0,0.3); opacity: 0.6; 
                                                            -webkit-transition: all 550ms ease; transition: all 550ms ease;}
                                                            

.homepage .home-events-boxes .home-events-content {display: flex; position: relative; width: 100%; padding: 25px; box-sizing: border-box;}
.homepage .home-events-boxes .overflow-inner {width: 100%; align-self: flex-end; padding: 10px 20px 10px 20px; position: relative;}

.homepage .home-events-boxes .hover-content {color: #fff; opacity: 0; position: absolute; z-index: 2; bottom: 0; left: 20px; transform: translateY(20px); width: calc(100% - 40px); transition: opacity .18s cubic-bezier(.05,.2,.1,1),transform .18s cubic-bezier(.05,.2,.1,1);}
.homepage .home-events-boxes > div:hover .hover-content {opacity: 1; transform: translateY(0%); transition: opacity .65s cubic-bezier(.05,.2,.1,1) 0.15s,transform .65s cubic-bezier(.05,.2,.1,1) 0.15s;}
.homepage .home-events-boxes > div:hover h2 {transform: translateY(-155px);}
.homepage .home-events-boxes .home-events-content :is(h2, p) {color: #fff;}
.homepage .home-events-boxes .home-events-content h2 {position: relative; z-index: 2; transition: opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1); font-size: 36px;}


.homepage .reviews {background-color: inherit;}
.homepage .reviews .carousel-indicators .active {background-color: var(--main-color);}

:is(.homepage, .kontakt) .home-map .map-content {align-items: flex-start; padding: 0px 90px 0px 90px; width: 100%; background-color: var(--main-color); min-height: 600px; color: #fff;}
:is(.homepage, .kontakt) .home-map .map-content ul > li {line-height: 2em;}
:is(.homepage, .kontakt) .home-map .map-content .icon-link-circle > div:before {background-image: url(/img/icon/arrow_right_white_icon.png);}
:is(.homepage, .kontakt) .home-map .map-content .icon-link-circle > div {border-color: #fff;}
:is(.homepage, .kontakt) .home-map .map-content .icon-link-circle h4 {color: #fff;}

.footer-insta {padding-top: 30px; margin-bottom: -5rem;}
.footer-insta .instaBanner .swiper-slide:nth-child(2n+1) {margin-top: 32px;}


.galerija .gallery-slide-content {position: relative; height: 40vw; max-height: 600px;}
.galerija .carousel {height: 40vw; position: absolute; top: 0; left: 0; width: 100%; z-index: 1; max-height: 600px;}
.galerija .flickity-viewport {height: 100%!important; position: relative; z-index: 1;}
.galerija .flickity-viewport:after, .galerija .flickity-viewport:before {position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ''; z-index: 2; mix-blend-mode: multiply; pointer-events: none;}
.galerija .flickity-viewport:before {background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.625%, black 100%); opacity: 0.6;}
.galerija .flickity-viewport:after {background-color: #373737; opacity: 0.4;}

.galerija .carousel-cell {width: 100%; height: 100%;}
.galerija .flickity-viewport .carousel-cell_img {height: 100%; object-fit: cover; width: 100%;}
.galerija .flickity-page-dots {bottom: 30px; z-index: 3;}
.galerija .flickity-page-dots .dot {background: transparent; border: 2px solid #fff; width: 1.225rem; height: 1.225rem; opacity: 1;}
.galerija .flickity-page-dots .dot.is-selected {background: #fff;}
.galerija .in-viewport {position: relative; z-index: 2; text-align: center; color: #fff; pointer-events: none; margin-bottom: auto; margin-top: auto; height: 100%;}
.galerija .in-viewport > div {height: 100%;}


.galerija-wrap {background-color: #eff3f2;}
.galerija .page-content h2 {font-weight: 300; font-size: 3em;}
.galerija .intro p {max-width: 70%;}
.galerija .counter span {display: block; font-size: 55px; margin: 0 0 15px 0;}
.galerija .counter p {margin: 0;}
.galerija .counter [class^='col-'] > div {background-color: #88bed1; text-align: center; height: 200px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; position: relative;  padding: 10px;}

.masonry-grid-item:after, .masonry-grid-item:before {position: absolute; content: '';  width: 100%;  height: 100%;  background-color: rgba(0,0,0,.7); top: 0; left: 0; opacity: 0; webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;
                                                        -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.masonry-grid-item:before {color: #fff; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); width: auto; height: auto; background-color: transparent; z-index: 999;}                                                      
.masonry-grid-item:before {content: "\f067"; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 700; pointer-events: none; -webkit-font-smoothing: antialiased; color:#fff; opacity: 0;}
.masonry-grid-item:hover:after, .masonry-grid-item:hover:before {opacity: 1; cursor: pointer;}


.faq .page-header {position: relative; z-index: 1; margin: 0; border-bottom: none;}
.faq .page-header:before {z-index: -1; background: linear-gradient(180deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%); opacity: 0.5;}
.faq .page-header:after {background-color: #f7f7f7; z-index: -2; background-image: url(../img/patterns/gray-pattern.svg); background-size: 8.519375rem 9.529375rem;}
.faq .faq-content {background-color: ;}
.faq .toggler-one {display: block; position: relative; padding: 0; border-top: 1px solid #e1e1e1;}
.faq .toggler-one .tgNaslov {transition: color 0.2s linear; background-color: transparent; padding: 32px 20px; margin-bottom: 0; border-bottom: none; box-shadow: none; color: #222222; font-size: 25px; line-height: 30px; background: none!important; position: relative;}
.faq .toggler-one .tgNaslov:hover {color: var(--main-color);}

.faq .toggler-one > a:after {transform: rotate(135deg); content: ""; display: block; width: 0.8rem; height: 0.8rem; position: absolute; top: calc(50% - 0.6rem);  border: 0.2rem solid #8c1a10; border-width: 0.2rem 0.2rem 0 0; transition: all 0.2s linear; right: 2.8rem;}
.faq .toggler-one a.togglerVidljiv:after {transform: translateY(0.25rem) rotate(-45deg);}
.faq .toggler-one .tgSadrzaj {padding: 0 20px 34px;}
.faq .toggler-one:last-of-type {border-bottom: 1px solid #e1e1e1; margin-bottom: 50px;}


.o-nama .pre-title {text-transform: uppercase; font-size: 16px; font-weight: 300; margin-bottom: 20px;}
.o-nama .intro {position: relative; z-index: 1; width: 100%; float: left;}
.o-nama .intro-wrapper {width: 100%; max-width: 1100px; margin: 0 auto;}
.o-nama .intro-info {width: 50%; float: left; max-width: 550px; padding: 200px 0;}
.o-nama .intro-text {font-size: 20px; padding-right: 100px; font-weight: 300;}
.o-nama .intro-image {height: 100%; position: absolute; width: 50%; right: 0;}
.o-nama .intro .intro-image img {width: 100%; height: 100%; object-fit: cover;}

.o-nama .our-mission .our-mission-wrapper {background-color: #dedbcc; max-width: 945px; width: 100%; margin: 0 auto; padding: 70px 108px;z-index: 1;}
.o-nama .our-mission .our-mission-wrapper .om-text {font-size: 24px; line-height: 26px;}

.o-nama .offering {margin-bottom: 20px; position: relative; z-index: 1;}
.o-nama .offering-wrapper {max-width: 1100px; width: 100%; margin: 0 auto; position: relative;}
.o-nama .offering .offering-wrapper .of-info {padding: 100px 100px 100px 0; width: 50%;}
.o-nama .offering .offering-wrapper .of-info .of-text {font-size: 20px; font-weight: 300; line-height: 24px;}
.o-nama .link-wrapper a > span {color: var(--main-color); border-bottom: 1px solid var(--main-color); font-weight: 400; font-size: 15px;}
.o-nama .offering .offering-wrapper .of-images {width: 50%; position: absolute; right: 0; height: 100%; top: 0; display: flex; flex-direction: column;}
.o-nama .offering .offering-wrapper .of-images .of-top {height: calc(50% - 8px); justify-content: space-between;}
.o-nama .offering .offering-wrapper .of-images img {width: 100%; height: 100%; object-fit: cover;}
.o-nama .offering .offering-wrapper .of-images .of-bottom {display: flex; height: calc(50% - 8px); width: 100%; justify-content: space-between; position: absolute; bottom: 0;}
.o-nama .offering .offering-wrapper .of-images .of-bottom .img-wr {width: calc(50% - 8px);}
.o-nama .counter .row > div {background-color: #dedbcc; padding: 40px 0; justify-content: space-around;}
.o-nama .counter .count {text-align: center;}
.o-nama .counter .count .counter-value {font-size: 52px; line-height: .65; padding-top: 10px; margin-bottom: 8px; position: relative;}
.o-nama .counter .count .counter-title {font-size: 18px;}
.o-nama .partners .partners-wrapper {max-width: 1100px; width: 100%; margin: 0 auto; padding: 90px 0; background-color: #f5eee1;}
.o-nama .partners .our-clients {padding: 0 50px;}

.partners .our-clients .our-logos {flex-wrap: wrap;}
.partners .our-clients .our-logos .our-logo {text-align: center; width: 20%; padding: 37px 0;}
.partners .our-clients .our-logos .our-logo img {height: 75px;}


.one-product .promo-text {margin: 0;}
.ponuda .one-product .product-holder {margin-bottom: 50px;}
.ponuda .one-product {text-align: left;}
.ponuda .one-product .product-img {border: none; height: 186px; width: 100%;}
.ponuda .one-product img {width: 100%; height: 100%; object-fit: cover;}
.ponuda .one-product .product-data {padding: 15px 28px 28px; background-color: #fff; /*margin-bottom: 50px;*/}
.ponuda .one-product .product-description {font-size: 16px; line-height: 1.2; height: 95px; overflow: hidden; width: 100%; margin-bottom: 15px;}
.ponuda .one-product .product-data .line {justify-content: space-between;}
.ponuda .one-product .line .data-box {display: flex; justify-content: flex-start; flex-direction: column; font-size: 16px;}
.ponuda .one-product .line .data-box > span:nth-child(2) {font-size: 14px; opacity: 0.7;}
.ponuda .one-product :is(.product-data, .contact-card) 
.check-availability, .theme-button {transition: 0.5s; background-color: #115229; color: #fff; line-height: 45px; display: inline-block; padding: 3px 12px 0; border: none; font-size: 15px; margin-top: 29px; min-width: 140px; text-align: center; font-weight: 500;}
.check-availability:hover, .theme-button:hover {background-color: #1b763d!important; -webkit-box-shadow: 3px 3px 9px -2px rgb(0 0 0 / 25%); -moz-box-shadow: 3px 3px 9px -2px rgba(0,0,0,0.25); box-shadow: 3px 3px 9px -2px rgb(0 0 0 / 25%); color: #fff;}
.ponuda .one-product .contact-card {background-color: #dedbcc; padding: 27px 35px; min-height: 483px;}
.ponuda .one-product .contact-card h3 {margin: 70px 0 40px; font-size: 35px; font-weight: 600; line-height: 1.09;}
.ponuda .one-product .contact-card a {position: absolute; bottom: 150px;}
.ponuda .one-product .contact-card .c-text {font-size: 20px; line-height: 1.2;}
.theme-button:focus {text-decoration: none; color: #fff;}


.sobe .one-product {margin-top: 200px; text-align: left;}
.sobe .one-product:first-child {margin-top: 0;}
.sobe .product-img-wrap {position: relative;}
.sobe .product-img {position: absolute; width: 132%; max-width: 132%; top: 0px; right: 0; z-index: 1; border: none;}
.sobe .product-img img {width: 100%;}
.sobe .product-img img:hover {transform: scale(1);}
.sobe .product-data {background: #fff; z-index: 2; position: relative; padding: 50px; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; margin: 120px 0px 0px 0px; transform: scale(0.8);}
.sobe .product-data h2 {font-size: 40px; line-height: 1.2em;}
.sobe .one-product:nth-child(even) .col-md-5 {float: right;}
.sobe .one-product:nth-child(even) .product-img {left: 0; right: unset;}



.product-details  ul {list-style-type: circle; padding: 16px 0 26px 16px;}
.product-details .description {margin: 0px;}
.description-details {margin-top: 50px;}
.product .buttons .theme-button {margin-top: 0; font-size: 13px; font-weight: 400; letter-spacing: 1.25px; padding: 15px 30px 11px 30px; line-height: inherit; margin-left: 16px;}


.restoran :is(.restaurant-1, .restaurant-2) {/*margin-bottom: -70px;*/}
.restoran h2 {margin-bottom: 30px; margin-top: 0; font-weight: 600;}
.restaurant-intro a, .restaurant-text a {font-size: 13px; letter-spacing: .15em; border-bottom: 1px solid var(--main-back); color: var(--main-back); transition: all .3s ease-in-out;}
.restaurant-intro a {font-size: 18px; line-height: 32px;}
.restaurant-intro a:hover, .restaurant-text a:hover {border-color: transparent!important;}
.restoran .restaurant-text p {font-size: 18px; line-height: 32px; font-weight: 300;}
.restaurant-text {height: 100%; align-items: flex-start; max-width: 480px; padding-bottom: 30px;}
.restaurant-m-l {margin-left: 45px;}

:is(.restaurant-1, .restaurant-3, .restaurant-4) .restaurant-img {margin-right: 30px;}
.restaurant-2 .restaurant-img {margin-left: 30px;}
.restaurant-2 .restaurant-2-text {margin: 0 auto;}

.restaurant-5 {background-image: url(https://cdn-dknnf.nitrocdn.com/UULmjgivAAitezmwWhUMIrpfTexQjeUF/assets/static/optimized/rev-1852d97/wp-content/uploads/2019/12/beach-sunset-dining-hero.jpg); 
                                    background-position: center center; background-repeat: no-repeat; background-size: cover; height: 750px; align-items: flex-end;}
.restaurant-5 > div {margin-bottom: -50px;}
.restaurant-5-text {background-color: rgba(116, 82, 67, 0.9); padding: 60px; max-width: unset; color: #fff; margin-right: 30px;}
.restoran .restaurant-5-text a {color: #fff; border-color: #fff; display: inline-block;}
.restoran section.row {margin-right: 0;}

.kontakt .contact-top .top-left {align-items: flex-start; padding: 0px 90px 0px 90px; width: 100%;}
.kontakt .contact-top .social-media-list {margin-left: -14px; padding-top: 20px;}
.kontakt .contact-top .social-media-list li > a {padding: 10px;}
.kontakt .contact-form {padding: 0 90px 0 0;}
.kontakt .contact-form .input-wrap {padding: 16px 0;}
.kontakt .contact-form .form-control {background-color: transparent; border: none; border-bottom: 1px solid #222; padding-top: 16px; padding-bottom: 16px; box-shadow: none;}
.kontakt .form-control:focus {box-shadow: none;}


footer .details {padding-bottom: 0; background-color: #ebeae4; background-repeat: no-repeat; background-position: center center; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;}
.social-media-list {padding-top: 50px;}
.social-media-list li {display: inline-block; margin: 0; font-size: 1.25rem; line-height: 1;}
.social-media-list li > a {display: block; padding: 14px; transition: all .15s ease-in-out;}
.social-media-list li > a > span {font-size: 2.125rem; transform: scale(.8,.8); transition: transform .7s cubic-bezier(.19,1,.22,1); display: inline-flex; align-items: center; justify-content: center; line-height: 1; vertical-align: middle;}
.social-media-list li:hover span {transform: scale(1,1);}
footer ul li a:hover {font-weight: 400; color: inherit;}
.social-media-list li > a > span > svg {fill: currentColor; pointer-events: none;}
.social-media-list li > a > p {margin-top: 1.1em; margin-bottom: 0; font-size: 10px; text-transform: uppercase;}


footer .signature {background-color: #ebeae4; color: inherit;}
footer .signature p {font-size: 20px;}
footer .signature a {color: inherit;}
footer ul li a:hover:before {visibility: hidden; display: none;}


.intro p {font-size: 22px; line-height: 38px;}



.swiper-button-next, .swiper-button-prev {top: -15px!important;}
.swiper-button-prev {right: 40px!important; left: auto!important;}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 17px!important; font-weight: 600; color: #000;}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {color: var(--main-color);}




.swiperTestimonials :is(.swiper-slide-prev, .swiper-slide-next) {transform: initial; opacity: initial;}
.swiperTestimonials .content {border: solid 1px #bebbaa; font-style: italic; font-size: 17px; padding: 51px 24px 36px; position: relative; margin-bottom: 22px;}
.swiperTestimonials .content:before, .swiperTestimonials .content:after {width: 42px; height: 81px; content: ""; position: absolute; background: url(/img/icon/icon-quate-u.svg);}
.swiperTestimonials .content:before {background: url(/img/icon/icon-quate-u.svg); top: 0; left: 0;}
.swiperTestimonials .content:after {background: url(/img/icon/icon-quate-d.svg); bottom: 0; right: 0;}
.swiperTestimonials .content span {display: block; min-height: 250px; overflow: hidden;}
.swiperTestimonials .name {font-size: 20px; font-weight: 500; display: inline-block; width: 100%; text-align: left; font-style: initial; color: initial;}
.swiperTestimonials .swiper-button-next:after, .swiperTestimonials .swiper-button-prev:after {display: none;}
.swiperTestimonials .prevnext {position: relative; height: 40px; width: 100px; float: right; margin-right: 30px;}
.swiperTestimonials .prevnext .swiper-button-next {}
.swiperTestimonials .prevnext .swiper-button-prev {}



::-moz-selection {color: #fff; background-color: #745243;}
::selection {color: #fff; background-color: #745243;}
.compensate-for-scrollbar {margin-right: 0!important;}


.cookie-notification {left: 0; width: 100%; background-color: var(--main-back); color: #fff; margin: 0;}
.cookie-notification #cookie-notification a {color: #ccc;}
.cookie-notification a.btn {color: var(--main-color); background-color: #fff;}


.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.fiksirano {position:fixed!important; top:0; z-index:999!important; background-color:rgba(0,0,0,.5)!important; width: 100%; animation:slide-down 0.7s; background-image: none!important; 
            box-shadow: 0 2px 40px 3px rgba(0,0,0,.30)!important;}
.fiksirano .logo img {filter: brightness(300);}          
.fiksirano a.book-button {background-color: #fff; color: #333;}
#toggleMenu .fiksirano .toggle .line {background-color: #fff;}
.fiksirano .menu-middle li a {color: #fff;}
.slideup {animation:slide-up 1.7s;}
.breadcrumb {background-color: transparent;  padding: 10px 0;}



@media (max-width: 767px) {
    
    .p-t-40-xs {padding-top: 40px;}
    .p-b-40-xs {padding-bottom: 40px;}
    .m-0-xs {margin: 0;}
    .order-1-xs {order: 1;}
    .order-2-xs {order: 2;}
    
    .homepage .border {padding: 0 30px 0 30px;}
    
    :is(.homepage, .kontakt) .home-map .map-content {padding: 60px 30px; min-height: unset;}
    
    h2.section-h2 {font-size: 32px;}
    .width-100-sm {width: calc(100% + 60px); left: -30px; position: relative; padding: 60px 30px 0px 30px;}
    
    .top-text {margin-top: 50px;}
    .top-text h2 {font-size: 26px;}
    
    .home-about {}
    
    .home-restaurant {margin-top: -120px;}
    .homepage .home-restaurant .flickity-viewport {height: 440px!important;}
    
    .homepage .home-offers-content .price-container {align-items: center; flex-direction: row; justify-content: flex-start; line-height: 38px;}
    .homepage .home-offers-content .price-container span:nth-child(1) {margin-right: 10px; line-height: 38px;}
    
    .homepage .home-gallery {left: 0; width: 100%;}
    .homepage .home-gallery .icon-link-circle {margin-bottom: 30px;}
    
    .homepage .home-spa {padding: 50px 0 50px 30px;}
    .homepage .home-spa .home-spa-inner {padding: 40px 30px 40px 30px;}
    .homepage .home-spa .spa-img img {bottom: -15px;     margin: 0 auto;    left: -15px;    z-index: 1;    position: relative;    width: 100%;}
    
    .homepage .home-events {padding-top: 50px;}
    .homepage .home-events-boxes > div {margin-bottom: 35px;}
    .homepage .home-events-boxes .home-events-content {height: 400px;}
    
    .galerija :is(.gallery-slide-content, .carousel) {min-height: 400px;}
    
    .faq .faq-description {padding: 50px 0;}
    
    .o-nama .intro .intro-wrapper {max-width: none; width: 100%; padding: 0 25px; float: left;}
    .o-nama .intro .intro-image {height: 400px; float: left; position: static; width: 100%;}
    .o-nama .intro .intro-wrapper .intro-info {width: 100%; max-width: none; padding: 40px 0;}
    .o-nama .intro .intro-wrapper .intro-info .intro-text {padding-right: 0; line-height: 24px;}
    .o-nama .our-mission {padding: 0 25px; margin-bottom: 0;}
    .o-nama .our-mission .our-mission-wrapper {padding: 60px 25px;}
    .o-nama .offering {margin-bottom: 100px; padding-top: 20px;}
    .o-nama .offering-wrapper {max-width: none; padding: 0 25px;}
    .o-nama .offering .offering-wrapper .of-info {padding: 80px 25px 45px 0; width: 100%; float: left; padding-right: 0;}
    .o-nama .offering .offering-wrapper .of-images {position: relative; width: calc(100% + 50px); margin-left: -25px; float: left; height: 320px;}
    .o-nama .testimonials {padding: 50px 0 0;}
    .o-nama .swiperTestimonials .name {text-align: right; margin-right: 30px;}

    .partners .our-clients .our-logos {column-count: 2;}
    .partners .our-clients .our-logos .our-logo {width: auto;}
    
    .ponuda .one-product .product-data {margin-bottom: 10px;}
    .ponuda .one-product .product-data .line {display: flex;}
    .ponuda .one-product .contact-card {min-height: 450px;}
    .ponuda .one-product .contact-card h3 {margin-top: 40px;}
    
    .restoran h1 {font-size: 40px;}
    .restoran h2 {font-weight: 400; font-size: 32px; margin-top: 20px;}
    .restoran .restaurant-m-l {margin-left: 0;}
    .restoran h3 {font-size: 18px;}
    .restaurant-intro a {font-size: 16px; line-height: 30px;}
    :is(.restaurant-1, .restaurant-3, .restaurant-4) .restaurant-img {margin-right: 0;}
    .restoran :is(.restaurant-1, .restaurant-2) {margin-bottom: 0;}
    
    .restoran .restaurant-1, .restoran .restaurant-2, .restoran .restaurant-3 {display: flex; flex-direction: column;}
    .restoran .restaurant-2 .restaurant-img {margin-left: 0;}
    .restoran .p-t-100 {padding-top: 20px;}
    .restaurant-5 {max-height: 450px; margin-bottom: 0;}
    .restoran .restaurant-5-text {margin-right: 0; padding: 30px 30px 50px 30px;}
    
    .sobe .one-product {display: flex; flex-direction: column; margin-top: 60px;}
    .sobe .room-img {order: 2;}
    .sobe .room-data {order: 9;}
    .sobe .product-img {width: 100%; max-width: 100%; right: 0; position: relative;}
    .sobe .product-data {margin: 0; transform: scale(1);}
    
    .flex-xs {display: flex!important;}    
    
    .kontakt .contact-top {padding-top: 0!important; flex-direction: column;}
    .kontakt .contact-top .top-left {padding: 60px 30px;}
    .kontakt .contact-form {padding: 15px 30px 0 30px;}
    
    footer .toggler {background: transparent url(/img/toggle_down.png) no-repeat 100% 50%;}
    footer .details.visible-xs {padding-top: 90px;}
    footer .signature {padding: 40px 30px;}
    footer .signature span {margin-top: 25px; display: block;}
}



@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        background-color:rgba(255,255,255,1);
   } 
    100% {

        transform: translateY(0);
        background-color:rgba(255,255,255,.95);
   } 
}

@keyframes slide-right {
    0% {
        opacity: 0;
        transform: translateX(-100%);
   } 
    100% {
        opacity: 1;
        transform: translateX(0);
   } 
}

@keyframes slide-up {
    0% {
        transform: translateY(0);

   } 
    100% {

        transform: translateY(-100px);
        color: #fff;
   } 
}

@keyframes slide-left {
    0% {
        opacity: 0.3;
        transform: translateX(20%);
   } 
    100% {
        opacity: 1;
        transform: translateX(0);
   } 
}

.hidden {
    display: none !important;
}



/****************************************  #toggleMenu  ************************************************************/
#toggleMenu {
  position: relative;
  z-index: 9;
  width: 100%;
  /*min-height: 100vh;*/
  /*height: 100px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  background: #141414;
}

#toggleMenu nav {
  background: #f9f9f9;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu .logo {
  position: relative;
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 15;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu .full-width-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active .full-width-menu {
  opacity: 1;
  visibility: visible;
}

#toggleMenu .full-width-menu .cntBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu .full-width-menu .cntBox:nth-child(1) {
  padding: 0px;
  width: 100%;
  background: #000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active .full-width-menu .cntBox:nth-child(1) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  z-index: 99;

    width: 100%;
    text-align: center;

}

#toggleMenu .full-width-menu .cntBox:nth-child(2) {
  padding: 0 15px;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #131313;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active .full-width-menu .cntBox:nth-child(2) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

#toggleMenu .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
}

#toggleMenu .navigation li {
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active .navigation li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

#toggleMenu.active .navigation li:nth-child(1) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active .navigation li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active .navigation li:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu.active .navigation li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#toggleMenu.active .navigation li:nth-child(5) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#toggleMenu .navigation li a {
  letter-spacing: 0.5px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#toggleMenu .navigation li a:hover {
  letter-spacing: 4px;
  opacity: .5;
}

#toggleMenu .info {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

#toggleMenu.active .info:nth-child(1) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active .info:nth-child(2) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#toggleMenu.active .info:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu .info:not(:first-child) {
  margin-top: 30px;
}

#toggleMenu .info li {
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 5px;
  color: #fff;
}

#toggleMenu .info li:nth-child(1) {
  font-size: 1.8rem;
  opacity: 0.5;
}

#toggleMenu .info li a {
  text-decoration: none;
  color: #fff;
}

#toggleMenu .info li a:hover {
  opacity: 0.5;
}

#toggleMenu .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      */
}

#toggleMenu .social li:first-child {
  width: 100%;
}

#toggleMenu .social li {
  width: 50%;
}

#toggleMenu .toggle {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#toggleMenu .toggle span {
  height: 3px;
  margin: 3px 5px;
  width: 30px;
  display: block;
  background: #523c3a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#toggleMenu .toggle span:nth-child(2) {
  width: 25px;
  margin-left: -10px;
}

#toggleMenu .toggle.active  .logo {display: none;}

#toggleMenu .toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
      -ms-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
          background: #fff;
}

#toggleMenu .toggle.active span:nth-child(2) {
  opacity: 0;
}

#toggleMenu .toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
      -ms-transform: rotate(45deg) translate(-6px, -7px);
          transform: rotate(45deg) translate(-6px, -7px);
          background: #fff;
}

#toggleMenu .toggle::before {
  /*content: 'Menu ';*/
  color: #ccc!important;
  position: absolute;
  right: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
}

#toggleMenu .content {
  position: relative;
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

#toggleMenu .content h2 {
  position: relative;
  color: #fff;
  font-size: 4rem;
  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu .content h2 span {
  font-size: 0.2em;
  font-weight: 300;
  letter-spacing: 5px;
  padding: 0 10px;
  text-transform: uppercase;
  background: #fff;
  color: #111;
  text-shadow: 0 5px 5px rgba(0,0,0,0);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
          box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu.active .content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#toggleMenu .sci {
  position: absolute;
  bottom: 40px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

#toggleMenu .sci li {
  list-style: none;
  margin: 5px;
  padding: 0 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu.active .sci li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

#toggleMenu .sci li a {
  color: #111;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 5px;
  text-transform: uppercase;
}

#toggleMenu .sci li a:hover {
  background: #111;
  color: #fff;
}

#toggleMenu .sci li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#toggleMenu .sci li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu .sci li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* ---------------------------------------------------------------- */
/* Responsive max-width: 991px;                                                
/* ---------------------------------------------------------------- */

@media (max-width: 767px) {
  #toggleMenu nav {
    /*padding: 20px;*/
 }
  #toggleMenu .sci {
    right: 20px;
    bottom: 20px;
 }
  #toggleMenu .full-width-menu .cntBox:nth-child(2) {
    display: none;
 }
  #toggleMenu .navigation {
    width: 100%;
    padding: 0 10px;
 }
}

/* ---------------------------------------------------------------- */
/* Responsive max-width: 450px;                                                
/* ---------------------------------------------------------------- */

@media (max-width: 550px) {
  #toggleMenu .content h2 {
    font-size: 3rem;
 }
  
}

