@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);
@import url('/assets/css/fonts.css');
body,html{width:100%;height:100%;min-height:100%;margin:0;padding:0}
body{font-size:13px;color:#111;background:#e2e2e2;font-family:'Mori Gothic'; overflow-x:hidden!important}
body h1{font-size:42px;}
body h2{font-size:32px;}
body h3{font-size:26px;}
body h4{font-size:24px;}
body h5{font-size: 22px;}
body h6{font-size: 20px;}
body.scrollHidden{overflow:hidden!important}

*{box-sizing:border-box}
a{color:#d1d1d1}
a:hover{color:#000;text-decoration:none}
:focus{outline:0}
.left{float:left}
.right{float:right}
.none{display:none!important}
.fadee{-webkit-transition:all 1s cubic-bezier(.23,1,.32,1);-moz-transition:all 1s cubic-bezier(.23,1,.32,1);-o-transition:all 1s cubic-bezier(.23,1,.32,1);transition:all 1s cubic-bezier(.23,1,.32,1);-webkit-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-moz-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-o-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000)}
.t{display:table;width:100%;height:100%}
.tc{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}
.btn-primary{color:#fff;background-color:#00adcf;border-color:#00adcf}
.btn-primary:hover{color:#fff;background-color:#00adcf;border-color:#00adcf}
label.error{color:red;font-size:11px;position:relative;top:-10px}
input.error,select.error,textarea.error{border:1px solid red!important}
label.error{color: red !important;font-size:11px;position:relative;top: 0px;}
input.error,select.error,textarea.error{border:1px solid red!important}
:focus{outline:0 !important}
button:focus{outline:0 !important}
.container-fluid {padding-right: 90px; padding-left: 90px;}


header#header{width:100%;background: none;position:fixed;top:0;z-index:901;}
.header-flex {display: flex;align-items: center;justify-content: space-between;height: 100px;}
#logo{}
#logo a{display:inline-block;}
#logo img{height:60px}
nav#menu{}
nav#menu ul#header-menu{list-style:none;padding:0;margin:0;}
nav#menu ul#header-menu li{display:inline-block;}
nav#menu ul#header-menu li a{color:#fff;display:block;padding: 15px 30px;font-size: 18px;}
nav#menu ul#header-menu li:hover a{color:#bea582}
nav#menu ul#header-menu li:last-child a{}
nav#menu ul#header-menu li.selected a{}
nav#menu ul#header-menu li ul.header-child-menu{display:none;position:absolute;list-style:none;background:#fff;margin: 0px 0 0 0;padding: 5px 0;border-radius: 10px;box-shadow: 0 4px 10px rgba(0,0,0,.1);}
nav#menu ul#header-menu li ul.header-child-menu li{float:none;display:block;margin:0;text-align:left;padding:0}
nav#menu ul#header-menu li ul.header-child-menu li a{color:#111;margin:0;display: block;font-size: 16px;padding: 10px 15px;min-width:200px;}
nav#menu ul#header-menu li:hover ul.header-child-menu li a{background:none;position:relative}
nav#menu ul#header-menu li ul.header-child-menu li:hover a{color:#bea582; background:#f5f5f5}
nav#menu ul#header-menu li:hover ul.header-child-menu{display:block}
nav#menu ul#header-menu li ul.header-child-menu li:first-child a:after{display:none}
nav#menu ul#header-menu ul.header-third-menu{display:none;position:absolute;background:rgba(0,0,0,.3)}
nav#menu ul#header-menu ul.header-third-menu li{display:block!important}
nav#menu ul#header-menu ul.header-child-menu li:hover ul.header-third-menu{display:block}
header#header #call{}
header#header #call a{}
header#header #call:hover{opacity:.8}
header#header #call img{height:22px;}

body.fixed #header{background:rgba(0,0,0,.5)}
body.fixed #header:hover{background: #111;}


video#vid{left:50%;min-height:100%;min-width:100%;width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:9;object-fit:cover}


section#slider{width:100%;position:relative;top:0;clear:both;height:100vh;overflow:hidden}
section#slider .playvideo{position:absolute;left: 20px;bottom: 20px;z-index:8;border:1px solid #fff;color:#fff;padding:10px 30px;font-size: 12px;text-transform:uppercase;background:rgba(0,0,0,.2);cursor:pointer;border-radius: 50px;}
section#slider .owl-carousel .item{background-position:center;background-size:cover}
section#slider .owl-carousel .owl-nav button.owl-next{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;right:0;width:50px}
section#slider .owl-carousel .owl-nav button.owl-prev{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;left:0;width:50px}
section#slider .owl-carousel .owl-nav span{display:block;padding-bottom:15px}
section#slider .owl-dots{position:absolute;bottom:0;width:100%}
section#slider .owl-theme .owl-nav [class*=owl-]:hover{color:#333;background:0 0}
section#slider .owl-theme .owl-dots .owl-dot.active span,section#slider .owl-theme .owl-dots .owl-dot:hover span{background:#00adcf}
section#slider .owl-carousel .owl-nav button:focus{outline:0}
section#slider .owl-carousel .owl-item img{object-fit:cover;height:100vh}
section#slider .owl-carousel .owl-item .slideImage:before{content:"";display:block;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;width:100%;height:100vh;z-index:1}
section#slider .item .item-text{display:flex;position:absolute;z-index:2;top:30px;left:0;width:100%;height:100%;align-items:center;justify-content:center}
section#slider .item .slideText{text-align:center;width:50%;max-width:90%;}
section#slider .item .slideTextBig{color:#fff;font-size: 84px;line-height: 104px;z-index:1;display:block;font-weight: 600;}
section#slider .item .slideTextBig i{font-family: 'Times Roman';font-weight: normal;}
section#slider .item .slideTextSmall{color:rgba(255,255,255,.8);font-size: 20px;line-height: 30px;margin:20px;display:block}
section#slider .item .slideBtn{color: #fff;font-size: 18px;background: #bea582;padding: 15px 50px 20px 50px;margin-top:15px;display:inline-block;border-radius: 10px;font-weight:500;letter-spacing:1px;}
section#slider .item .slideBtn:hover {top:-10px;}
section#slider .item .slideBtn img {height: 22px;width: auto;object-fit: inherit;display: inline-block;margin-left: 15px;position: relative;top: -1px;}






section.home-about{background: #fff6f0;padding: 120px 0;font-size: 24px;font-weight: 500;}
section.home-about small{font-size: 18px;}
section.home-about h2{font-size: 64px;font-weight: 900;}
section.home-about h2 em{font-family: auto;font-weight: normal;}










section.home-about-gallery {}
section.home-about-gallery .item a{color:#fff;}
section.home-about-gallery .item img{aspect-ratio: .8;object-fit: cover;}
section.home-about-gallery .item span{position: absolute;z-index: 99;bottom: 0;left: 0;font-size: 36px;padding: 30px;font-weight: 500;}
section.home-about-gallery .item span i{font-family: auto;}



section.superyacht {position: relative;}
/*section.superyacht .custom-dots{position: absolute;right:0;top: 0;z-index: 99999;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;width: 30%;padding: 60px;}*/
.superyacht .item {display: flex;}
.superyacht-foto {width:70%;}
.superyacht-foto img{aspect-ratio: 1.6; object-fit: cover;}
.superyacht-text {width:30%;color: #fff;font-size: 14px;background: #bea582;position: relative;padding: 60px;display: flex;flex-direction: column;justify-content: space-between;}
.superyacht-text small{font-size: 18px;}
.superyacht-text span{font-size: 18px;}
.custom-dots {display:flex;flex-direction: column;align-items: start;}
.superyacht .dot{opacity:.6; border:0;background: none;font-size: 38px;color: #fff;font-weight: 500;cursor: pointer;}
.superyacht .dot i {font-family: auto;}
.superyacht .dot.active {opacity:1;}
.superyacht .dot img {display: none;height: 36px;width: auto;margin-right: 14px;position: relative;top: -3px;}
.superyacht .dot.active img {display: inline-block;}

section.hotelsvillas {position: relative;}
/*section.superyacht .custom-dots{position: absolute;right:0;top: 0;z-index: 99999;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;width: 30%;padding: 60px;}*/
.hotelsvillas .item {display: flex;}
.hotelsvillas-foto {width:70%;}
.hotelsvillas-foto img{aspect-ratio: 1.6; object-fit: cover;}
.hotelsvillas-text {width:30%;color: #fff;font-size: 14px;background: #6b807c;position: relative;padding: 60px;display: flex;flex-direction: column;justify-content: space-between;}
.hotelsvillas-text small{font-size: 18px;}
.hotelsvillas-text span{font-size: 18px;}
.custom-dots {display:flex;flex-direction: column;align-items: start;}
.hotelsvillas .dot{opacity:.6; border:0;background: none;font-size: 38px;color: #fff;font-weight: 500; cursor: pointer;}
.hotelsvillas .dot i {font-family: auto;}
.hotelsvillas .dot.active {opacity:1;}
.hotelsvillas .dot img {display: none;height: 36px;width: auto;margin-right: 14px;position: relative;top: -3px;}
.hotelsvillas .dot.active img {display: inline-block;}


section.cruiseship {position: relative;}



.cruiseship-header{padding: 100px 0 60px 0;font-size: 24px;font-weight: 500;}
.cruiseship-header small{font-size: 20px;color: #6C817C;display: block;margin-bottom: 30px;}



.cruiseship .item {}
.cruiseship-foto {width:100%;}
.cruiseship-foto img{aspect-ratio: 2.4; object-fit: cover;}
.cruiseship-text {width: 33%;font-size: 14px;background: #fff;position: absolute;padding: 10px 60px 30px 60px;bottom: 60px;right:60px;border-radius: 20px;}
.cruiseship-text small{font-size: 42px;font-weight: 600;}
.cruiseship-text small i{font-family: auto;font-weight: normal;}
.cruiseship-text small::after{content:"";display: block;height:2px;width: 60px;background: #111;margin-top: 10px;}
.cruiseship-text span{font-size: 18px;}

section.cruiseship .owl-carousel .owl-nav button{position:absolute;top:calc(50% - 53px);font-size: 32px;color:#fff;width:50px;height: 50px;background: rgba(255,255,255,.5);border-radius: 50%;display: flex;align-items: center;justify-content: center;}
section.cruiseship .owl-carousel .owl-nav button.owl-next{right: 30px;}
section.cruiseship .owl-carousel .owl-nav button.owl-prev{left: 30px;}
section.cruiseship .owl-carousel .owl-nav span{display:block;width: 100%;height: 100%;position: relative;top: -5px;}
section.cruiseship .owl-theme .owl-nav [class*=owl-]:hover{color:#333;background:#fff;}
section.cruiseship .owl-theme .owl-nav {margin-top: 0px;}




section.furnitures {position: relative;}
.furnitures .item {display: flex;}
.furnitures-foto {width:70%;}
.furnitures-foto img{aspect-ratio: 3;object-fit: cover; height:100%;}
.furnitures-text {width:30%;color: #111;font-size: 14px;background: #fff6f0;position: relative;padding: 60px;display: flex;flex-direction: column;}
.furnitures-text small{font-size: 18px;}
.furnitures-text span{font-size: 18px;margin-top: 30px;}
.furnitures-text span h3{font-size: 42px;font-weight: 600;}
.furnitures-text span h3 i{font-family: auto;font-weight: normal;}
section.furnitures .owl-carousel .owl-nav button{/* position:absolute; */top:calc(50% - 53px);font-size: 32px;color: #bda584;width:50px;height: 50px;background: #fff;border: 1px solid #bda584;border-radius: 50%;display: inline;}
section.furnitures .owl-carousel .owl-nav button.owl-next{right: 30px;}
section.furnitures .owl-carousel .owl-nav button.owl-prev{left: 30px;}
section.furnitures .owl-carousel .owl-nav span{display:block;width: 100%;height: 100%;position: relative;top: -7px;}
section.furnitures .owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#bda584;}
section.furnitures .owl-theme .owl-nav {margin-top: 0px;position: absolute;right: 0;bottom: 0;width: 30%;text-align: right;padding: 30px;}


section.furnitures-photos {position: relative;display: flex;}
section.furnitures-photos img{width:30%;object-fit: cover;aspect-ratio: 2;}
section.furnitures-photos img:nth-child(2){width:40%;}

section.production{background: #bda584; color:#fff; padding: 60px 0;font-size: 24px;font-weight: 500;}
section.production small{font-size: 18px;margin-bottom: 30px; display: block;}
section.production h2{font-size: 64px;font-weight: 900;}
section.production h2 em{font-family: auto;font-weight: normal;}
img.production-foto {width:100%; aspect-ratio: 3; object-fit: cover;object-position: bottom;}






section.clients {position: relative;background: #6b807c;}
.clients .item {display: flex;}
.clients-foto {width: 60%;}
.clients-foto img{aspect-ratio: 1;object-fit: cover;}
.clients-text {width: 100%;color: #fff;font-size: 14px;background: #6b807c;position: relative;padding: 60px;display: flex;flex-direction: column;}
.clients-text small{font-size: 18px;}
.clients-text span{font-size: 36px;margin: 60px 0;color: #f6b66b;}
.clients-text span b{font-size: 32px;font-weight: 400;color: #fff;display: block;}
.clients-text span b i{font-size: 22px;color: #fff;font-style: normal;}
.clients-text h3{font-size: 52px;}
.clients-text h3::before {content:"";width:50px;height: 4px;background:#fff;display: inline-block;position: relative;top: -15px;margin-right: 15px;}
.clients-text h5{font-size: 32px;margin-top: 120px;}
.clients-text h6{font-size: 24px;margin-top: 0;}
section.clients .owl-carousel .owl-nav button{/* position:absolute; */top:calc(50% - 53px);font-size: 32px;color: #bda584;width:50px;height: 50px;background: #fff;border: 1px solid #bda584;border-radius: 50%;display: inline;}
section.clients .owl-carousel .owl-nav button.owl-next{right: 30px;}
section.clients .owl-carousel .owl-nav button.owl-prev{left: 30px;}
section.clients .owl-carousel .owl-nav span{display:block;width: 100%;height: 100%;position: relative;top: -7px;}
section.clients .owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#bda584;}
section.clients .owl-theme .owl-nav {margin-top: 0px;position: absolute;right: 0;bottom: 0;width: 30%;text-align: right;padding: 30px;}






section.faq{background: #fff6f0;padding: 120px 0;font-size: 24px;font-weight: 500;}
section.faq small{font-size: 18px;}
section.faq h2{font-size: 64px;font-weight: 900;}
section.faq h2 em{font-family: auto;font-weight: normal;}
.faq-grid {align-items: center;}
.faq-area {}
.faq-area ul{margin: 0;padding: 0;list-style: none;margin-top: 30px;}
.faq-area ul li{font-size: 36px;font-weight: 600;border-top: 2px solid #ccc;padding: 30px 0;cursor: pointer;}
.faq-area ul li:nth-child(2n){font-size: 26px;font-weight: 400;color: #666;padding: 0px 0 30px 0;cursor: text;display: none;border: 0;}
.faq-area ul li:nth-child(1){border:0;}
.faq-area ul li::after {content:"→";float: right;border: 2px solid #bea582;width: 64px;height: 64px;border-radius: 50%;color: #bea582;text-align: center;font-size: 24px;line-height: 52px;-webkit-transition:all 1s cubic-bezier(.23,1,.32,1);-moz-transition:all 1s cubic-bezier(.23,1,.32,1);-o-transition:all 1s cubic-bezier(.23,1,.32,1);transition:all 1s cubic-bezier(.23,1,.32,1);-webkit-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-moz-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-o-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000)}
.faq-area ul li.active::after {content:"→";float: right;border: 2px solid #bea582; background:#bea582;     width: 64px;height: 64px;border-radius: 50%;color: #fff;text-align: center;font-size: 24px;line-height: 52px;transform: rotate(-45deg);}
.faq-area ul li:nth-child(2n)::after {display:none}



section.book-a-consultation {position: relative;width:100%;height: 70vh;}
section.book-a-consultation .item .item-text{display:flex;position:absolute;z-index:2;top: 0;left:0;width:100%;height:100%;align-items:center;justify-content:center}
section.book-a-consultation .item .slideText{text-align:center;width:50%;max-width:90%;}
section.book-a-consultation .item .slideTextBig{color:#fff;font-size: 84px;line-height: 104px;z-index:1;display:block;font-weight: 600;}
section.book-a-consultation .item .slideTextBig i{font-family: 'Times Roman';font-weight: normal;}
section.book-a-consultation .item .slideTextSmall{color:rgba(255,255,255,.8);font-size: 20px;line-height: 30px;margin:20px;display:block}
section.book-a-consultation .item .slideBtn{color: #fff;font-size: 18px;background: #bea582;padding: 15px 50px 20px 50px;margin-top:15px;display:inline-block;border-radius: 10px;font-weight:500;letter-spacing:1px;}
section.book-a-consultation .item .slideBtn:hover {top:-10px;}
section.book-a-consultation .item .slideBtn img {height: 22px;width: auto;object-fit: inherit;display: inline-block;margin-left: 15px;position: relative;top: -1px;}
section.book-a-consultation .item img{object-fit:cover;width:100%;height: 70vh;}
section.book-a-consultation .item .slideImage:before{content:"";display:block;background:rgba(0,0,0,.3);position:absolute;top:0;left:0;width:100%;height:70vh;z-index:1}




/*
section#subSlider{width:100%;position:relative;top:0;clear:both;overflow:hidden}
section#subSlider .item{background-position:center;background-size:cover;height:480px;object-fit:cover}
section#subSlider .item .slideImage{height:100%}
section#subSlider .item img{object-fit:cover;width:100%;height:100%}
section#subSlider.noSlayt{height:200px}
section#subSlider .item .item-text{display:flex;position:absolute;top:0;left: 140px;width:100%;height:100%;align-items: center;justify-content: left;z-index:2}
section#subSlider .item .slideText{text-align:center}
section#subSlider .item .slideTextBig{color:#fff;font-size:48px;line-height:48px;z-index:1;display:block;font-weight:600;margin-top:100px;text-transform:uppercase;font-style:italic}
section#subSlider .item .slideTextSmall{color:#333;font-size:30px;z-index:1;font-weight:400;margin:0;display:block;font-style:italic;letter-spacing:2px}
section#subSlider .item .slideBtn{color:#fff;font-size:13px;background:#00adcf;padding:10px 30px;border-radius:4px;text-transform:uppercase;font-weight:600;margin-top:15px}
section#subSlider .item .slideImage:before{content:"";display:block;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
section#subSlider #startBtn{position:absolute;width:100%;text-align:center;z-index:2;bottom:30px;display:none}
section#subSlider #startBtn a.discoverBtn{transform:scale(.8);background:url(/assets/img/discover.png);width:592px;height:100px;margin:31px auto;line-height:100px;font-size:42px;letter-spacing:5px;text-align:center;display:block;color:#fff}
section#subSlider #startBtn a.followBtn{color:#fff;font-size:24px;letter-spacing:4px}
section#subSlider #startBtn a.followBtn b{font-weight:400;font-size:34px}
section#subSlider #startBtn a.galleryPageBtn{background:#00000050;padding:20px;border:2px solid #fff;border-radius:50%;height:80px;display:inline-block}
section#subSlider #startBtn a.galleryPageBtn img{height:36px}
section#page{padding:30px 0}
section#page .page-hotel-name{font-size:16px;text-transform:uppercase;font-weight:100;color:#666;text-align:center}
section#page .page-title{text-align:center;font-size:26px;padding:30px 0}
section#page .page-desc{text-align:center;color:#00adcf;font-size:22px;margin:0;font-weight:100;font-style:italic}
section#page .page-desc img{height:50px;margin-top:-30px;margin-bottom:20px;position:relative;z-index:9;display:none}
section#page .page-desc:after{display:none;content:"";width:300px;height:2px;background:#00adcf;margin:20px auto}
section#page .page-content{margin:0;font-weight:100;padding:30px 0;margin-top:0}
section#page .page-content h1{font-size:26px;font-weight:600}
section#page .page-content h2{font-size:21px;font-weight:600}
section#page .page-content h3{font-size:18px;font-weight:600}
section#page .page-content h4{font-size:16px;font-weight:700;margin:0 0 5px}
section#page .page-content ul{padding:0 0 0 20px}
section#page .page-content strong{font-weight:600}
section#page.contact .page-content{padding: 60px 0;}
section#page.contact .page-content h3{margin-top: 20px;font-size: 28px;font-weight: 700;margin-bottom: 20px;text-transform: uppercase;font-style: italic;}
section#page.contact .page-content a{display: inline-block; font-weight: 500;color: #111;}
section#page.contact .page-content a:hover{color: #000;}
section#page.contact .page-content a:after{content:""; display:block;background: #999;width: 100%;height: 1px;margin: auto;}
*/

footer#footer{font-size:12px;background: #6b807c;padding: 0;color: #fff;}
.footer-box img{height:55px;margin:10px auto;display:block}
.footer-box{border:0px solid;border-radius:5px;padding:15px;min-height: 260px;background: #fbfbfb;box-shadow: 0 0 20px #ccc;display: block;}


.subscribe {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(255,255,255,.3);padding: 30px 0;font-size: 28px;font-weight: 500;}
.subscribe span {font-size: 22px;font-weight: 400;color: #ccc;}
.subscribe-form  {position: relative;}
.subscribe input[type="text"] {background: rgba(255,255,255,.3);border: 0;border-radius: 10px;font-size: 20px;padding: 12px 115px 18px 15px;width: 500px;color: #fff;}
.subscribe input[type="text"]::placeholder {color:#fff;}
.subscribe input[type="submit"] {border: 0;border-radius: 10px;font-size: 20px;padding: 8px 15px 12px 15px;position: absolute;top: 5px;right: 5px;width: 100px;color: #bea582;}
.subscribe input[type="button"] {border: 0;border-radius: 10px;font-size: 20px;padding: 8px 15px 12px 15px;position: absolute;top: 5px;right: 5px;width: 100px;color: #bea582;}

.footer-menu {display: flex;}
footer#footer nav#footerMenu{font-size: 14px; padding: 30px 0;}
footer#footer nav#footerMenu p{color: #fff;font-weight: 100;}
footer#footer nav#footerMenu h5{font-size: 20px;margin: 0;font-weight: 700;}
footer#footer nav#footerMenu h5:after {display: block;content: "";width: 70px;height: 1px;background: #00adcf;margin: 10px 0;}

footer#footer nav#footerMenu ul{list-style: none;margin: 10px 0 10px 0;padding: 0;}
footer#footer nav#footerMenu ul li{}
footer#footer nav#footerMenu ul li a{text-decoration: none;color: #fff;letter-spacing: 1px;display: block;font-size: 14px;font-weight: 100;}
footer#footer nav#footerMenu ul li a:hover{color: #999;}

footer#footer img.footer-logo {height: 120px;} 
footer#footer .social {display: inline-block;border-left: 1px solid #ccc;margin-left: 30px;padding-left: 15px;}
footer#footer .social a img{height: 48px;padding: 10px;}
footer#footer .social a {background: #ffffff;display: inline-block;border-radius: 50%;text-align: center;margin-left: 15px;}
footer#footer .social a:hover{opacity:0.8;}





footer#footer .footer-address {display: flex;align-items: center;justify-content: space-between;height: 100%;}
footer#footer .footer-address strong{font-weight: 600;color: #ccc;}
footer#footer .footer-address p{font-weight: 500 !important;font-size: 20px;}


#copyright{text-align:center;padding:20px;border-top: 1px solid rgba(255,255,255,.3);color: #ccc;font-size: 18px;}

.noslider section#booking-form{position:relative;bottom:70px}
.gallery section#booking-form{position:relative;bottom:70px}
.vr-screen{text-align:center}
.vr-screen a img{height:64px;display:block;margin:auto}
.cookie-notice{font-size:10px;line-height:12px;padding:15px;position:fixed;bottom:0;right:0;display:none;width:100%;color:#fff;background:#333;z-index:9999}
.cookie-notice a{display:inline-block;color:#ccc;text-decoration:underline}
.cookie-notice button{line-height:20px;font-weight:600;padding:0 30px;color:#fff;background:#8ec760;border:0;border-radius:4px;cursor:pointer;float:right}
.cookie-notice button:hover{background:#000}
header#mobileHeader{width:100%;height:80px;position:fixed;top:0;z-index:10000;display:none;border-bottom: 1px solid rgba(255,255,255,.1);}

#whatsapp {position:fixed; bottom:20px; right:10px; z-index:901;}
#whatsapp img{height:48px;}

.top{position:fixed;bottom: 20px;right: 20px;font-size:32px;z-index:11;transform: rotate(180deg);display:none;}
.top a{color:#fff;background: rgba(0,0,0,.2);padding: 4px 20px 9px 20px;}
.top a:hover{background: rgba(0,0,0,.4);}
.top a img{height: 16px;}
.topbtn {display: none;position: fixed;z-index: 9999;right: 10px;bottom: 80px;background: rgba(255,255,255,.1);padding: 12px 16px;color: #999;border-radius: 10px;}
.topbtn img {height: 16px;}
header#mobileHeader a#mobileLogo{display:block;float:left;padding: 15px 10px;width:100%;}
header#mobileHeader a#mobileLogo img{height: 48px;}
.menu{position:absolute;z-index:911;width:60px;height:60px;top: 10px;right:10px;-webkit-transition-duration:.5s;transition-duration:.5s}
.menu.fixed{position:fixed;z-index:911;top:10px}
.menu .icon{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;height:2px;width:30px;top:28px;background-color: #fff;border-radius:4px;left:15px}
.menu .icon:before{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #fff;content:"";top:-10px;border-radius:4px}
.menu .icon:after{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #fff;content:"";top:10px;border-radius:4px}
.menu.open .icon{-webkit-transition-duration:.5s;transition-duration:.5s;background:0 0}
.menu.open .icon:before{-webkit-transform:rotateZ(45deg) scaleX(1.25) translate(6.5px,6.5px);transform:rotateZ(45deg) scaleX(1.25) translate(6.5px,6.5px)}
.menu.open .icon:after{-webkit-transform:rotateZ(-45deg) scaleX(1.25) translate(6px,-6px);transform:rotateZ(-45deg) scaleX(1.25) translate(6px,-6px)}
.menu:hover{cursor:pointer}

body.fixed header#mobileHeader {
    background: #6c807c;
}
body.fixed header#mobileHeader a#mobileLogo {}
body.fixed header#mobileHeader a#mobileLogo img{}
body.fixed .menu {}
body.fixed .mmlang {}



footer#mobileFooter{position:fixed;left:0;bottom:0;height:50px;background:#525252;z-index:8000;width:100%;display:none}
footer#mobileFooter ul{width:100%;margin:0;padding:0}
footer#mobileFooter ul li{float:left;width:20%;text-align:center;list-style:none;padding:7px 0}
footer#mobileFooter ul li:nth-child(2n){background:rgba(0,0,0,.1)}
footer#mobileFooter ul li a{text-decoration:none;color:#fff}
footer#mobileFooter ul li a img{height:20px}
footer#mobileFooter ul li a span{display:block;font-size:10px;color:#fff;font-weight:400;float:inherit}

nav#mobileMenu{display:none;position:fixed;top:0;background: #6b807c ;z-index:9999;width:100%;text-align:center;height:100%}
nav#mobileMenu.mobileHotelsMenu{height:calc(100% - 50px);z-index:10000}
nav#mobileMenu div.div{display:table;width:100%;height:calc(100% - 00px);margin-top:0px}
nav#mobileMenu ul{list-style:none;margin: 0;padding: 80px 0 0 0;display:table-cell;width:100%;vertical-align:middle}
nav#mobileMenu li a{color:#fff;display:block;padding:15px;font-size: 20px;line-height: 20px;font-weight: 500;}
nav#mobileMenu li ul li a{color:#fff;font-weight:300;font-size:22px}
nav#mobileMenu ul li ul{display:none;background:#333}
nav#mobileMenu li.mmLogo{margin:20px 0}
nav#mobileMenu li.mmLogo a img{height:52px}
nav#mobileMenu li.mmLang a{display:inline-block}
nav#mobileMenu li.mmSocial:before{display:block;content:"";height:1px;width:100px;background: #ccc;margin: 30px auto;}
nav#mobileMenu li.mmSocial {display: inline-block;}
nav#mobileMenu li.mmSocial a img{height: 42px;padding: 10px;}
nav#mobileMenu li.mmSocial a {background: #ffffff;display: inline-block;border-radius: 50%;text-align: center;margin-left: 15px;padding: 0;font-size: inherit;line-height: normal;}
nav#mobileMenu li.mmSocial a:hover{opacity:0.8;}

#mmcall {display:none; width: 48px;height: 48px;background: #000;border-radius: 7px;padding: 10px;position: fixed;left: 10px;bottom: 20px;z-index: 99;}

@media screen and (min-width:1200px){
.container{max-width:1200px}
}

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

    .container-fluid {padding-left: 30px;padding-right: 30px;}

}

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

}

@media screen and (max-width:1024px){
    header#mobileHeader {display: block;}
    header#header {display: none !important;}

    section#slider .item .item-text {}
    section#slider .item .slideText {width: 100%;}
    section#slider .item .slideTextBig {font-size: 52px;line-height: 56px;}
    section#slider .item .slideTextBig i {}
    section#slider .item .slideTextSmall {font-size: 17px;line-height: 24px;}
    section#slider .item .slideBtn {font-size: 16px;padding: 10px 20px 12px 20px;}
    section#slider .item .slideBtn:hover {}
    section#slider .item .slideBtn img {}

    section.home-about {padding: 30px 0;font-size: 14px;}
    section.home-about h2 {font-size: 26px;}
    .home-about-gallery .owl-dots {margin-top: -30px !important;position: relative;}

    section.home-about-gallery .item span {font-size:26px}
    .superyacht .item {display: flex;flex-direction: column;}
    .superyacht-foto {width: 100%;}
    .superyacht-text {width: 100%;padding: 30px;}
    .superyacht .dot {font-size: 24px;}
    .custom-dots {margin: 30px 0;}

    .cruiseship-header {padding: 30px 0 30px 0;font-size: 16px;}
    .cruiseship-text {width: 96%;position: relative;bottom: 60px;right: -2%;padding: 10px 20px 30px 30px;}
    .cruiseship-text small {font-size: 24px;}
    .cruiseship-text span {font-size: 16px;}
    .cruiseship-foto img {aspect-ratio: 1;}

    .hotelsvillas .item {display: flex;flex-direction: column;}
    .hotelsvillas-foto {width: 100%;}
    .hotelsvillas-text {width: 100%;padding: 30px;order: 2;}
    .hotelsvillas .dot {font-size: 24px;}

    .furnitures .item {flex-direction: column;}
    .furnitures-foto {width: 100%;}
    .furnitures-foto img {aspect-ratio: 1;}
    .furnitures-text {width: 100%;}
    .furnitures-text span h3 {font-size:28px}
    section.furnitures-photos {flex-direction: column;}
    section.furnitures-photos img {width: 100%;}
    section.furnitures-photos img:nth-child(2) {width: 100%;}

    section.production {font-size:16px}
    section.production h2 {font-size: 36px; text-align: left !important;}

    .clients .item {flex-direction: column;}
    .clients-text {width: 100%;padding: 30px;}
    .clients-text span {margin: 30px 0;}
    .clients-text h3 {font-size: 24px;}
    .clients-text h3::before {height: 2px;top: -8px;}
    .clients-text h5{font-size: 18px;margin-top: 30px;}
    .clients-text h6{font-size: 14px;margin-top: 0;}
    .clients-foto {width: 100%;}


    section.faq {padding: 30px 0;font-size: 16px;}
    section.faq h2 {font-size: 32px;}
    .faq-area ul li {font-size: 16px; padding: 10px 0;}
    .faq-area ul li:nth-child(2n) {font-size: 14px;}
    .faq-area ul li::after {display: none;}


    section.book-a-consultation .item .item-text {}
    section.book-a-consultation .item .slideText {width: 100%;}
    section.book-a-consultation .item .slideTextBig {font-size: 36px;line-height: 38px;}
    section.book-a-consultation .item .slideTextBig i {}
    section.book-a-consultation .item .slideTextSmall {font-size: 17px;line-height: 24px;}
    section.book-a-consultation .item .slideBtn {font-size: 14px;padding: 10px 20px 12px 20px;}
    section.book-a-consultation .item .slideBtn:hover {}
    section.book-a-consultation .item .slideBtn img {}


    .subscribe {flex-direction: column;font-size: 22px;}
    .subscribe span {font-size: 14px;line-height: 22px;display: block;margin-top: 10px;}
    .subscribe-form {width: 100%;margin-top: 30px;}
    .subscribe input[type="text"] {width: 100%;font-size: 14px;}
    .subscribe input[type="submit"] {font-size: 14px;}
    footer#footer nav#footerMenu {text-align: center;}
    footer#footer .social {display: block;border-left: 0;padding-left: 0;margin: 30px 0;}
    footer#footer .footer-address {flex-direction: column;}
    footer#footer .footer-address p {font-size:16px;}
    #copyright {font-size:12px}
}
@media screen and (max-width:640px){

}


.container-kp > *{margin-left: auto !important; margin-right: auto !important;}

@media (min-width:576px){
    .container-kp > *{max-width:540px;}
    .container-kp > .full-width-kp{max-width:100%}
    
}
@media (min-width:768px){
    .container-kp > *{max-width:720px}
    .container-kp > .full-width-kp{max-width:100%}
}
@media (min-width:992px){
    .container-kp > *{max-width:960px}
    .container-kp > .full-width-kp{max-width:100%}
}
@media (min-width:1200px){
    .container-kp > *{max-width:1140px}
    .container-kp > .full-width-kp{max-width:100%}
}