html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family:robotoregular;
	font-size:20px;
	line-height:normal;
	text-align:center;
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}
#wrapper {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	opacity:0;
}
#container {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	min-height:100vh;
	padding-top:100px;
	text-align:center;
}
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, h6, .title {
	position:relative;
	width:100%;
	line-height:normal;
	font-family:linux_libertine_capismallcaps;
	font-weight:normal;
	text-align:inherit;
	letter-spacing:1px;
	word-spacing:2px;
	text-transform:none;
}
h1, .t1 { font-size:2em !important }
h2, .t2 { font-size:1.6em !important }
h3, .t3 { font-size:1.4em !important }
h4, .t4 { font-size:1.2em !important }
h5, .t5 { font-size:1.1em !important }
h6, .t6 { font-size:1em !important }

.footer_text {
	position:relative;
	font-size:15px;
	line-height:35px;
	font-family:inherit;
	text-transform:uppercase;
	letter-spacing:1px;
	color:rgba(255,255,255,1);
}
.footer_text .footer_icon {
	position:relative;
	float:left;
	width:25px;
	line-height:inherit;
	margin-right:15px;
	font-size:23px;
	text-align:center;
	color:rgba(235,110,125,1);
}
.footer_text a {
	font-family:inherit;
	color:rgba(235,110,125,0.7) !important;
}
.footer_text a:hover {
	font-weight:bold;
	color:rgba(235,110,125,1) !important;
	text-decoration:none !important;
}

.slider_lente {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.15);
	z-index:2;
}
.slider_caption {
	display:none;
	color:rgba(255,255,255,1);
	z-index:3;
	font-size:6em !important;
}
.slider_caption.style_2 {
	font-size:4em !important;
}
.slider_logo {
	display:none;
	z-index:3;
}
.slider_loader {
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	margin-left:-50px;
	margin-top:-50px;
	z-index:1000;
}

.caption {
	color:rgba(255,255,255,1);
}
.caption.style_1 {
	font-family: robotolight_italic;
	font-size:1em;
}
.caption.style_2 {
	font-size:4em;
}

.scroll-icon {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left:-30px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color:rgba(0,0,0,0.5);
	cursor: pointer;
	-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;
	z-index:1000;
}
.scroll-icon:hover {
	color: rgba(0,0,0,0.7);
	background-color: rgba(255,255,255,0.5);
}
.scroll-icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
	left: 19px;
	border: solid rgba(255,255,255,1);
	border-width: 0px 4px 4px 0px;
	-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-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: mouse-animation 3s linear infinite;
	animation: mouse-animation 3s linear infinite;
}
@-webkit-keyframes mouse-animation {
	0% {opacity:0}
	10% {opacity:1}
	55% {
		-webkit-transform: rotate(45deg) translateY(0);
		transform: rotate(45deg) translateY(0);
		opacity:1;
	}
	100% {
		-webkit-transform: rotate(45deg) translateX(10px) translateY(10px);
		transform: rotate(45deg) translateX(10px) translateY(10px);
		opacity:0;
	}
}
.scroll-icon:hover:before {
	border-color:rgba(0,0,0,1);
}


#map {
	position: relative;
	width: 100%;
	height:100%;
}


.text {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	margin-top: 20px;
	font-size: 19px;
	letter-spacing:0px;
	line-height: 32px;
}
.text.style_1 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
}
.text_shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.text_more {
	height:100px;
	overflow:hidden;
}
.text_more:before {
	position:relative;
	font-family:'icomoon';
	content:"\eb40";
	float:right;
	font-size:35px;
	margin-top:70px;
	margin-left:10px;
}
.text.column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	-ms-column-gap: 70px;
	-o-column-gap: 70px;
	column-gap: 70px;
}
.text ul {
	margin-left:40px;
}
.text_shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}







.filemanager img {
	max-width:75%;
	height:auto;
}


.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);*/
}


.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%;
}


