/*-----------------------------------------------------------------------------------
	Gestione checkin Keyless
	About: A shiny new Blocs website.
	Author: tommy
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-970);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Fellix-Regular';
	src: url('./fonts/Fellix-Regular/Fellix-Regular.ttf');
	src: url('./fonts/Fellix-Regular/Fellix-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Fellix-SemiBold';
	src: url('./fonts/Fellix-SemiBold/Fellix-SemiBold.ttf');
	src: url('./fonts/Fellix-SemiBold/Fellix-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Fellix-Regular";
}
.container{
	max-width:1140px;
}
.bento-box{
	background-color:var(--swatch-var-3849);
	width:100%;
	position:relative;
	padding:40px 40px 40px 40px;
	border-radius:30px 30px 30px 30px;
}
.mini-heading{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
.box-info{
	font-size:22px;
}
.section-heading{
	font-size:40px;
	font-weight:600;
}
.avatar{
	width:150px;
	border-radius:100px 100px 100px 100px;
}
.primary-gradient{
	background:linear-gradient(335deg, var(--swatch-var-3726)  0%, var(--swatch-var-5341) 100%);
}
.brand{
	font-weight:600;
}
.primary-text{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, var(--swatch-var-5341) 0%, var(--swatch-var-3726) 100%);
	color:transparent!important;
	display:inline-block;
}
.box-heading{
	font-size:36px;
	font-weight:600;
}
.arrow-btn{
	width:40px;
	position:absolute;
	right:20px;
	bottom:20px;
	height:40px;
	opacity:0.5;
}
.orange-gradient{
	background:linear-gradient(275deg, #BA2E0A 0%, #FA7A01 100%);
}
.md-box-img{
	max-width:100px;
}
.blue-gradient{
	background:linear-gradient(275deg, #1970EC 0%, #0CADF4 100%);
}
.sm-box-img{
	max-width:60px;
}
.alt-bottom-padding{
	padding-bottom:25px;
}
.sm-box-heading{
	font-size:18px;
}
.md-box-heading{
	font-weight:600;
}
.sm-arrow{
	max-width:30px;
	bottom:15px;
	right:20px;
}
.box-bg-1{
	background-image:url("img/graphic-1.jpg");
}
.box-bg-3{
	background-image:url("img/graphic-4.jpg");
}
.bg-img-box{
	height:500px;
	background-size:cover;
}
.box-bg-4{
	background-image:url("img/graphic-3.jpg");
}
.box-bg-2{
	background-image:url("img/graphic-2.jpg");
}
.gradient-heading{
	background:linear-gradient(269deg, rgba(255,255,255,0.32) 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
	display:inline-block;
}
.token-link{
	font-weight:400;
	text-decoration:none;
	font-size:18px;
	background-color:rgba(0,0,0,0.03);
	color:var(--swatch-var-2190)!important;
	background-size:auto auto;
	display:inline-block;
	margin-right:10px;
	padding:5px 20px 5px 20px;
	border-radius:30px 30px 30px 30px;
}
.arrow-btn:hover{
	opacity:1;
}
.token-link:hover{
	background-color:var(--swatch-var-3726);
	color:var(--swatch-var-3849)!important;
	background:linear-gradient(314deg, var(--swatch-var-3726)  0%, var(--swatch-var-5341) 100%);
}
.navbar-nav li a{
	font-size:18px;
	font-weight:600;
}
.box-btn{
	padding-left:30px;
	padding-right:30px;
	font-weight:600;
	border-width:0px 0px 0px 0px;
}
.overlay-heading{
	position:absolute;
	z-index:100;
	left:60px;
	top:60px;
}
.primary-btn{
	background:linear-gradient(335deg, var(--swatch-var-3726) 0%, var(--swatch-var-5341) 100%);
}
.primary-btn:hover{
	background:linear-gradient(128deg, var(--swatch-var-3726)  0%, var(--swatch-var-5341) 100%);
	color:var(--swatch-var-3849)!important;
}
.active-token{
	background:linear-gradient(314deg, var(--swatch-var-3726)  0%, var(--swatch-var-5341) 100%);
	color:var(--swatch-var-3849)!important;
}
.scrollToTop{
	background:linear-gradient(335deg, var(--swatch-var-3726) 0%, var(--swatch-var-5341) 100%);
	border-radius:8px 8px 8px 8px;
	border-width:0px 0px 0px 0px;
}
.scrollToTop:hover{
	background:linear-gradient(0deg, var(--swatch-var-3726) 0%, var(--swatch-var-5341) 100%);
}
.sticky.sticky-nav{
	backdrop-filter:blur(30px);
	-webkit-backdrop-filter:blur(30px);
	background-color:rgba(255,255,255,0.30);
}
h1,h2,h3,h4,h5,h6{
	font-family:"Montserrat";
}
p{
	font-family:"Montserrat";
}
.h3-style{
	font-size:16px;
	font-family:"Fellix-SemiBold";
}
.scheda-shadow{
	box-shadow:0.58px 1.91px 7px #D8D8D8;
	margin-top:20px;
	margin-bottom:20px;
}
.h3-bloc-2-style{
	font-size:12px;
}
.h3- accesso-style{
	font-size:18px;
	font-family:"Fellix-SemiBold";
}
.label-bloc-2-style{
	font-family:"Montserrat";
	width:100%;
}
.label-nr-pernotti-style{
	font-family:"Montserrat";
	width:100%;
}
.label-9-style{
	font-family:"Montserrat";
	width:100%;
}
.h3- pagamento-style{
	font-size:18px;
}
.h3-23-style{
	font-size:12px;
	width:100%;
}
.label-40-style{
	width:100%;
}
.label-label-style{
	width:100%;
	font-family:"Fellix-Regular";
}
.h3-bloc-4-style{
	font-size:16px;
}
.label-72-style{
	width:100%;
}
.label-73-style{
	width:100%;
}
.label-servizio-style{
	width:100%;
}
.label-prezzo-style{
	width:100%;
}
.svg-icon-fill{
	fill:var(--swatch-var-1831)!important;
	width:35px;
}
.svg-icon-bloc-2-fill{
	fill:var(--swatch-var-692)!important;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-692)!important;
}
.svg-icon-0-bloc-2-fill{
	fill:var(--swatch-var-5341)!important;
}
.svg-icon-14695-fill{
	fill:var(--swatch-var-5341)!important;
}
.label-63-style{
	width:100%;
}
.label-check-out-style{
	width:100%;
}
.label-early-check-in-style{
	width:100%;
}
.label-late-check-out-style{
	width:100%;
}
.svg-icon-39558-fill{
	fill:var(--swatch-var-5341)!important;
}
.svg-icon-21804-fill{
	fill:var(--swatch-var-5341)!important;
}
.svg-icon-40074-fill{
	fill:var(--swatch-var-692)!important;
}
.svg-icon-style{
	height:21px!important;
	width:20px!important;
}
.svg-icon-882-fill{
	fill:var(--swatch-var-5341)!important;
}
.svg-icon-31006-fill{
	fill:var(--swatch-var-5341)!important;
}
.green-gradient{
	background:linear-gradient(275deg, #077802  0%, var(--swatch-var-1831) 100%);
}
.h3-bloc-0-style{
	font-size:28px;
	width:100%;
}
.svg-icon-bloc-1-style{
	width:36px;
	margin:10px 20px 0px 20px;
	fill:var(--swatch-var-5341);
	stroke:transparent;
	padding:2px 2px 2px 2px;
}
.green-icon{
	fill:var(--swatch-var-1831);
}
.container-div-style{
	width:100%;
}
.svg-icon-bloc-2-style{
	width:58px;
}
.corpo-scheda{
	background-color:#F9F9F9;
}
.testa-scheda{
	background-color:#E8E8E8;
}
.h3-ospite-1-style{
	font-size:18px;
}
.label-88-style{
	font-size:12px;
	width:100%;
}
.label-96-style{
	width:100%;
}
.img-style{
	width:50px;
}
.svg-icon-bloc-0-style{
	width:80px;
	fill:var(--swatch-var-3849)!important;
}
.label-45-style{
	width:100%;
}
.label-42-style{
	width:100%;
}
.label-39-style{
	width:100%;
}
.label-34-style{
	width:100%;
}
.label-30-style{
	width:100%;
}
.label-26-style{
	width:100%;
}
.label-20-style{
	width:100%;
}
.p-style{
	font-size:12px;
	width:100%;
	font-family:"Fellix-Regular";
}
.p-32-style{
	font-size:16px;
}
.img-bloc-2-style{
	width:40px;
}
.p-17-style{
	font-size:12px;
}
.label-link-immagine-style{
	width:100%;
}
.label-65-bloc-2-style{
	font-size:12px;
	width:100%;
}
.text-area{
	padding:10px 10px 10px 10px;
	margin-top:10px;
}
.tablist{
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	border-radius:5px 5px 5px 5px;
}
.label-81-style{
	font-size:12px;
	width:100%;
}
.check-txt{
	font-size:12px;
}
.label-alla-data-style{
	font-size:12px;
}
.label-dalla-data-style{
	font-size:12px;
}
.label-bloc-tabelle-style{
	font-size:12px;
}
.label-126-style{
	width:100%;
	font-size:12px;
}
.label-note-interne-style{
	width:100%;
}
.h3-bloc-tabelle-style{
	font-size:16px;
}
.svg-icon-bloc-tabelle-style{
	width:32px;
}
.svg-icon-bloc-9-style{
	width:32px!important;
	height:32px!important;
}
.label-125-style{
	width:100%;
}
.label-124-style{
	width:100%;
}
.label-122-style{
	width:100%;
}
.svg-icon-0-style{
	width:32px!important;
}
.img-1-style{
	width:51px;
}
.svg-icon-0-bloc-tabelle-style{
	width:32px!important;
}
.h3-- clear-sign-style{
	font-size:16px;
}
.svg-icon-46042-style{
	width:24px;
	fill:var(--swatch-var-2190)!important;
}
.altezza-body{
	min-width:100%;
	min-height:100%;
	height:100%;
}
.label-style{
	width:100%;
	font-family:"Fellix-SemiBold";
}
.label-2-style{
	width:100%;
	font-family:"Fellix-SemiBold";
}
.h3-bloc-riepilogo-style{
	font-size:16px;
	font-family:"Fellix-SemiBold";
}
.svg-icon-bloc-riepilogo-style{
	width:36px;
}
.p-bloc-riepilogo-style{
	font-family:"Fellix-Regular";
}
.p-38-style{
	font-family:"Fellix-Regular";
}
.p-39-style{
	font-family:"Fellix-Regular";
}
.p-40-style{
	font-family:"Fellix-Regular";
}
.p-41-style{
	font-family:"Fellix-Regular";
}
.p-42-style{
	font-family:"Fellix-SemiBold";
}
.p-47-style{
	font-family:"Fellix-SemiBold";
}
.p-53-style{
	font-family:"Fellix-SemiBold";
}
.p-43-style{
	font-family:"Fellix-Regular";
}
.p-44-style{
	font-family:"Fellix-Regular";
}
.p-45-style{
	font-family:"Fellix-Regular";
}
.p-46-style{
	font-family:"Fellix-Regular";
}
.p-48-style{
	font-family:"Fellix-SemiBold";
}
.p-49-style{
	font-family:"Fellix-Regular";
}
.p-50-style{
	font-family:"Fellix-Regular";
}
.p-51-style{
	font-family:"Fellix-SemiBold";
}
.p-52-style{
	font-family:"Fellix-Regular";
}
.p-54-style{
	font-family:"Fellix-SemiBold";
}
.p-55-style{
	font-family:"Fellix-SemiBold";
}
.p-60-style{
	font-family:"Fellix-SemiBold";
}
.p-64-style{
	font-family:"Fellix-SemiBold";
}
.p-56-style{
	font-family:"Fellix-SemiBold";
}
.p-57-style{
	font-family:"Fellix-SemiBold";
}
.p-58-style{
	font-family:"Fellix-SemiBold";
}
.p-59-style{
	font-family:"Fellix-SemiBold";
}
.p-61-style{
	font-family:"Fellix-Regular";
}
.p-62-style{
	font-family:"Fellix-Regular";
}
.p-63-style{
	font-family:"Fellix-Regular";
}
.p-65-style{
	font-family:"Fellix-Regular";
}
.h1-style{
	font-family:"Fellix-SemiBold";
}
.p-fel{
	font-family:"Fellix-Regular";
}
.img-bloc-tabelle-style{
	width:54px;
}
.h1-self-checkin-style{
	font-family:"Fellix-Regular";
	font-weight:700;
	font-size:16px;
}
.p-bloc-9-style{
	width:100%;
	font-family:"Fellix-Regular";
}
.h1-bloc-tabelle-style{
	font-family:"Fellix-SemiBold";
}
.h1-è-arrivato--style{
	font-family:"Fellix-SemiBold";
}
.p-64-bloc-riepilogo-style{
	font-size:12px;
}
.p-65-bloc-riepilogo-style{
	font-size:12px;
}
.p-66-style{
	font-size:12px;
}
.svg-icon-0-bloc-riepilogo-style{
	width:32px;
	fill:var(--swatch-var-6153)!important;
}
.svg-icon-21310-style{
	width:32px;
	fill:var(--swatch-var-1831)!important;
}
.svg-icon-9225-style{
	width:32px;
	fill:var(--swatch-var-692)!important;
}
.svg-icon-40932-style{
	width:32px;
	fill:var(--swatch-var-3314)!important;
}
.img-bloc-riepilogo-style{
	width:100px;
}
.p-116-style{
	font-family:"Fellix-Regular";
}
.h3-directions-style{
	font-family:"Fellix-SemiBold";
	font-size:22px;
}
.h3-contacts-style{
	font-size:22px;
	font-family:"Fellix-SemiBold";
}
.h1-pass-style{
	font-family:"Fellix-SemiBold";
	font-size:12px;
}
.h1-riga-1-style{
	font-size:16px;
	font-family:"Fellix-Regular";
}
.h1-riga-2-style{
	font-family:"Fellix-Regular";
	font-size:16px;
}
.h3-gennaio-style{
	font-size:16px;
	font-family:"Fellix-SemiBold";
}
.label-invio-style{
	font-family:"Fellix-SemiBold";
	width:100%;
}
.btn-style{
	width:100%;
}
.label-150-style{
	width:100%;
	font-family:"Fellix-SemiBold";
}
.label-151-style{
	width:100%;
	font-family:"Fellix-SemiBold";
}
.svg-icon-32261-style{
	width:32px;
}
.btn-button-style{
	width:65.31%;
}
.svg-icon-36811-style{
	width:50px;
}
.svg-icon-19187-style{
	width:50px;
}
.svg-icon-bloc-23-style{
	width:24px;
	fill:var(--swatch-var-692)!important;
}
.p-bloc-23-style{
	font-family:"Fellix-Regular";
}
.p-198-style{
	font-size:12px;
	font-family:"Fellix-SemiBold";
}
.p-206-style{
	font-family:"Fellix-Regular";
}
.h5-style{
	font-family:"Fellix-SemiBold";
}
.p-207-style{
	font-family:"Fellix-Regular";
	font-size:12px;
	width:80%;
}
.svg-icon-36168-fill{
	fill:var(--swatch-var-6153)!important;
}
.h3-nome-servizio-style{
	font-family:"Fellix-SemiBold";
}
.h3-prezzo-style{
	font-family:"Fellix-SemiBold";
}
.p-208-style{
	font-family:"Fellix-Regular";
}
.h3-61-style{
	font-family:"Fellix-SemiBold";
}
.p-34849-style{
	font-family:"Fellix-Regular";
	font-size:12px;
	width:100%;
}
.p-210-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.card-body-style{
	width:100%;
}
.card-style{
	width:100%;
}
.card-body-84-style{
	width:100%;
}
.container-div-bloc-23-style{
	width:60.27%;
}
.p-15456-style{
	font-family:"Fellix-SemiBold";
}
.p-196-style{
	font-family:"Fellix-SemiBold";
}
.img-10-style{
	width:320px;
}
.h3-market-place-style{
	font-family:"Fellix-SemiBold";
}
.p-197-style{
	font-family:"Fellix-Regular";
}
.p-197-bloc-23-style{
	font-family:"Fellix-SemiBold";
}
.svg-icon-9353-style{
	width:33px;
	fill:var(--swatch-var-3314)!important;
}
.p-199-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.container-div-0-style{
	width:100%;
}
.container-div-15532-style{
	width:100%;
}
.svg-icon-bloc-23-fill{
	fill:var(--swatch-var-3849)!important;
}
.svg-icon-0-bloc-23-fill{
	fill:var(--swatch-var-3849)!important;
}
.svg-icon-11402-fill{
	fill:var(--swatch-var-3849)!important;
}
.svg-icon-32066-fill{
	fill:var(--swatch-var-3849)!important;
}
.svg-icon-bloc-riepilogo-fill{
	fill:var(--swatch-var-5341)!important;
}
.img-27-style{
	width:120px;
}
.border-rounded{
	border-radius:10px 10px 10px 10px;
}
.svg-icon-23130-style{
	width:120px;
	fill:var(--swatch-var-1831)!important;
}
.p-252-style{
	font-family:"Fellix-Regular";
}
.svg-icon-0-bloc-riepilogo-fill{
	fill:var(--swatch-var-1831)!important;
}
.label-bloc-riepilogo-style{
	width:100%;
}
.label-209-style{
	width:100%;
}
.label-210-style{
	width:100%;
}
.img-35-style{
	width:100px;
}
.label-endpoint-style{
	width:100%;
}
.svg-icon-20884-fill{
	fill:var(--swatch-var-5341)!important;
}
.p-259-style{
	font-family:"Fellix-Regular";
	font-size:18px;
}
.h3-password-style{
	font-size:18px;
}
.h3-66-style{
	font-size:18px;
	font-family:"Fellix-Regular";
}
form{
	border-radius:10px 10px 10px 10px;
	background:linear-gradient(0deg, var(--swatch-var-7710) 0%, #FFFFFF 100%);
}
.field-style{
	width:50%;
}
.label-name-style{
	width:57.91%;
}
.label-email-style{
	width:100%;
}
.label-message-style{
	width:56.65%;
}
.field-0-style{
	width:60.07%;
}
.container-div-39681-style{
	width:53.24%;
}
.container-div-38799-style{
	width:50%;
	margin:20px 30% 20px 30%;
}
.card-bloc-29-style{
	width:80.77%;
	margin:25% 10% 10% 10%;
	padding:20px 20px 20px 20px;
}
.container-div-bloc-29-style{
	width:100%;
}
.img-bloc-29-style{
	width:213px;
	margin:25% 25% 25% 25%;
}
.p-bloc-29-style{
	font-family:"Fellix-Regular";
}
.btn-login-style{
	width:100%;
}
.btn-50-style{
	width:100%;
}
.label-password-style{
	width:100%;
}
.rounded-left{
	border-radius:10px 0px 0px 10px;
}
.rounded-right{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.container-div-min-height{
	min-height:300px;
	padding:50px 50px 50px 50px;
	margin-top:70%;
}
.p-welcome-style{
	font-size:12px;
}
.p-299-style{
	font-family:"Fellix-SemiBold";
}
.svg-icon-welcome-style{
	width:30px;
	fill:var(--swatch-var-7710)!important;
}
.p-301-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.p-300-style{
	font-size:12px;
	font-family:"Fellix-Regular";
}
.p-304-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.svg-icon-34176-style{
	width:30px;
	fill:var(--swatch-var-5341)!important;
}
.svg-icon-0-welcome-style{
	width:30px;
	fill:var(--swatch-var-1831)!important;
}
.scheda-icona{
	margin:33% 33% 33% 33%;
}
.p-307-style{
	font-size:12px;
}
.h3-card-heading-style{
	font-size:12px;
}
.p-311-style{
	font-size:12px;
}
.background-colonna{
	background-color:var(--swatch-var-3307);
}
.p-319-style{
	font-family:"Fellix-SemiBold";
	font-size:16px;
}
.svg-icon-welcome-fill{
	fill:var(--swatch-var-3314)!important;
	width:30px;
}
.p-308-style{
	font-family:"Fellix-SemiBold";
	font-size:16px;
}
.p-310-style{
	font-family:"Fellix-SemiBold";
	font-size:16px;
}
.p-310-welcome-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.p-313-style{
	font-family:"Fellix-SemiBold";
}
.p-315-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.p-333-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.p-316-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.sottoprezzo-style{
	font-family:"Fellix-Regular";
	font-size:12px;
}
.border-row{
	border-radius:5px 5px 5px 5px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-3849:rgba(255,255,255,1.00);
	
	--swatch-var-970:rgba(235,235,235,1.00);
	
	--swatch-var-2190:rgba(0,0,0,1.00);
	
	--swatch-var-6153:rgba(0,0,0,0.40);
	
	--swatch-var-3726:rgba(48,22,239,1.00);
	
	--swatch-var-5341:rgba(42,174,239,1.00);
	
	--swatch-var-692:rgba(246,5,29,1.00);
	
	--swatch-var-1831:rgba(79,143,0,1.00);
	
	--swatch-var-3314:rgba(0,35,95,1.00);
	
	--swatch-var-7710:rgba(249,186,0,1.00);
	
	--swatch-var-1869:rgba(0,0,0,0.7);
	
	--swatch-var-3307:rgba(192,170,205,1.00);
	
	--swatch-var-2486:rgba(44,44,44,1.00);
	
}


/* Background colour styles */

