* {
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: open_sansregular;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color:rgba(60,92,108,1);
}
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;
}
em {
	font-family: open_sansitalic;
}
h1, h2, h3, h4, h5 {
	position: relative;
	width: auto;
    font-family: robotobold_condensed;
	font-weight:normal;
	text-align:center;
	letter-spacing: 1px;
	word-spacing: 0px;
	text-transform: uppercase;
}
h1 {
	margin-bottom: 40px;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 0px;
}
h4 {
	margin-bottom: 0px;
}
h5 {
	margin-bottom: 0px;
}
h1.title_page {
	margin-bottom: 0px;
	padding:30px;
	color:rgba(255,255,255,1) !important;
	background-color:rgba(120,184,51,1);
}
#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color:rgba(245,245,245,1);
}
#container {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
}
header {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom:80px;
}
.info_bar {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: 50px;
}
.info_bar ul {
	position: relative;
	width: auto;
	text-align: center;
}
.info_bar ul.left {
	float:left;
}
.info_bar ul.center {
	display:inline-block;
	vertical-align:top;
}
.info_bar ul.right {
	float:right;
}
.info_bar ul.left li {
	border-right:solid 1px rgba(40,115,185,0.3);
}
.info_bar ul.right li {
	border-left:solid 1px rgba(255,255,255,0.7);
}
.info_bar ul li {
	position: relative;
	vertical-align:top;
	float: left;
	list-style-type: none;
	padding:0px 10px;
}
.info_bar ul li a {
	position: relative;
	float:left;
	cursor:pointer;
	margin:0px -10px;
	padding:0px 10px;
}
.info_bar ul li .icon_info {
	position:relative;
	float:left;
	line-height:50px;
	margin-right:8px;
	font-size: 15px;
	color:rgba(40,115,185,1);
}
.info_bar ul li .txt_info {
	position:relative;
	float:left;
	line-height:50px;
	font-family: robotobold_condensed;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:rgba(0,160,227,1);
}
.info_bar ul li .icon_social {
	position:relative;
	float:left;
	line-height:50px;
	margin:0px 5px;
	font-size: 20px;
	color:rgba(255,255,255,1);
	-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;
}
.info_bar ul li:hover .icon_social {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.info_bar .my_fb {
	background-color:#3b5998;
}
.info_bar .my_pi {
	background-color:#bd081c;
}
.info_bar .my_fq {
	background-color:#f94877;
}
.info_bar .my_gp {
	background-color:#dd4b39;
}
.info_bar .my_yt {
	background-color:#cd201f;
}





.info_bar .my_flag {
	position:relative;
	width:30px;
	height:50px;
	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;
}
.info_bar .my_flag.it {
	background-image: url(../images/it.png);
}
.info_bar .my_flag.en {
	background-image: url(../images/en.png);
}
.info_bar .my_flag.de {
	background-image: url(../images/de.png);
}
.info_bar .my_flag.fr {
	background-image: url(../images/fr.png);
}
.info_bar .my_flag.nl {
	background-image: url(../images/nl.png);
}
.info_bar li:hover .my_flag {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.info_bar .selected {
	opacity:0.3;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}



.nav_button {
    display: none;
}
nav {
	position: relative;
	display:inline-block;
	width: 100%;
	height: 46px;
	text-align: center;
}
nav ul {
	position: relative;
	display:inline-block;
	vertical-align: top;
	width: auto;
	height: inherit;
}
nav ul li {
	position: relative;
	display:inline-block;
	vertical-align:top;
	list-style-type: none;
	margin: 0px 8px;
	height: inherit;
}
nav ul li a {
	position: relative;
	display: block;
	width: auto;
	height: inherit;
	line-height: 46px;
	padding: 0px 16px;
	font-family: robotobold_condensed;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
	cursor:pointer;
	background-color:rgba(0,160,227,0.8);
	-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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
nav ul li a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(40,115,185,1);
}
nav ul li .active {
	position: relative;
	display: inline-block;
	vertical-align:top;
	width:100%;
}
nav ul li .active a, nav ul li .active a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(40,115,185,1);
}
nav ul li ul {
	display:none;
	position:absolute;
	width:500px;
	height:auto;
	left:-50%;
	top:62px;
	text-align:left;
	/*margin-left:-200px;*/
	z-index:1000;
}
nav ul li ul li {
	height: 46px;
}

.logo_slider {
	position: absolute;
	top:50px;
	max-width:200px;
	max-height:400px;
	padding:20px;
	background-color:rgba(255,255,255,1);
	z-index:100;
}
.logo_slider img {
	position:relative;
	vertical-align:top;
	width:100%;
	height:100%;
}
.logo_slider.pini {
	left:50px;
}
.logo_slider.sea {
	right:50px;
}

.loghi_vari {
	position: relative;
	display:inline-block;
	margin-bottom:40px;
	width: 100%;
	height: auto;
}
.loghi_vari .box {
	position:relative;
	float:left;
	width: auto;
	height: auto;
	margin-right:20px;
	margin-bottom:20px;
	background-color:rgba(255,255,255,1);
}
.loghi_vari .box img {
	position:relative;
	vertical-align:top;
	width:auto;
	height:100px;
}

.logo_footer {
	position: relative;
	width: auto;
	height: auto;
	margin-bottom:30px;
}
.logo_footer img {
	position:relative;
	vertical-align:top;
	width:120px;
	height:auto;
}

.border_1 {
	border:solid 4px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(130,130,130,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(130,130,130,1);
	-ms-box-shadow: 0px 0px 7px 0px rgba(130,130,130,1);
	-o-box-shadow: 0px 0px 7px 0px rgba(130,130,130,1);
	box-shadow: 0px 0px 7px 0px rgba(130,130,130,1);
}








.box-slider {
	position: relative;
	width: 100%;
	height: 50vh;
	min-height:500px;
	margin-bottom:30px;
	background-color:rgba(255,255,255,1);
	border-left:none;
	border-right:none;
}
.box-slider.main {
	height: 50vh;
}
.border-slider {
}


/*.caption {
	position: absolute;
	width: 80%;
	top:40%;
	left: 10%;
	line-height: 60px;
	text-align: center;
    font-family: latolight_italic;
	text-transform: none;
	font-size: 60px;
	letter-spacing: 10px;
	word-spacing: 5px;
	z-index: 120;
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}*/


.caption {
	position: absolute;
	display:table;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	z-index:100;
}
.caption .text {
	position: relative;
	display:table-cell;
	vertical-align:middle;
	padding:5%;
	line-height: 60px;
    font-family: open_sansitalic;
	font-size: 60px;
	text-align: center;
	text-transform: none;
	letter-spacing: 10px;
	word-spacing: 5px;
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
}
.caption hr {
	border-top: solid 2px rgba(50,175,194,1);
	box-shadow: 0px 0px 10px 0px rgba(50,175,194,1);
}
.caption_none {
	display:none;
}
.button_down {
	position: absolute;
	left: 50%;
	bottom: 100px;
	width:100px;
	height:100px;
	margin-left: -50px;
	font-size: 100px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/vr2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-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;
	z-index: 120;
	display:none;
}
.button_down:hover {
	background-image: url(../images/vr2.png);
}
.button_down img {
	position:relative;
	color: rgba(255,0,0,1);
	width:100px;
	height:100px;
}


#slider-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width:100px;
	margin-left: -50px;
	margin-top: -50px;
}
#map {
	position: relative;
	width: 100%;
	height:700px;
}
.map_iframe {
	width:100%;
	height:100%;
}



