* {
	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: robotolight;
	font-size: 22px;
	line-height: normal;
	text-align: center;
	color: rgba(0,0,0,1);
	background-color:rgba(240,240,240,1);
}
a {
	font-family: robotomedium;
	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: robotomedium;
	font-weight:normal;
}
em {
	font-family: robotoitalic;
}
h1, h2, h3, h4, h5 {
	position: relative;
	width: 100%;
	line-height:normal;
	font-family: robotolight;
	font-weight:normal;
	text-align:inherit;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: none;
	margin-bottom: 5px;
}
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;
	padding-top: 80px;
	text-align: center;
	z-index:2000;
}
#container.style_2 {
	padding-top: 0px;
}
footer {
}
.icon_contatti {
	position:relative;
	float:left;
	width:25px;
	line-height:34px !important;
	margin-right:10px;
	font-size: 20px;
	text-align:center;
	color:rgba(225,36,84,1);
}



.flexslider, .flex-viewport	{
	position:absolute !important;
}
.flexslider .slides li.effect_zoom {
	background-position: center;
	height: 100%;
	width: 100%;
	transition: transform 4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.flexslider .slides li.flex-active-slide.effect_zoom {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.slider_lente {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(80,50,20,0.3);
	z-index:1000;
}
.slider_loader {
	position: absolute;
	top:50%;
	left:50%;
	width:100px;
	margin-left:-50px;
	margin-top:-50px;
	z-index:1000;
}
.slider_logo {
	position:relative;
	z-index:1000;
	margin:30px 0px;
}
.slider_logo img {
	width:300px;
	padding:50px;
	background-color: rgba(255,255,255,0.4);
	border:dashed 1px rgba(255,255,255,0.7);
}
.slider_button_down {
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px !important;
	left: 50px;
	bottom: 50px;
	font-size: 50px;
	cursor: pointer;
	color: rgba(255,255,255,1);
	background-color: rgba(244,171,32,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:1000;
}
.slider_button_down:hover {
	background: rgba(1,135,174,1);
}

.slider_caption {
	color:rgba(255,255,255,1);
	z-index:1000;
}
.slider_caption.style_1 {
	padding-top:10px;
	border-top:dashed 1px rgba(255,255,255,0.7);
	font-style:italic;
}

#map {
	position: relative;
	width: 100%;
	height:100%;
}




.text {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	margin-top: 30px;
	font-size: 18px;
	letter-spacing:0px;
    line-height: 34px;
}
.text.style_1 {
	font-size: 17px;
    line-height: 25px;
}
.text.short {
	height:225px;
	overflow:hidden;
}
.text.short:before {
	position:absolute;
	font-family: 'icomoon';
	content: "\f141";
	left:0px;
	right:0px;
	bottom:0px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:40px;
	color:rgba(50,163,190,1);
	background-color:rgba(255,255,255,1);
}
.text ul {
	margin-left:40px;
}

.content_lente {
	position:absolute;
	display: flex;
    align-items: center;
	justify-content: center;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	cursor:pointer;
	opacity:0;
	-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;
}
.content_lente:hover {
	color:rgba(255,255,255,1);
	background-color:rgba(50,163,190,0.8);
	opacity:1;
}
.content_inline {
	width: 800px;
	height: auto;
	max-width: 100%;
	max-height: 70%;
}


.image {
	position:relative;
}
.image img {
	display:block !important;
	width: 100%;
	max-width:100%;
}
.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:absolute !important;
	top:0px;
	left:0px;
	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_relative {
	position:relative !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);
}
.bg_image.style_3 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.bg_image.style_4 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 5%;
}


.filemanager img {
	max-width:100%;
	height:auto;
}


a .efx_2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 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;
}
a:hover .efx_2:after {
	opacity: 0.5;
	background-color:rgba(50,163,190,1);
}

.vertical_wrapper {
	display:table;
}
.vertical_content {
	display:table-cell;
	vertical-align:middle;
}