.bgc-970{
	background-color:var(--swatch-var-970);
}
.bgc-692{
	background-color:var(--swatch-var-692);
}
.bgc-3314{
	background-color:var(--swatch-var-3314);
}
.bgc-3849{
	background-color:var(--swatch-var-3849);
}
.bgc-7710{
	background-color:var(--swatch-var-7710);
}
.bgc-2486{
	background-color:var(--swatch-var-2486);
}
.bgc-1831{
	background-color:var(--swatch-var-1831);
}

/* Text colour styles */

.tc-2190{
	color:var(--swatch-var-2190)!important;
}
.tc-692{
	color:var(--swatch-var-692)!important;
}
.tc-3849{
	color:var(--swatch-var-3849)!important;
}
.tc-5341{
	color:var(--swatch-var-5341)!important;
}

/* Button colour styles */

.btn-c-5341{
	background:var(--swatch-var-5341);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5341:hover{
	background:#007BBC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3314{
	background:var(--swatch-var-3314);
	color:#FFFFFF!important;
}
.btn-c-3314:hover{
	background:#00002B!important;
	color:#FFFFFF!important;
}
.btn-c-1831{
	background:var(--swatch-var-1831);
	color:#FFFFFF!important;
}
.btn-c-1831:hover{
	background:#1C5C00!important;
	color:#FFFFFF!important;
}
.btn-c-2486{
	background:var(--swatch-var-2486);
	color:#FFFFFF!important;
}
.btn-c-2486:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.wire-btn-c-3726{
	color:var(--swatch-var-3726)!important;
	border-color:var(--swatch-var-3726)!important;
}




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.avatar{
		width:120px;
	}
	.token-link{
		margin-bottom:10px;
	}
	.bg-img-box{
		height:350px;
	}
	.bento-box{
		padding:30px 30px 30px 30px;
	}
	.svg-icon-40932-style{
		width:32px;
		fill:var(--swatch-var-3314)!important;
	}
	.svg-icon-9225-style{
		width:32px;
		fill:var(--swatch-var-692)!important;
	}
	.svg-icon-21310-style{
		width:33px;
		fill:var(--swatch-var-1831)!important;
	}
	.svg-icon-0-bloc-riepilogo-style{
		width:32px;
		fill:var(--swatch-var-6153)!important;
	}
	.img-bloc-riepilogo-style{
		width:100px;
	}
	.h1-riga-2-style{
		font-family:"Fellix-Regular";
		font-size:16px;
	}
	.h1-riga-1-style{
		font-family:"Fellix-Regular";
		font-size:16px;
	}
	.h1-pass-style{
		font-size:12px;
	}
	.svg-icon-32261-style{
		width:32px;
	}
	.container-div-bloc-23-style{
		width:80.2%;
	}
	.h3-nome-servizio-style{
		font-size:16px;
	}
	.p-206-style{
		font-size:12px;
	}
	.h3-61-style{
		font-size:16px;
	}
	.p-207-style{
		width:100%;
	}
	.h3-prezzo-style{
		font-size:16px;
	}
	.p-208-style{
		font-size:12px;
	}
	.container-div-0-style{
		width:100%;
	}
	.container-div-15532-style{
		width:100%;
	}
	.svg-icon-20884-fill{
		width:100px;
	}
	.container-div-min-height{
		margin-top:50%;
	}
	.p-welcome-style{
		font-size:12px;
	}
	.card-bloc-29-style{
		margin-bottom:10%;
	}
	.p-315-style{
		font-family:"Fellix-Regular";
		font-size:12px;
	}
	.p-316-style{
		font-family:"Fellix-Regular";
		font-size:12px;
	}
	.p-317-style{
		font-family:"Fellix-SemiBold";
	}
	.sottoprezzo-style{
		font-family:"Fellix-Regular";
		font-size:12px;
	}
	.p-308-style{
	}
	
}

