@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Lato:400,400i,700,700i');
@media print  {
	.noprint  {
		display: none; 
	} 
	#pagetoprint {
    margin-top: 3cm;
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
	width: auto;
    }	
}

body {
	font-family: 'Lato', sans-serif;
	background-color: #111;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
	padding:20px;
	margin:0;
}
p {
	padding: 0 20px;
}
a img { 
	border: none;
}

#menu ul {
  list-style-type: none;
  overflow: auto; /* Enable scrolling if the sidenav has too much content */
}
#menu li {
	float: left;
	margin:5px 10px;
}
#menu a {
  background-color: #CC3300;
  box-shadow: 0 5px 0 #004359;
  color: white;
  padding: 1em 1.5em;
  display:block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

#menu a:hover {
  background-color: #0099ba;
}

#menu a:active {
  box-shadow: none;
  top: 5px;
}

/* CONTENITORE PRINCIPALE */
.container {
	width: 100%;
	max-width: 1260px;
	background-color: #FFF;
	margin: 0 auto;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
/* UTILI PER FORMATTARE TESTI E RIQUADRI DELLE AREE */
.CAV {
	/*color: #CC0000;*/
	background-color: #ffb3b3;
	/*font-weight: bold;*/
}
.ROC {
	/*color: #336600;*/
	background-color: #d9ffb3;
	/*font-weight: bold; */
}
.SOG {
	/*color: #000099;*/
	background-color: #b3b3ff;
	/*font-weight: bold;*/
}
.FUM {
	/*color: #3366FF;*/
	background-color: #b3c6ff;
	/*font-weight: bold;*/
}
.PIR {
	/*color: #000000;*/
	background-color: #dddddd;
	/*font-weight: bold;*/
}
.ABI {
	/*color: #999999;*/
	background-color: #e4e4f0;
	/*font-weight: bold;*/
}
.INC {
	/*color: #69008c;*/
	background-color: #ecb3ff;
	/*font-weight: bold;*/
}
.GNO {
	/*color: #ff8000;*/
	background-color: #ffd9b3;
	/*font-weight: bold;*/
}
.BAR {
	/*color: #ffcb05;
	font-weight: bold;*/
	background-color: #fff0b3;
}
.TNO {
	/*color: #496a9a;
	font-weight: bold;*/
	background-color: #cbd6e7;
}
.VAP {
	/*color: #863a14;
	font-weight: bold;*/
	background-color: #E69F7B;
}
.row {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #888888;
	/*background-image: linear-gradient(#4CAF50, black, #4CAF50);*/
	/*box-shadow: 0 0 20px #4CAF50;*/
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.a10p {
	width: 10%;
	margin:0;
}
.a15p {
    width: 15%;
	margin: 0;
}
.a20p {
    width: 20%;
	margin: 0;
}
.a40p {
	width: 40%;
	margin: 0;
}
.a55p {
	width: 52%;
	padding: 0px 5px;
}
.a70p {
	width: 70%;
	margin: 0;
}
/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
	margin: 0;
	/*border: 1px dashed #4CAF50;*/ /*TEMP*/
    /*min-height: 300px;*/ /* Should be removed. Only for demonstration */
}

.column.main {
	max-width: 1300px;
    float: none;
    padding: 0;
	margin: 10px auto 0 auto;
	/*border: 1px dashed #4CAF50;*/ /*TEMP*/
    /*min-height: 300px;*/ /* Should be removed. Only for demonstration */
}

.column:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 800px) {
	.a10p{
		width: 28%;
	}
	.a15p{
		width: 28%;
	}
	.a20p{
		width: 20%;
	}
	.a40p{
		width: 100%;
	}	
	.a55p {
		width: 98%;
		padding: 0px 5px;
	}
	.a70p {
		width: 65%;
	}
}

/* CASELLE PER I PASS IN PAGINA ACQUISTI */ 
#PASSimg, #PASSdesc {
	text-align:center;
}
#PASSimg p, #PASSdesc p {
	text-align:left;
}
#PASSimg {
	float: left; 
	width: 33%;
	margin-right:2%;
}
#PASSdesc {
	float: right; 
	width: 63%;
	margin-left:0%;
	background-color: #fff;
}

