<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#booking input[type="submit"] {

white-space: normal;

}


.booking-title h4, .booking-title span {text-align:right!important;}
#booking-container {
 

     z-index: 999999;
	
    width: 100%;
    bottom: 0;
    left: 0;
    color: #333;
     
}

#booking-button {display:none;}

body {padding-bottom:57px!important;}


@media (max-width: 768px){ 
body {padding-bottom:110px!important;}
}

 

#booking .field, #booking label, .booking h1, .booking h2, .booking h3, .booking h4 {
    display: block;
 
}

 

 #booking select {
	     padding: 10px;
		 width:100%;
 }
 
  

#booking-button-title {
    padding: 10px;
    display: inline-block;
}

#booking-button-arrow {
    float: right;
  
    height: 50px;
}

 

#booking-button {
    display: none;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    padding: 0 1% 0 0;
    color: #fff;
	  position: fixed;
	  bottom:0px;
	      z-index: 99999;
}


/*** SOLTOURISM ***/

#booking-container {
 
    width: 100%;
    bottom: 0;
    left: 0;
    color: #333;
    z-index: 22;
    text-transform: uppercase;
 
 
}



.booking-title span {
    font-size: 16px;
    display: block;
    line-height: 18px;
}

 

#booking input[type='submit'] {
    background: transparent;
    text-align: center!important;
    width: 100%;
    padding: 32px;
} 

#booking .field {
    margin-bottom: 10px;
    float: left;
 
    border-right: 1px dotted #eee;
}

 
#booking .field.invia {
 
    margin: 0;
    padding: 0;
}

#booking input[type='submit'] {
    background: transparent;
}

 </pre></body></html>