body {
	font-family: 'Titillium Web', sans-serif;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
p, h3 {
	margin:0;
	font-size:1em;
}
header {
	display: flex;	justify-content: space-between;
	align-items: center;
	z-index: 10;
	width: 100%;
}
header .flex-container {
	height: 4.8vw;
	padding-right: 100px;
	display: flex;
}
header .share-container {
	padding-top: 30px;
	padding-left: 20px;
}
header h1 {
	color: #fff;
}
.header-title{
	height: 100%;
}
.header-title h1{
	margin:0;
}

.publishdate{
	margin:0;
}
.logo_ave {
	max-width: 200px;
	padding-left: 20px;
}
.fb-share-button {
	padding-right: 20px;
}
strong {
	font-weight: bold;
}
aside {
	width: 40%;
	margin-left: 60%;
}
.stuck {
	position: fixed !important;
	top: 0;
}
select {
	margin-bottom: 20px;
}
#detail {
	position: relative;
	height: auto;
	z-index: 9;
	background: #fff;
	padding: 20px;
}
.map-overlay {
	position: absolute;
	bottom: 90px;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	margin-right: 20px;
	font-family: Arial, sans-serif;
	overflow: auto;
	border-radius: 3px;
}
.overlay-mobile {
	display: none;
    }
#legend {
	padding: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.10);
	line-height: 18px;

	margin-bottom: 40px;
	width: 205px;
}
.legend-key {
	display: inline-block;
	border-radius: 20%;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
.form-container {
	background: rgba(0,0,0,0.2);
	padding: 5px 10px;
}
.item {
	opacity: 0.25
}
.item.active {
	opacity: 1;
}
#detail h2 {
	background: #01679f;
	color: #FFF;
	border: 2px solid #131313;
	padding: 5px 10px;
	margin-top: 0;
}
.hero {
	text-align: center;
	background: #000;
	position: relative;
}
.hero .fas {
	color: #FFF;
	font-size: 50px;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	cursor: pointer;
}
.pulse {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0,0,0, 0.4);
	animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
	;
	position: absolute;
	bottom: 20px;
	left: 50%;
	line-height: 97px;
	margin-left: -36px;
}
.pulse:hover {
	animation: none;
}
.godown {
    display: none;
    position: absolute;
    background-color: #54AC3A;
    z-index: 901;
    width: 58px;
    height: 58px;
    bottom: 29vh;
    right: 0;
	cursor: pointer;
}
.godown img {
	margin-top: 5px;
    width: 28px;
    height: 48px;
}
.top-column{
	display: flex;
    align-items: center;
	position: absolute;
    top: calc(var(--vh, 1vh) * 17);
    left: 0;
    right: 0;
    z-index: 997;
    width: 100%;
    background-color: #54AC3A;
	height: calc(var(--vh, 1vh) * 8);
}

.top-column::-webkit-scrollbar {
  		display: none;
	}
 @-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.2);
}
 100% {
 -webkit-box-shadow: 0 0 0 50px rgba(0,0,0, 0);
}
}
@keyframes pulse {
 0% {
 -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.2);
 box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
}
 100% {
 -moz-box-shadow: 0 0 0 50px rgba(0,0,0, 0);
 box-shadow: 0 0 0 50px rgba(0,0,0, 0);
}
}
.hero img {
	max-width: 100%;
	max-height: 90vh;
}
.btn-container, .btn-container-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.btn-container-bottom {
	display: none;
}
.fly {
	display: block;
	margin: 0px auto;
	width: 25%;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #ee8a65;
	cursor: pointer;
}
.vue-generale {
	display: block;
	margin: 0px auto;
	width: 15%;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #ee8a65;
	cursor: pointer;
}
.flyPrev {
	display: block;
	margin: 0px auto;
	width: 25%;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #ee8a65;
	cursor: pointer;
}
.disabled {
	cursor: auto !important;
	opacity: 0.5;
}
.img-container img {
	max-width: 100%;
}
#map {
	position: relative;
	width: 100%;
	height: calc(100vh - 90px);
}
#mycontent {
	padding-top: 90px;
}
.cetera {
	display: none;
}
#mycontent #map-container {
	width: 60%;
	height: 100vh;
	float: left;
	z-index: 0;
	position: fixed;
}
.mobile-only {
	display: none !important;
}
.mobile {
	display: none;
}
.dsk {
	display: block;
}
.form-container.dsk {
	margin-bottom: 20px;
	position: relative;
	height: auto;
	z-index: 9;
	background: #fff;
	padding: 20px;
}
	.desktop-only{
		display: flex;
	}
.mobile{
	padding: 5px !important;
}
.mobile .flex-container{
	width: 100%;
	margin: 5px;
	height: 100%;
	
}
.mobile .header-title{
	width: 100%;
}
.mobile .header-title h1{
	width: 100%;
	font-size: 1.2em;
}

