html, body {
  height:100%;
  width:100%;
  padding: 0px;
  margin: 0px;

}

.vco-storymap h1, .vco-storymap h2{
font-family: 'Muli', sans-serif !important;
}

#loading{
  z-index: 9999999;
  width:100%;
  height:100%;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  left:0;
  top:0;
}

#loading-box{
  z-index: 99999999;
  width:420px;
  height:310px;
  background-color: #fff;
  margin-left:-210px;
  margin-top:-100px;
  position: fixed;
  left:50%;
  top:50%;
  border:4px solid #eee;
  text-align: center;
  line-height: 20px;
  background-image: url("img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  padding:10px;
}

.vco-menubar-button{
  display:none;
}

#testata{
position: fixed;
top:0;
right:0;
height:60px;
width:220px;
/*
background-image: url("../img/barrasfumata.png");
background-size: 60% 100%;
background-position: left center;
background-repeat: no-repeat;
*/
line-height: 60px;
font-size: 30px;
z-index: 10000;
float:left;
color:#000;




}
#testata span{

float:left;
margin-left:5px;
font-family: 'Muli', sans-serif !important;
font-size: 16px;



}
#titolo{
font-family: 'Muli', sans-serif !important;
font-size: 24px;
font-weight: 700;
float:right;
width:50%;
text-align: center;
text-transform: uppercase;
}

#pagina{
  position:fixed;
  left:0;
  top:0;
  height:60px;
  line-height: 60px;
  font-size:20px;
  background-color: #a91312;
  padding:0 15px;
  color:#fff;
}

.vco-headline{
color:#a91312 !important;
font-size: 2em !important;
}

.vco-text-content{
font-family: 'Muli', sans-serif !important;
color:#111 !important;
}

.vco-text-content p{
font-family: 'Muli', sans-serif !important;
color:#111 !important;
}

.button-approfondimento{
margin-top:10px;
margin-bottom:40px;
margin-right:5px;
padding:10px;
background-color:#a91312;
float:left;
border-radius: 0px;
color:#fff;
cursor: pointer;

}
#approfondimento_box{
position:fixed;
left:-110%;
top:0;
width: 98%;
height:98%;
background-color: rgba(255,255,255,0.9);
background-image: url(img/loading.gif);
background-position: center center;
background-repeat: no-repeat;
z-index: 100000;
transition: left 2s;
padding:1%;
}
#approfondimento_chiusura{
  margin-top:4px;
  margin-bottom:4px;
  margin-right:5px;
  padding:10px;
  background-color:#a91312;
  float:right;
  border-radius: 0px;
  color:#fff;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif !important;
}


.linkto{
margin-top:10px;
margin-bottom:40px;
margin-right:5px;
padding:10px;
background-color:#a91312;
float:left;
border-radius: 0px;
color:#fff;
cursor: pointer;

}

.linkto:hover{
  background-color:#333 !important;
}


.leaflet-control-minimap{
  top:30px !important;
}

#navigation{
  position: fixed;
  bottom:0;
  left:0;
  width:410px;
  height: 22px;
  margin:0 0 5px 5px;
  z-index: 9000000;
  font-family: 'Muli', sans-serif !important;
  overflow: hidden;
  line-height: 15px;
  background-color: #eee;
}
#navigation li{
  display: inline-block;
  border-right:1px solid #ddd;
  padding:5px;
  width:34px;
  text-align: center;
}
#navigation li.active{
  background-color: #333;
}


#navigation2:hover{
  width:100%;
}

.slide_button_goto{
  display:inline-block;
  width:15px;
  height:15px;
  margin-right:1px;
  margin-bottom:1px;
  padding:1px;
  background-color:#a91312;
  float:left;
  border-radius: 0px;
  color:#fff;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
}

.slide_button_goto:hover{
  background-color:#333;
}

.slide_button_goto a{
  color:#fff;
  text-decoration: none;

}

.vco-icon-image:after{
  content:"" !important;
  font-size:12px !important;
  line-height: 25px;
  font-family: 'Muli', sans-serif !important;
}

.vco-headline{
  line-height: 30px !important;
  margin-bottom:25px !important;
}

.vco-headline small{
  width:100%;
  float:left;
  clear: both;
  margin-bottom:5px;
  font-size: 18px !important;
  text-transform: capitalize;
  color:#333;
}
.vco-storymap h2{
  text-transform: none !important;
}
.vco-map .vco-mapmarker-active:before{
  content:"\25CF" !important;
}

.vco-map .vco-mapmarker:before {
  content:"\25CF" !important;
}

.vco-map .vco-mapmarker:before{

  color:rgba(0,0,0,0.2);


}

.vco-map .vco-mapmarker-active:before{
  color:#a91312;
  opacity:0.8;

}
.vco-map .vco-mapmarker, .vco-map .vco-mapmarker-active{

  top:-24px !important;
  left:-5px;
}


/* ZOOM Image */

.vco-credit{
  color:#000;
  font-family: 'Muli', sans-serif !important;
}


.vco-media-image{
  cursor: pointer;
}

.vco-media-image{
  box-shadow: none;
}

.vco-media-image:hover{
  border:1px solid #9a3f30;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  z-index:999999999;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.leaflet-top .leaflet-control{
  margin-top:50px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


iframe#sb-player{
  position:absolute;
  left:0;
  top:0;
  width: 95% !important;
  height:600px;
  margin-left:0;
  margin-top:0;
}

.vco-icon-plaintext:after{
  content:"" !important;
  font-size:12px !important;
  line-height: 25px;
  font-family: 'Muli', sans-serif !important;
}