
/*@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://fonts.googleapis.com/css?family=Black+Ops+One');
@import url('https://fonts.googleapis.com/css?family=Ceviche+One');
@import url('https://fonts.googleapis.com/css?family=Shojumaru');
@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans');
@import url('https://fonts.googleapis.com/css?family=Mukta+Malar');*/
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/**, *:before, *:after  {
    box-sizing: border-box;
}*/

html {
  height: 100%;
  /*box-sizing: border-box;*/
}

*,
*:before,
*:after {
  box-sizing: border-box; /*inherit;*/
}

/* COLORS CODE */
/*
	Midnight Purple: #11074A; 301934;
	Midnight Blue: #191970;
	200SX Blue: #0D2D97; lighter: #7290f3
	Electric blue: #003399;
	Royal blue: #4169e1;
	red orange: #ff4500;
	
	Complementari: viola chiaro: 9557B0, viola scuro: 5E187D;
*/

/*

	bianco: F7F5FB;
	arancione chiaro: F9AB55;
	arancione scuro: F58A07; lighter: #faba6b;
	blu: 084887;
	grigio: 909CC2;
	
	violet: #8F00FF; lighter: #bd66ff;

*/

@font-face {
	font-family: "vivaldi";
	src: url("fonts/VIVALDII.TTF");
	/*src: local('vivaldi'), url(../fonts/vivaldi.ttf) format('truetype');*/
}

body {
	position: relative;
    margin: 0;
	padding: 0;
	padding-bottom: 23.8rem;
	min-height: 100%;
	background-color: #1a1a1a; /*#DBC6B2; #A49377; #81715A; #1a1a1a; #0D2D97;*/
	color: #333333;
	font-size: 1em;
	text-align: justify;
    text-justify: inter-word;
	/*font-family: 'Russo One', sans-serif;
	font-family: 'Black Ops One', cursive;
	font-family: 'Ceviche One', cursive;
	font-family: 'Bubblegum Sans', cursive;
	font-family: 'Roboto', sans-serif;
	font-family: 'Mukta Malar', sans-serif;*/
	font-family: 'Lato', sans-serif;
	/*text-shadow: 0 0 10px black, 0 0 5px black; NOT BAD*/ 
	
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-image: url('foto/Villa_Ostignano_Background.jpg');
	background-repeat:no-repeat;
	
}

h1 {
	font-family: "vivaldi", Arial, sans-serif;
	text-shadow: 0 0 10px #D8D8D8, 0 0 5px #D8D8D8;
	color: #003366; /*#847639;*/
	margin: 0;
	padding: 2px;
	font-size: 2.5em;
	line-height: 100%;
	/*text-align:center; for horizontal*/
}

h1 a, h2 a {
	color: #003366;
}

h1 a:hover, h2 a:hover {
	text-shadow: 0 0 20px #D8D8D8, 0 0 10px #D8D8D8;
	color: #003366;
}

h2 {
	font-family: "vivaldi", Arial, sans-serif;
	/*text-shadow: 0 0 10px #D8D8D8, 0 0 5px #D8D8D8;*/
	color: #003366;
	margin: 0;
	font-size: 2em;
	line-height: 150%;
}

h3 {
	margin: 10px 0;
	font-size: 1.25em;
	line-height: 100%;
}

p {
	margin: 0;
	/*font-size: 1.23em;*/
	line-height: 130%;
}

a {
	cursor: pointer;
	text-decoration: none; /*underline;*/
	color: #e93e51; /*#faba6b; #89C53F; Green*/
}

a:hover {
	color: red; /*#89C53F; Green*/
}

ul {
	/*text-align: center;*/
	list-style-type: square;
	padding: 0 20px;
	margin: 0;
	line-height: 120%;
}

li {
	padding: 0;
	margin: 10px 0;
	line-height: 100%;*/
}

hr {
	color: rgba(0,0,0,0.3);
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
}

.youtube {
	width:100%;
	max-width: 560px;
	min-height: 315px;
}

.googlePos {
	width:100%;
	min-height: 400px;
}