.mobile a{
	width: 50%;
	margin:0;
	padding: 0;
}
.mobile a img{
	max-width: 110px !important;
}
.mobile .share-container{
	width: 50%;
	margin:0 !important;
	padding: 0 !important;
}

.bottom-line{
	background-color: lightgrey;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.bottom-line .publishdate {
    font-size: 11px;
}
#content{
	max-width: 40%;
    padding: 0 30px 30px 30px;
    margin: 0 0 0 60%;
}
@keyframes slidein {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}
@media screen and (max-width:768px) {
    .top-column.mobile {
	display: flex;
        flex-direction: column;
}
    #content {
        margin: 0;
    }
    .godown{
		    text-align: center;
    		top: calc(85vh - 58px);
		 	/*top: calc(var(--vh, 1vh) * 100 - 58px);*/
    		display: block;
	 }
    select {
        margin-bottom: 0;
    }
	#content{
		padding: 10px;
		max-width: 100%;
	}
	
	#content h2{
		font-size: 1.2em;
	}
	
	#content h3{
		font-size: 1em;
	}
	
	#detail{
		display: none !important;
	}
	.desktop-only{
		display: none;
	}


	.mobile {
		display: block;
	}
	.dsk {
		display: none;
	}
	header .flex-container {
	padding-right: 0;
	display: flex;
}
#mobile-menu {
	margin-left: 100%;
	height: auto;
	background: #e0e0e0;
	margin-top: 4px;
	max-width: 100%;
	box-sizing: border-box;
	top: auto;
	padding: 20px 50px !important;
}
     #mobile-menu.open {
         animation-duration: 0.5s;
          animation-name: slidein;
         animation-fill-mode: forwards;
     }
header .share-container {
	padding-top: 10px;
	padding-left: 20px;
}
header {
	flex-wrap: wrap;
	text-align: center;
	padding: 10px 20px;
	position: relative;
}
	header h1 {
		font-size: 14px;
	}
	.flex-container {
		display: flex;
	}
	.share-container {
		padding-left: 20px;
		padding-top: 20px;
	}
	.form-container h3 {
		font-size: 14px;
	}
.overlay-mobile {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.9);
	height: 100vh;
	z-index: 10;
         padding: 1em;
         text-align: center;
    }
    .overlay-mobile p {
        margin-top: 25vh;
        font-weight: bold;
        font-size: 20px;
    }
    .overlay-mobile img {
        max-width: 100%;
        animation: move 2s;
        transition: all 2s;
        animation-iteration-count: infinite;
        transform: translateX(0);
    }
	.map-overlay {
		display: none;
		bottom: 0;
	}
    
	#legend {
		margin-bottom: 5vh;
	}
	#detail h2 {
		font-size: 15px;
	}
#mycontent #map-container {
	width: 100%;
	height: 70vh;
	float: none;
	z-index: 0;
	position: relative;
	
}
	#mycontent {
		padding-top: 0
	}
	select {
		max-width: 100%;
		width: 100%;
	}
aside {
	width: 100%;
	margin-left: 0%;
    position: absolute;
    top: 85px;
}

header a {
	display: block;
	margin: auto;
}
header img.logo_ave {
	padding: 0;
	max-width: 150px;
}
.hero .fas {
	font-size: 20px;
}
.pulse {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0,0,0, 0.4);
	animation: pulse 2s infinite;
	position: absolute;
	bottom: 20px;
	left: 50%;
	line-height: 39px;
	margin-left: -15px;
}
	.intro {
		padding: 0 10px;
	}
#detail {
	left: auto;
	margin-left: 0;
	max-height: 50vh;
	overflow-y: scroll;
}
#map {
	position: relative;
	top: auto;
	bottom: auto;
	height: 70vh;
}
#detail {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "title"  "btn"  "img"  "content"  "btn-bottom";
	padding: 10px;
	position: relative;
}
#detail h2 {
	grid-area: title;
	margin-bottom: 5px;
}
#detail .img-container {
	grid-area: img;
}
#detail .btn-container {
	grid-area: btn;
	margin-bottom: 5px;
}
#detail .btn-container-bottom {
	grid-area: btn-bottom;
	margin-top: 5px;
}
#detail .content {
	grid-area: content;
}
#detail .btn-container-bottom {
	display: flex;
}
.spinner {
	position: absolute;
	bottom: 0;
	right: -16px;
	margin: 0;
	width: 30px;
	text-align: center;
}
.spinner > div {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	background: rgba(0,0,0,1);
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
}
@-webkit-keyframes sk-bouncedelay {
 0%,  80%,  100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1.0);
 transform: scale(0);
}
}
 @keyframes sk-bouncedelay {
 0%,  80%,  100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1.0);
 transform: scale(1.0);
}
}
