body{
	font-family: 'Open Sans', sans-serif;
	color: #707070;
	font-size: 25px;
	width: 100%;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	clear: both;
}

h2{
	font-size: 1.3em;
	font-weight: bold;
	clear: both;
}

h3{
	font-size: 1.1em;
	font-weight: bold;
}

button{
	background-color: #ffffff;
	color: #036838;
	font-size: 1em;
	border-radius: 50px;
	border-color: #036838;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 200px;
}

button:disabled{
	background-color: #cccccc;
	color: #aaaaaa;
	border: none;
}

.btn_s{
	background-color: #ffffff;
	color: #707070;
	font-size: 0.7em;
	border-radius: 50px;
	border-color: #036838;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 150px;
}

input[type=text], input[type=email], input[type=tel], input[type=date], textarea{
	border: 1px solid #036838;
	font-size: 0.8em;
	padding: 5px;
	color: #707070;
}
input[type=number]{
	border: 1px solid #036838;
	font-size: 0.8em;
	padding: 5px;
	color: #707070;
	width: 100px;
}
input[type=password]{
	border: 1px solid #036838;
	font-size: 0.8em;
	padding: 5px;
	color: #707070;
}

select{
	border: 1px solid #036838;
	background-color: #ffffff;
	margin-bottom: 10px;
	font-size: 0.8em;
	padding: 5px;
	color: #707070;
}

.container_grid{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: auto;
	flex-direction: column;
	min-height: 100%;
}

.top{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 250;
	width:100%;
	height: 10vh;
	border-bottom: 2px solid #036838;
	background-color: #ffffff;
	display: inline;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.top{
		height: 5%;
	}
}

.logo_img{
	position: absolute;
	top: 3px;
	left: 3px;
	height: 80%;
	max-height: 50px;
}

.social_img{
	height: 80%;
	margin: 3px;
	max-height: 50px;
	vertical-align: initial;
}

.menu_img{
	position: absolute;
	top: 3px;
	right: 3px;
	height: 80%;
	max-height: 50px;
}

.menu_front{
	border-left: 3px solid #036838;
	border-top: 3px solid #036838;
	border-bottom: 3px solid #036838;
	z-index: 255;
	position: fixed;
	right:0px;
	top:3px;
	text-align: right;
	padding: 10px;
	background-color: #ffffff;
}

.menu_front ul{
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}
.menu_front li{
	list-style-position: outside;
	margin-bottom: 10px;
	font-weight: bold;
}

.sub_menu{
	background-color: #03683822;
}

.sub_menu ul{
	font-size: 0.7em;
	list-style-type: none;
	padding-left: 10px;
}
.sub_menu li{
	border-bottom: 1px solid #036838;
	margin-bottom: 10px;
	font-size: 0.7em;
	padding-left: 10px;
}

.pagina{
	grid-area: pagina;
	width: 100%;
	padding: 15px;
	padding-top: 10%;
	margin: 0px;
	margin-bottom: 25px;
	overflow: initial;
}

@media only screen and (max-width: 600px) {
	.pagina{
		overflow: initial;
	}
}

.barra_pulsanti{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 50px;
	width: 100%;
	border-bottom: 2px solid #036838;
	padding: 0;
	margin-left: 0;
	margin-bottom: 15px;
	background-color: #ffffff;
}

.barra_pulsanti button{
	background-color: #ffffff;
	color: #038368;
	font-size: 0.5em;
	border-radius: 50px;
	border-color: #038368;
	width: 100px;
	height: 60%;
	padding: 0;
	margin-top: 0;
	text-align: center;
	font-weight: bold;
}

.barra_pulsanti button[disabled]{
	background-color: #cccccc;
	color: #999999;
}

.risultati{
	font-size: 0.8em;
	border-collapse: collapse;
	border: 1px solid #036838;
}

.risultati tr{
	border: 1px solid #036838;
}

.risultati th{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #036838;
}