@media (max-width: 767px){
	.token-link{
		font-size:16px;
	}
	.bento-box{
		padding:30px 30px 30px 30px;
	}
	.box-heading{
		font-size:30px;
	}
	.box-info{
		font-size:20px;
	}
	.bg-img-box{
		height:250px;
	}
	.overlay-heading{
		top:50px;
		left:50px;
	}
	.svg-icon-0-bloc-riepilogo-style{
		width:32px;
		fill:var(--swatch-var-6153)!important;
	}
	.svg-icon-21310-style{
		width:32px;
		fill:var(--swatch-var-1831)!important;
	}
	.svg-icon-9225-style{
		width:32px;
		fill:var(--swatch-var-692)!important;
	}
	.svg-icon-40932-style{
		width:32px;
		fill:var(--swatch-var-3314)!important;
	}
	.img-bloc-riepilogo-style{
		width:100px;
	}
	.h1-pass-style{
		font-size:12px;
	}
	.svg-icon-fill{
		fill:var(--swatch-var-3314)!important;
		width:32px;
	}
	.container-div-bloc-23-style{
		width:80.75%;
	}
	.h3-nome-servizio-style{
		font-size:16px;
	}
	.p-206-style{
		font-size:12px;
	}
	.h3-61-style{
		font-size:16px;
	}
	.p-207-style{
		width:100%;
	}
	.h3-prezzo-style{
		font-size:16px;
	}
	.p-208-style{
		font-size:12px;
	}
	.container-div-0-style{
		width:100%;
	}
	.svg-icon-20884-fill{
		width:100px;
	}
	.p-bloc-29-style{
		font-size:12px;
	}
	.card-bloc-29-style{
		margin-top:25%;
		margin-bottom:10%;
	}
	.div-logo{
		margin-top:50%;
	}
	.container-div-min-height{
		min-height:300px;
		margin-top:60%;
	}
	.btn-50-style{
		border-style:solid;
		border-color:var(--swatch-var-970)!important;
	}
	.p-welcome-style{
		font-size:12px;
	}
	.p-315-style{
		font-family:"Fellix-Regular";
		font-size:12px;
	}
	.p-316-style{
		font-family:"Fellix-Regular";
		font-size:12px;
	}
	.sottoprezzo-style{
		font-family:"Fellix-Regular";
		font-size:12px;
	}
	
}