.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 .lente {
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	-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;
	opacity:0;
}
.gallery .lente .nome {
	line-height: 30px;
	font-family: robotoregular;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
	-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;
	opacity:0;
}
.gallery a:hover .foto {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.gallery a:hover .lente {
	opacity:0.5;
}
.gallery a:hover .nome {
	opacity:0;
}





.button {
	margin-top:30px;
	font-family: robotoregular;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
	-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;
}

.color_1 h1 {
	color:rgba(0,0,0,1);
}
.color_1 h2 {
	color:rgba(178,52,57,1);
}
.color_1 h3 {
	color:rgba(0,0,0,1);
}
.color_1 h4 {
	color:rgba(178,52,57,1);
}
.color_1 .text {
	color:rgba(80,80,80,1);
}
.color_1 a {
	color:rgba(178,52,57,1);
}
.color_1 a:hover {
	color:rgba(0,0,0,1);
	text-decoration:underline;
}
.color_1 .button {
	color:rgba(255,255,255,1);
	background-color:rgba(235,110,125,1);
	border-color:transparent;
}
.color_1 .button > .icon {
	color:rgba(255,255,255,1);
}
.color_1 .button:hover {
	background-color:rgba(165,185,195,1);
	border-color:transparent;
}

.color_2 h1 {
	color:rgba(255,255,255,1);
}
.color_2 h2 {
	color:rgba(255,255,255,1);
}
.color_2 h3 {
	color:rgba(255,255,255,1);
}
.color_2 h4 {
	color:rgba(255,255,255,1);
}
.color_2 .text {
	color:rgba(255,255,255,1);
}
.color_2 a {
	color:rgba(178,52,57,1);
}
.color_2 a:hover {
	color:rgba(0,0,0,1);
	text-decoration: underline;
}
.color_2 .button {
	color:rgba(255,255,255,1);
	background-color:rgba(235,110,125,1);
	border-color:transparent;
}
.color_2 .button > .icon {
	color:rgba(255,255,255,1);
}
.color_2 .button:hover {
	background-color:rgba(165,185,195,1);
	border-color:transparent;
}
 

.color_text_1 { color: rgba(178,52,57,1) !important; }
.color_text_2 { color: rgba(255,245,245,1) !important; }
.color_text_3 { color: rgba(215,180,180,1) !important; }
.color_text_4 { color: rgba(245,245,245,1) !important; }
.color_text_5 { color: rgba(165,185,195,1) !important; }
.color_text_6 { color: rgba(125,145,155,1) !important; }
.color_text_7 { color: rgba(55,60,70,1) !important; }
.color_text_8 { color: rgba(0,0,0,1) !important; }
.color_text_9 { color: rgba(255,255,255,1) !important; }

.color_box_1 { background-color: rgba(178,52,57,1) !important; }
.color_box_2 { background-color: rgba(255,245,245,1) !important; }
.color_box_3 { background-color: rgba(215,180,180,1) !important; }
.color_box_4 { background-color: rgba(245,245,245,1) !important; }
.color_box_5 { background-color: rgba(165,185,195,1) !important; }
.color_box_6 { background-color: rgba(125,145,155,1) !important; }
.color_box_7 { background-color: rgba(55,60,70,1) !important; }
.color_box_8 { background-color: rgba(0,0,0,1) !important; }
.color_box_9 { background-color: rgba(255,255,255,1) !important; }

.pattern {
	background-repeat: repeat;
	background-position: center center;	
}
.pattern.pt_1 { background-image: url(../pattern/bg-1.png); }
.pattern.pt_2 { background-image: url(../pattern/bg-2.png); }
.pattern.pt_3 { background-image: url(../pattern/bg-3.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_7 {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.shadow_8 {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(190,190,190,0.4);
	-moz-box-shadow: 0px 0px 30px 0px rgba(190,190,190,0.4);
	-ms-box-shadow: 0px 0px 30px 0px rgba(190,190,190,0.4);
	-o-box-shadow: 0px 0px 30px 0px rgba(190,190,190,0.4);
	box-shadow: 0px 0px 30px 0px rgba(190,190,190,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);
}


.border_top { border-top:solid 1px rgba(255,255,255,1); }
.border_right { border-right:solid 1px rgba(255,255,255,1); }
.border_bottom { border-bottom:solid 1px rgba(255,255,255,1); }
.border_left { border-left:solid 1px rgba(255,255,255,1); }
.border { border:solid 1px rgba(225,225,225,1); }

.line_div {
	position:relative;
	width:100%;
	height:2px;
	margin-top:5px;
}

.radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.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;
}
.rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}








.griglia {
	display:grid;
	width:100%;
	grid-template-columns:auto auto auto auto auto;
	grid-template-rows:60px;
	grid-gap:1px;
	padding:1px;
	background-color:rgba(255,255,255,1);
}
.griglia.style_2 {
	grid-template-columns:auto auto;
	grid-template-rows:auto;
}
.griglia .cella {
	display:grid;
	place-items:center;
	padding:10px;
	line-height:normal;
	font-family:latobold;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:rgba(255,255,255,1);
	background-color:rgba(255,255,255,1);
}
.griglia .cella .prezzo {
	font-size:16px;
}
.griglia .cella .tipo {
	display:none;
}

::-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 {
	margin-top:20px;
	text-align: center;
	font-family: latoregular;
	font-size: 15px;
	letter-spacing:1px;
}
form > .cell {
	padding:10px 15px;
}
.form_full > .cell {
	padding:10px 0px;
}
.calendar_form {
	position: relative;
	width: 50px;
	margin-bottom:-40px;
	line-height:40px !important;
	font-size: 25px;
	pointer-events: none;
	z-index:100;
}
input[type=text], input[type=email], [type=password], textarea, select {
	position:relative;
	width: 100%;
	height: 40px;
	padding: 10px;
	font-family:inherit;
	font-size:16px;
	-webkit-appearance: none;
	color:rgba(80,80,80,1);
	background-color:rgba(255,255,255,1);
	/*border:solid 1px rgba(0,83,105,0.5);*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
	-webkit-box-shadow: inset 1px 1px 5px rgba(190,160,130,1);
	-moz-box-shadow: inset 1px 1px 5px rgba(190,160,130,1);
	-ms-box-shadow: inset 1px 1px 5px rgba(190,160,130,1);
	-o-box-shadow: inset 1px 1px 5px rgba(190,160,130,1);
	box-shadow: inset 1px 1px 5px rgba(190,160,130,1);
}
textarea {
	height: 100px;
}
select {
	-webkit-appearance: menulist;
	cursor: pointer;
	color: rgba(255,255,255,1);
}
select:required:invalid {
	color: rgba(255,255,255,0.5);
}
option[value=""][disabled] {
	display: none;
}
option {
	color: rgba(255,255,255,1);
	padding:5px 0px;
}
input[type=text]:focus, input[type=email]:focus, [type=password], textarea:focus, select:focus {
	outline-color: red;
}
.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;
}
.required {
	position:relative;
	color: red;
	font-size:10px;
	vertical-align:text-top;
}
.required:after {
	font-family: 'icomoon';
	content: "\f069";
}
.link_privacy a {
	font-family: latobold;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing:1px;
	line-height:normal;
	text-decoration:none;
	color:rgba(235,110,125,1);
}
.link_privacy a:hover {
	text-decoration:underline;
}
.box_privacy {
	position: relative;
	display:flex;
	align-items:center;
	padding:15px;
	background-color:rgba(0,0,0,0.15);
}
.box_privacy .privacy_text {
	position:relative;
	display:flex;
	margin-left:15px;
	text-align:left;
	text-transform: uppercase;
	font-size:10px;
	line-height:12px;
	letter-spacing:1px;
	color:rgba(255,255,255,1);
}
.checkbox {
	position: relative;
	display:flex;
}
input[type=checkbox] {
	width:26px;
	height:26px;
	border:solid 1px rgba(255,255,255,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 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;
}
input[type=checkbox]:checked {
	background-color: rgba(235,110,125,1);
	border: 1px solid white;
}
input[type=checkbox]:focus {
	outline:none;
}
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;*/
}
input[type="checkbox"]:checked:before {
	content: '';
	display: block;
	width: 6px;
	height: 12px;
	margin-left: 8px;
	margin-top: 2px;
	border: solid rgba(255,255,255,1);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label.error {
	position:relative;
	display:inline-block;
	width: 100%;
	top:3px;
	color: red;
	font-size:12px;
	text-align:center;
	text-transform: uppercase;
}
input[type=text].error, input[type=email].error, input[type=password].error, textarea.error, input[type=checkbox].error, select.error {
	border: 1px solid red;
}
input[type=checkbox].error {
	border-width:2px;
}

#loading_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: rgba(255,255,255,0.8);
	display:none;
}
#loading_overlay:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -65px;
	margin-left: -65px;
	border: 15px solid rgba(170,170,170,1);
	border-top-color: rgba(50,50,50,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

.conferma {
	width: 500px;
	height: auto;
	max-width: 100%;
	max-height: 70%;
	font-size:20px;
}
.conferma_invio {
	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);
}