.fascia {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
}
.fascia.footer {
	padding:80px 0px;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.col {
	position:relative;
	float:left;
	height:auto;
}
.col.width_1 {
	width: 50%;
}
.col.width_2 {
	width: 100%;
}
.col.central {
	display:inline-block;
	width: 100% !important;
	height:auto !important;
	padding-left: 22% !important;
	padding-right: 22% !important;
	text-align:center;
}
.col.middle {
	vertical-align:middle;
}
.col.content {
	padding:100px;
	padding-top:0px;
}
.col .text {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.col .text ul {
	margin-left:40px;
}
.col .foto {
	position:relative;
	width:100%;
}
.col .foto_offerta {
	position:relative;
	width: auto;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.col .foto_offerta_base {
	position:relative;
	width:300px;
	max-width: 100%;
}
.col .icon {
	position:relative;
	vertical-align:middle;
	margin-right:10px;
    font-size: 24px;
}
.col.image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color:rgba(255,255,255,1);
}
.logo_main {
	position:relative;
	width: 400px;
	max-width: 100%;
	margin-bottom:50px;
}
.image_blur {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	background-attachment:fixed;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
    filter: blur(4px);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0.7;
}
.image_blur.p_fixed {
	position:fixed;
	z-index:0;
}
.button_leggi {
	position:relative;
	display:block;
	-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_leggi a {
	position:relative;
	display:inline-block;
	padding:10px 20px;
	line-height:normal;
    font-family: robotobold_condensed;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}
.align_justify {
	text-align:justify;
}



.meteo {
    position: relative;
	display:block;
    width: 100%;
    height: 400px;
    padding: 30px;
	background-color:#dcecf3;
}

.color_1 {
}
	.color_1 h1 {
		color:rgba(0,160,227,1);
	}
	.color_1 h2 {
		color:rgba(0,160,227,1);
	}
	.color_1 h3 {
		color:rgba(0,160,227,1);
	}
	.color_1 h4 {
		color:rgba(0,160,227,1);
	}
	.color_1 h5 {
		color:rgba(0,160,227,1);
	}
	.color_1 .text {
		color:rgba(60,92,108,1);
	}
	.color_1 .button_leggi a {
		color: rgba(255,255,255,1);
		background-color: rgba(0,160,227,1);
	}
	.color_1 .button_leggi a:hover {
		color: rgba(255,255,255,1);
		background-color: rgba(40,115,185,1);
	}
	.color_1 a {
		color: rgba(0,160,227,1);
	}
	.color_1 a:hover {
		color: rgba(40,115,185,1);
	}
.color_2 {
	background-color: rgba(0,160,227,0.1);
}
	.color_2 h1 {
		color: rgba(0,160,227,1);
	}
	.color_2 h2 {
		color: rgba(0,160,227,1);
	}
	.color_2 h3 {
		color: rgba(255,255,255,1);
	}
	.color_2 h4 {
		color: rgba(255,255,255,1);
	}
	.color_2 h5 {
		color: rgba(255,255,255,1);
	}
	.color_2 .text {
		color:rgba(60,92,108,1);
	}
	.color_2 .button_leggi a {
		color: rgba(255,255,255,1);
		background-color: rgba(0,0,0,1);
	}
	.color_2 .button_leggi a:hover {
		color: rgba(255,255,255,1);
		background-color: rgba(0,0,0,1);
	}
	.color_2 a {
		color: rgba(0,160,227,1);
	}
	.color_2 a:hover {
		color: rgba(40,115,185,1);
	}






.tariffe {
	position: relative;
	width: auto;
	height: auto;
}
.tariffe table {
    border-collapse: collapse;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(40,115,185,0.6);
	-moz-box-shadow: 0px 0px 3px 0px rgba(40,115,185,0.6);
	-ms-box-shadow: 0px 0px 3px 0px rgba(40,115,185,0.6);
	-o-box-shadow: 0px 0px 3px 0px rgba(40,115,185,0.6);
	box-shadow: 0px 0px 3px 0px rgba(40,115,185,0.6);

}
.tariffe table td {
	border: solid 1px rgba(40,115,185,0.2);
}
.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 table:last-child {
	margin-bottom: 0px;
}
.tariffe table tr {
	height: 60px;
	color:rgba(60,92,108,1);
}
.tariffe table tr.row_a {
	background-color:rgba(255,255,255,1);
}
.tariffe table tr.row_b {
	background-color:rgba(0,160,227,0.05);
}
.tariffe table td {
	width: auto;
	padding:5px 10px;
	line-height: 20px;
    font-family: robotobold_condensed;
	letter-spacing: 1px;
	text-align: center;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:1px;
}
.tariffe .col-0, .tariffe .col-1, .tariffe .col-2, .tariffe .col-3, .tariffe .col-4, .tariffe .col-5 {
	width:auto;
}
.tariffe .col-1 {
	/*background-color:rgba(255,255,255,1);*/
}
.tariffe .intestazione td {
	font-size:17px;
	height:80px;
}
.tariffe .intestazione .col-1, .tariffe .intestazione .col-2, .tariffe .intestazione .col-3, .tariffe .intestazione .col-4, .tariffe .intestazione .col-5 {
	line-height:25px;
}
.tariffe .tipo {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	margin-right:10px;
	color:rgba(255,255,255,1);
	background-color:rgba(0,160,227,1);
}
.tariffe .periodo {
	color:rgba(0,160,227,1);
	font-size:15px;
}
.tariffe .periodo_responsive {
	display:none;
}
.tariffe .prezzo {
	font-size:20px;
	color:rgba(40,115,185,1);
}
.tariffe .legenda {
}
.tariffe .tipo {
}
.tariffe .stagione {
}
.tariffe .note {
}
.tariffe table td:hover {
	cursor: default;
}





.offerte_slider {
	position: relative;
	width: 100%;
	background-color:rgba(120,184,51,1);
	padding:30px;
}
.offerte_slider h1 {
	color:rgba(255,255,255,1);
	margin:0px;
}
.offerte_slider .box_slider {
	position: relative;
    float: left;
	width:100%;
	height:170px;
	text-align: center;
	letter-spacing:1px;
}
.offerte_slider .box_slider .titolo {
    font-family: robotobold_condensed;
	font-size:28px;
	text-transform: uppercase;
	color:rgba(255,255,255,1);
}
.offerte_slider .box_slider .sottotitolo {
	margin-bottom: 20px;
    font-family: robotobold_condensed;
	font-size:18px;
	text-transform: uppercase;
	color: rgba(40,115,185,1);
}
.offerte_slider .box_slider .txt {
	margin-bottom: 30px;
	height:90px;
	font-family: open_sansregular;
	font-size:17px;
	color:rgba(255,255,255,1);
	overflow:hidden;
}


.offerte {
	position: relative;
	width: 100%;
	padding-right: 50px;
	opacity:0;
}
.offerte .box {
	position: relative;
	margin-left: 50px;
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(40,115,185,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;
}
.offerte .box .foto {
	position:relative;
	width: 100%;
}
.offerte .box .content {
	position:relative;
	width: 100%;
	padding:30px;
	text-align: left;
	letter-spacing:1px;
}
.offerte .box .content .titolo {
    font-family: robotobold_condensed;
	font-size:19px;
	text-transform: uppercase;
	color: rgba(0,160,227,1);
}
.offerte .box .content .sottotitolo {
	margin-bottom: 20px;
    font-family: robotobold_condensed;
	font-size:16px;
	text-transform: uppercase;
	color: rgba(40,115,185,1);
}
.offerte .box .content .txt {
	margin-bottom: 30px;
	font-size:16px;
	color:rgba(60,92,108,1);
}

.gallery {
	position:relative;
	display:inline-block;
	width: 100%;
	height: auto;
	opacity:0;
}
.gallery .box {
    position: relative;
    float: left;
	height: auto;
	margin-left:-1px;
	padding:15px;
	overflow:hidden;
}
.gallery .box a {
}
.gallery .box .foto {
	position: relative;
    width: 100%;
    height: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	-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;
}
/*.gallery .box .foto:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}*/
.gallery .box .efx_hover {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,160,227,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;
	background-image: url(../images/logo-villaggio-dei-pini.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20%;
	opacity: 0;
}
.gallery .box:hover .efx_hover {
	top:0%;
	opacity:0.8;
}



::-webkit-input-placeholder {
	font-family: latolight;
	color:rgba(255,255,255,1);
}
:-moz-placeholder { /* Firefox 18- */
	font-family: latolight;
	color:rgba(255,255,255,1);
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family: latolight;
	color:rgba(255,255,255,1);
}
:-ms-input-placeholder {  
	font-family: latolight;
	color:rgba(255,255,255,1);
}



form {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 50px;
	text-align: center;
	font-family: open_sansregular;
	font-size: 15px;
	letter-spacing: 1px;
	color: rgba(60,92,108,1);
	background-color: rgba(0,160,227,0.1);
}
form h3 {
	margin-bottom:30px;
	text-align:center;
	font-size:25px;
	line-height:normal;
	color: rgba(0,160,227,1) !important;
}
form fieldset {
    position: relative;
	float:left;
	width:44%;
	margin-left:3%;
	margin-right:3%;
    margin-bottom: 10px;
}
form fieldset.style_1 {
	width:94%;
}
form legend, form .legend {
    position: relative;
	float:left;
    text-align: left;
	margin-bottom:-4px;
}
form input[type=text], form input[type=email], form textarea, select {
	position:relative;
	float:left;
    width: 100%;
    height: 35px;
    padding: 5px;
    font-size: 16px;
	color:rgba(40,115,185,1);
	background-color:rgba(0,160,227,0.4);
	border: solid 1px rgba(255,255,255,0);
    -webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    -0-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}
form select {
	-webkit-appearance: menulist;
	cursor: pointer;
    padding: 0px;
}
form select:required:invalid {
    color: rgba(255,255,255,1);
}
form select option[value=""][disabled] {
	display: none;
}
form select option {
    color: rgba(255,255,255,1);
	background-color:rgba(0,160,227,1);
	font-size:20px;
}
form textarea {
    width: 100%;
    height: 100px;
}
form input[type=submit], .button, button {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding:10px 20px;
    font-family: robotobold_condensed;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
    background-color: rgba(0,160,227,1);
	-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;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
form input[type=submit]:hover, .button:hover, button:hover {
	cursor: pointer;
	color: rgba(255,255,255,1);
	background-color: rgba(40,115,185,1);
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=submit]:focus, form textarea:focus, button:focus, .button:focus, select:focus {
    outline-color: red;
}
form .required {
	position:relative;
	color: red;
	font-size:30px;
	vertical-align:middle;
}


form .btn_privacy a {
	position:relative;
	display:block;
	margin:15px auto;
	padding:10px 5px;
	width:100%;
	max-width:300px;
	font-family: latoregular;
    font-size:13px;
    text-transform: uppercase;
	letter-spacing:1px;
	line-height:20px;
	color:rgba(255,255,255,1);
	background-color:rgba(60,60,60,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
form .btn_privacy a:hover {
	color:rgba(255,255,255,1);
	text-decoration:underline;
}
form .privacy {
    position: relative;
	display:flex;
	align-items:center;
	padding:15px;
	background-color: rgba(40,115,185,0.1);
    border: solid 1px rgba(40,115,185,1);
}
form .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(40,115,185,1);
}
form .checkbox {
    position: relative;
	display:flex;
}
form input[type=checkbox] {
	width:26px;
	height:26px;
	border:solid 2px rgba(60,60,60,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 0px 0px 3px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5) !important;
	-ms-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5) !important;
    -o-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5) !important;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5) !important;
}
form input[type=checkbox]:checked {
	background-color: rgba(40,115,185,1);
    border: 1px solid rgba(255,255,255,1);
}
form input[type=checkbox]:focus {
    outline:none;
}
form 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 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 label.error {
	position:relative;
	display:inline-block;
	width:100%;
	top:3px;
	color:red;
	font-size:12px;
	text-align:center;
    text-transform: uppercase;
}
form input[type=text].error,
form input[type=email].error,
form input[type=password].error,
form textarea.error,
form input[type=checkbox].error,
select.error {
	border: 1px solid red;
}
form input[type=checkbox].error {
	border-width:2px;
}
form .calendar {
	position: absolute;
	display: block;
	top: 33px;
	right: 8px;
	width: auto;
	height: auto;
	font-size: 20px;
	pointer-events: none;
	color: rgba(255,255,255,1);
}
.picker__footer button {
    margin: 0px;
    color: black;
	font-size:15px;
}
.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);
}