.efx_1 {
	color:rgba(255,255,255,1) !important;
	top:40px;
	opacity:0;
	font-family: robotoregular;
	z-index:100;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover .efx_1 {
	opacity:1;
	top:0px;
}
.efx_3 {
	position:absolute;
	bottom:10%;
	left:10%;
	width:80%;
	padding:10px;
	background-color:rgba(255,255,255,1);
	font-family: robotoregular;
	font-size:17px;
	letter-spacing:1px;
	z-index:100;
	border:solid 1px rgba(210,210,210,1);
}

.video_yt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button_main {
	position:relative;
}
.button_main.multi_button a, .button_main.multi_button button {
	margin-right:30px;
}
.button_main a, .button_main button, .button_main .data_item {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
	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:16px 20px;
	font-family: robotolight;
	font-size:20px;
	text-transform: none;
	letter-spacing: 0px;
	z-index:1;
}
.button_main .icon {
    position: relative;
	display:table-cell;
	vertical-align:middle;
	padding:16px 20px;
    font-size: 24px;
	z-index:1;
}
.button_main .data_item {
	position:absolute;
	top:50px;
	right:20px;
	margin-top:0px;
	cursor:default;
}
.button_main .data_item .txt {
	padding:8px 12px;
	font-size:16px;
	color:rgba(255,255,255,1);
}





.gallery {
	opacity:0;
}
.gallery .cell {
	position:static;
}
.gallery .content {
	overflow:hidden;
	background-color:rgba(10,90,120,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: robotolight;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,1);
	display:none;
}

.color_1 {
}
	.color_1 h1 {
		color: rgba(50,163,190,1);
	}
	.color_1 h2 {
		color: rgba(18,112,158,1);
	}
	.color_1 h3 {
		color: rgba(50,163,190,1);
	}
	.color_1 h4 {
		color: rgba(18,112,158,1);
	}
	.color_1 h5 {
		color: rgba(50,163,190,1);
	}
	.color_1 .text {
		color: rgba(130,130,130,1);
	}
	.color_1 .button_main a, .color_1 .button_main button {
		color: rgba(255,255,255,1);
		background-color: rgba(225,36,84,1);
	}
	.color_1 .button_main .icon {
		background-color:rgba(255,0,0,1);
	}
	.color_1 .button_main a:hover, .color_1 .button_main button:hover {
		color: rgba(255,255,255,1);
		background-color: rgba(50,163,190,1);
	}
	.color_1 a {
		color: rgba(50,163,190,1);
	}
	.color_1 a:hover {
		color: rgba(225,36,84,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(50,163,190,1) !important; }
.color_text_2 { color: rgba(44,179,172,1) !important; }
.color_text_3 { color: rgba(240,248,255,1) !important; }
.color_text_4 { color: rgba(225,36,84,1) !important; }
.color_text_5 { color: rgba(19,35,47,1) !important; }
.color_text_6 { color: rgba(255,255,255,1) !important; }

.color_box_1 { background-color: rgba(50,163,190,1) !important; }
.color_box_2 { background-color: rgba(44,179,172,1) !important; }
.color_box_3 { background-color: rgba(240,248,255,1) !important; }
.color_box_4 { background-color: rgba(225,36,84,1) !important; }
.color_box_5 { background-color: rgba(19,35,47,1) !important; }
.color_box_6 { background-color: rgba(255,255,255,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_5 {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(230,230,230,0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(230,230,230,0.4);
	-ms-box-shadow: 0px 0px 40px 0px rgba(230,230,230,0.4);
	-o-box-shadow: 0px 0px 40px 0px rgba(230,230,230,0.4);
	box-shadow: 0px 0px 40px 0px rgba(230,230,230,0.4);
}
.shadow_6 {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(160,160,160,0.5);
	-moz-box-shadow: 0px 0px 40px 0px rgba(160,160,160,0.5);
	-ms-box-shadow: 0px 0px 40px 0px rgba(160,160,160,0.5);
	-o-box-shadow: 0px 0px 40px 0px rgba(160,160,160,0.5);
	box-shadow: 0px 0px 40px 0px rgba(160,160,160,0.5);
}

.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);
}


.border_1 {
	border:solid 1px rgba(0,0,255,1);
}
.outline_1 {
	outline:solid 1px rgba(225,225,225,1);
}

.radius_10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.radius_20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.divisorio {
	border-bottom:solid 1px rgba(225,225,225,1);
}



::-webkit-input-placeholder {
	font-family: latoregular;
	color:rgba(90,90,90,0.6);
}
:-moz-placeholder { /* Firefox 18- */
	font-family: latoregular;
	color:rgba(90,90,90,0.6);
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family: latoregular;
	color:rgba(90,90,90,0.6);
}
:-ms-input-placeholder {  
	font-family: latoregular;
	color:rgba(90,90,90,0.6);
}
.form_main {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	margin-top:20px;
	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: 60px;
    padding: 10px;
	font-family:inherit;
    font-size: 16px;
	color:rgba(90,90,90,1);
    background-color: rgba(255,255,255,1);
	/*border:solid 1px rgba(210,210,210,1);*/
    -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);
    -o-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 .field_required {
	border: solid 1px red !important;
	-webkit-box-shadow: inset 0px 0px 15px rgba(255,0,0,0.6) !important;
	-moz-box-shadow: inset 0px 0px 15px rgba(255,0,0,0.6) !important;
	-ms-box-shadow: inset 0px 0px 15px rgba(255,0,0,0.6) !important;
    -o-box-shadow: inset 0px 0px 15px rgba(255,0,0,0.6) !important;
	box-shadow: inset 0px 0px 15px rgba(255,0,0,0.6) !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:5px;
	width:100%;
	/*max-width:300px;*/
	font-family: latoregular;
    font-size:12px;
    text-transform: uppercase;
	letter-spacing:1px;
	color:rgba(255,255,255,1);
	/*background-color:rgba(50,163,190,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
}
.form_main .btn_privacy a:hover {
	text-decoration:underline;
	/*color:rgba(0,0,0,1);*/
}
.form_main .privacy {
    position: relative;
	display:flex;
	align-items:center;
	padding:15px;
	border:solid 1px rgba(255,255,255,0.7);
	background-color:rgba(255,255,255,0.1);
}
.form_main .privacy .privacy_text {
	position:relative;
	display:flex;
	margin-left:15px;
	text-align:left;
    text-transform: uppercase;
    font-size:12px;
    line-height:20px;
	letter-spacing:1px;
	color:rgba(255,255,255,0.7);
}
.form_main .checkbox {
    position: relative;
	display:flex;
}
.form_main input[type=checkbox] {
	width:26px;
	height:26px;
	border:solid 2px rgba(255,255,255,0.7);
	background-color:rgba(255,255,255,0.2);
    -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 2px rgba(0,0,0,1) !important;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,1) !important;
	-ms-box-shadow: inset 1px 1px 2px rgba(0,0,0,1) !important;
    -o-box-shadow: inset 1px 1px 2px rgba(0,0,0,1) !important;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,1) !important;
}
.form_main input[type=checkbox]:checked {
	background-color: rgba(50,163,190,1);
    border: 1px solid white;
}
.form_main input[type=checkbox]:focus {
    outline:none;
}
.form_main input[type=checkbox]:checked:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color:rgba(255,255,255,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: 6px;
	margin-top: 6px;
}
.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:12px;
	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(0,150,200,1);
}
.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);
}