@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Lato:400,400i,700,700i');
@media print  {
	.noprint  {
		display: none; 
	} 
	#pagetoprint {
    margin-top: 0cm;
    margin-bottom: 0cm;
    margin-left: 3cm;
    margin-right: 3cm;
	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;
}
li h4 {
	color: #642668;
	line-height: 25px;
	margin:0;
	padding:10px 0px;
}
p {
	padding: 0 20px;
}
a img { 
	border: none;
}

a:link {
	color:#642668;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #642668;
}
a:hover {
	color: #0099ba;
}

/* CONTENITORE PRINCIPALE */
.container {
	width: 100%;
	max-width: 1260px;
	background-color: #FFF;
	margin: 0 auto;
}
/* CASELLE PER GLI OSPITI IN HOME (CON DUE) */ 
#one, #two {
	text-align:center;
}
#one p, #two p {
	text-align:justify;
}
#one {
	float: left; 
	width: 48%;
	margin-left:1%;
	margin-right:1%;
	background-color: #ececec;
}
#two {
	float: right; 
	width: 48%;
	margin-left:1%;
	margin-right:1%;
	background-color: #ececec;
}
/* CASELLE PER GLI OSPITI IN HOME (CON TRE)*/ 
#one_3, #two_3, #three_3 {
	text-align:center;
}
#one_3 p, #two_3 p, #three_3 p{
	text-align:justify;
}
#one_3 {
	float: left; 
	width: 32%;
	margin-right:1%;
	background-color: #eee;
}
#two_3 {
	float: left; 
	width: 32%;
	margin-left:1%;
	margin-right:1%;
	background-color: #eee;
}
#three_3 {
	float: right; 
	width: 32%;
	margin-left:1%;
	background-color: #eee;
}
/* 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-left:1%;
	margin-right:1%;
}
#PASSdesc {
	float: right; 
	width: 63%;
	margin-left:0%;
	background-color: #fff;
}

/* VERSIONE PER CELLULARI E SCHERMI STRETTI (CON DUE)*/
@media all and (max-width:800px){
    #one, #two
    {
        display: block; 
        float: none; 
        width: 100%;
    }
	#PASSimg, #PASSdesc
    {
        display: block; 
        float: none; 
        width: 100%;
    }
}
/* VERSIONE PER CELLULARI E SCHERMI STRETTI (CON TRE)*/
@media all and (max-width:800px){
    #one_3, #two_3, #three_3 {
        display: block; 
        float: none; 
        width: 100%;
    }
	#PASSimg, #PASSdesc {
        display: block; 
        float: none; 
        width: 100%;
    }
}
/* SFONDI E ALTRE CLASSI */
.lightGreyBG {
	background-color: #ececec;	
}
.smallMargin {
	margin: 6px;
}
.smallPadding {
	padding: 6px;
}
.roundedCorners{
	border-radius: 6px;
}
/* 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: #555555;
	font-size: 125%;
	margin-bottom: 2px;
}
.titoloconv {
	font-weight: bold;
	color: #ececec;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #642668;
}
.titoloconv a {
	color: #d1d1d1;
}
.titoloconv a:hover {
	color: #ececec;
}
.titolini_vip {
	font-weight: bold;
	color: #642668;
	font-size: 200%;
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: 'Fjalla One', sans-serif;
}
.titolini_num {
	font-weight: bold;
	color: #642668;
	font-size: 125%;
	margin-top: 4px;
	margin-bottom: 6px;
}
.fa {
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px !important;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #642668;
}
.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: #642668;
	line-height: 53px;
	margin:0;
	padding:0;
}
.activities li i.fa {
	display:inline-block;
	float:left;
}

/* FOOTER */
.footer{
    margin: 0;
    padding: 14px 16px;
    color: white;
    /*text-align: center;*/
    text-decoration: none;
    background-color: #090930;
}
.footer a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.footer a:hover {
	color: #ececec;
}

/*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: #090930;
}
.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: #642668;
}
.menu li.dropdown {
    display: inline-block;
}
.menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #642668;
    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: #642668;}
.menu .dropdown:hover .dropdown-content {
    display: block;
}
/*FINE MENU*/

/* BOTTONI */
.btnSubmit {
    background-color: #ececec;
    border-radius: 4px;
	color: white;
    padding: 6px 20px;
    font-weight: 700;
    font-variant: small-caps;
    text-decoration: none;
    letter-spacing: .05em;
}

.btnSubmit a {
	color: white;
}

.btnSubmit:hover {
    background-color: #642668;
    border-radius: 4px;
    color: #ececec
}

.btnSubmit_small,.btnSubmit_small:hover {
    border: #0c5f30 1px solid;
    border-radius: 4px;
    font-size: .8em
}

.btnSubmit_small {
    background-color: #0c5f30;
    padding: 4px 16px;
    color: #fff;
    font-weight: 700;
    font-variant: small-caps;
    text-decoration: none;
    letter-spacing: .05em;
    margin: 8px 10px
}

.btnSubmit_small:hover {
    background-color: #fff;
    color: #0c5f30
}


/* ALERTS e altre amenitÃ  per gli acquisti */
.infoalert {
	background: #8ADBDB;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	font-weight:bold;
	padding: 5px 40px 5px 40px;
	border-top: 2px solid #1188AA;
	border-bottom: 2px solid #1188AA;
}
.warningalert {
	background: #ff8000;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	font-weight:bold;
	padding: 5px 40px 5px 40px;
	border-top: 2px solid #b32d00;
	border-bottom: 2px solid #b32d00;
}
.okalert {
	background: #7AEB7A;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	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: left;
	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;
}
.tablecodebar {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	vertical-align: center;
	padding: 10px;
}
/*PER I VIDEO!!!*/
/* Set your aspect ratio */
.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* And set the max-width of the parent element */
.video-wrap {
  width: 100%;
}

