<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family:bio_sansregular;
	font-size:20px;
	line-height:normal;
	text-align:center;
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
	overflow:visible !important;
}
#wrapper {
	position:relative;
	width:100%;
	height:auto;
	/*overflow:hidden;*/
	opacity:0;
}
#container {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:80px;
}
a {
	font-family:bio_sanssemibold;
	text-decoration:none;
	-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 {
	text-decoration:none;
}
strong {
	font-family:bio_sanssemibold;
	font-weight:normal;
}
em {
	font-family:bio_sanssemibold_italic;
}
h1, h2, h3, h4, h5, h6, .title {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	line-height:normal;
	font-family:bio_sansextrabold;
	font-weight:normal;
	text-align:inherit;
	letter-spacing:0px;
	word-spacing:0px;
	text-transform:none;
}

h1, .t1 { font-size:2.0em !important; }
h2, .t2 { font-size:1.8em !important; }
h3, .t3 { font-size:1.6em !important; }
h4, .t4 { font-size:1.4em !important; }
h5, .t5 { font-size:1.2em !important; }
h6, .t6 { font-size:1.0em !important; }

.caption h1, h1.caption { font-size:3.0em !important; }
.caption h2, h2.caption { font-size:2.6em !important; }
.caption h3, h3.caption { font-size:2.2em !important; }
.caption h4, h4.caption { font-size:1.8em !important; }
.caption h5, h5.caption { font-size:1.4em !important; }
.caption h6, h6.caption { font-size:1.0em !important; }


.h_style_1 {
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-size: 20px !important;
}

.h_shadow {
	text-shadow:1px 1px 4px rgba(0,0,0,0.8);
}


.h_line:before {
	position:absolute;
	content:"";
	bottom:0%;
	width:50%;
	height:3px;
	background-color:rgba(0,0,0,1);
}
.h_line.line-l:before {
	left:0%;
}
.h_line.line-r:before {
	right:0%;
}





footer {
}

footer .footer_icon {
	position:relative;
	width:50px;
	height:50px;
	line-height:50px;
	margin:0px;
	font-size:30px;
	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;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;*/
}
footer a:hover .footer_icon {
	color:rgba(0,30,120,1);
}
footer .footer_nav {
	position:relative;
	margin:6px 14px;
	padding:4px 10px;
	font-size:15px;
	letter-spacing:0px;
	text-transform:none;
	color:rgba(255,255,255,1) !important;
	background-color:rgba(0,160,230,1);
}
footer .footer_nav:hover {
	background-color:rgba(0,0,0,1);
	text-decoration:none !important;
}
footer .footer_nav:before, footer .footer_nav:after {
    position: absolute;
    content: "";
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	background-color:rgba(0,160,230,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;
}

footer .footer_nav:before {
	left:-17px;
}

footer .footer_nav:after {
	right:-17px;
}


footer .footer_nav:last-child:before {
}
footer .footer_nav:last-child:after {
}


footer .flag {
	margin:10px 0px;
}




.slider_loader {
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	margin-left:-50px;
	margin-top:-50px;
	z-index:1000;
}



.fixed_100, .absolute_100 {
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.absolute_100 {
	position: absolute;
}
.fixed_100 {
	position: fixed;
}

.partial_bg {
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:200px;
}


.owl-item .caption.effect_fade {
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	opacity:0;
}
.owl-item.active .caption.effect_fade {
	opacity:1;
}





.scroll-icon {
    position: absolute;
    bottom: 50px;
	left:50%;
	margin-left:-15px;
    width: 34px;
    height: 46px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
    border: 2px solid rgba(255,255,255,1);
    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;
	background-color:rgba(0,160,230,1);
	z-index:10;
    -webkit-animation-name: mouse-wheel-animation;
    animation-name: mouse-wheel-animation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.scroll-icon: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);
	background-color:rgba(0,0,0,1) !important;
}
.scroll-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 10px;
    height: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
    background: rgba(255,255,255,1);
    -webkit-animation-name: mouse-wheel-animation;
    animation-name: mouse-wheel-animation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes mouse-wheel-animation {

	0% {opacity:0}
	10% {opacity:1}
	55% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
		opacity:1;
	}
	100% {
		-webkit-transform:translateY(15px);
		transform:translateY(15px);
		opacity:0;
	}

}


.scroll_item-t {
  scroll-margin-top: 120px;
}



.button_up {
	top:15px;
	right:25px;
	width:60px;
	height:60px;
	line-height:60px !important;
	font-size: 40px;
	color:rgba(255,255,255,1);
	background-color:rgba(99,84,74,1);
	cursor: pointer;
	z-index:2000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}


.bg_onda {
	/*left:-2%;
	bottom:-2%;*/
	background-size:100% !important;
	background-position:bottom !important;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-filter: drop-shadow(0px -2px 0px #fff);
	filter: drop-shadow(0px -2px 0px #fff);
}

.onda_1 {
	left:-30px;
	bottom:-5px;
    -webkit-animation-name: animation_onda_1;
    animation-name: animation_onda_1;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}
@-webkit-keyframes animation_onda_1 {
	0% {
		-webkit-transform:translateX(0) translateY(0);
		transform:translateX(0) translateY(0);
	}
	50% {
		-webkit-transform:translateX(30px) translateY(-5px);
		transform:translateX(30px) translateY(-5px);
	}
	100% {
		-webkit-transform:translateX(0) translateY(0);
		transform:translateX(0) translateY(0);
	}
}

.onda_2 {
	right:-15px;
    -webkit-animation-name: animation_onda_2;
    animation-name: animation_onda_2;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}
@-webkit-keyframes animation_onda_2 {
	0% {
		-webkit-transform:translateX(0) translateY(0);
		transform:translateX(0) translateY(0);
	}
	50% {
		-webkit-transform:translateX(-15px) translateY(10px);
		transform:translateX(-15px) translateY(10px);
	}
	100% {
		-webkit-transform:translateX(0) translateY(0);
		transform:translateX(0) translateY(0);
	}
}

.onda_3 {
	right:-40px;
    -webkit-animation-name: animation_onda_3;
    animation-name: animation_onda_3;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
@-webkit-keyframes animation_onda_3 {
	0% {
		-webkit-transform:translateX(0) translateY(0);
		transform:translateX(0) translateY(0);
	}
	50% {
		-webkit-transform:translateX(-40px) translateY(15px);
		transform:translateX(-40px) translateY(15px);
	}
	100% {
		-webkit-transform:translateX(0) translateY(0);
		transform:translateX(0) translateY(0);
	}
}





#map {
	position: relative;
	width: 100%;
}


.text {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	margin-top: 5px;
	font-size: 18px;
	line-height: 25px;
}
.text.style_1, .text .style_1 {
	font-size: 16px;
	line-height: 26px;
}
.text.style_2, .text .style_2 {
	font-size: 19px;
	line-height: 29px;
}

.text_more {
	height:100px;
	overflow:hidden;
}
.text_more:before {
	position:absolute;
	font-family:'icomoon';
	content:"\eb40";
	font-size:40px;
	bottom:-25px;
	right:-5px;
}

/*.text_more:before {
	position:relative;
	font-family:'icomoon';
	content:"\eb40";
	float:right;
	font-size:40px;
	margin-top:80px;
	margin-left:10px;
}*/
.text.column, .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:30px;
}
.text_shadow_1 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}


.img_opacity {
	background-size: 80%;
	opacity: 0.15;
}

.filemanager img {
	width:100%;
	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%;
}


.video_bg {
	position: absolute;
	left: 0px;
	top: 0%;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	background-size: cover;
	opacity: 1;
}


.grid &gt; .cell { 
	outline:solid 2px rgba(240,240,240,1);
	background-color:rgba(255,255,255,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 .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.3;
}
.gallery a:hover .nome {
	opacity:0;
}

.pd-5 {
	padding:5px;
}




.button {
	margin-top:30px;
	line-height:30px;
	font-family: latoblack;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	-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.mg-10 {
	margin:10px !important;
}



.color_1 h1 {
	color:rgba(150,99,5,1);
}
.color_1 h2 {
	color:rgba(99,84,74,1);
}
.color_1 h3 {
	color:rgba(150,99,5,1);
}
.color_1 h4 {
	color:rgba(99,84,74,1);
}
.color_1 h5 {
	color:rgba(150,99,5,1);
}
.color_1 h6 {
	color:rgba(99,84,74,1);
}
.color_1 .text {
	color:rgba(110,110,110,1);
}
.color_1 a {
	color:rgba(255,0,0,1);
}
.color_1 a:hover {
	color:rgba(170,170,170,1);
}
.color_1 .button {
	color:rgba(255,255,255,1);
	background-color:rgba(255,0,0,1);
	border-color:transparent;
}
.color_1 .button &gt; .icon {
	color:rgba(255,255,255,1);
}
.color_1 .button:hover {
	color:rgba(255,255,255,1);
	background-color:rgba(170,170,170,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 h5 {
	color:rgba(255,255,255,1);
}
.color_2 h6 {
	color:rgba(255,255,255,1);
}
.color_2 .text {
	color:rgba(255,255,255,1);
}
.color_2 a {
	color:rgba(0,0,0,1);
}
.color_2 a:hover {
	text-decoration:underline;
}
.color_2 .button {
	color:rgba(255,255,255,1);
	background-color:rgba(255,0,0,1);
	border-color:transparent;
}
.color_2 .button &gt; .icon {
	color:rgba(255,255,255,1);
}
.color_2 .button:hover {
	color:rgba(255,255,255,1);
	background-color:rgba(190,190,190,1);
	border-color:transparent;
}
 
 
.btn_booking .button {
	color:rgba(255,255,255,1);
	background-color:rgba(221,52,19,0.7);
	border-color:rgba(255,255,255,1);
}
.btn_booking .button &gt; .icon {
	color:rgba(255,255,255,1);
}
.btn_booking .button:hover {
	color:rgba(255,255,255,1);
	background-color:rgba(221,52,19,1);
	border-color:rgba(255,255,255,1);
}


.color_text_1 { color: rgba(150,99,5,1) !important; }
.color_text_2 { color: rgba(99,84,74,1) !important; }
.color_text_3 { color: rgba(190,190,190,1) !important; }
.color_text_4 { color: rgba(170,170,170,1) !important; }
.color_text_5 { color: rgba(120,120,120,1) !important; }
.color_text_6 { color: rgba(100,100,100,1) !important; }
.color_text_7 { color: rgba(255,0,0,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(150,99,5,1) !important; }
.color_box_2 { background-color: rgba(99,84,74,1) !important; }
.color_box_3 { background-color: rgba(190,190,190,1) !important; }
.color_box_4 { background-color: rgba(170,170,170,1) !important; }
.color_box_5 { background-color: rgba(120,120,120,1) !important; }
.color_box_6 { background-color: rgba(100,100,100,1) !important; }
.color_box_7 { background-color: rgba(255,0,0,1) !important; }
.color_box_8 { background-color: rgba(0,0,0,1) !important; }
.color_box_9 { background-color: rgba(255,255,255,1) !important; }

.color_box_linear-1 {
	background: rgb(198,241,242);
	background: -moz-linear-gradient(180deg, rgba(198,241,242,1) 0%, rgba(211,244,245,1) 40%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(198,241,242,1) 0%, rgba(211,244,245,1) 40%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(198,241,242,1) 0%, rgba(211,244,245,1) 40%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6f1f2",endColorstr="#ffffff",GradientType=1);
}
.color_box_linear-2 {
	background: rgb(198,241,242);
	background: -moz-linear-gradient(0deg, rgba(198,241,242,1) 0%, rgba(211,244,245,1) 40%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(198,241,242,1) 0%, rgba(211,244,245,1) 40%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(198,241,242,1) 0%, rgba(211,244,245,1) 40%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6f1f2",endColorstr="#ffffff",GradientType=1);
}


.pattern {
	background-repeat: repeat;
	background-position: center center;	
}
.pattern.pt_0 { background-image: url(../pattern/capitano_nik.png); }
.pattern.pt_1 { background-image: url(../pattern/just-waves.png); }
.pattern.pt_2 { background-image: url(../pattern/back_pattern.png); }
.pattern.pt_3 { background-image: url(../pattern/brickwall.png); }
.pattern.pt_4 { background-image: url(../pattern/cork-wallet.png); }
.pattern.pt_5 { background-image: url(../pattern/dust_scratches.png); }
.pattern.pt_6 { background-image: url(../pattern/ep_naturalwhite.png); }
.pattern.pt_7 { background-image: url(../pattern/fabric_of_squares_gray.png); }
.pattern.pt_8 { background-image: url(../pattern/floor-tile.png); }
.pattern.pt_9 { background-image: url(../pattern/frenchstucco.png); }
.pattern.pt_10 { background-image: url(../pattern/geometric-leaves.png); }
.pattern.pt_11 { background-image: url(../pattern/gplaypattern.png); }
.pattern.pt_12 { background-image: url(../pattern/hip-square.png); }
.pattern.pt_13 { background-image: url(../pattern/hotel-wallpaper.png); }
.pattern.pt_14 { background-image: url(../pattern/just-waves.png); }
.pattern.pt_15 { background-image: url(../pattern/papyrus.png); }
.pattern.pt_16 { background-image: url(../pattern/ricepaper_v3.png); }
.pattern.pt_17 { background-image: url(../pattern/small_tiles.png); }
.pattern.pt_18 { background-image: url(../pattern/sprinkles.png); }
.pattern.pt_19 { background-image: url(../pattern/subtle_grunge.png); }
.pattern.pt_20 { background-image: url(../pattern/vintage-concrete.png); }
.pattern.pt_21 { background-image: url(../pattern/white_wall.png); }
.pattern.pt_22 { background-image: url(../pattern/white-waves.png); }
.pattern.pt_23 { background-image: url(../pattern/witewall_3.png); }
.pattern.pt_24 { background-image: url(../pattern/xv.png); }

.lens {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.lw-10 { background-color:rgba(255,255,255,0.1); }
.lw-20 { background-color:rgba(255,255,255,0.2); }
.lw-30 { background-color:rgba(255,255,255,0.3); }
.lw-40 { background-color:rgba(255,255,255,0.4); }
.lw-50 { background-color:rgba(255,255,255,0.5); }
.lw-60 { background-color:rgba(255,255,255,0.6); }
.lw-70 { background-color:rgba(255,255,255,0.7); }
.lw-80 { background-color:rgba(255,255,255,0.8); }
.lw-90 { background-color:rgba(255,255,255,0.9); }

.lb-10 { background-color:rgba(0,0,0,0.1); }
.lb-20 { background-color:rgba(0,0,0,0.2); }
.lb-30 { background-color:rgba(0,0,0,0.3); }
.lb-40 { background-color:rgba(0,0,0,0.4); }
.lb-50 { background-color:rgba(0,0,0,0.5); }
.lb-60 { background-color:rgba(0,0,0,0.6); }
.lb-70 { background-color:rgba(0,0,0,0.7); }
.lb-80 { background-color:rgba(0,0,0,0.8); }
.lb-90 { background-color:rgba(0,0,0,0.9); }

.opacity-0 { opacity:0; }
.opacity-05 { opacity:0.05; }
.opacity-10 { opacity:0.10; }
.opacity-15 { opacity:0.15; }
.opacity-20 { opacity:0.20; }
.opacity-25 { opacity:0.25; }
.opacity-30 { opacity:0.30; }
.opacity-35 { opacity:0.35; }
.opacity-40 { opacity:0.40; }
.opacity-45 { opacity:0.45; }
.opacity-50 { opacity:0.50; }
.opacity-55 { opacity:0.55; }
.opacity-60 { opacity:0.60; }
.opacity-65 { opacity:0.65; }
.opacity-70 { opacity:0.70; }
.opacity-75 { opacity:0.75; }
.opacity-80 { opacity:0.80; }
.opacity-85 { opacity:0.85; }
.opacity-90 { opacity:0.90; }
.opacity-95 { opacity:0.95; }
.opacity-100 { opacity:1; }


.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_9 {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	-ms-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	-o-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
}

.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);
}
.shadow_inset_3 {
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(8,85,161,0.2);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(8,85,161,0.2);
	-ms-box-shadow: inset 0px 0px 100px 0px rgba(8,85,161,0.2);
	-o-box-shadow: inset 0px 0px 100px 0px rgba(8,85,161,0.2);
	box-shadow: inset 0px 0px 100px 0px rgba(8,85,161,0.2);
}


.border_top {
	border-top:solid 3px rgba(255,255,255,1);
}
.border_right {
	border-right:solid 3px rgba(255,255,255,1);
}
.border_bottom {
	border-bottom:solid 3px rgba(255,255,255,1);
}
.border_left {
	border-left:solid 3px rgba(255,255,255,1);
}
.border {
	border:solid 3px rgba(255,255,255,1);
}





.radius-3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.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%;
}




.contatti_icon {
	position:relative;
	font-size:34px;
	margin-right:30px;

}


.icon_servizi {
	position:relative;
	font-size:30px;
	color:rgba(221,149,39,1);
}


.icon_note {
	position:relative;
	font-size:30px;
	color:rgba(150,99,5,1);
	margin-right: 10px;
    top: 5px;
}	

.icon_wa {
	position:relative;
	width:56px;
	height:56px;
	line-height:56px !important;
	text-align:center;
	font-size:34px;
	color:rgba(255,255,255,1);
	background-color:rgba(37,211,102,1) !important;
}
.icon_wa:hover {
	background-color:rgba(0,145,192,1) !important;
}


.hover_prodotto_mini &gt; div, .hover_prodotto_mini .bg_image {
	-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;
}
.hover_prodotto_mini:hover &gt; div {
	background-color:rgba(204,229,231,1) !important;
}
.hover_prodotto_mini:hover {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	-ms-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	-o-box-shadow: 0px 0px 25px 0px rgba(200,200,200,1);
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,1);
}


.hover_prodotto .bg_image, .hover_prodotto .absolute_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;
}
.hover_prodotto:hover .bg_image {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.hover_prodotto:hover .absolute_100 {
	background-color:rgba(0,0,0,0.5);
}

.hover_servizi {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover_servizi:hover {
	background-color:rgba(233,220,199,1);
}
.hover_servizi:hover .icon_servizi {
	color:rgba(0,145,192,1);
}

.hover_box_home .lens {
	-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;
}
.hover_box_home:hover .lens {
	background-color:transparent;
}



.hover_articolo .cell {
	-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;
}

.hover_articolo {
}
.hover_articolo:hover {
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);*/
}

.hover_articolo:hover .cell {
	background-color:rgba(255,255,255,1) !important;
}
/*.hover_articolo:hover .bg_image {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}*/

.hover_faq:hover {
	color:rgba(183,86,115,1) !important;
}

.display_n {
	display:none;
}
.cursor_p {
	cursor:pointer;
}
.cursor_d {
	cursor:default;
}

.nav_anno {
	font-size:35px;
}


.filter {
	color:rgba(239,122,27,1) !important;
}
.filter:hover {
	color:rgba(8,85,161,1) !important;
}




.btn_blu { background-color: rgba(60,141,188,1) !important; }
.btn_blu:hover { background-color: rgba(44,101,135,1) !important; }
.btn_grigio { background-color: rgba(103,128,146,1) !important; }
.btn_grigio:hover { background-color: rgba(73,90,103,1) !important; }
.btn_verde { background-color: rgba(92,184,92,1) !important; }
.btn_verde:hover { background-color: rgba(64,147,64,1) !important; }
.btn_rosso { background-color: rgba(220,52,3,1) !important; }
.btn_rosso:hover { background-color: rgba(181,43,2,1) !important; }
.btn_arancione { background-color: rgba(240,173,78,1) !important; }
.btn_arancione:hover { background-color: rgba(216,132,18,1) !important; }




.griglia {
	display:grid;
	width:100%;
	grid-template-columns:auto auto auto auto;
	grid-template-rows:60px;
	grid-gap:1px;
	padding:1px;
	background-color:rgba(200,200,200,1);
}
.griglia.style_2 {
	grid-template-columns:auto auto;
	grid-template-rows:auto;
}
.griglia .cella {
	display:grid;
	place-items:center;
	padding:10px;
	line-height:30px;
	font-size:14px;
	text-transform:uppercase;
	color:rgba(0,0,0,1);
    font-family: museo_slab700;
}
.griglia .cella .prezzo {
	color:rgba(255,255,255,1);
	font-size:18px;
}
.griglia .cella .tipo {
	display:none;
}
.griglia .bg_color_1 {
	background-color:rgba(255,255,255,1);
}
.griglia .bg_color_2 {
	background-color:rgba(195,88,19,1);
}
.griglia .bg_color_3 {
	background-color:rgba(131,75,26,1);
}
.griglia .bg_color_4 {
	background-color:rgba(84,44,9,1);
}
.griglia .riga_1 {
	color:rgba(255,255,255,1);
}


::-webkit-input-placeholder {
	font-family: latoregular;
	color:rgba(255,255,255,0.7);
}
:-moz-placeholder { /* Firefox 18- */
	font-family: latoregular;
	color:rgba(255,255,255,0.7);
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family: latoregular;
	color:rgba(255,255,255,0.7);
}
:-ms-input-placeholder {  
	font-family: latoregular;
	color:rgba(255,255,255,0.7);
}
.form_main {
	text-align: center;
	font-family: latoregular;
	background: rgb(9,183,197);
	background: -moz-linear-gradient(180deg, rgba(9,183,197,1) 0%, rgba(5,65,125,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(9,183,197,1) 0%, rgba(5,65,125,1) 100%);
	background: linear-gradient(180deg, rgba(9,183,197,1) 0%, rgba(5,65,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09b7c5",endColorstr="#001e78",GradientType=1);
}
form &gt; .cell {
	padding:10px;
}
label {
	max-width: unset;
	margin: 0;
	padding: 0;
	font-weight: unset;
}

.calendar_form {
	position: relative;
	width: 50px;
	margin-bottom:-54px;
	margin-right: 0px;
	line-height:54px !important;
	font-size: 25px;
	pointer-events: none;
	z-index:100;
}
input[type=text], input[type=email], input[type=password], input[type=file], textarea, select {
	position:relative;
	width: 100%;
	line-height:20px;
	padding: 15px 20px 15px 50px;
	font-family: latoregular;
	font-size:18px;
	-webkit-appearance: none;
	color:rgba(255,255,255,1) !important;
	background-color:rgba(255,255,255,0.3);
	border:solid 2px rgba(255,255,255,0);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
input[type=file]:hover {
	cursor:pointer;
	background-color:rgba(245,245,245,1);
}
textarea {
	height: 150px;
}
select {
	/*-webkit-appearance: menulist;*/
}
select:required:invalid {
	color: rgba(255,255,255,0.5);
}
option[value=""][disabled] {
	display: none;
}
option {
	color: rgba(0,0,0,1);
	padding:5px 0px;
}
input[type=text]:focus, input[type=email]:focus, input[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:underline;
}
.link_privacy a:hover {
	text-decoration:underline;
}
.box_privacy {
	position: relative;
	display:flex;
	align-items:center;
	padding:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.box_privacy .privacy_text {
	position:relative;
	display:flex;
	margin-left:15px;
	text-align:left;
	text-transform: uppercase;
	font-size:11px;
	font-family:latobold;
	line-height:13px;
	letter-spacing:1px;
}
.checkbox {
	position: relative;
	display:flex;
	min-height:unset;
	margin:0;
	padding:0;
}
input[type=checkbox] {
	width:28px;
	height:28px;
	background-color:rgba(255,255,255,1);
	border:solid 2px rgba(0,30,120,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 5px rgba(0,0,0,0.3) !important;
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3) !important;
	-ms-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3) !important;
	-o-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3) !important;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3) !important;
}
input[type=checkbox]:checked {
	background-color: rgba(9,183,197,1);
}
input[type=checkbox]:focus {
	outline:none;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: unset;
	margin:0;
}



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);
	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}
label.error {
	position:relative;
	display:inline-block;
	width: 100%;
	top:3px;
	color: red;
	font-size:12px;
	text-align:center;
	text-transform: uppercase;
	letter-spacing:0px;
	font-weight:bold;
}
input[type=text].error, input[type=email].error, input[type=password].error, textarea.error, input[type=checkbox].error, select.error {
	border: 2px 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: -50px;
	margin-left: -50px;
	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);
}</pre></body></html>