@charset "utf-8";

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* TYPOGRAPHY ******************************************************************************/
	h1,.h1{font-size:5rem}h2,.h2{font-size:4rem}h3,.h3{font-size:3.5rem}h4,.h4{font-size:3rem}h5,.h5{font-size:2.5rem}h6,.h6{font-size:1.5rem}
	
	/* TITLE ******************************************************************************/
	.subtitle.kontesa {font-size: 4em; letter-spacing: 30px;}
	.subtitle.januaryshine {font-size: 5em;}
	.title.madesunflower {font-size: 6em;}
	.title.easysans {font-size: 5em;}

	/* HEADER ******************************************************************************/
	/* HEADER - general setting */
	header{display:inline-block}
	.navbar{width:100%; display: flex;}
	.navbar-collapse { width:auto!important; height:auto; overflow:visible; padding-top:0;}
	.mynavigation {max-width: 100%;}
	header .bg-header{position:absolute;bottom:-70px;left:0;width:100%;height:auto;opacity: 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; background-image: none;}
	header .bg-header img{width: 100%; height: auto; max-width: 100%; display: inline;}
	header.sticky .bg-header{opacity: 1;}
	/* HEADER CLASSIC - navbar */
	header.header-classic{padding: 40px;}
	header.header-classic.sticky {padding: 10px;}
	header.header-classic.sticky .navbar {padding:0;}
	header.header-classic .nav-btn{position:absolute;top:-80px;right:0;list-style:none;padding: 0;display: block;}
	header.header-classic.sticky .nav-btn{top:-60px;}
	header.header-classic .navbar-nav{margin-right:340px; text-align:center; display: block;}
	header.header-classic .navbar-nav li { display: inline-block;}
	header.header-classic .navbar-nav li .dropdown-menu li { display: block;}
	header.header-classic.sticky .navbar-nav a {color: var(--color-1-medium);}
	/* HEADER CLASSIC - dropdown */
	/*.header-classic .dropdown-menu{padding:10px 40px!important;min-width:100%;position:relative!important; transform:translate3d(0px, 0px, 0px)!important;}*/
	.header-classic .dropdown-menu{padding:20px 30px!important;min-width:14rem; background-color:var(--color-1-medium);position:absolute!important; transform:auto!important;}
	.header-classic .dropdown-menu a.dropdown-item{padding:3px 0!important;text-align:left;color:rgba(255,255,255,0.8)!important;}
	.header-classic.sticky .dropdown-menu a.dropdown-item{padding:3px 0!important;}
	.header-classic .dropdown-menu a.dropdown-item:hover {color:rgba(255,255,255,1)!important;}
	.header-classic .dropdown-menu a.dropdown-item:hover, .header-classic .dropdown-menu a.dropdown-item:visited, .header-classic .dropdown-menu a.dropdown-item:focus { background-color:transparent!important;}
	/* HEADER CLASSIC - floating button */
	.floating-button {position:absolute; bottom:0; right:0; z-index:888; width:400px;}
	.floating-button .btn { width:100%; padding:20px 40px; text-transform:lowercase; letter-spacing:2px; font-weight:400; font-size:1em;}
	
	/* HAMBURGERMENU ANIMATION ******************************************************************************/
	/* HAMBURGER OVERLAY FROM LEFT */
	.header-overlayfromleft .hamburger-overlayfromleft{position:fixed;left:0;top:calc(50% - 50px);width:100px;height:100px;line-height:100px;text-align:center}
	.header-overlayfromleft .hamburger--slider{width:100px;height:100px;background-color:var(--color-2);z-index:9999}
	
	/* HOME SLIDER ******************************************************************************/
	/* 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_it{background-image:url(../images/pic-fullscreen-home_it.jpg);}
	.fullscreen-image.fullscreen-home_en{background-image:url(../images/pic-fullscreen-home_en.jpg);}
	.fullscreen-image.fullscreen-home_de{background-image:url(../images/pic-fullscreen-home_de.jpg);}
	.fullscreen-image.fullscreen-home_fr{background-image:url(../images/pic-fullscreen-home_fr.jpg);}
	.fullscreen-image.fullscreen-camere{background-image:url("../images/pic-fullscreen-camere.jpg");}
	.fullscreen-image.fullscreen-spiaggia{background-image:url("../images/pic-fullscreen-spiaggia.jpg");}
	.fullscreen-image.fullscreen-gatteomare{background-image:url("../images/pic-fullscreen-gatteomare.jpg");}
	.fullscreen-image.fullscreen-offerte{background-image:url("../images/pic-fullscreen-offerte.jpg");}
	.fullscreen-image.fullscreen-prenota{background-image:url("../images/pic-fullscreen-prenota.jpg");}
	.fullscreen-image.fullscreen-hotelatlantic{background-image:url("../images/pic-fullscreen-hotelatlantic.jpg");}
	.fullscreen-image.fullscreen-camereatlantic{background-image:url("../images/pic-fullscreen-camereatlantic.jpg");}
	.fullscreen-image.fullscreen-piscinaatlantic{background-image:url("../images/pic-fullscreen-piscinaatlantic.jpg");}
	.fullscreen-image.fullscreen-hotelsandra{background-image:url("../images/pic-fullscreen-hotelsandra.jpg");}
	.fullscreen-image.fullscreen-cameresandra{background-image:url("../images/pic-fullscreen-cameresandra.jpg");}
	.fullscreen-image.fullscreen-piscinasandra{background-image:url("../images/pic-fullscreen-piscinasandra.jpg");}
	.fullscreen-image.fullscreen-cucina{background-image:url("../images/pic-fullscreen-cucina.jpg");}
	.fullscreen-image.fullscreen-colazionesandra{background-image:url("../images/pic-fullscreen-colazionesandra.jpg");}
	.fullscreen-image.fullscreen-bimbi{background-image:url("../images/pic-fullscreen-bimbi.jpg");}
	
	/* BUTTON ******************************************************************************/
	.btn{font-size:1.4em}

	/* MODAL ******************************************************************************/
	/* MODAL - close button */
	.modal-content button.close{top:40px;right:40px;width:50px;height:50px;line-height:50px;}
	/* MODAL - video */
	#modalVideo{width:80%;margin:auto;height:auto;background-color:transparent;}
	
	/* PIC ******************************************************************************/
	.pic-round {border-radius: 80px;}

	/* SECTION ******************************************************************************/
	section{padding:100px 0}
	
	/* INTRO ******************************************************************************/
	.bg-intro {background-image: url("../images/bg-intro.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}
	
	/* ALL INCLUSIVE ******************************************************************************/
	.bg-allinclusive {background-image: url("../images/bg-allinclusive.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}
	
	/* TABS ******************************************************************************/
	.nav.nav-pills {width: 60%; margin: 20px 20% 60px;}
	.tab-content p {font-size:1.2em;}
	
	/* GMSV ******************************************************************************/
	.bg-gmsv {background-image: none; padding: 0; transform: translate(0, -100px); margin-bottom: -100px;}
	.pic-gmsv {width: 100%; height: auto; max-width: 100%; display: inline-block;}
	.yellow-container {position: absolute; bottom: 100px; right: 100px; left: auto;}
	.yellow-container img {position: relative;}
	.yellow-container .yellow-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:100px}
	
	/* RECENSIONI ******************************************************************************/
	.bg-recensioni {background-image: url("../images/bg-recensioni.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -200px); margin-bottom: -200px;}
	.recensioni-container {padding:100px;}
	
	/* OFFERTE ******************************************************************************/
	.bg-offerte {background-image: url("../images/bg-offerte.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}
	.bg-offertesandra {background-image: url("../images/bg-offertesandra.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}
	.offerte-container {border-radius: 100px;}
	.offerte-container .offerte-content .offert-content-text .offerte-validita {font-size: 1em;}
	.offerte-container .offerte-content .offert-content-text .offerte-prezzo {font-size: 2.5em;}
	
	/* SERVIZI ******************************************************************************/
	.bg-servizi {background-image: url("../images/bg-servizi.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -100px); margin-bottom: -100px;}
	.service-container {padding:60px;}
	.service-container img {margin-bottom: 20px;}
	.service-container h6 {margin-bottom: 20px; color: var(--white);}
	
	/* CUCINA SANDRA ******************************************************************************/
	.bg-cucinasandra {background-image: url("../images/bg-cucinasandra.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -100px); margin-bottom: -100px;}
	
	/* FAMILY ******************************************************************************/
	.bg-family {background-image: url("../images/bg-family.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}

	/* OWL CAROUSEL ******************************************************************************/
	/* OWL CAROUSEL - slider nav */
	.owl-slidernavigation .owl-nav .owl-prev,.owl-slidernavigation .owl-nav .owl-next{width:10%}
	.owl-slidernavigation .owl-nav .owl-prev img,.owl-slidernavigation .owl-nav .owl-next img{width:100px}
	/* OWL CAROUSEL STAGE PADDING */
	.owl-stagepadding .owl-stage, .owl-stagepadding-camere .owl-stage{margin-left:-200px;}
	.owl-stagepadding-left .owl-stage, .owl-stagepadding-left-camere .owl-stage{margin-left: -200px;}
	.owl-stagepadding .owl-nav, .owl-stagepadding-camere .owl-nav{display: block; position: absolute; width: 120px; height: 55px; top: calc(50% - 27px); right: 0;}
	.owl-stagepadding-left .owl-nav, .owl-stagepadding-left-camere .owl-nav{display: block; position: absolute; width: 120px; height: 55px; top: calc(50% - 27px); left: 0;}
	/* OWL CAROUSEL GALLERY SCROLL */
	.owl-galleryscroll{width:100%}
	/* OWL CAROUSEL GALLERY SCROLL - nav */
	.owl-galleryscroll .owl-nav{position:absolute;top:-50px;left: calc(50% - 50px);width:auto;display:inline-block}
	.owl-galleryscroll .owl-nav .owl-prev,.owl-galleryscroll .owl-nav .owl-next{background-color:#fff!important;color:var(--color-2)!important;width:40px;height:40px;line-height:40px}
	.owl-galleryscroll .owl-nav .owl-prev{margin-right:1px}

	/* FOOTER ******************************************************************************/
	.bg-footer {background-image: url("../images/bg-footer.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat; margin-top: 100px;}
	footer {padding:100px 0;}
	footer .logo {-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1); width: auto; height: auto; max-width: 100%; margin: 0 auto;}
	footer .footer-pic {width: auto; height: auto; max-width: 100%;}
	footer ul.list-unstyled li{padding:10px 0}
	footer .footer-allinclusive {transform: translate(0, -180px); margin-bottom: -180px;}
	
	/* SIZING ******************************************************************************/
	.m-xl-0{margin:0!important}.m-xl-5{margin:5px!important}.m-xl-10{margin:10px!important}.m-xl-15{margin:15px!important}.m-xl-20{margin:20px!important}.m-xl-25{margin:25px!important}.m-xl-30{margin:30px!important}.m-xl-35{margin:35px!important}.m-xl-40{margin:40px!important}.m-xl-45{margin:45px!important}.m-xl-50{margin:50px!important}.m-xl-60{margin:60px!important}.m-xl-70{margin:70px!important}.m-xl-80{margin:80px!important}.m-xl-90{margin:90px!important}.m-xl-100{margin:100px!important}.m-xl-110{margin:110px!important}.m-xl-120{margin:120px!important}.m-xl-130{margin:130px!important}.m-xl-140{margin:140px!important}.m-xl-150{margin:150px!important}.m-xl-200{margin:200px!important}.ml-xl-0{margin-left:0!important}.ml-xl-5{margin-left:5px!important}.ml-xl-10{margin-left:10px!important}.ml-xl-15{margin-left:15px!important}.ml-xl-20{margin-left:20px!important}.ml-xl-25{margin-left:25px!important}.ml-xl-30{margin-left:30px!important}.ml-xl-35{margin-left:35px!important}.ml-xl-40{margin-left:40px!important}.ml-xl-45{margin-left:45px!important}.ml-xl-50{margin-left:50px!important}.ml-xl-60{margin-left:60px!important}.ml-xl-70{margin-left:70px!important}.ml-xl-80{margin-left:80px!important}.ml-xl-90{margin-left:90px!important}.ml-xl-100{margin-left:100px!important}.ml-xl-110{margin-left:110px!important}.ml-xl-120{margin-left:120px!important}.ml-xl-130{margin-left:130px!important}.ml-xl-140{margin-left:140px!important}.ml-xl-150{margin-left:150px!important}.ml-xl-200{margin-left:200px!important}.mr-xl-0{margin-right:0!important}.mr-xl-5{margin-right:5px!important}.mr-xl-10{margin-right:10px!important}.mr-xl-15{margin-right:15px!important}.mr-xl-20{margin-right:20px!important}.mr-xl-25{margin-right:25px!important}.mr-xl-30{margin-right:30px!important}.mr-xl-35{margin-right:35px!important}.mr-xl-40{margin-right:40px!important}.mr-xl-45{margin-right:45px!important}.mr-xl-50{margin-right:50px!important}.mr-xl-60{margin-right:60px!important}.mr-xl-70{margin-right:70px!important}.mr-xl-80{margin-right:80px!important}.mr-xl-90{margin-right:90px!important}.mr-xl-100{margin-right:100px!important}.mr-xl-110{margin-right:110px!important}.mr-xl-120{margin-right:120px!important}.mr-xl-130{margin-right:130px!important}.mr-xl-140{margin-right:140px!important}.mr-xl-150{margin-right:150px!important}.mr-xl-200{margin-right:200px!important}.mt-xl-0{margin-top:0!important}.mt-xl-5{margin-top:5px!important}.mt-xl-10{margin-top:10px!important}.mt-xl-15{margin-top:15px!important}.mt-xl-20{margin-top:20px!important}.mt-xl-25{margin-top:25px!important}.mt-xl-30{margin-top:30px!important}.mt-xl-35{margin-top:35px!important}.mt-xl-40{margin-top:40px!important}.mt-xl-45{margin-top:45px!important}.mt-xl-50{margin-top:50px!important}.mt-xl-60{margin-top:60px!important}.mt-xl-70{margin-top:70px!important}.mt-xl-80{margin-top:80px!important}.mt-xl-90{margin-top:90px!important}.mt-xl-100{margin-top:100px!important}.mt-xl-110{margin-top:110px!important}.mt-xl-120{margin-top:120px!important}.mt-xl-130{margin-top:130px!important}.mt-xl-140{margin-top:140px!important}.mt-xl-150{margin-top:150px!important}.mt-xl-200{margin-top:200px!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-5{margin-bottom:5px!important}.mb-xl-10{margin-bottom:10px!important}.mb-xl-15{margin-bottom:15px!important}.mb-xl-20{margin-bottom:20px!important}.mb-xl-25{margin-bottom:25px!important}.mb-xl-30{margin-bottom:30px!important}.mb-xl-35{margin-bottom:35px!important}.mb-xl-40{margin-bottom:40px!important}.mb-xl-45{margin-bottom:45px!important}.mb-xl-50{margin-bottom:50px!important}.mb-xl-60{margin-bottom:60px!important}.mb-xl-70{margin-bottom:70px!important}.mb-xl-80{margin-bottom:80px!important}.mb-xl-90{margin-bottom:90px!important}.mb-xl-100{margin-bottom:100px!important}.mb-xl-110{margin-bottom:110px!important}.mb-xl-120{margin-bottom:120px!important}.mb-xl-130{margin-bottom:130px!important}.mb-xl-140{margin-bottom:140px!important}.mb-xl-150{margin-bottom:150px!important}.mb-xl-200{margin-bottom:200px!important}.mnl-xl-0{margin-left:0!important}.mnl-xl-5{margin-left:-5px!important}.mnl-xl-10{margin-left:-10px!important}.mnl-xl-15{margin-left:-15px!important}.mnl-xl-20{margin-left:-20px!important}.mnl-xl-25{margin-left:-25px!important}.mnl-xl-30{margin-left:-30px!important}.mnl-xl-35{margin-left:-35px!important}.mnl-xl-40{margin-left:-40px!important}.mnl-xl-45{margin-left:-45px!important}.mnl-xl-50{margin-left:-50px!important}.mnl-xl-60{margin-left:-60px!important}.mnl-xl-70{margin-left:-70px!important}.mnl-xl-80{margin-left:-80px!important}.mnl-xl-90{margin-left:-90px!important}.mnl-xl-100{margin-left:-100px!important}.mnl-xl-110{margin-left:-110px!important}.mnl-xl-120{margin-left:-120px!important}.mnl-xl-130{margin-left:-130px!important}.mnl-xl-140{margin-left:-140px!important}.mnl-xl-150{margin-left:-150px!important}.mnl-xl-200{margin-left:-200px!important}.mnr-xl-0{margin-right:0!important}.mnr-xl-5{margin-right:-5px!important}.mnr-xl-10{margin-right:-10px!important}.mnr-xl-15{margin-right:-15px!important}.mnr-xl-20{margin-right:-20px!important}.mnr-xl-25{margin-right:-25px!important}.mnr-xl-30{margin-right:-30px!important}.mnr-xl-35{margin-right:-35px!important}.mnr-xl-40{margin-right:-40px!important}.mnr-xl-45{margin-right:-45px!important}.mnr-xl-50{margin-right:-50px!important}.mnr-xl-60{margin-right:-60px!important}.mnr-xl-70{margin-right:-70px!important}.mnr-xl-80{margin-right:-80px!important}.mnr-xl-90{margin-right:-90px!important}.mnr-xl-100{margin-right:-100px!important}.mnr-xl-110{margin-right:-110px!important}.mnr-xl-120{margin-right:-120px!important}.mnr-xl-130{margin-right:-130px!important}.mnr-xl-140{margin-right:-140px!important}.mnr-xl-150{margin-right:-150px!important}.mnr-xl-200{margin-right:-200px!important}.mnt-xl-0{margin-top:0!important}.mnt-xl-5{margin-top:-5px!important}.mnt-xl-10{margin-top:-10px!important}.mnt-xl-15{margin-top:-15px!important}.mnt-xl-20{margin-top:-20px!important}.mnt-xl-25{margin-top:-25px!important}.mnt-xl-30{margin-top:-30px!important}.mnt-xl-35{margin-top:-35px!important}.mnt-xl-40{margin-top:-40px!important}.mnt-xl-45{margin-top:-45px!important}.mnt-xl-50{margin-top:-50px!important}.mnt-xl-60{margin-top:-60px!important}.mnt-xl-70{margin-top:-70px!important}.mnt-xl-80{margin-top:-80px!important}.mnt-xl-90{margin-top:-90px!important}.mnt-xl-100{margin-top:-100px!important}.mnt-xl-110{margin-top:-110px!important}.mnt-xl-120{margin-top:-120px!important}.mnt-xl-130{margin-top:-130px!important}.mnt-xl-140{margin-top:-140px!important}.mnt-xl-150{margin-top:-150px!important}.mnt-xl-200{margin-top:-200px!important}.mnb-xl-0{margin-bottom:0!important}.mnb-xl-5{margin-bottom:-5px!important}.mnb-xl-10{margin-bottom:-10px!important}.mnb-xl-15{margin-bottom:-15px!important}.mnb-xl-20{margin-bottom:-20px!important}.mnb-xl-25{margin-bottom:-25px!important}.mnb-xl-30{margin-bottom:-30px!important}.mnb-xl-35{margin-bottom:-35px!important}.mnb-xl-40{margin-bottom:-40px!important}.mnb-xl-45{margin-bottom:-45px!important}.mnb-xl-50{margin-bottom:-50px!important}.mnb-xl-60{margin-bottom:-60px!important}.mnb-xl-70{margin-bottom:-70px!important}.mnb-xl-80{margin-bottom:-80px!important}.mnb-xl-90{margin-bottom:-90px!important}.mnb-xl-100{margin-bottom:-100px!important}.mnb-xl-110{margin-bottom:-110px!important}.mnb-xl-120{margin-bottom:-120px!important}.mnb-xl-130{margin-bottom:-130px!important}.mnb-xl-140{margin-bottom:-140px!important}.mnb-xl-150{margin-bottom:-150px!important}.mnb-xl-200{margin-bottom:-200px!important}.p-xl-0{padding:0!important}.p-xl-5{padding:5px!important}.p-xl-10{padding:10px!important}.p-xl-15{padding:15px!important}.p-xl-20{padding:20px!important}.p-xl-25{padding:25px!important}.p-xl-30{padding:30px!important}.p-xl-35{padding:35px!important}.p-xl-40{padding:40px!important}.p-xl-45{padding:45px!important}.p-xl-50{padding:50px!important}.p-xl-60{padding:60px!important}.p-xl-70{padding:70px!important}.p-xl-80{padding:80px!important}.p-xl-90{padding:90px!important}.p-xl-100{padding:100px!important}.p-xl-110{padding:110px!important}.p-xl-120{padding:120px!important}.p-xl-130{padding:130px!important}.p-xl-140{padding:140px!important}.p-xl-150{padding:150px!important}.p-xl-200{padding:200px!important}.pl-xl-0{padding-left:0!important}.pl-xl-5{padding-left:5px!important}.pl-xl-10{padding-left:10px!important}.pl-xl-15{padding-left:15px!important}.pl-xl-20{padding-left:20px!important}.pl-xl-25{padding-left:25px!important}.pl-xl-30{padding-left:30px!important}.pl-xl-35{padding-left:35px!important}.pl-xl-40{padding-left:40px!important}.pl-xl-45{padding-left:45px!important}.pl-xl-50{padding-left:50px!important}.pl-xl-60{padding-left:60px!important}.pl-xl-70{padding-left:70px!important}.pl-xl-80{padding-left:80px!important}.pl-xl-90{padding-left:90px!important}.pl-xl-100{padding-left:100px!important}.pl-xl-110{padding-left:110px!important}.pl-xl-120{padding-left:120px!important}.pl-xl-130{padding-left:130px!important}.pl-xl-140{padding-left:140px!important}.pl-xl-150{padding-left:150px!important}.pl-xl-200{padding-left:200px!important}.pr-xl-0{padding-right:0!important}.pr-xl-5{padding-right:5px!important}.pr-xl-10{padding-right:10px!important}.pr-xl-15{padding-right:15px!important}.pr-xl-20{padding-right:20px!important}.pr-xl-25{padding-right:25px!important}.pr-xl-30{padding-right:30px!important}.pr-xl-35{padding-right:35px!important}.pr-xl-40{padding-right:40px!important}.pr-xl-45{padding-right:45px!important}.pr-xl-50{padding-right:50px!important}.pr-xl-60{padding-right:60px!important}.pr-xl-70{padding-right:70px!important}.pr-xl-80{padding-right:80px!important}.pr-xl-90{padding-right:90px!important}.pr-xl-100{padding-right:100px!important}.pr-xl-110{padding-right:110px!important}.pr-xl-120{padding-right:120px!important}.pr-xl-130{padding-right:130px!important}.pr-xl-140{padding-right:140px!important}.pr-xl-150{padding-right:150px!important}.pr-xl-200{padding-right:200px!important}.pt-xl-0{padding-top:0!important}.pt-xl-5{padding-top:5px!important}.pt-xl-10{padding-top:10px!important}.pt-xl-15{padding-top:15px!important}.pt-xl-20{padding-top:20px!important}.pt-xl-25{padding-top:25px!important}.pt-xl-30{padding-top:30px!important}.pt-xl-35{padding-top:35px!important}.pt-xl-40{padding-top:40px!important}.pt-xl-45{padding-top:45px!important}.pt-xl-50{padding-top:50px!important}.pt-xl-60{padding-top:60px!important}.pt-xl-70{padding-top:70px!important}.pt-xl-80{padding-top:80px!important}.pt-xl-90{padding-top:90px!important}.pt-xl-100{padding-top:100px!important}.pt-xl-110{padding-top:110px!important}.pt-xl-120{padding-top:120px!important}.pt-xl-130{padding-top:130px!important}.pt-xl-140{padding-top:140px!important}.pt-xl-150{padding-top:150px!important}.pt-xl-200{padding-top:200px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-5{padding-bottom:5px!important}.pb-xl-10{padding-bottom:10px!important}.pb-xl-15{padding-bottom:15px!important}.pb-xl-20{padding-bottom:20px!important}.pb-xl-25{padding-bottom:25px!important}.pb-xl-30{padding-bottom:30px!important}.pb-xl-35{padding-bottom:35px!important}.pb-xl-40{padding-bottom:40px!important}.pb-xl-45{padding-bottom:45px!important}.pb-xl-50{padding-bottom:50px!important}.pb-xl-60{padding-bottom:60px!important}.pb-xl-70{padding-bottom:70px!important}.pb-xl-80{padding-bottom:80px!important}.pb-xl-90{padding-bottom:90px!important}.pb-xl-100{padding-bottom:100px!important}.pb-xl-110{padding-bottom:110px!important}.pb-xl-120{padding-bottom:120px!important}.pb-xl-130{padding-bottom:130px!important}.pb-xl-140{padding-bottom:140px!important}.pb-xl-150{padding-bottom:150px!important}.pb-xl-200{padding-bottom:200px!important}.pnl-xl-0{padding-left:0!important}.pnr-xl-0{padding-right:0!important}.pnt-xl-0{padding-top:0!important}.pnb-xl-0{padding-bottom:0!important}
}

