* {
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	image-rendering: -webkit-optimize-contrast;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	background-image: url(../pattern/fabric_of_squares_gray.png);
	background-repeat: repeat;
	background-position: center center;	
}
a {
	font-family: open_sanssemibold;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
strong {
	font-family: latobold;
	font-weight:normal;
}
em {
	font-family: latoitalic;
}
h1, h2, h3, h4, h5 {
	position: relative;
	width: 100%;
	line-height:normal;
	font-family: latobold;
	font-weight:normal;
	text-align:inherit;
	letter-spacing: 1px;
	word-spacing: 0px;
	text-transform: none;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px rgba(255,255,255,1);
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
#wrapper {
	position: relative;
	width: 100%;
	height: auto;
}
#container {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
	min-height: 100vh;
	text-align: center;
	z-index:2000;
}
#container.style_1 {
	padding-top:100px;
}
footer {
}
header {
	position:relative;
	width:100%;
	height: auto;
	z-index:3000;
}
.navigation {
	position:relative;
	width:100%;
	max-width:100%;
	height:inherit;
	margin-left:auto;
	margin-right:auto;
}
.nav_button {
    display: none;
}
.logo_nav_resp {
	display:none;
}
.logo_nav {
	position:relative;
	width: auto;
	z-index: 1100;
}
.logo_nav img {
	height:300px;
	vertical-align:middle;
	margin-top:-90px;
}
.nav_fixed {
	position: fixed !important;
	display: none;
	width: 100%;
	top: 0px;
	left: 0px;
	margin:0px;
	padding:20px 0px;
	background-image: url(../pattern/fabric_of_squares_gray.png);
	background-repeat: repeat;
	background-position: center center;	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	z-index: 1100;
}
nav {
	position:relative;
	width: 100%;
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
	z-index: 1100;
}
nav ul {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: auto;
}
nav ul li {
	position: relative;
	float:left;
	list-style-type: none;
	margin-left:10px;
	margin-right:10px;
}
nav ul li a {
	position: relative;
	display: block;
	width: auto;
	padding-left:15px;
	padding-right:15px;
	font-family: arial;
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
	text-transform: none;
	font-weight:bold;
	letter-spacing: 1px;
	color:rgba(0,0,0,1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
nav ul li a:hover {
	color: rgba(255,255,255,1);
	background-color:rgba(128,0,0,1);
}
nav ul li.active {
}
nav ul li.active a, nav ul li.active a:hover {
	color: rgba(255,255,255,1);
	background-color:rgba(128,0,0,1);
}
.info_bar {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 50px;
	z-index: 1100;
}
.flag {
	position:relative;
	float:left;
	margin-left:50px;
	margin-top:30px;
}
.flag > .inner {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.flag .my_flag {
	position:relative;
	float:left;
	width:50px;
	height:50px;
	margin-left:10px;
	margin-right:10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flag .my_flag.it {
	background-image: url(../images/it.png);
}
.flag .my_flag.en {
	background-image: url(../images/en.png);
}
.flag .my_flag.de {
	background-image: url(../images/de.png);
}
.flag .my_flag.ipo {
	background-image: url(../images/ipo.png);
}
.flag .my_flag:hover {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.flag .selected {
	opacity:0.3;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.social {
	position:relative;
	float:right;
	margin-right:50px;
	margin-top:30px;
}
.social > .inner {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.social .icon_social {
	position:relative;
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	font-size: 25px;
	color: rgba(255,255,255,1);
	background-color:rgba(128,0,0,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social .my_facebook {
}
.social .my_instagram {
}
.social .my_youtube {
}
.social .icon_social:hover {
	background-color:rgba(0,0,255,1);
}
.slider_box {
	position: relative;
	width: 100%;
}
.slider_box.main {
	height: 100vh;
}
.slider_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 110;
}
.slider_lente {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index: 110;
}
.slider_logo {
	position:absolute;
	top:80px;
	left: 50%;
	margin-left:-150px;
	width:auto;
	height:auto;
	z-index: 110;
}
.slider_logo img {
	width:300px;
	opacity:0.5;
}
.slider_caption {
	position: absolute;
	display:table;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 110;
}
.slider_caption .msg {
	position: relative;
	display:table-cell;
	width:100%;
	vertical-align:middle;
	padding-left:30px;
	padding-right:30px;
	font-family:bebas_neuebold;
	text-align:center;
	text-transform:none;
	text-shadow:0px 0px 3px rgba(0,0,0,1);
	letter-spacing:3px;
	word-spacing:2px;
	color:rgba(255,255,255,1);
}
.slider_caption .msg .text_1 {
	font-size:70px;
}
.slider_caption .msg .text_2 {
	font-size:50px;
}
.slider_button_down {
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px !important;
	left: 50%;
	margin-left:-40px;
	bottom: 80px;
	font-size: 50px;
	cursor: pointer;
	color: rgba(255,255,255,1);
	background-color:rgba(0,150,200,1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 110;
}
.slider_button_down:hover {
	background-color:rgba(255,0,0,1);
}
.logo-font {
	font-family: amerika_proregular;
	font-size: 40px;
	letter-spacing: 2px;
	color: rgba(89,58,27,1);
}
.logo-color {
	color: rgba(140,104,66,1);
}
#map {
	position: relative;
	width: 100%;
	height:100%;
}
.content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.content .text {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	margin-top: 40px;
	font-size: 20px;
	letter-spacing:0px;
    line-height: 34px;
	text-shadow: 1px 1px 2px rgba(255,255,255,1);
}
.content .text.small {
}
.content .text.column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	/*-webkit-column-width:400px;
	-moz-column-width:400px;
	column-width:400px;*/
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.content .text.short {
	height:225px;
	overflow:hidden;
}
.content .text.short:before {
	position:absolute;
	font-family: 'icomoon';
	content: "\f141";
	left:0px;
	right:0px;
	bottom:0px;
	height:100px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:40px;
	color:rgba(255,0,0,1);
	background-color:rgba(255,255,255,1);
}
.content .text ul {
	margin-left:40px;
}
.image {
	position:relative;
}
.image img {
	width: 100%;
	max-width:100%;
	vertical-align: bottom;
}
.image.style_1 img {
	width:auto;
}
.image.style_2 img {
	width:200px;
}
.image.style_3 img {
	width:300px;
}
.image.style_4 img {
	width:400px;
}
.image.style_5 img {
	border:solid 5px rgba(0,150,200,1);
}
.bg_image {
	position:relative;
	width:100%;
	height:100%;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-size:cover !important;
	background-attachment:scroll !important;
}
.bg_image.bg_absolute {
	position:absolute !important;
}
.bg_image.bg_fixed {
	position:absolute !important;
	background-attachment:fixed !important;
}
.bg_image.bg_blur {
	-webkit-filter:blur(5px);
	-moz-filter:blur(5px);
	-ms-filter:blur(5px);
	-o-filter:blur(5px);
    filter:blur(5px);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.bg_image.style_1 {
	height:500px;
}
.bg_image.style_2 {
	border:solid 10px rgba(255,255,255,1);
}
.button_main {
	position:relative;
}
.button_main.multi_button a, .button_main.multi_button button {
	margin-right:30px;
}
.button_main a, .button_main button {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
	margin-right: auto;
    margin-left: auto;
	cursor:pointer;
	overflow:hidden;
	z-index:2;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button_main .txt {
    position: relative;
	display:table-cell;
	vertical-align:middle;
	line-height: 20px;
	padding:15px;
	font-family: amerika_proregular;
	font-size:18px;
	text-transform:none;
	letter-spacing: 1px;
	z-index:1;
}
.button_main .icon {
    position: relative;
	display:table-cell;
	vertical-align:middle;
	padding:16px 20px;
    font-size: 20px;
	z-index:1;
}
.gallery {
	opacity:0;
}
.gallery .cell {
	position:static;
}
.gallery .content {
	overflow:hidden;
	background-color:rgba(89,58,27,1);
}
.gallery .foto {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.gallery .foto:hover {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity:0.7;
}
.gallery .lente {
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	display:none;
}
.gallery .lente .nome {
	display:table-cell;
	vertical-align: middle;
	line-height: 30px;
	font-family: open_sanssemibold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,1);
	display:none;
}
.video_gallery {
	opacity:0;
}
.video {
	position:relative;
	width:100%;
}
.color_1 {
}
	.color_1 h1 {
		color: rgba(128,0,0,1);
	}
	.color_1 h2 {
		color: rgba(0,0,0,1);
	}
	.color_1 h3 {
		color: rgba(128,0,0,1);
	}
	.color_1 h4 {
		color: rgba(0,0,0,1);
	}
	.color_1 h5 {
		color: rgba(128,0,0,1);
	}
	.color_1 .text {
		color: rgba(0,0,0,1);
	}
	.color_1 .button_main a, .color_1 .button_main button {
		color: rgba(255,255,255,1);
		background-color: rgba(128,0,0,1);
	}
	.color_1 .button_main .icon {
		background-color:rgba(0,0,255,1);
	}
	.color_1 .button_main a:hover, .color_1 .button_main button:hover {
		color: rgba(255,255,255,1);
		background-color: rgba(0,0,255,1);
	}
	.color_1 a {
		color: rgba(128,0,0,1);
	}
	.color_1 a:hover {
		color: rgba(0,0,255,1);
	}

.color_2 {
	background-color:rgba(255,255,255,1);
}
	.color_2 h1 {
		color: rgba(10,90,120,1);
	}
	.color_2 h2 {
		color: rgba(0,150,200,1);
	}
	.color_2 h3 {
		color: rgba(10,90,120,1);
	}
	.color_2 h4 {
		color: rgba(255,0,0,1);
	}
	.color_2 h5 {
		color: rgba(0,150,200,1);
	}
	.color_2 .text {
		color: rgba(70,100,120,1);
	}
	.color_2 .button_main a, .color_2 .button_main button {
		color: rgba(255,255,255,1);
		background-color: rgba(0,150,200,1);
	}
	.color_2 .button_main .icon {
		background-color:rgba(255,0,0,1);
	}
	.color_2 .button_main a:hover, .color_2 .button_main button:hover {
		color: rgba(255,255,255,1);
		background-color: rgba(10,90,120,1);
	}
	.color_2 a {
		color: rgba(0,150,200,1);
	}
	.color_2 a:hover {
		color: rgba(10,90,120,1);
	}

.color_3 {
	background-color:rgba(255,255,255,1);
}
	.color_3 h1 {
		color: rgba(10,90,120,1);
	}
	.color_3 h2 {
		color: rgba(0,150,200,1);
	}
	.color_3 h3 {
		color: rgba(10,90,120,1);
	}
	.color_3 h4 {
		color: rgba(255,0,0,1);
	}
	.color_3 h5 {
		color: rgba(0,150,200,1);
	}
	.color_3 .text {
		color: rgba(70,100,120,1);
	}
	.color_3 .button_main a, .color_3 .button_main button {
		color: rgba(255,255,255,1);
		background-color: rgba(0,150,200,1);
	}
	.color_3 .button_main .icon {
		background-color:rgba(255,0,0,1);
	}
	.color_3 .button_main a:hover, .color_3 .button_main button:hover {
		color: rgba(255,255,255,1);
		background-color: rgba(10,90,120,1);
	}
	.color_3 a {
		color: rgba(0,150,200,1);
	}
	.color_3 a:hover {
		color: rgba(10,90,120,1);
	}


.color_text_1 { color: rgba(89,58,27,1) !important; }
.color_text_2 { color: rgba(140,104,66,1) !important; }
.color_text_3 { color: rgba(128,0,0,1) !important; }
.color_text_4 { color: rgba(140,160,170,1) !important; }
.color_text_5 { color: rgba(240,245,250,1) !important; }

.color_box_1 { background-color: rgba(220,205,183,0.3) !important; }
.color_box_2 {
	background-color: rgba(255,255,255,1) !important;
	border:solid 1px rgba(0,0,0,1);
}
.color_box_3 { background-color: rgba(207,56,5,1) !important; }
.color_box_4 { background-color: rgba(140,160,170,1) !important; }
.color_box_5 { background-color: rgba(240,245,250,1) !important; }

.pattern {
	background-repeat: repeat;
	background-position: center center;	
}
.pattern.pt_1 { background-image: url(../pattern/circles-light.png); }
.pattern.pt_2 {	background-image: url(../pattern/halftone-yellow.png); }
.pattern.pt_3 {	background-image: url(../pattern/subtle_white_mini_waves.png); }
.pattern.pt_4 {	background-image: url(../pattern/vintage-concrete.png); }
.pattern.pt_5 {	background-image: url(../pattern/weather.png); }

.shadow_1 {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.shadow_2 {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.shadow_3 {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}
.shadow_4 {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.shadow_inset_1 {
	-webkit-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.2);
}
.shadow_inset_2 {
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.4);
	-ms-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.4);
	-o-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.4);
}
.efx_1, .efx_2 {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.efx_1 {
	background-color: rgba(89,58,27,0.6);
}
.efx_1:hover {
	background-color: transparent !important;
}
.efx_2:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.tariffe {
	position: relative;
	width: auto;
	height: auto;
	margin-top:60px;
}
.tariffe table {
    border-collapse: collapse;
}
.tariffe td {
	background-color: rgba(255,255,255,1);
	border: solid 1px rgba(0,0,0,1);
}
/*.tariffe table tr:first-child td {
    border-top: 0;
}
.tariffe table tr:last-child td {
    border-bottom: 0;
}
.tariffe table tr td:first-child {
    border-left: 0;
}
.tariffe table tr td:last-child {
    border-right: 0;
}*/
.tariffe table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.tariffe tr {
	height: 50px;
}
.tariffe td {
	width: auto;
	padding:5px 10px;
	line-height: 20px;
	font-family: latobold;
	font-size:17px;
	letter-spacing:1px;
	text-align: center;
	text-transform:uppercase;
	text-shadow: 1px 1px 2px rgba(255,255,255,1);
	color:rgba(0,0,0,1);
}
.tariffe .row_heading td {
	height:80px;
}
.tariffe .col_heading {
}
.tariffe .data {
	position:relative;
	display:inline-block;
	margin:4px 8px;
}
.tariffe .prezzo {
	font-size:20px;
	color:rgba(128,0,0,1);
}
.tariffe .tipo {
	position:relative;
	display:block;
	margin-top:7px;
	padding-top:5px;
	font-size:13px;
	border-top:solid 1px rgba(140,160,170,0.5);
}
.tariffe .tipo_mob {
	display:none;
}
.tariffe .stagione {
}
.tariffe .legenda {
	text-transform:none;
}


::-webkit-input-placeholder {
	font-family: latoregular;
	color:rgba(255,255,255,1);
}
:-moz-placeholder { /* Firefox 18- */
	font-family: latoregular;
	color:rgba(255,255,255,1);
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family: latoregular;
	color:rgba(255,255,255,1);
}
:-ms-input-placeholder {  
	font-family: latoregular;
	color:rgba(255,255,255,1);
}
.form_main {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	margin-top:40px;
	text-align: center;
	font-family: latoregular;
    font-size: 15px;
	letter-spacing:1px;
}
.form_main h2 {
}
.form_main fieldset {
    position: relative;
	float:left;
	width:100%;
	padding:15px;
}
.form_main fieldset.style_25 {
	width:25%;
}
.form_main fieldset.style_33 {
	width:33.33%;
}
.form_main fieldset.style_50 {
	width:50%;
}
.form_main fieldset.clear_both {
	clear:both !important;
}
.form_main legend {
    position: relative;
	float:left;
	margin-bottom:3px;
    text-align: left;
	color:rgba(255,255,255,1);
}
.form_main input[type=text],
.form_main input[type=email],
.form_main [type=password],
.form_main textarea,
select {
	position:relative;
	float:left;
    width: 100%;
    height: 50px;
    padding: 10px;
	font-family:inherit;
    font-size: 20px;
	color:rgba(255,255,255,1);
    background-color: rgba(0,0,255,1);
	border:solid 1px rgba(0,0,0,0);
    -webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
   /* -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -0-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
}
.form_main select {
	-webkit-appearance: menulist;
	cursor: pointer;
    color: rgba(255,255,255,1);
}
.form_main select:required:invalid {
    color: rgba(255,255,255,0.5);
}
.form_main option[value=""][disabled] {
	display: none;
}
.form_main option {
    color: rgba(255,255,255,1);
	padding:5px 0px;
}
.form_main textarea {
    width: 100%;
    height: 100px;
}
.form_main button {
	margin-top: 0px;
}
.form_main button {
	background-color: transparent;
}
.form_main input[type=text]:focus,
.form_main input[type=email]:focus,
.form_main input[type=submit]:focus,
.form_main [type=password],
.form_main textarea:focus,
button:focus,
select:focus {
    outline-color: red;
}
.form_main .email_required {
	border: solid 1px red !important;
	/*-webkit-box-shadow: 1px 1px 1px rgba(255,0,0,0.5) !important;
	-moz-box-shadow: 1px 1px 1px rgba(255,0,0,0.5) !important;
	-ms-box-shadow: 1px 1px 1px rgba(255,0,0,0.5) !important;
    -0-box-shadow: 1px 1px 1px rgba(255,0,0,0.5) !important;
	box-shadow: 1px 1px 1px rgba(255,0,0,0.5) !important;*/
}
.form_main .required {
	position:relative;
	color: red;
	font-size:10px;
	vertical-align:text-top;
}
.form_main .required:after {
	font-family: 'icomoon';
	content: "\f069";
}
.form_main .btn_privacy a {
	position:relative;
	display:block;
	margin:auto;
	padding:10px 5px;
	width:100%;
	max-width:300px;
	font-family: latobold;
    font-size:16px;
    line-height:20px;
    text-transform: uppercase;
	letter-spacing:1px;
	color:rgba(128,0,0,1);
}
.form_main .btn_privacy a:hover {
	color:rgba(0,0,0,1);
	text-decoration:underline;
}
.form_main .privacy {
    position: relative;
	display:flex;
	align-items:center;
	padding:15px;
	border:solid 3px rgba(0,0,255,1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.form_main .privacy .privacy_text {
	position:relative;
	display:flex;
	margin-left:15px;
	text-align:left;
    text-transform: uppercase;
    font-size:16px;
    line-height:20px;
	letter-spacing:1px;
	color:rgba(0,0,0,1);
}
.form_main .checkbox {
    position: relative;
	display:flex;
}
.form_main input[type=checkbox] {
	width:30px;
	height:30px;
	border:solid 2px rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
    -webkit-appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5) !important;
	-ms-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5) !important;
    -o-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5) !important;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5) !important;
}
.form_main input[type=checkbox]:checked {
	background-color: rgba(255,255,255,1);
    border: 2px solid black;
}
.form_main input[type=checkbox]:focus {
    outline:none;
}
.form_main input[type=checkbox]:checked:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-color:rgba(0,0,255,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: 5px;
	margin-top: 5px;
}
.form_main input[type="checkbox"]:checked:before {
	/*content: '';
	display: block;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 7px;
	margin-top: 2px;*/
}
.form_main label.error {
	position:relative;
	display:inline-block;
	width:100%;
	top:3px;
	color:red;
	font-size:16px;
	text-align:center;
    text-transform: uppercase;
}
.form_main input[type=text].error,
.form_main input[type=email].error,
.form_main input[type=password].error,
.form_main textarea.error,
.form_main input[type=checkbox].error,
select.error {
	border: 1px solid red;
}
.form_main input[type=checkbox].error {
	border-width:2px;
}
.form_main .calendar {
	position: relative;
	float:right;
	width: 50px;
	line-height:50px;
	margin-top:-50px;
	font-size: 20px;
	pointer-events: none;
	color: rgba(255,255,255,1);
	background-color: rgba(202,173,140,1);
}






.form_main .calendar {
	position: relative;
	float:right;
	width: 50px;
	line-height:50px;
	margin-top:-50px;
	font-size: 20px;
	pointer-events: none;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,255,1);
}
.picker__footer button {
    margin: 0px;
    color: black;
	font-size:13px;
}
.conferma {
	width: 500px;
	height: auto;
	max-width: 100%;
	max-height: 70%;
}
.conferma .title {
	position: relative;
	margin-bottom: 10px;
	line-height:30px;
	font-weight: bold;
}
.conferma .icon {
	position: relative;
	float:left;
	margin-right:10px;
	font-size: 30px;
}
.conferma .icon.success {
	color: rgba(0,204,0,1);
}
.conferma .icon.warning {
	color: rgba(255,0,0,1);
}