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

/* fonts */
@font-face{font-family:'Plus Jakarta Sans';src:url(../fonts/PlusJakartaSans-Italic.woff2) format("woff2"),url(../fonts/PlusJakartaSans-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Plus Jakarta Sans';src:url(../fonts/PlusJakartaSans-Regular.woff2) format("woff2"),url(../fonts/PlusJakartaSans-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Valky';src:url(../fonts/ValkyRegular.woff2) format("woff2"),url(../fonts/ValkyRegular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Quattrocento';src:url(../fonts/Quattrocento.woff2) format("woff2"),url(../fonts/Quattrocento.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
.font-plus-jakarta-italic{font-family:'Plus Jakarta Sans';font-weight:400;font-style:italic}
.font-plus-jakarta{font-family:'Plus Jakarta Sans';font-weight:400;font-style:normal}
.font-valky{font-family:'Valky';font-weight:400;font-style:normal}
.font-quattrocento{font-family:'Quattrocento';font-weight:400;font-style:normal}

/* GESTIONE COLORI PRINCIPALI ******************************************************************************/
:root {
	--color-1: #755c48!important;
	--color-1-hover: #755c48!important;
	--color-2: #dcbf94!important;
	--color-2-hover: #dcbf94!important;
	--color-3: #cdbab6!important;
	--color-3-hover: #cdbab6!important;
	--color-4: #f1ece6!important;
	--color-4-hover: #f1ece6!important;
	--white: #f8f7f4!important;
	--gray: #f4f4f4!important;
	--dark: #333!important;
}

/* GENERAL ******************************************************************************/
body,html{overflow-x:hidden}
body{font-size:18px;line-height:1.6;color:var(--color-2); letter-spacing: 2px;}
[type=reset],[type=submit],button,button:active,button:focus,html [type=button]{-moz-appearance:none;-webkit-appearance:none;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: white;}
p{text-align:center;}
/* GENERAL - mobile safari pointer event - no clickable number on mobile */
.pointer-events-none{pointer-events:none!important}
/* row margin-inline */
.row{margin-inline: 3px!important;}

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

/* BACKGROUND ******************************************************************************/
/* BACKGROUND - bg color */
.bg-color1{background-color:var(--color-1)!important;color:var(--color-2)!important}
.bg-color2{background-color:var(--color-2)!important;color:var(--color-1)!important}
.bg-color3{background-color:var(--color-3)!important;color:var(--color-1)!important}
.bg-color4{background-color:var(--color-4)!important;color:var(--color-1)!important}
.bg-white{background-color:var(--white)!important;color:var(--color-1)!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:'Quattrocento';letter-spacing: 4px;}
h1,.h1{font-size:3rem}h2,.h2{font-size:2.5rem}h3,.h3{font-size:2rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.4rem}h6,.h6{font-size:1.3rem}
@media (max-width: 1200px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{text-align:center;}
}
p{font-family:'Plus Jakarta Sans'}

/* 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:flex;margin:0 auto;justify-content: center;align-items: center;}
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:var(--white)}
header.sticky.sticky-white .logo-white{display:none}
header.sticky.sticky-white .logo-colored{display:flex;margin:0 auto;justify-content: center;align-items: center;}
/* HEADER - topinfo */
.topinfo ul{padding:10px 0 0}
.topinfo a{color:var(--white)}
header.sticky.sticky-white a,header.sticky.sticky-white a:active{color:var(--color-1)!important;font-size: 20px;}
.topinfo a img{width:40px;height:auto;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
header.sticky.sticky-white .topinfo a img{-webkit-filter:brightness(1.3) invert(0);filter:brightness(1.3) invert(0)}
/* HEADER - header overlay animated icon */
header.header-overlay-animated-icon .logo-white{display:inline-flex;margin: 0;}
header.header-overlay-animated-icon .logo-colored{display:none}
header.header-overlay-animated-icon.sticky.sticky-white .logo-white{display:none}
header.header-overlay-animated-icon.sticky.sticky-white .logo-colored{display:inline-flex;margin: 0;}
/* HEADER - header overlay half links & half littleimages */
.header-overlay-half-links-half-littleimages {display: flex; justify-content: center;overflow: hidden;}
.header-overlay-half-links-half-littleimages .logo-white{max-width:200px}
.header-overlay-half-links-half-littleimages .logo-colored{max-width:430px}
.header-overlay-half-links-half-littleimages .cta-link{font-size:21px;text-transform:uppercase;margin-inline:20px;color: var(--color-2);font-weight: 500;letter-spacing: 2px;}
.header-overlay-half-links-half-littleimages .cta-link.underline{text-decoration: underline;text-underline-offset: 5px;}
.header-overlay-half-links-half-littleimages .cta-link-m{font-size:15px;font-weight:700;text-transform:uppercase}
.header-overlay-half-links-half-littleimages .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:103px;padding-left:10px;color:#fff;font-size:14px;}
.header-overlay-half-links-half-littleimages .dropdown-menu{padding:10px;border-top:5px solid var(--color-1)!important;min-width:5rem;left: 0px}
.header-overlay-half-links-half-littleimages .w-85{width:85%}
.header-right-widget {bottom: 0; left: 0; width: 100%;}
.header-right-widget .header-right-widget-inner {width: 100%}
.header-right-widget .header-right-widget-inner-content {width: 50%; float: inline-start; background-color: var(--color-1); padding: 20px;}
.header-right-widget .header-right-widget-inner-language {width: 50%; float: inline-end;background-color: var(--color-2); padding: 20px;}
.header-right-widget .header-right-widget-inner-language ul.dropdown-menu {inset: auto 0px 10px 50% !important; transform: translate3d(0px, -43px, 0px) !important;}

/* HAMBURGERMENU ANIMATION ******************************************************************************/
.hamburger{min-height:53px;padding:10px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;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::after{background-color:var(--white)}
header.sticky.sticky-white .hamburger.is-active .hamburger-inner,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::after{width:30px;height:1.5px;background-color:var(--white);border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
header.sticky.sticky-white .hamburger-inner,header.sticky.sticky-white .hamburger-inner::after{background-color:var(--color-1)}
.hamburger-inner::after{content:"";display:block}
.hamburger-inner::after{bottom:-10px}
/* HAMBURGER - slider */
.hamburger--slider .hamburger-inner{top:2px}
.hamburger--slider .hamburger-inner::after{top:13px}
.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0,-13px,0) rotate(-90deg)}
/* HAMBURGER - header overlay half links & half littleimages */
.header-overlay-half-links-half-littleimages .hamburger-inner, .header-overlay-half-links-half-littleimages .hamburger-inner::after {width: 105px !important}
.header-overlay-half-links-half-littleimages .hamburger-box {width: 120px !important}
.header-overlay-half-links-half-littleimages .hamburger {min-height:53px}
.header-overlay-half-links-half-littleimages .is-active .hamburger-box{position:fixed;z-index:9999999;top:40px}
.header-overlay-half-links-half-littleimages .hamburger.is-active .hamburger-inner,.header-overlay-half-links-half-littleimages .hamburger.is-active .hamburger-inner::after{background-color:var(--color-1)}
.header-overlay-half-links-half-littleimages header.sticky.sticky-white .hamburger.is-active .hamburger-inner,.header-overlay-half-links-half-littleimages 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/bg-header.png);background-repeat:no-repeat;background-position-x:center;width:70%;height:40px}
.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 - header overlay half links & half littleimages */
.header-overlay-half-links-half-littleimages .navbar{width: 100vw}
.header-overlay-half-links-half-littleimages .navbar-collapse{display:block!important;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .1s ease-out,visibility .1s ease-out;box-shadow:0 0 30px #ffffff4d;background-color:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.header-overlay-half-links-half-littleimages .navbar-collapse.show{opacity:1;visibility:visible;pointer-events:auto}
.header-overlay-half-links-half-littleimages .right-side{width: 245px;height: 470px; position: relative;}
.header-overlay-half-links-half-littleimages .cs-border-right{border-left: 4px dotted var(--color-2); width: 250px;height: 400px;}
.header-overlay-half-links-half-littleimages .image-component-base{background-image:url(../images/decorazione-3.png);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-littleimages .image-component{background-repeat:no-repeat;position:absolute!important;background-size:cover;background-position:50% 50%;width:100%;height:100%;opacity:0;transition:opacity .1s ease-in-out;z-index:1}
.header-overlay-half-links-half-littleimages .image-component-1{background-image:url(../images/camera-butterfly01-verticale.JPEG);}
.header-overlay-half-links-half-littleimages .image-component-2{background-image:url(../images/coppia-risate-intro.jpg);}
.header-overlay-half-links-half-littleimages .image-component-3{background-image:url(../images/spiaggia-ravenna.jpg);}
.header-overlay-half-links-half-littleimages .image-component-4{background-image:url(../images/basilicata-ravenna.jpg);}
.header-overlay-half-links-half-littleimages .image-component-5{background-image:url(../images/mirabilandia-intro.jpg);}
.header-overlay-half-links-half-littleimages .image-component-6{background-image:url(../images/camera-laboheme04.JPG);}
.header-overlay-half-links-half-littleimages .image-component-7{background-image:url(../images/slide01.jpg);}
.header-overlay-half-links-half-littleimages .image-component-base.is-hovered,.header-overlay-half-links-half-littleimages .image-component-1.is-hovered,.header-overlay-half-links-half-littleimages .image-component-2.is-hovered,.header-overlay-half-links-half-littleimages .image-component-3.is-hovered,.header-overlay-half-links-half-littleimages .image-component-4.is-hovered,.header-overlay-half-links-half-littleimages .image-component-5.is-hovered,.header-overlay-half-links-half-littleimages .image-component-6.is-hovered,.header-overlay-half-links-half-littleimages .image-component-7.is-hovered{opacity:1!important}
.header-overlay-half-links-half-littleimages .show ul li a {color: var(--color-1)!important}
.header-overlay-half-links-half-littleimages .show .flex-fill {-webkit-animation-delay:.1s;animation-delay:.1s; -webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}

/* HOME SLIDER ******************************************************************************/
.fullscreen-container{position:relative;overflow:hidden}
/* 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-home{background-image:url(../images/coppia-risate-intro.jpg);}
.fullscreen-image.fullscreen-home::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.237);}
.fullscreen-image.fullscreen-camere{background-image:url(../images/camera-laboheme04.JPG);background-position:bottom center!important;}
.fullscreen-image.fullscreen-camere::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.237);}
.fullscreen-image.fullscreen-offerte{background-image:url(../images/coppia-risate-intro.jpg);}
.fullscreen-image.fullscreen-offerte::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.237);}
.fullscreen-image.fullscreen-lidi{background-image:url(../images/spiaggia-ravenna.jpg);}
.fullscreen-image.fullscreen-lidi::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.237);}
.fullscreen-image.fullscreen-ravenna{background-image:url(../images/basilicata-ravenna.jpg);}
.fullscreen-image.fullscreen-ravenna::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.237);}
.fullscreen-image.fullscreen-mirabilandia{background-image:url(../images/mirabilandia-intro.jpg);}
.fullscreen-image.fullscreen-mirabilandia::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.237);}
.fullscreen-image.fullscreen-contatti{background-image:url(../images/famiglia-felice.jpg);}
.fullscreen-image.fullscreen-contatti::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.237);}
.fullscreen-image.fullscreen-targa{background-image:url(../images/targa-toscanini-m.jpg);}
/* 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}
.owl-fullscreenslider .slider-item.camere{width:100%;height:100%;max-height:100%;background-position:bottom center;background-repeat:no-repeat;background-size:cover}
.owl-fullscreenslider .slider-item::before{content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;background-color: rgba(0, 0, 0, 0.256);}
/* 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.png);background-size:contain;background-repeat:no-repeat}
/* .owl-halfscreenslider-verticalthumb,.owl-halfscreenslider-verticalthumb .owl-stage-outer,.owl-halfscreenslider-verticalthumb .owl-stage-outer .owl-stage,.owl-halfscreenslider-verticalthumb .owl-stage-outer .owl-stage .owl-item{height:100vh} */
.owl-halfscreenslider-verticalthumb .owl-item img{height:100%;width:auto}
.owl-halfscreenslider-verticalthumb#small{position:absolute; width:80%; left:10%; top:80%;}
.owl-halfscreenslider-verticalthumb#small .owl-item img{ width:100%; height:auto; border:5px solid var(--color-2);}
/* HOMESLIDER - typewriter effect */
.typewriter-container .overlymob{background-color:rgba(0,0,0,0.2);width:100%;height:100%;position:absolute;top:0;z-index:3}
.typewriter-container .typewrite > .wrap{border-right:.08em solid #fff;box-shadow:7px 0 7px -7px rgba(0,0,0,1)}

/* BUTTONS ******************************************************************************/
.btn{border-radius:0;padding:10px 30px;font-size:1em;font-weight:700;position:relative;width:fit-content}
.btn.focus,.btn:focus{outline:0;box-shadow:none!important}
.btn-full{width:100%}
/* BUTTONS - button color */
.btn-color1{background-color:var(--color-1);color:var(--white)}
.btn-color1:before,.btn-color1:hover{background-color:var(--color-1-hover);color:var(--white)}
.btn-color1-medium{background-color:var(--color-1-medium);color:var(--white)}
.btn-color1-medium:before,.btn-color1-medium:hover{background-color:var(--color-1-medium-hover);color:var(--white)}
.btn-color1-light{background-color:var(--color-1-light);color:var(--white)}
.btn-color1-light:before,.btn-color1-light:hover{background-color:var(--color-1-light-hover);color:var(--white)}
.btn-color2{background-color:var(--color-2);color:var(--white)}
.btn-color2:before,.btn-color2:hover{background-color:var(--color-2-hover);color:var(--white)}
.btn-color2-medium{background-color:var(--color-2-medium);color:var(--dark)}
.btn-color2-medium:before,.btn-color2-medium:hover{background-color:var(--color-2-medium-hover);color:var(--dark)}
.btn-color2-light{background-color:var(--color-2-light);color:var(--dark)}
.btn-color2-light:before,.btn-color2-light:hover{background-color:var(--color-2-light-hover);color:var(--dark)}
.btn-color3{background-color:var(--color-3);color:var(--white)}
.btn-color3:before,.btn-color3:hover{background-color:var(--color-3-hover);color:var(--white)}
.btn-color3-medium{background-color:var(--color-3-medium);color:var(--dark)}
.btn-color3-medium:before,.btn-color2-medium:hover{background-color:var(--color-3-medium-hover);color:var(--dark)}
.btn-color3-light{background-color:var(--color-3-light);color:var(--dark)}
.btn-color3-light:before,.btn-color3-light:hover{background-color:var(--color-3-light-hover);color:var(--dark)}
/* BUTTONS - button border */
.btn-border{border-style:solid;border-width:2px}
.btn-color1.btn-border{background-color:transparent;border-color:var(--color-1);color:var(--color-1)}
.btn-color1.btn-border:hover{background-color:var(--color-1);border-color:var(--color-1);color:var(--white)}
.btn-color1-medium.btn-border{background-color:transparent;border-color:var(--color-1-medium);color:var(--color-1-medium)}
.btn-color1-medium.btn-border:hover{background-color:var(--color-1-medium);border-color:var(--color-1-medium);color:var(--white)}
.btn-color1-light.btn-border{background-color:transparent;border-color:var(--color-1-light);color:var(--color-1-light)}
.btn-color1-light.btn-border:hover{background-color:var(--color-1-light);border-color:var(--color-1-light);color:var(--white)}
.btn-color2.btn-border{background-color:transparent;border-color:var(--color-2);color:var(--color-2)}
.btn-color2.btn-border:hover{background-color:var(--color-2);border-color:var(--color-2);color:var(--white)}
.btn-color2-medium.btn-border{background-color:transparent;border-color:var(--color-2-medium);color:var(--color-2-medium)}
.btn-color2-medium.btn-border:hover{background-color:var(--color-2-medium);border-color:var(--color-2-medium);color:var(--white)}
.btn-color2-light.btn-border{background-color:transparent;border-color:var(--color-2-light);color:var(--color-2-light)}
.btn-color2-light.btn-border:hover{background-color:var(--color-2-light);border-color:var(--color-2-light);color:var(--white)}
.btn-white.btn-border{background-color:transparent;border-color:var(--white);color:var(--white)}
.btn-white.btn-border:hover{background-color:var(--white);border-color:var(--white);color:var(--dark)}
.btn-gray.btn-border{background-color:transparent;border-color:var(--gray);color:var(--gray)}
.btn-gray.btn-border:hover{background-color:var(--gray);border-color:var(--gray);color:var(--dark)}
.btn-dark.btn-border{background-color:transparent;border-color:var(--dark);color:var(--dark)}
.btn-dark.btn-border:hover{background-color:var(--dark);border-color:var(--dark);color:var(--white)}
/* BUTTONS - border animation */
.btn.btn-borderanimation{position:relative; padding: 0; border-radius: 0;}
.btn.btn-borderanimation.focus,.btn.btn-borderanimation:focus{outline:0;box-shadow:none!important}
.btn.btn-borderanimation a{display:block;width:auto;padding:10px 40px;text-align:center;position:relative;text-decoration:none;font-weight:500;text-transform:uppercase;letter-spacing:2px;font-size:16px; color: var(--white);}
.btn.btn-borderanimation.btn-color1{background:var(--color-1);color:#fff}
.btn.btn-borderanimation.btn-color1-light{background:var(--color-1-light);color:#fff}
.btn.btn-borderanimation.btn-color2{background:var(--color-2);color:#fff}
.btn.btn-borderanimation.btn-color2-light{background:var(--color-2-light);color:#fff}
.btn.btn-borderanimation.btn-dark{background:var(--dark);color:#fff}
.btn.btn-borderanimation.btn-white{background:#fff;color:var(--color-1)}
.btn.btn-borderanimation a:before,.btn a:after{position:absolute;content:"";transition:all .4s}
.btn.btn-borderanimation a:before{border-bottom:2px solid #fff;border-left:2px solid #fff;width:10px;height:10px;left:-10px;bottom:-10px}
.btn.btn-borderanimation.btn-color1 a:before{border-bottom:2px solid var(--color-1);border-left:2px solid var(--color-1)}
.btn.btn-borderanimation.btn-color1-light a:before{border-bottom:2px solid var(--color-1-light);border-left:2px solid var(--color-1-light)}
.btn.btn-borderanimation.btn-color2 a:before{border-bottom:2px solid var(--color-2);border-left:2px solid var(--color-2)}
.btn.btn-borderanimation.btn-color2-light a:before{border-bottom:2px solid var(--color-2-light);border-left:2px solid var(--color-2-light)}
.btn.btn-borderanimation.btn-dark a:before{border-bottom:2px solid var(--dark);border-left:2px solid var(--dark)}
.btn.btn-borderanimation.btn-white a:before{border-bottom:2px solid var(--white);border-left:2px solid var(--white)}
.btn.btn-borderanimation a:after{width:10px;height:10px;top:-10px;right:-10px}
.btn.btn-borderanimation.btn-color1 a:after{border-top:2px solid var(--color-1);border-right:2px solid var(--color-1)}
.btn.btn-borderanimation.btn-color1-light a:after{border-top:2px solid var(--color-1-light);border-right:2px solid var(--color-1-light)}
.btn.btn-borderanimation.btn-color2 a:after{border-top:2px solid var(--color-2);border-right:2px solid var(--color-2)}
.btn.btn-borderanimation.btn-color2-light a:after{border-top:2px solid var(--color-2-light);border-right:2px solid var(--color-2-light)}
.btn.btn-borderanimation.btn-dark a:after{border-top:2px solid var(--dark);border-right:2px solid var(--dark)}
.btn.btn-borderanimation.btn-white a:after{border-top:2px solid var(--white);border-right:2px solid var(--white)}
.btn.btn-borderanimation a:hover:before{width:calc(100% + 20px);height:calc(100% + 20px)}
.btn.btn-borderanimation a:hover:after{width:calc(100% + 20px);height:calc(100% + 20px)}

/* 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%;}
/* SECTION - container fluid */
.container-fluid{padding-inline: 0!important;}
/* SECTION - text hover */
.text-hover{position:absolute;width:100%;height:100%;top:0;left:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 20%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 20%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 20%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);-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}
.text-hover:hover{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 50%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 50%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0)}
.text-hover-content{position:absolute;bottom:0;padding:20px;width:100%;height:auto}
.text-hover-content h4,.text-hover-content p{line-height:1.4;color:#fff!important}
.owl-galleryscroll .text-hover .text-hover-content{padding:20px 10px}
.owl-galleryscroll .text-hover .text-hover-content h6{font-size:1.4em;color:var(--white);position:relative;margin-bottom:5px;}
.owl-galleryscroll .text-hover .text-hover-content p{font-size:1em;line-height:1.2;color:var(--white);margin-bottom:0;}

/* VARIE ******************************************************************************/
/* VARIE - slider fullscreen image */
.intro-text{position: absolute;bottom:0%;left:0%;z-index: 1;display: flex;flex-direction: column;width: 100vw;align-items: center;}
.intro-text h3{font-size:1.7rem;width: 88%;}
.text-autore{font-size: 1.6rem!important;color: var(--color-4); font-family:'Plus Jakarta Sans';}
.separatore{height:1px;background-color: var(--color-2);width: 100%;opacity: 1;}
/* VARIE - intro */
.sidebyside-decorazione-1{width: 100%;margin: auto;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.sidebyside-decorazione-1 div{font-size: min(.5vw, 0.7rem); width: 100%;height: 0em;}
.sidebyside-decorazione-1 div img{position: absolute;width: 80%;max-width:41em;height: auto;transform: translateY(-30%);left:0;z-index:1;}
.sidebyside-decorazione-2{width: 100%;margin: auto;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.sidebyside-decorazione-2 div{font-size: min(.5vw, 0.7rem); width: 100%;height: 0em;}
.sidebyside-decorazione-2 div img{position: absolute;width: 80%;max-width:60em;height: auto;transform: translateY(0%);left:0;z-index:1;}
.sub-photo{font-size: 15px!important;}
/* VARIE - fullscreen soffitto */
.max-w-750{max-width: 750px!important;}
/* VARIE - storia */
.sub-title{font-size: 1.5rem!important;line-height: 36px;}
.sub-title-2{font-size: 1.5rem!important;line-height: 42px;}
/* VARIE - ravenna */
.sidebyside-titolo-fullwidth{width: 100%;margin: auto;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.sidebyside-titolo-fullwidth div{font-size: min(.5vw, 0.7rem); width: 100%;height: 0em;}
.sidebyside-titolo-fullwidth div img{position: absolute;width: 100%;max-width: 152em;height: auto;transform: translate(-26%, -65%);right: 0%;top: 50%;z-index:0;}
/* VARIE - altro */
.bg-line-decoration{background-image: url(../images/line-decoration.png);background-position: top right;background-size: auto;background-repeat: no-repeat;}
.sidebyside-offset-title{color: var(--dark);font-size:3rem;font-weight:bold;text-transform:uppercase;position:absolute;top:0;left:70%;transform:translate(-50%, -50%);}
.sidebyside-decorazione-astratta{width: 100%;margin: auto;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.sidebyside-decorazione-astratta div{font-size: min(.5vw, 0.7rem); width: 100%;height: 0em;}
.sidebyside-decorazione-astratta div img{position: absolute;width: 10%;max-width: 12em;height: auto;transform: translateY(-30%);right:0;z-index:1;}
/* VARIE - offerte */
.sidebyside-bg-offerte{width:100%;height:100%;background-color:var(--color-3-light);display:block;position:absolute;top:0;left:0;z-index:-1;}
.sidebyside-bg-offerte img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:.4;}
.sidebyside-megatitle{font-weight:800;font-size:3em;text-transform:uppercase;line-height:.8;color:var(--color-3-light)}

/* OWL OFFERTE ****************************************************************/
.owl-offerte .owl-stage-outer {overflow: visible;}
.owl-offerte .owl-nav {position:absolute;bottom:-100px;right:0;width:160px;display:none}
.owl-offerte .owl-nav .owl-prev, .owl-offerte .owl-nav .owl-next {width:80px;height:auto;}

/* OWL CAROUSEL ******************************************************************************/
/* OWL CAROUSEL - slider nav */
.owl-slidernavigation .owl-stage-outer{z-index:666}
.owl-slidernavigation .owl-nav{position:absolute;top:0;height:100%;width:100%}
.owl-slidernavigation .owl-nav .owl-prev,.owl-slidernavigation .owl-nav .owl-next{position:absolute;top:0;height:100%;z-index:777;width:33%;-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}
.owl-slidernavigation .owl-nav .owl-prev img,.owl-slidernavigation .owl-nav .owl-next img{width:50px}
/* OWL CAROUSEL - slider nav prev */
.owl-slidernavigation .owl-nav .owl-prev{left:0}
.owl-slidernavigation .owl-nav .owl-prev:before{opacity:0;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:-moz-linear-gradient(left,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%)!important;background:-webkit-linear-gradient(left,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%)!important;background:linear-gradient(to right,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1)!important;-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}
.owl-slidernavigation .owl-nav .owl-prev:hover:before{opacity:1;z-index:777}
.owl-slidernavigation .owl-nav .owl-prev img{float:left}
/* OWL CAROUSEL - slider nav next */
.owl-slidernavigation .owl-nav .owl-next{right:0}
.owl-slidernavigation .owl-nav .owl-next:after{opacity:0;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:-moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%)!important;background:-webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%)!important;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1)!important;-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}
.owl-slidernavigation .owl-nav .owl-next:hover:after{opacity:1;z-index:777}
.owl-slidernavigation .owl-nav .owl-next img{float:right}
/* 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{right:-1px}
.owl-galleryslider.owl-slidernav-left .owl-nav{left:-1px}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-prev,.owl-galleryslider.owl-slidernav-right .owl-nav .owl-next,.owl-galleryslider.owl-slidernav-left .owl-nav .owl-prev,.owl-galleryslider.owl-slidernav-left .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:50px;height:50px;line-height:50px;background-color:var(--color-1);color:var(--white);font-size:1.4em;text-align:center}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-prev{margin-right:1px}
.owl-galleryslider.owl-slidernav-left .owl-nav .owl-next{margin-left:1px}
/* OWL CAROUSEL GALLERY SCROLL */
.owl-galleryscroll{width:100%}
/* OWL CAROUSEL GALLERY SCROLL - nav */
.owl-galleryscroll .owl-nav{display:none}
/* OWL CAROUSEL GALLERY SCROLL NAV HOVER */
.owl-galleryscroll-navhover {width:100%;}
.owl-galleryscroll-navhover .owl-nav { display: none;}
/* OWL CAROUSEL PARALLAX */
.bg-marble {background-image: url("../images/bg-marble.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center;}
.carouselparallax-image {position: relative; width: 100%; height: auto;overflow: hidden;}
.carouselparallax-image .owl-stage {height:60vh;transform: translate3d(0px,0px,0px)!important;}
.carouselparallax-image .owl-item {position: absolute;width: 100%;height: 100%;display: grid;place-items: center;z-index: 0;}
.carouselparallax-image .owl-item.active {left: 0;z-index: 777;}
.carouselparallax-text {position: absolute; bottom: 0; left: 0; padding: 50px; width: 100%;}
.carouselparallax-nav {position:absolute;top:calc(50% - 40px);width:100%;margin:0 20px;z-index: 777;}
.carouselparallax-nav .carouselparallax-prev{position: relative;float: left;}
.carouselparallax-nav .carouselparallax-next{position: relative;float: right;}
/* OWL CAROUSEL ZOOM */
.owl-carousel-zoom .owl-item > .item-container{cursor:pointer;transform: scale(0.8);transition:transform .7s ease}
.owl-carousel-zoom .owl-item > .item-container .item-content{display:none}
.owl-carousel-zoom .owl-item.active > .item-container{cursor:auto;transform: scale(1)}
.owl-carousel-zoom .owl-item.active > .item-container .item-content{display:inline-block; position: relative; transform: translate(0, -50px); margin-bottom: -50px; width: 100%;}
.owl-carousel-zoom .owl-item.active > .item-container .item-content .logo-icon{width: 100px; height: auto; margin: 0 auto 20px;}
.owl-carousel-zoom .owl-item.active > .item-container .item-content .item-text{text-align:center;font-size:1em;letter-spacing:8px;text-transform:uppercase;color:var(--color-2);}

/* GALLERY ******************************************************************************/
.owl-gallery .owl-stage-outer {overflow: visible;}
.owl-gallery .owl-nav {position:absolute;bottom:-100px;right:0;width:160px;display:none}
.owl-gallery .owl-nav .owl-prev, .owl-gallery .owl-nav .owl-next {width:80px;height:auto;}

/* FOOTER ******************************************************************************/
footer{padding:40px 0;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;background-color:var(--white);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{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}

/* 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}.pnl-0{padding-left:0!important}.pnr-0{padding-right:0!important}.pnt-0{padding-top:0!important}.pnb-0{padding-bottom:0!important}