.backgroundImageClass {
	background-size: cover;
	/*background-position: center;
	background-attachment: fixed;*/
	/*background-image: url('foto/vacanze1.jpg');*/
	background-repeat:no-repeat;
}

/* Style the header */
.header {
	width: 100%;
    background-color: #F1F2F1;
    padding: 0;
	margin: 0;
    /*text-align: center;
	
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	
	background-image: url("foto/vacanze1.jpg");
	background-repeat: no-repeat;
	background-size: 100%;*/
	
	/*overflow: hidden;*/
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 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 */
}

.columnGallery {
    float: left;
    padding: 0 5px;
	margin: 0;
	/*border: 1px dashed #4CAF50;*/ /*TEMP*/
    /*min-height: 300px;*/ /* Should be removed. Only for demonstration */
}

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

.column:after, .columnMain:after, .header:after, .columnGallery:after {
    content: "";
    display: table;
    clear: both;
}

.backgroundTransparent {
	/*background-color: #F1F2F1;*/
	background-color: rgba(255,255,255,0.95);
}

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

.inverse50 {
	width: 100%;
	margin: 0;
}

.s15, .a15, .h15 {
    width: 15%;
	margin: 0;
}

.s25, .a25, .h25 {
    width: 25%;
	margin: 0;
}

.s33, .a33, .h33 {
    width: 33.33%;
	margin: 0;
}

.s50, .h50 {
    width: 50%;
	margin: 0;
}

.s60, .a60, .h60 {
	width: 60%;
	margin: 0;
}

.s66, .a66, .h66 {
	width: 66%;
	margin: 0;
}

.s75, .a75, .h75 {
    width: 75%;
	margin: 0;
}

.s95, .a95, .h95, .button.idle.s95, .button.selected.s95 {
    width: 95%;
	margin: 0;
}

.s100, .a100, .h100 {
	width: 100%;
	margin: 0;
}