/* SLIDER IN STILE MOBILE
/* The switch - the box around the slider */
.switch {
  position: relative;
  vertical-align:middle;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 15px 15px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
/* FINE SLIDER */

/* COLONNE SCHERMI STRETTI*/
@media (max-width: 800px) {
	.col100, .col75, .col50, .col25 {
		width: calc(100% - 20px);
		margin-left:10px;
		margin-right:10px;
		padding: 5px 0px;
	}
}
/* Testi e altro dentro il contenitore */
.content {
	padding: 20px 20px;
	text-align: justify;
    text-justify: inter-word;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
/* floaters */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Testi speciali */
.top-content {
	padding:30px;
	text-align:center;
}
.titolini {
	font-weight: bold;
	color: #444444;
	font-size: 125%;
	margin-bottom: 2px;
}
.titoloconv {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #CC3300;
}
.titolini_vip {
	font-weight: bold;
	color: #CC3300;
	font-size: 250%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Fjalla One', sans-serif;
}
.titolini_num {
	font-weight: bold;
	color: #000;
	font-size: 150%;
	margin-bottom: 10px;
}
.redtag {
	background-color: #CC3300;
	text-align: center;
	font-weight:bold;
	color: #ffffff;
	border-radius: 8px; /* Angoli arrotondati */
	margin: 8px 0px;
	padding: 12px 20px 12px 20px;
}
.bluetag {
	background-color: #8ADBDB;
	text-align: center;
	font-weight:bold;
	border-radius: 8px; /* Angoli arrotondati */
	margin: 8px 0px;
	padding: 12px 20px 12px 20px;
}
.greentag {
	background: #8AFF8A;
	text-align: center;
	font-weight:bold;
	border-radius: 8px; /* Angoli arrotondati */
	margin: 8px 0px;
	padding: 12px 20px 12px 20px;
}
.greytag {
	background: #CCCCCC;
	text-align: center;
	font-weight:bold;
	border-radius: 8px; /* Angoli arrotondati */
	margin: 8px 0px;
	padding: 12px 20px 12px 20px;
}
.activities li {
	min-width:330px;
	list-style-type:none;
	display: block;
	width:40%;
	margin: 0 5% 30px 0;
	min-height: 120px;
	float:left;
}
.activities li h3 {
	color: #CC3300;
	line-height: 53px;
	margin:0;
	padding:0;
}
.activities li i.fa {
	display:inline-block;
	float:left;
}

/* FOOTER */
.footer{
    margin: 0;
    padding: 14px 16px;
    background-color: #333;
    color: white;
    /*text-align: center;*/
    text-decoration: none;
}
.footer a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.footer a:hover {
    background-color: #555;
}

/*MENU*/
.menu {
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: right;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #CC3300;
}
.menu li {
    float: left;
}
.menu li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.menu li a:hover, .dropdown:hover .dropbtn {
    background-color: #0099ba;
}
.menu li.dropdown {
    display: inline-block;
}
.menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0099ba;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.menu .dropdown-content a {
    color: fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.menu .dropdown-content a:hover {background-color: #CC3300;}
.menu .dropdown:hover .dropdown-content {
    display: block;
}
/*FINE MENU*/

/* BOTTONI RIQUADRI E INPUT */
.stepCounter_on{
    cursor: pointer;	
	display: inline-block; 
    background-color: #00CC00;
    padding: 10px 10px;
    color: #FFFFFF;
    border: #00CC00 1px solid;
    border-radius: 6px;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;	
	text-decoration: none;
	letter-spacing:0.05em;	
    margin: 10px 10px 10px 10px;	
}
.stepCounter_yellow{
    cursor: pointer;
	display: inline-block; 
    background-color: #FFCC00;
    padding: 10px 10px;
    color: #000000;
    border: #FFCC00 1px solid;
    border-radius: 6px;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;	
	text-decoration: none;
	letter-spacing:0.05em;	
    margin: 10px 10px 10px 10px;	
}
.stepCounter_off{
    cursor: pointer;
	display: inline-block; 
    background-color: #CCCCCC;
    padding: 10px 10px;
    color: #000000;
    border: #CCCCCC 1px solid;
    border-radius: 6px;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;	
	text-decoration: none;
	letter-spacing:0.05em;	
    margin: 10px 10px 10px 10px;	
}
.btnSubmit {
    cursor: pointer;
    background-color: #306090;
    padding: 6px 20px;
    color: #FFFFFF;
    border: #306090 1px solid;
    border-radius: 4px;
	font-size:1em;
	font-weight:bold;
	font-variant:small-caps;	
	text-decoration: none;
	letter-spacing:0.05em;	
    margin: 10px 10px 0px 10px;
}
.btnSubmit:hover {
    background-color: #6090C0;
    border: #6090C0 1px solid;
    border-radius: 4px;
    color: #FFFFFF;
	font-size:1em;
}
/* FINE BOTTONI E INPUT */

/* ALERTS e altre amenità  per gli acquisti */
.infoalert {
	background: #8ADBDB;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: center;
	font-weight:bold;
	padding: 5px 40px 5px 40px;
	border-top: 2px solid #1188AA;
	border-bottom: 2px solid #1188AA;
}
.warningalert {
	background: #ffaa00;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: center;
	font-weight:bold;
	padding: 5px 40px 5px 40px;
	border-top: 2px solid #bb3300;
	border-bottom: 2px solid #bb3300;
}
.okalert {
	background: #7AEB7A;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: center;
	font-weight:bold;
	padding: 5px 40px 5px 40px;
	border-top: 2px solid #00AA00;
	border-bottom: 2px solid #00AA00;
}
.erroralert {
	background: #F9D9C9;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: center;
	font-weight:bold;
	padding: 5px 40px 5px 40px;
	border-top: 2px solid #AA0000;
	border-bottom: 2px solid #AA0000;
}
.casellacodebar {
	display: block;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	vertical-align: center;
	padding: 15px;
	height: auto;
	width: auto;
}
.casellaupload {
	display: block;
	/*border: 1px solid #000000;*/
	background-color: #FFFFFF;
    padding: 8px;
	margin: 6px;
    /*border: #306090 1px solid;*/
    border-radius: 8px;
	line-height: 1.5em;
	vertical-align: center;
	height: auto;
	width: auto;
	border: 1px solid #888888;
	border-bottom: 2px solid #444444
}
.tablecodebar {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	vertical-align: center;
	padding: 10px;
}
/* BLOCCO CHE CONTIENE I DATI DELLE DIVERSE CATEGORIE */
.categoria-div {
  display: none;
}
/* EFFETTO CARD */
.card {
  background-color: #FFFFFF;
  border-radius: 15px; /* Angoli arrotondati */
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6); /* Ombra */
  padding: 20px; /* Padding interno */
  margin-bottom: 20px; /* Margine inferiore tra le card */
}

/* CUSTOM SELECT E ALTRI CAMPI DI INPUT */
.custom-input{
	width: calc(100% - 10px);
	margin: 5px 5px 2px 5px; 
	font-size:125%; 
	padding: 8px 16px; 
	display: inline-block;
	border: 1px solid #ccc;
	border-bottom: 2px solid #666;
	border-radius: 4px; 
	box-sizing: border-box;
}
.required {
    background-color: #FFFFE0; /* Un colore giallo tenue */
}
.disabled{
	background-color: #EEEEEE;
	color: #6d6d6d;
}

.custom-select {
	position: relative;
	width: calc(100% - 10px);
	margin: 5px 5px 2px 5px; 
	font-size:125%;
	padding: 8px 16px; 
	display: inline-block;
	border: 1px solid #ccc; 
	border-radius: 4px; 
	box-sizing: border-box;	
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 9px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	color: #000000;
	padding: 10px 20px; 
	border: 1px solid #ccc; 
	border-radius: 4px; 
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #EEEEEE;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* FINE CUSTOM FORM ELEMENTS */
