@charset "utf-8";
/* CSS Document */

/* font */
@font-face{font-family:'Castle Begale';src:url(../fonts/CastleBegale.woff2) format("woff2"),url(../fonts/CastleBegale.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
.font-castle-begale{font-family:'Castle Begale'!important;font-weight:400;font-style:normal}
@font-face{font-family:'Century Gothic';src:url(../fonts/CenturyGothic.woff2) format("woff2"),url(../fonts/CenturyGothic.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
.font-century-gothic{font-family:'Century Gothic'!important;font-weight:400;font-style:normal}


/* GESTIONE COLORI PRINCIPALI ******************************************************************************/
:root {
	--color-1: #3b4f68!important;
	--color-1-hover: #3b4f68!important;
	--color-2: #3d5a80!important;
	--color-3: #315272!important;
	--white: #f0efeb!important;
	--gray: #f4f4f4!important;
	--dark: #333!important;
}

/* GENERAL ******************************************************************************/
body,html{overflow-x:hidden; scrollbar-width: none;}
body{font-size:16px;line-height:1.4;color:var(--color-1);background-color:var(--white);}
[type=reset],[type=submit],button,button:active,button:focus,html [type=button]{outline:0}
a,a:hover{text-decoration:none;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;color:var(--white)}
/* GENERAL - mobile safari pointer event - no clickable number on mobile */
.pointer-events-none{pointer-events:none!important}

/* COLORS ******************************************************************************/
.color1{color:var(--color-1)!important}
.color2{color:var(--color-2)!important}
.color3{color:var(--color-3)!important}
.white{color:var(--white)!important}
.pure-white{color:#fff!important}
.gray{color:var(--gray)!important}
.dark{color:var(--dark)!important}

/* BACKGROUND ******************************************************************************/
.bg-color1{background-color:var(--color-1)!important;color:var(--white)!important}
.bg-color2{background-color:var(--color-2)!important;color:var(--white)!important}
.bg-color3{background-color:var(--color-3)!important;color:var(--white)!important}
.bg-white{background-color:var(--white)!important;}
.bg-gray{background-color:var(--gray)!important;color:var(--dark)!important}
.bg-dark{background-color:var(--dark)!important;color:var(--white)!important}

/* TYPOGRAPHY ******************************************************************************/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:400;line-height:1;margin:0;font-family:'Castle Begale', Arial;}
h1,.h1{font-size: clamp(2.7rem, 4.4vw, 4.4rem)}h2,.h2{font-size: clamp(2.3rem, 4.4vw, 4.4rem)}h3,.h3{font-size: clamp(2rem, 4.4vw, 4.4rem)}h4,.h4{font-size: clamp(1.8rem, 4.4vw, 3.2rem)}h5,.h5{font-size: clamp(1.8rem, 4.4vw, 2.4rem)}h6,.h6{font-size: clamp(1.2rem, 4.4vw, 2rem)}

/* VARIE **********************************************************************************/
.letter-spacing-1{letter-spacing:.1em !important}
.letter-spacing-2{letter-spacing:.2em !important}
.letter-spacing-3{letter-spacing:.3em !important}
.letter-spacing-4{letter-spacing:.4em !important}
.letter-spacing-5{letter-spacing:.5em !important}
.servizi{gap: 30px;}
.servizi img{width: 75px !important; height: auto;}
.sfondo-cemento{background-image: url(../images/sfondo-cemento.webp); background-color: var(--white); background-size: cover; background-repeat: no-repeat; background-position: center center}
.sfondo-cemento-repeat{background-image: url(../images/sfondo-cemento.webp); background-color: var(--white); background-size: contain; background-repeat: repeat; background-position: center center}
.border-bottom-right-radius{border-bottom-right-radius: 1000px 100px;}
.min-h-400{min-height: 400px;}
.min-h-500{min-height: 500px;}
.min-h-600{min-height: 600px;}
.w-10-rem{width: 10rem;}
.w-3-rem{width: 3rem;}
.card-icon-max-w{max-width: 2.5rem;}
.column-1{grid-template-columns: repeat(1, 1fr);}
.columns-5{grid-template-columns: repeat(5, 1fr);}
.place-items-center{place-items:center!important}
.w-20{width:20%!important}
.w-15{width:15%!important}

/* DECORAZIONI ***************************************************************************/
/* DECORAZIONI - wave */
.left-wave-decoration{width: 100%;margin: auto;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.left-wave-decoration div{font-size: min(.5vw, 0.7rem); width: 100%;height: 0em;}
.left-wave-decoration div img{position: absolute;width: 40%;max-width: 57em;height: auto;bottom: -8em;left: -20em;z-index: 1;}
/* DECORAZIONI - ramo */
.decorazione-ramo-1{position: absolute;z-index:100;left:-3rem;top:-2rem;}
.decorazione-ramo-2{position: absolute;z-index:100;right:-3rem;bottom:-1rem;}

/* SPLASH SCREEN *************************************************************************/
#splash-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--white);z-index:1000000000!important;transition:transform 1.6s cubic-bezier(1,.1,.2,1)}
#splash-screen img{width:200px;height:auto}
#splash-screen.hidden{transform:translateY(-100%)}
.disappear-effect{animation:staging 7s cubic-bezier(1,.1,.2,1) forwards}
@keyframes staging {
0%{opacity:0;transform:translateY(20px)}
25%{opacity:1;transform:translateY(0)}
40%{opacity:0;transform:translateY(-20px)}
100%{opacity:0}
}

/* HEADER ******************************************************************************/
header{position:absolute;width:100%;top:0;margin-top:0;background-color:transparent;z-index:7777;display:flex;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
.navbar{width:100%}
.navbar-brand{margin:0 auto}
header .logo-white{display:inline-block;margin:0 auto}
header .logo-colored{display:none}
/* HEADER - sticky */
header.sticky{position:fixed;-webkit-box-shadow:0 15px 15px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 15px 15px 0 rgba(0,0,0,0.15);box-shadow:0 15px 15px 0 rgba(0,0,0,0.15)}
.sticky-transparent{background-color:transparent}
.sticky-color1{background-color:var(--color-1)}
.sticky-white{background-color:var(--white)}
/* HEADER - sticky white */
header.sticky.sticky-white{background-color: #f0efebbb!important; backdrop-filter: saturate(180%) blur(20px);-webkit-backdrop-filter: saturate(180%) blur(20px);}
header.sticky.sticky-white .logo-white{display:none}
header.sticky.sticky-white .logo-colored{display:inline-block;margin:0 auto}
/* HEADER - topinfo */
header .infomobile{position:relative}
header .infomobile .animated-top-icon{position:absolute;top:23px;left:28px}
header.sticky.sticky-white .infomobile{background-color:var(--color-1-light);height:100%}
header.sticky.sticky-white a{color:var(--color-1)!important}
/* HEADER - header overlay half links & half fullimages */
.header-overlay-half-links-half-fullimages {display: flex; justify-content: center; transform: translateY(-150%);}
.header-overlay-half-links-half-fullimages.visible {transform: translateY(0);}
.header-overlay-half-links-half-fullimages .logo-white{max-width:120px}
.header-overlay-half-links-half-fullimages .logo-colored{max-width:120px}
.header-overlay-half-links-half-fullimages .img-logo-navigation {width: 100%;max-width: 200px;height: auto;}
.header-overlay-half-links-half-fullimages .cta-link{font-size:17px;text-transform:uppercase;margin-inline:20px}
.header-overlay-half-links-half-fullimages .cta-link-m{font-size:15px;font-weight:700;text-transform:uppercase}
.header-overlay-half-links-half-fullimages .cta-link-m span{box-shadow:inset 3em 8em 0 0 var(--color-1);display:inline;position:absolute;top:-10px;right:0;width:120px;line-height:91px;padding-left:10px;color:#fff}
.header-overlay-half-links-half-fullimages .dropdown-menu{padding:10px;border-top:5px solid var(--color-1)!important;min-width:5rem;left: 0px}
.header-overlay-half-links-half-fullimages .right-side{display:flex;flex-wrap:wrap;position:relative!important;width:50%;max-width:50%;margin:0;box-sizing:border-box}
.header-overlay-half-links-half-fullimages .image-component-base{background-image:url(../images/relax-case-vacanze-5.webp);background-repeat:no-repeat;position:absolute!important;background-size:cover;background-position:50% 50%;width:100%;height:100%;opacity:1;z-index:0}
.header-overlay-half-links-half-fullimages .image-component{background-repeat:no-repeat;position:absolute!important;background-size:cover;background-position:50% 50%;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;z-index:1}
.header-overlay-half-links-half-fullimages .image-component-1{background-image:url(../images/relaxcasavacanza-HEADER.jpg);}
.header-overlay-half-links-half-fullimages .image-component-2{background-image:url(../images/relax-case-vacanze-13.jpg);}
.header-overlay-half-links-half-fullimages .image-component-3{background-image:url(../images/strada-fiori-bici-riccione.webp);}
.header-overlay-half-links-half-fullimages .image-component-4{background-image:url(../images/relax-case-vacanze-12.jpg);}
.header-overlay-half-links-half-fullimages .image-component-5{background-image:url(../images/residence-the-palm-1.jpg);}
.header-overlay-half-links-half-fullimages .image-component-base.is-hovered,.header-overlay-half-links-half-fullimages .image-component-1.is-hovered,.header-overlay-half-links-half-fullimages .image-component-2.is-hovered,.header-overlay-half-links-half-fullimages .image-component-3.is-hovered,.header-overlay-half-links-half-fullimages .image-component-4.is-hovered,.header-overlay-half-links-half-fullimages .image-component-5.is-hovered{opacity:1!important}
.header-overlay-half-links-half-fullimages .color-on-hover:hover{color: #3b4f68b0!important}
.header-overlay-half-links-half-fullimages.sticky-white .color-on-hover:hover{color: #3b4f68b0!important}
/* HAMBURGERMENU ANIMATION ******************************************************************************/
.hamburger{min-height:53px;padding:10px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.25s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;outline:none!important}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:var(--white)}
header.sticky.sticky-white .hamburger.is-active .hamburger-inner,header.sticky.sticky-white .hamburger.is-active .hamburger-inner::before,header.sticky.sticky-white .hamburger.is-active .hamburger-inner::after{background-color:var(--color-1)}
.hamburger-box{width:30px;height:24px;display:inline-block;position:sticky}
.hamburger-inner{display:block;top:50%;margin-top:-2px}
.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:30px;height:4px;background-color:var(--white);border-radius:4px;position:absolute;transition-property:transform;transition-duration:.25s;transition-timing-function:ease}
header.sticky.sticky-white .hamburger-inner,header.sticky.sticky-white .hamburger-inner::before,header.sticky.sticky-white .hamburger-inner::after{background-color:var(--color-1)}
.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}
.hamburger-inner::before{top:-10px}
.hamburger-inner::after{bottom:-10px}
/* HAMBURGER - slider */
.hamburger--slider .hamburger-inner{top:2px}
.hamburger--slider .hamburger-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.25s}
.hamburger--slider .hamburger-inner::after{top:20px}
.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}
.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg)}
/* HAMBURGER - header overlay half links & half fullimages */
.header-overlay-half-links-half-fullimages .hamburger-inner, .header-overlay-half-links-half-fullimages .hamburger-inner::before, .header-overlay-half-links-half-fullimages .hamburger-inner::after {width: 40px !important}
.header-overlay-half-links-half-fullimages .hamburger-box {width: 40px !important}
.header-overlay-half-links-half-fullimages .hamburger {min-height:53px}
.header-overlay-half-links-half-fullimages .is-active .hamburger-box{position:fixed;z-index:9999999;top:40px}
.header-overlay-half-links-half-fullimages .hamburger.is-active .hamburger-inner,.header-overlay-half-links-half-fullimages .hamburger.is-active .hamburger-inner::before,.header-overlay-half-links-half-fullimages .hamburger.is-active .hamburger-inner::after{background-color:var(--color-1)}
.header-overlay-half-links-half-fullimages header.sticky.sticky-white .hamburger.is-active .hamburger-inner,.header-overlay-half-links-half-fullimages header.sticky.sticky-white .hamburger.is-active .hamburger-inner::before,.header-overlay-half-links-half-fullimages header.sticky.sticky-white .hamburger.is-active .hamburger-inner::after{background-color:var(--color-1)}

/* NAVIGATION ******************************************************************************/
.navbar-toggler:focus{box-shadow:none!important}
.nav-link, .nav-link:hover, .nav-link:focus, .nav-link:active{color: var(--white)}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: var(--white)}
.navbar .bottom-decoration{background-image:url(../images/navigation-decoration-header.webp);background-repeat:no-repeat;background-position-x:center;width:200px;height:100%}
.navbar .w-max-content{width:max-content}
.navbar .ml-n30 {margin-left: -30px;}
/* NAVIGATION OVERLAY */
#myNav{width:0}
#myNav.show-nav{width:100%}
/* NAVIGATION OVERLAY - overlay */
.overlay{height:100%;width:0;position:fixed;z-index:6666;right:0;top:0;background-color:rgba(1,147,183,0.9);overflow-x:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.overlay::-webkit-scrollbar{display:none!important}
/* NAVIGATION OVERLAY - content */
.overlay-content{position:relative;padding:20px;width:100%;height:100%}
/* NAVIGATION OVERLAY - content language */
.overlay-content .language li a{font-size:14px;font-weight:700;color:rgba(255,255,255,0.7)}
.overlay-content .language li a.active{color:rgba(255,255,255,1)}
.overlay-content .language li a:hover{color:rgba(255,255,255,1)}
/* NAVIGATION OVERLAY - content navigationmenu */
.overlay-content .navigation-menu ul{padding:0}
.overlay-content .navigation-menu li{list-style:none}
.overlay-content .navigation-menu li a{font-size:20px;font-weight:700;color:rgba(255,255,255,00.9);display:block;padding:5px 0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.overlay-content .navigation-menu li a:hover,.overlay-content .navigation-menu li a:focus{color:rgba(255,255,255,1)}
/* NAVIGATION OVERLAY - content social */
.overlay-content .social li{width:30px;height:30px;line-height:30px;background-color:var(--white);text-align:center}
.overlay-content .social li a{font-size:16px;color:var(--color-1)}
/* NAVIGATION OVERLAY - footer menu */
.overlay-content .footer-menu{color:var(--white);font-size:16px}
.overlay-content .footer-menu a{color:var(--white)}
/* NAVIGATION OVERLAY FROM LEFT */
#myNav.overlay-fromleft{width:0; left: 0;}
#myNav.overlay-fromleft.show-nav{width:100%}
/* NAVIGATION OVERLAY - header overlay half links & half fullimages */
.header-overlay-half-links-half-fullimages .navbar{width: 100vw}
.header-overlay-half-links-half-fullimages .navbar-collapse{display:block!important;position:fixed;top:0;left:0;width:100vw;height:100vh;transform:translateX(-100%);visibility:hidden;pointer-events:none;transition:transform .3s,visibility .3s ease-in-out;overflow-y:auto}
.header-overlay-half-links-half-fullimages .navbar-collapse.show{transform:translateX(0);visibility:visible;pointer-events:auto}

/* HOME SLIDER ******************************************************************************/
.fullscreen-container{position:relative;overflow:hidden;border-bottom-right-radius: 1000px 100px;margin-inline: 7px;}
/* HOME SLIDER - fullscreen single image */
.fullscreen-image{position:relative;overflow:hidden;max-height:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}
.fullscreen-image.fullscreen-camere{background-image:url(../images/relax-case-vacanze-5.webp);box-shadow: inset 0 -120px 90px 5px rgba(0, 0, 0, 0.95);}
.fullscreen-image.fullscreen-home{background-image:url(../images/riccione-panorama-m.webp);box-shadow: inset 0 0px 700px -80px rgb(59, 79, 104, .8)}
.fullscreen-image.fullscreen-riccione{background-image:url(../images/bagno-cabine-riccione.webp);box-shadow: inset 0 0px 700px -80px rgb(59, 79, 104, .8)}
.fullscreen-image.fullscreen-offerte{background-image:url(../images/spiaggia-ombrelloni-panorama-riccione-m.webp);box-shadow: inset 0 0px 700px -80px rgb(59, 79, 104, .8)}
.fullscreen-image.fullscreen-case-vacanze{background-image:url(../images/coppia-divano-casa-vacanze-m.webp);box-shadow: inset 0 0px 700px -80px rgb(59, 79, 104, .8)}
.fullscreen-image.fullscreen-contatti{background-image:url(../images/parete-divano-pianta.webp);box-shadow: inset 0 0px 700px -80px rgb(59, 79, 104, .8)}
.fullscreen-image.fullscreen-home::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(70, 83, 111, 0.5);}
.fullscreen-image.fullscreen-case-vacanze::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(85, 91, 103, 0.372);}
.fullscreen-image.fullscreen-riccione::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(70, 83, 111, 0.4);}
.fullscreen-image.fullscreen-offerte::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(70, 83, 111, 0.25);}
.fullscreen-image.fullscreen-contatti::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(70, 83, 111, 0.26);}
.fullscreen-image.fullscreen-home .flex-container{box-shadow: inset 0 -90px 100px -30px rgba(0, 0, 0, 0.55);}
/* HOME SLIDER - fullscreen slider */
.fullscreen-slider{position:relative;overflow:hidden}
.owl-fullscreenslider .slider-item{width:100%;height:100%;max-height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}
/* HOMESLIDER - halfscreen slider */
.owl-halfscreenslider .slider-item{width:100%;height:100%;max-height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}
.halfscreen-slider-content {display: none;}
.halfscreen-overlay-slider{position:absolute;bottom:0;left:0;width:100%;height:100vh;background-image:url(../images/bg-overlayslider.webp);background-size:contain;background-repeat:no-repeat}