.row {
	width: 100%;
	margin: 0;
	padding: 0;
	/*border-bottom: 2px solid #4CAF50;*/
	/*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;
}

/* Menu Stuff */

.menu {
	/*background-color: black;*/
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline;
	
	/*border: 1px dashed #4CAF50;*/ /*TEMP*/
}

/*#menuButtons {
	content: "";
    display: table;
    clear: both;
}

.menu .facebook {
	width: 340px;
	height: 70px;
	vertical-align:middle;
	display: inline-block;
	border: 0;
	margin: 0;
	
	border: none;
	overflow:hidden;
}*/

/* TABLE */

.calendarTable table {
	width: 100%;
	max-width: 1000px;
	table-layout: fixed;
	margin: auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	/*border: 1px solid black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-style: hidden;*/
}

.calendarTable tr {
	border: 0;
	text-align: center;
	margin: 0;
	padding: 0;
}

.calendarTable td {
	border: 0;
	margin: 0;
	font-size: 1em;
	height: 100px;
}

.calendarTable .notAvaiable {
	background-color: transparent;
}

.calendarTable .past {
	border: 1px solid black;
	background-color: #999999;
}

.calendarTable .today {
	border: 1px solid black;
	background-color: #ccffff;
}

.calendarTable .reserved {
	border: 1px solid black;
	background-color: #ff6666;
}

.calendarTable .avaiable {
	border: 1px solid black;
	background-color: #99ff66;
}

.calendarTable .selected {
	border: 5px solid blue;
	background-color: #99ff66;
}

.reservationsTable {
	width: 100%;
	table-layout: fixed;
	margin: auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.reservationsTable tr {
	border: 0;
	text-align: center;
	margin: 0;
	padding: 0;
}

.reservationsTable td {
	border: 0;
	margin: 0;
	height: 30px;
}

.reservationsTable .confirmed {
	border: 1px solid black;
	background-color: #99ff66;
}

.reservationsTable .cancelled {
	border: 1px solid black;
	background-color: #ffa366;
}

.reservationsTable .notAvaiable {
	border: 1px solid black;
	background-color: #ff6666;
}

.tableFixed {
	width: 100%;
	margin: auto;
	table-layout: fixed; /*auto*/
}

.tableStats {
	/*border: 1px dashed green;*/
	margin: 5px;
}

.tableStats  td{
	padding: 0 5px;
}

.colorRadial {
	background-image: radial-gradient( #faba6b,  #1a1a1a, #1a1a1a);
	/*box-shadow: 0 12px 16px 0 rgba(0,255,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	border-color: #4CAF50;
	border-style: solid;
	border-width: 2px;
	border-collapse: collapse;*/
}

.colorRadial img {
	max-width: 300px;
}

/*td {
	border: 1px dashed green;
}*/

/* Button Stuff */

.calendarButton {
	/*background-color: transparent; #EEE9E5;*/
	border: 2px solid black; /*#847639;*/
	color: black;
	text-align: center;
	font-size: 1em;
	/*font-family: 'Mukta Malar', sans-serif;*/
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 50px;
	cursor: pointer;
}

.button.idle {
	vertical-align: middle;
	display: inline-block;
  /*border-radius: 4px;*/
	background-color: transparent; /*#EEE9E5;*/
	border: 2px solid transparent; /*#847639;*/
	/*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
	color: black;
	text-align: center;
	font-size: 1em;
	/*font-family: 'Mukta Malar', sans-serif;*/
	padding: 0 10px;
	margin: 0;
	width: 150px;
	height: 50px;
	/*transition: all 0.5s;*/
	cursor: pointer;
}

/*.button.idle.ita {
	background-color: #66ff66;
	border: 0;
	color: #1a1a1a;
	background: url("Foto/Icone/ita.jpg");
	background-repeat: repeat;
    background-size: 200px;
	background-position: center;
}*/

/*.button.idle.eng {
	background-color: #e93e51;
	border: 0;
	color: #1a1a1a;
	background: url("Foto/Icone/eng.jpg");
	background-repeat: repeat;
    background-size: 200px;
	background-position: center;
}*/

.button.selected {
	vertical-align: middle;
	display: inline-block;
	background-color: #003366; /*rgba(255,255,255,0.95); #DBC6B2; #847639;*/
	border: #003366; /*2px solid rgba(255,255,255,0.95); #DBC6B2; #847639;*/
	/*box-shadow: 0 12px 16px 0 rgba(200,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
	color: white;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	/*font-family: 'Mukta Malar', sans-serif;*/
	padding: 0 10px;
	margin: 0;
	width: 150px;
	height: 50px;
	/*transition: all 0.5s;*/
	cursor: pointer;
}

.button.body {
  /*vertical-align:middle;*/
	display: inline-block;
  /*border-radius: 4px;*/
	background-color: transparent; /*#EEE9E5;*/
	border: 2px solid transparent; /*#847639;*/
	box-shadow: 0 0 16px 0 rgba(132,118,57,0.24),0 0 50px 0 rgba(0,0,0,0.19);
	color: #725050;
	text-align: center;
	font-size: 1em;
	font-family: 'Mukta Malar', sans-serif;
	padding: 0;
	width: 150px;
	min-height: 50px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0;
}

.button.body:hover {
	/*background-color: #11074A;*/
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/*.button.main {
	display: none;
	background-color: #1a1a1a;
	border: 2px solid #e6e6e6;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	color: #e6e6e6;
	text-align: center;
	font-size: 1em;
	font-family: 'Russo One', sans-serif;
	padding: 0;
	width: 95%;
	min-height: 50px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}*/

.button.idle:hover {
	/*background-color: #11074A;*/
	box-shadow: 0 0 16px 0 rgba(132,118,57,0.24),0 0 50px 0 rgba(0,0,0,0.19);
}

.button.idle span {
	cursor: pointer;
	display: inline-block;
}

/*.button.idle span:after {
	content: '\00bb';
	opacity: 0;
	top: 0;
	right: -20px;
}

.button.idle:hover span {
	padding-right: 5px;
}

.button.idle:hover span:after {
	opacity: 1;
	right: 0;
}*/

.button.link {
  vertical-align:middle;
	display: inline-block;
  /*border-radius: 4px;*/
  border: 0;
	background-color: transparent;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	padding: 0;
	width: 100%;
	max-width: 50px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	border: 2px solid transparent;
}

.button.link :hover {
	border: 2px solid #e93e51;
}

.button.link img {
	width: 100%;
}

/* Style the footer */
.footer {
	/*font-size: 1em;*/
	/*background-color: #F1F2F1; #d8d8d8;  #bfbfbf;*/
	background-color: rgba(255,255,255,0.95);
	/*border: 1px dashed #4CAF50;*/ /*TEMP
	margin: 10px 0 0 0;*/
	margin: 0;
	padding: 0;
	
    overflow: hidden;
    /*white-space: nowrap;*/
	
	text-align: center;
	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	/*background-image: url("Foto/island.png");
	background-repeat: repeat;
	background-size: contain;*/
	
}

.footer .imgLink {
	width: 50px;
	padding: 5px;
}

/*.footer .middle {
	vertical-align: middle;
}*/

.footer p {
	font-size: 0.9em;
	line-height: 100%;
}

/*.footer button.idle {
	width: 250px;
}

.footer img {
	margin: 5px;
	width: 50px;
	border: 2px solid transparent;
}

.footer img:hover {
	margin: 5px;
	width: 50px;
	border: 2px solid #e93e51;
}*/


.footer .about {
	margin:auto;
}
	
/* TO FINISH */
.language button{
	background-size: 100%;
	background-position: center; 
	background-color: rgba(201, 76, 76, 0.3);
}

/*.language table {
	margin: 5px;
	min-width: 50px;
	border: 2px solid black;
}

.language table:hover {
	margin: 5px;
	min-width: 50px;
	border: 2px solid #4CAF50;
}

.language img {
	margin: 0;
	width: 50px;
}*/

input[type=text], input[type=password], input[type=number], input[type=date], textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    box-sizing: border-box;
}

textarea { 
	resize: vertical;
	min-height: 200px;
}

/*input[type=submit]*/ .inputButton {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    /*border-radius: 4px;*/
    cursor: pointer;
}

/*input[type=submit]*/ .inputButton:hover {
    background-color: #45a049;
}

/*input[type=submit]*/ .deleteButton {
    width: 100%;
    background-color: #ff1a1a;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    /*border-radius: 4px;*/
    cursor: pointer;
}

/*input[type=submit]*/ .deleteButton:hover {
    background-color: #ff0000;
}

.cookie-banner {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 10;
    padding: 30px 50px;
    color: white;
}

.cookie-banner .js-cookie-dismiss {
	background-color: #e93e51;
    color: white;
    border: 0;
    padding: 10px 15px;
    margin: 10px 0;
}

.cookie-banner .js-cookie-dismiss:hover {
	background-color: red;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 800px) {
	
	body {
		padding-bottom: 50rem;
	}
	
	.header {
		background-color: rgba(255,255,255,0.95); /*#DBC6B2; #847639;*/
	}
	
	.sticky {
		position: static;
		top: 0;
	}
	
	.imgMobile {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sponsor {
		background-image: url("Foto/sponsorBackgroundMobile.png");
	}
	
	.pilot {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer .about {
		width: 100%;
	}
	
	.hideInMobile {
		display: none;
	}
	
	.columnGallery#column1 {
		padding: 0 0 5px 0;
	}
	
	.columnGallery#column2 {
		padding: 5px 0;
	}
	
	.columnGallery#column3 {
		padding: 5px 0 0 0;
	}
	
	/*.button.main {
		display: inline-block;
	}
	
	.menu {
		display: none;
	}
	
	.header{
		position: static;
	}*/
	
	.mobileCenter {
		text-align: center;
	}
	
	.inverse50 {
		width: 50%;
	}
	
	.a15, .a25, .a33, .a60, .a66, .a75, .a95, .a100 {
        width: 50%;
		/*float:right;*/
    }
	
	.h15, .h25, .h33, .h60, .h66, .h75, .h95, .h100 {
        display: none;
    }
	
	.s15, .s25, .s33, .s50, .s60, .s66, .s75 {
        width: 100%;
    }
	
	.column, .button.selected, .button.idle {
		width: 100%;
	}
}