.risultati td{
	border: 1px solid #036838;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 5px;
}

.cerca{
	width: 70%;
	border: 1px solid #238dc4;
	border-radius: 50px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

#foto_back{
	width: 100%;
	height: 100%;
	background-color: #000000bb;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 254;
	margin: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#foto_front{
	width: 90%;
	height: 80%;
	background-color: #000000dd;
	z-index: 255;
	margin: 0px;
	border: 2px solid #036838;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.foto_btn{
	background-color: #036838;
	z-index: 255;
	color: white;
	font-size: 0.7em;
	border-radius: 50px;
	border-color: transparent;
	padding: 15px;
	width: 50px;
	position: fixed;
}

.foto_btn:hover{
	background-color: #004030;
}

.chiudi{
	top: 10%;
	left: 50%;
	transform: translate(-25px, -50px);
}

.sinistra{
	left: 5%;
	transform: translateX(-25px);
	font-weight: bold;
}

.destra{
	left: 95%;
	transform: translateX(-25px);
	font-weight: bold;
}

@media only screen and (max-width: 600px) {

	.sinistra{
		left: 10%;
		transform: translateX(-25px);
		font-weight: bold;
	}

	.destra{
		left: 90%;
		transform: translateX(-25px);
		font-weight: bold;
	}
}

.cont_cerchio{
	float: none;
	clear: left;
	margin-bottom: 10px;
}

.cont_cerchio h3{
	color:#036838;
	margin:0px;
	font-size: 1em;
}

.cont_cerchio p{
	margin:0px;
	font-size: 0.7em;
}

.img_cerchio{
	height: 100px;
	width: 100px;
	border-radius: 50px;
	border: 1px solid #036838;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10px;

}

.prenota{
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.prenota input[type=text], input[type=email], input[type=tel], input[type=number], select{
	padding: 10px;
	width: 70%;
}

.prenota p{
	background-color: #ffffff;
	color: #036838;
	font-size: 1em;
	border-radius: 50px;
	border: 2px solid #036838;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 200px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.bottom{
	grid-area: footer;
	width: 100%;
	background-color: #036838;
	color: #cccccc;
	font-size: 0.5em;
	padding: 5px;
	left: 0px;
	position: initial;
	align-self: flex-end;
	flex: 1;
}

.bottom a{
	color: #cccccc;
}

.gallery_contenitore{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: space-between;
}

.gallery_contenuto{
	width: calc(100vw/2.5);
	max-width: 150px;
	height: calc(100vw/2.5);
	max-height: 150px;
	border: 1px solid #666666;
	border-radius: 25px;
	margin: 10px;
	background: radial-gradient(circle, rgba(2,0,36,0) 55%, rgba(198,198,207,0.4) 80%, rgba(119,119,130,0.6) 100%);
	text-shadow: 1px 0px 1px #ffffff, -1px 0px 1px #ffffff, 0px 1px 1px #ffffff, 0px -1px 1px #ffffff;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0.7em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	word-wrap: anywhere;
}

.gallery_contenuto div{
	overflow: hidden;
	word-wrap: anywhere;
	width: 100%;
	height: 25%;
	background-color: #ffffffaa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner{
	width: 100%;
	background: #70707055;
}

.gear{
	--size: 30px;
	--p: 25px;
	--R: 50px /*sqrt(var(--size)*var(--size) + var(--p)*var(--p))*/;

	min-height: 200px;

	-webkit-mask:
		radial-gradient(var(--R) at left 50% var(--d,top) calc(var(--size) + var(--p)),#000 99%,#0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at left 50% var(--d,top) calc(-1*var(--p)),#0000 99%,#000 101%) left 50% var(--d,top) var(--size)/calc(4*var(--size)) 100% repeat-x;
	background:white;
	border: none;
}

.loghi{
	padding-top: 70px;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	align-items: center;
}

.loghi a{
	margin: 15px;
	text-decoration: none;
}











* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


