
:root {
	--togglesize: 30px;
	--toggleborder: 2px;
	--togglecolor: white;
	--togglecolorafter: black;
	--maincolor: #e5e5e5;
	--colorcasa: #8fab73;/*--colorcasa: #d47150;*/
	--colorporta: #57787a;
	--size: 90px;
	--colorgrigio: #262626;
	--butsize: 50px;
	--langsize: 35px;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1rem;
	color: black;
	cursor: default;
}

h1 {
	font-size: 2rem;
	font-family: 'Amatic SC', cursive;
	color: var(--colorgrigio);
}

body {
	background: var(--maincolor);
}

.foof {
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

.foof::-webkit-scrollbar {
  display: none;
}

#hiddendata {
	display: none;
}

#main {
	width: 50vw;
	margin-left: 25vw;
	border-left: 0.5px solid var(--maincolor);
	border-right: 0.5px solid var(--maincolor);
	background: var(--colorcasa);
}

#latesta {
	padding-top: 80px;
	width: var(--size);
	margin: auto;
  	text-align: center;
}

#ilnome {
	transform: translateY(-5px);
	width: 200px;
	margin: auto;
  	text-align: center;
	white-space: nowrap;
	color: var(--colorgrigio);
}

.lamappa {
	width: 100%;
	height:;
}


#logo {
	width: var(--size);
	height: var(--size);
	margin:auto;
}

#lagalleria {
	width: 100%;
	height: 60vh;
	background: var(--maincolor);
	text-align: center;
	vertical-align: middle;
	white-space:nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
}


.unafoto {
	height: 100%;
	display: inline-block;
}

#lefreccette{
	position: absolute;
	top: calc(50% - 1.5rem);
	width: 100%;
	height: 3rem;
}

#lefreccette h1 {
	position: absolute;
	font-size: 3rem;
}

#fs {
	left: 20px !important;
}

#fd {
	right: 20px !important;
}

.contenuto {
	padding: 70px;
	text-align: center;
	color: var(--maincolor);
	font-weight: 300;
	font-size: 1.1rem;
	position: relative;
}

.langdiv {
	color: var(--maincolor);
	font-weight: 300;
	font-size: 1.1rem;
	display: inline-block;
}

#lingua {
	width: var(--langsize);
	height: var(--langsize);
	position: absolute;
	right: calc(-.5 * var(--langsize));
	top: calc(50% - var(--langsize)/2);
}

#lingua img {
	width: 100%;
}

.bollino {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#selemappa {
	width: 25%;
	margin: auto;
	position: relative;
	min-width: 180px;
}

.selected {
	background: #666 !important;
	border: none;
	border-radius: .8rem;
    padding:5px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
	-webkit-box-shadow: 5px 5px 11px -5px rgba(0,0,0,0.58); 
	box-shadow: 5px 5px 11px -5px rgba(0,0,0,0.58);
}

.mapclick {
	border: none;
	padding: 0;
	height: 1.6rem;
	background:none;
  cursor: pointer;
  position: absolute;
	color: var(--maincolor);
}

#mm {
	left: 8px;
}
#mm.selected {
	left: 0;
}


#mmm {
	right: 8px;
}
#mmm.selected {
	right: 0;
}

#framebox {
	background: grey;
}

iframe {
	border: none !important;
}

.languageflag {
	display: inline-block;
	margin-top: 20px;
	transform: translateY(5px);
	text-decoration: none;
	font-size: 25px;
	cursor: pointer;
}
.languageflag > * {
}

.invisibbo {
	display: none;
}






@media only screen and (max-width: 720px) {
  	#main {
	    position: relative;
	    width: 100vw;s
	    border: 0px;
	    text-align: center;
	    height: auto;
		padding-bottom: 50px;
		padding-right: 0px;
		margin-left: 0px;
	}


}