/* APPARTAMENTI ****************************************************************************/
.link-underline-color1{text-decoration-line: underline!important;text-decoration-color: #3b4f6869!important;text-decoration-thickness: 1px;text-underline-offset: 10px;}
.link-underline-color1:hover{text-decoration-line: underline!important;text-decoration-color: #3b4f6869!important;text-decoration-thickness: 1px;text-underline-offset: 10px;}
/* APPARTAMENTI - decorations */
.fullscreen-image.fullscreen-camere .hr-white{width: 300px; height: 3px; background-color: white;color: white; opacity:1; bottom: -30px; left: -50px;z-index: 1;}
/* HOME - decorations */
.fullscreen-image .hr-white{width: 300px;height: 2px;background-color:white;color:white;opacity:1;left:calc(50% - 150px);z-index:1;}
.hr-color1{position: absolute; width: 700px; height: 3px; background-color: var(--color-1);color: var(--color-1);opacity:1; bottom: 0px; left: -300px;z-index: 1000;}
.onda-decoration-home-right{position: absolute; width: 600px; height: auto;opacity:1; top: 0px; right: -300px;z-index: 10!important;}

/* OFFERTE ****************************************************************************/
.link-underline-white{text-decoration-line: underline!important;text-decoration-color: #ffffff69!important;text-decoration-thickness: 1px;text-underline-offset: 10px;}
.link-underline-white:hover{text-decoration-line: underline!important;text-decoration-color: #ffffff69!important;text-decoration-thickness: 1px;text-underline-offset: 10px;}
.offerta-layer{background: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(38, 63, 86, 0.923));position: absolute;bottom: 0;right: 0;height: 45%;width: 100%;}
.card-offerta-fontsize{font-size: clamp(.7rem, 1.2vw, 1.345rem);}

/* SCROLL ******************************************************************************/
#scroll-wrapper{display:none;}

/* GALLERY - pagina appartamento ************************************************************************/
.logo-galleria-position{position:absolute;width:200px;height:auto;top:-50px;right:30px;}

/* BUTTON ************************************************************************/
/* BUTTON - main */
.btn-main{display:inline-flex;align-items:center;padding:18px 22px;position:relative;text-decoration:none;overflow:hidden;transition:all .3s ease;background-color: var(--color-2);border-radius:.5rem;}
.owl-carousel .btn-main{padding: 20px 25px!important;}
.btn-main img{width:55px!important;height:auto;margin-right:15px;transition:all .3s ease;margin-bottom:5px;display:none;}
.owl-carousel .btn-main img{display:none!important;}
.btn-main span{font-size:clamp(.85rem,4.2vw,1.3rem);text-transform:uppercase;letter-spacing:.3em;position:relative;overflow:hidden;color: #fff;}
.btn-main i{width: 1.4em;color: #fff;line-height:unset;}
/* BUTTON - main - dark background version */
.btn-main.btn-white{background-color: var(--white)!important;}
.btn-main.btn-white i{color: var(--color-2)!important;}
.btn-main.btn-white span{color: var(--color-2)!important;}
/* BUTTON - chiama */
.btn-chiama{display:inline-flex;align-items:center;padding:20px 40px;position:relative;text-decoration:none;overflow:hidden;transition:all .3s ease;background-color: var(--color-2);border-radius:.5rem;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:perspective(1px) translatez(0);transform:perspective(1px) translatez(0);}
.btn-chiama i{-webkit-transform:translatez(0);transform:translatez(0)}
.btn-chiama span{font-size:clamp(.85rem,4.2vw,1rem);text-transform:uppercase;letter-spacing:.1em;position:relative;overflow:hidden;color: #fff;}
.btn-chiama i{width: 1.4em;color: #fff;line-height:unset;margin-right:15px;}
.btn-chiama:active i,.btn-chiama:focus i,.btn-chiama:hover i{-webkit-animation-name:hover-icon-buzz-out;animation-name:hover-icon-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}

@-webkit-keyframes hover-icon-buzz-out {
10%{-webkit-transform:translatex(3px) rotate(2deg);transform:translatex(3px) rotate(2deg)}
20%{-webkit-transform:translatex(-3px) rotate(-2deg);transform:translatex(-3px) rotate(-2deg)}
30%{-webkit-transform:translatex(3px) rotate(2deg);transform:translatex(3px) rotate(2deg)}
40%{-webkit-transform:translatex(-3px) rotate(-2deg);transform:translatex(-3px) rotate(-2deg)}
50%{-webkit-transform:translatex(2px) rotate(1deg);transform:translatex(2px) rotate(1deg)}
60%{-webkit-transform:translatex(-2px) rotate(-1deg);transform:translatex(-2px) rotate(-1deg)}
70%{-webkit-transform:translatex(2px) rotate(1deg);transform:translatex(2px) rotate(1deg)}
80%{-webkit-transform:translatex(-2px) rotate(-1deg);transform:translatex(-2px) rotate(-1deg)}
90%{-webkit-transform:translatex(1px) rotate(0);transform:translatex(1px) rotate(0)}
100%{-webkit-transform:translatex(-1px) rotate(0);transform:translatex(-1px) rotate(0)}
}
@keyframes hover-icon-buzz-out {
10%{-webkit-transform:translatex(3px) rotate(2deg);transform:translatex(3px) rotate(2deg)}
20%{-webkit-transform:translatex(-3px) rotate(-2deg);transform:translatex(-3px) rotate(-2deg)}
30%{-webkit-transform:translatex(3px) rotate(2deg);transform:translatex(3px) rotate(2deg)}
40%{-webkit-transform:translatex(-3px) rotate(-2deg);transform:translatex(-3px) rotate(-2deg)}
50%{-webkit-transform:translatex(2px) rotate(1deg);transform:translatex(2px) rotate(1deg)}
60%{-webkit-transform:translatex(-2px) rotate(-1deg);transform:translatex(-2px) rotate(-1deg)}
70%{-webkit-transform:translatex(2px) rotate(1deg);transform:translatex(2px) rotate(1deg)}
80%{-webkit-transform:translatex(-2px) rotate(-1deg);transform:translatex(-2px) rotate(-1deg)}
90%{-webkit-transform:translatex(1px) rotate(0);transform:translatex(1px) rotate(0)}
100%{-webkit-transform:translatex(-1px) rotate(0);transform:translatex(-1px) rotate(0)}
}

/* SECTION ******************************************************************************/
section{padding:40px 0;position:relative}
/* SECTION - flex content */
.flex-container{display:flex;flex-direction:row;align-items:stretch;height:100%}
.flex-content{display:flex;flex-direction:column;justify-content:center;width: 100%;}

/* PARALLAX ******************************************************************************/
.image-parallax-container{width:100%;height:100%;min-height:500px;position:relative;overflow:hidden;border-radius:.5rem}
.parallax-img{position:absolute;left:50%;top:50%;width:100%;height:115%;object-fit:cover;transform:translate(-50%,-50%) scale(1.05);transition:transform 1.4s ease}

/* OWL CAROUSEL ******************************************************************************/
/* OWL CAROUSEL STAGE PADDING */
.owl-stagepadding .owl-stage{margin-left:-30px}
/* OWL CAROUSEL GALLERY SLIDER */
.owl-galleryslider .owl-nav{position:absolute;bottom:0;width:auto}
.owl-galleryslider.owl-slidernav-right .owl-nav{left:0;right:0;opacity: .55;}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-prev,.owl-galleryslider.owl-slidernav-right .owl-nav .owl-next {-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;transition:all .7s ease-in-out;width:30px;height:30px;background-color:var(--color-1);color:var(--white);text-align:center;border-radius: .5rem;}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-prev img,.owl-galleryslider.owl-slidernav-right .owl-nav .owl-next img {width:70%;height:auto;}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-prev{top:-30px;position:absolute;left:0;}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-next{top:-30px;position:absolute;left:30px;}
/* OWL CAROUSEL GALLERY SCROLL */
.owl-galleryscroll{width:100%}
/* OWL CAROUSEL GALLERY SCROLL - nav */
.owl-galleryscroll .owl-nav{display:none}
/* OWL CAROUSEL GALLERY SCROLL - image with text and logo */
.owl-carousel .item-content{display:inline-block; position: relative; transform: translate(0, -55px); width: 100%;}
.owl-carousel .item-content .logo-icon{width: 70px; height: auto; margin: 0 auto 0px;}
.owl-carousel .item-content .item-text{text-align:center;font-size:.8em;letter-spacing:8px;text-transform:uppercase;color:var(--white);display:none;}

/* GALLERY ******************************************************************************/
/* GALLERY - swiper */
.swiper{width:100%;height:auto;position:relative;overflow-y:visible}
.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
.swiper-scrollbar{position:absolute;bottom:-20px!important}
.swiper-scrollbar-drag{background:var(--color-1-medium);border-color:var(--color-2-light);border-radius:10px}

/* PIC - pic slide with text *************************************************************/
.pic-slide-with-text{position:relative;float:left;overflow:hidden;min-width:320px;background:#315272;text-align:center;cursor:pointer;border-radius:.5rem;margin: 0 0 0!important;}
.pic-slide-with-text img{max-width:none;opacity:1;-webkit-transition:opacity 0.35s,-webkit-transform .35s;transition:opacity 0.35s,transform .35s;position:relative;display:block;min-height:100%;-webkit-transform:scale(1);transform:scale(1);}
.pic-slide-with-text figcaption,.pic-slide-with-text figcaption a{text-align:left;position:absolute;top:0;left:0;width:100%;height:100%;padding:2em;color:#fff;text-transform:uppercase;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.pic-slide-with-text figcaption div{position:absolute;bottom:0;left:0;padding:2em;width:100%;height:100%;display: flex;justify-content: center;align-items: center;}
.pic-slide-with-text p{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}
.pic-slide-with-text p{color:#ffff;opacity:0;-webkit-transition:opacity 0.2s,-webkit-transform .35s;transition:opacity 0.2s,transform .35s;letter-spacing: .25rem;}
.pic-slide-with-text a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}

/* FOOTER ******************************************************************************/
footer{font-size:16px}
footer .logo {-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
footer a,footer a:hover,footer a:active{text-decoration:none;color:var(--white);font-weight:700}
footer .copyright{border-top:1px solid rgba(255,255,255,0.2)}
footer .social li{width:30px;height:30px;line-height:30px;text-align:center}
footer .social li a{font-size:16px;color:var(--color-1)}
footer .language-menu li a {text-transform: uppercase; font-size: 0.8em; padding: 0 5px;}
footer h6{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden;padding-bottom:5px}
footer ul.list-unstyled li{padding:5px 0}
.footer-bottom-bgcolor {background-color: rgba(0,0,0,.3)}
/* SIZING ******************************************************************************/
.m-0{margin:0!important}.m-5{margin:5px!important}.m-10{margin:10px!important}.m-15{margin:15px!important}.m-20{margin:20px!important}.m-25{margin:25px!important}.m-30{margin:30px!important}.m-35{margin:35px!important}.m-40{margin:40px!important}.m-45{margin:45px!important}.m-50{margin:50px!important}.m-60{margin:60px!important}.m-70{margin:70px!important}.m-80{margin:80px!important}.m-90{margin:90px!important}.m-100{margin:100px!important}.m-110{margin:110px!important}.m-120{margin:120px!important}.m-130{margin:130px!important}.m-140{margin:140px!important}.m-150{margin:150px!important}.m-200{margin:200px!important}.ml-0{margin-left:0!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-25{margin-left:25px!important}.ml-30{margin-left:30px!important}.ml-35{margin-left:35px!important}.ml-40{margin-left:40px!important}.ml-45{margin-left:45px!important}.ml-50{margin-left:50px!important}.ml-60{margin-left:60px!important}.ml-70{margin-left:70px!important}.ml-80{margin-left:80px!important}.ml-90{margin-left:90px!important}.ml-100{margin-left:100px!important}.ml-110{margin-left:110px!important}.ml-120{margin-left:120px!important}.ml-130{margin-left:130px!important}.ml-140{margin-left:140px!important}.ml-150{margin-left:150px!important}.ml-200{margin-left:200px!important}.mr-0{margin-right:0!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.mr-35{margin-right:35px!important}.mr-40{margin-right:40px!important}.mr-45{margin-right:45px!important}.mr-50{margin-right:50px!important}.mr-60{margin-right:60px!important}.mr-70{margin-right:70px!important}.mr-80{margin-right:80px!important}.mr-90{margin-right:90px!important}.mr-100{margin-right:100px!important}.mr-110{margin-right:110px!important}.mr-120{margin-right:120px!important}.mr-130{margin-right:130px!important}.mr-140{margin-right:140px!important}.mr-150{margin-right:150px!important}.mr-200{margin-right:200px!important}.mt-0{margin-top:0!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-35{margin-top:35px!important}.mt-40{margin-top:40px!important}.mt-45{margin-top:45px!important}.mt-50{margin-top:50px!important}.mt-60{margin-top:60px!important}.mt-70{margin-top:70px!important}.mt-80{margin-top:80px!important}.mt-90{margin-top:90px!important}.mt-100{margin-top:100px!important}.mt-110{margin-top:110px!important}.mt-120{margin-top:120px!important}.mt-130{margin-top:130px!important}.mt-140{margin-top:140px!important}.mt-150{margin-top:150px!important}.mt-200{margin-top:200px!important}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-35{margin-bottom:35px!important}.mb-40{margin-bottom:40px!important}.mb-45{margin-bottom:45px!important}.mb-50{margin-bottom:50px!important}.mb-60{margin-bottom:60px!important}.mb-70{margin-bottom:70px!important}.mb-80{margin-bottom:80px!important}.mb-90{margin-bottom:90px!important}.mb-100{margin-bottom:100px!important}.mb-110{margin-bottom:110px!important}.mb-120{margin-bottom:120px!important}.mb-130{margin-bottom:130px!important}.mb-140{margin-bottom:140px!important}.mb-150{margin-bottom:150px!important}.mb-200{margin-bottom:200px!important}.mnl-0{margin-left:0!important}.mnl-5{margin-left:-5px!important}.mnl-10{margin-left:-10px!important}.mnl-15{margin-left:-15px!important}.mnl-20{margin-left:-20px!important}.mnl-25{margin-left:-25px!important}.mnl-30{margin-left:-30px!important}.mnl-35{margin-left:-35px!important}.mnl-40{margin-left:-40px!important}.mnl-45{margin-left:-45px!important}.mnl-50{margin-left:-50px!important}.mnl-60{margin-left:-60px!important}.mnl-70{margin-left:-70px!important}.mnl-80{margin-left:-80px!important}.mnl-90{margin-left:-90px!important}.mnl-100{margin-left:-100px!important}.mnl-110{margin-left:-110px!important}.mnl-120{margin-left:-120px!important}.mnl-130{margin-left:-130px!important}.mnl-140{margin-left:-140px!important}.mnl-150{margin-left:-150px!important}.mnl-200{margin-left:-200px!important}.mnr-0{margin-right:0!important}.mnr-5{margin-right:-5px!important}.mnr-10{margin-right:-10px!important}.mnr-15{margin-right:-15px!important}.mnr-20{margin-right:-20px!important}.mnr-25{margin-right:-25px!important}.mnr-30{margin-right:-30px!important}.mnr-35{margin-right:-35px!important}.mnr-40{margin-right:-40px!important}.mnr-45{margin-right:-45px!important}.mnr-50{margin-right:-50px!important}.mnr-60{margin-right:-60px!important}.mnr-70{margin-right:-70px!important}.mnr-80{margin-right:-80px!important}.mnr-90{margin-right:-90px!important}.mnr-100{margin-right:-100px!important}.mnr-110{margin-right:-110px!important}.mnr-120{margin-right:-120px!important}.mnr-130{margin-right:-130px!important}.mnr-140{margin-right:-140px!important}.mnr-150{margin-right:-150px!important}.mnr-200{margin-right:-200px!important}.mnt-0{margin-top:0!important}.mnt-5{margin-top:-5px!important}.mnt-10{margin-top:-10px!important}.mnt-15{margin-top:-15px!important}.mnt-20{margin-top:-20px!important}.mnt-25{margin-top:-25px!important}.mnt-30{margin-top:-30px!important}.mnt-35{margin-top:-35px!important}.mnt-40{margin-top:-40px!important}.mnt-45{margin-top:-45px!important}.mnt-50{margin-top:-50px!important}.mnt-60{margin-top:-60px!important}.mnt-70{margin-top:-70px!important}.mnt-80{margin-top:-80px!important}.mnt-90{margin-top:-90px!important}.mnt-100{margin-top:-100px!important}.mnt-110{margin-top:-110px!important}.mnt-120{margin-top:-120px!important}.mnt-130{margin-top:-130px!important}.mnt-140{margin-top:-140px!important}.mnt-150{margin-top:-150px!important}.mnt-200{margin-top:-200px!important}.mnb-0{margin-bottom:0!important}.mnb-5{margin-bottom:-5px!important}.mnb-10{margin-bottom:-10px!important}.mnb-15{margin-bottom:-15px!important}.mnb-20{margin-bottom:-20px!important}.mnb-25{margin-bottom:-25px!important}.mnb-30{margin-bottom:-30px!important}.mnb-35{margin-bottom:-35px!important}.mnb-40{margin-bottom:-40px!important}.mnb-45{margin-bottom:-45px!important}.mnb-50{margin-bottom:-50px!important}.mnb-60{margin-bottom:-60px!important}.mnb-70{margin-bottom:-70px!important}.mnb-80{margin-bottom:-80px!important}.mnb-90{margin-bottom:-90px!important}.mnb-100{margin-bottom:-100px!important}.mnb-110{margin-bottom:-110px!important}.mnb-120{margin-bottom:-120px!important}.mnb-130{margin-bottom:-130px!important}.mnb-140{margin-bottom:-140px!important}.mnb-150{margin-bottom:-150px!important}.mnb-200{margin-bottom:-200px!important}.p-0{padding:0!important}.p-5{padding:5px!important}.p-10{padding:10px!important}.p-15{padding:15px!important}.p-20{padding:20px!important}.p-25{padding:25px!important}.p-30{padding:30px!important}.p-35{padding:35px!important}.p-40{padding:40px!important}.p-45{padding:45px!important}.p-50{padding:50px!important}.p-60{padding:60px!important}.p-70{padding:70px!important}.p-80{padding:80px!important}.p-90{padding:90px!important}.p-100{padding:100px!important}.p-110{padding:110px!important}.p-120{padding:120px!important}.p-130{padding:130px!important}.p-140{padding:140px!important}.p-150{padding:150px!important}.p-200{padding:200px!important}.pl-0{padding-left:0!important}.pl-5{padding-left:5px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pl-25{padding-left:25px!important}.pl-30{padding-left:30px!important}.pl-35{padding-left:35px!important}.pl-40{padding-left:40px!important}.pl-45{padding-left:45px!important}.pl-50{padding-left:50px!important}.pl-60{padding-left:60px!important}.pl-70{padding-left:70px!important}.pl-80{padding-left:80px!important}.pl-90{padding-left:90px!important}.pl-100{padding-left:100px!important}.pl-110{padding-left:110px!important}.pl-120{padding-left:120px!important}.pl-130{padding-left:130px!important}.pl-140{padding-left:140px!important}.pl-150{padding-left:150px!important}.pl-200{padding-left:200px!important}.pr-0{padding-right:0!important}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.pr-25{padding-right:25px!important}.pr-30{padding-right:30px!important}.pr-35{padding-right:35px!important}.pr-40{padding-right:40px!important}.pr-45{padding-right:45px!important}.pr-50{padding-right:50px!important}.pr-60{padding-right:60px!important}.pr-70{padding-right:70px!important}.pr-80{padding-right:80px!important}.pr-90{padding-right:90px!important}.pr-100{padding-right:100px!important}.pr-110{padding-right:110px!important}.pr-120{padding-right:120px!important}.pr-130{padding-right:130px!important}.pr-140{padding-right:140px!important}.pr-150{padding-right:150px!important}.pr-200{padding-right:200px!important}.pt-0{padding-top:0!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-25{padding-top:25px!important}.pt-30{padding-top:30px!important}.pt-35{padding-top:35px!important}.pt-40{padding-top:40px!important}.pt-45{padding-top:45px!important}.pt-50{padding-top:50px!important}.pt-60{padding-top:60px!important}.pt-70{padding-top:70px!important}.pt-80{padding-top:80px!important}.pt-90{padding-top:90px!important}.pt-100{padding-top:100px!important}.pt-110{padding-top:110px!important}.pt-120{padding-top:120px!important}.pt-130{padding-top:130px!important}.pt-140{padding-top:140px!important}.pt-150{padding-top:150px!important}.pt-200{padding-top:200px!important}.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-25{padding-bottom:25px!important}.pb-30{padding-bottom:30px!important}.pb-35{padding-bottom:35px!important}.pb-40{padding-bottom:40px!important}.pb-45{padding-bottom:45px!important}.pb-50{padding-bottom:50px!important}.pb-60{padding-bottom:60px!important}.pb-70{padding-bottom:70px!important}.pb-80{padding-bottom:80px!important}.pb-90{padding-bottom:90px!important}.pb-100{padding-bottom:100px!important}.pb-110{padding-bottom:110px!important}.pb-120{padding-bottom:120px!important}.pb-130{padding-bottom:130px!important}.pb-140{padding-bottom:140px!important}.pb-150{padding-bottom:150px!important}.pb-200{padding-bottom:200px!important}.pb-250{padding-bottom:250px!important}.pnl-0{padding-left:0!important}.pnr-0{padding-right:0!important}.pnt-0{padding-top:0!important}.pnb-0{padding-bottom:0!important}