@media (max-width: 575px){
	.token-link{
		font-size:14px;
		padding-right:15px;
		padding-left:15px;
	}
	.bento-box{
		padding:20px 20px 20px 20px;
	}
	.box-info{
		font-size:18px;
	}
	.section-heading{
		font-size:30px;
	}
	.bg-img-box{
		height:300px;
	}
	.sm-arrow{
		bottom:10px;
		right:15px;
	}
	.overlay-heading{
		left:30px;
		top:30px;
	}
	.fill-mob-btn{
		width:100%;
	}
	.primary-btn{
	}
	.btn-style{
		width:100%;
	}
	.svg-icon-bloc-2-style{
		width:43px;
	}
	.img-style{
		width:49px;
	}
	.h3-style{
		font-size:24px;
	}
	.h1-pass-style{
		font-family:"Fellix-SemiBold";
		font-size:12px;
	}
	.svg-icon-0-bloc-riepilogo-style{
		width:32px;
	}
	.svg-icon-9225-style{
		width:32px;
		fill:var(--swatch-var-692)!important;
	}
	.svg-icon-21310-style{
		width:32px;
		fill:var(--swatch-var-1831)!important;
	}
	.divider-margin-left{
		margin-left:auto;
		margin-right:auto;
	}
	.label-cognome-e-nome-style{
		font-family:"Fellix-SemiBold";
		font-size:12px;
	}
	.svg-icon-40932-style{
		width:32px;
		fill:var(--swatch-var-3314)!important;
	}
	.p-44-style{
		font-size:12px;
	}
	.h3-directions-style{
		font-family:"Fellix-SemiBold";
		width:100%;
		font-size:22px;
	}
	.h3-contacts-style{
		width:100%;
		font-family:"Fellix-SemiBold";
		font-size:22px;
	}
	.p-139-style{
		font-family:"Fellix-SemiBold";
	}
	.img-bloc-riepilogo-style{
		width:50px;
	}
	.img-9-style{
		width:90px;
	}
	.svg-icon-fill{
		width:20px;
	}
	.bloc-fill{
		fill:var(--swatch-var-7710);
	}
	.svg-icon-32261-style{
		width:32px;
	}
	.p-15456-style{
		font-size:16px;
		font-family:"Fellix-SemiBold";
	}
	.p-196-style{
		font-family:"Fellix-SemiBold";
	}
	.container-div-bloc-23-style{
		width:62.67%;
	}
	.p-206-style{
		font-size:12px;
	}
	.h3-nome-servizio-style{
		font-size:16px;
	}
	.h3-61-style{
		font-size:16px;
	}
	.p-207-style{
		width:100%;
	}
	.h3-prezzo-style{
		font-size:16px;
	}
	.p-208-style{
		font-size:12px;
	}
	.container-div-0-style{
		width:100%;
	}
	.svg-icon-23130-style{
		width:80px;
	}
	.rounded-left{
	}
	.rounded-right{
		border-top-left-radius:10px;
		border-bottom-left-radius:10px;
	}
	.btn-50-style{
		border-style:solid;
		border-color:var(--swatch-var-970)!important;
	}
	.img-welcome-style{
		width:170px;
	}
	.card-bloc-29-style{
		margin-top:10%;
		margin-bottom:10%;
	}
	.p-welcome-style{
		font-size:12px;
		font-family:"Fellix-Regular";
	}
	.svg-icon-0-welcome-style{
		width:30px;
		fill:var(--swatch-var-1831)!important;
	}
	.scheda-shadow{
	}
	.scheda-icona{
		width:40%;
		height:40%;
		margin:33% 33% 33% 33%;
	}
	.p-315-style{
		font-size:12px;
	}
	.p-316-style{
		font-size:12px;
	}
	.sottoprezzo-style{
		font-size:12px;
		font-family:"Fellix-Regular";
	}
	.p-317-style{
	}
	
}

