.interactive-map, #map-canvas { height: 100%; margin: 0; padding: 0;}
  #map-canvas img { max-width: none !important; }
  .interactive-map {
  position: relative;   
  height: 600px; 
  overflow: hidden;
  margin-bottom: 35px; 
  }
  #map-hover {
  height: 100px; 
  width: 100%; 
  position: absolute;
  top: 0; 
  left: 0;   
  background-color: rgba(255,255,255,0.2); 
  }
  
  #map-hover #header {
    background-color: #a1aab3;  
    height: 50px; 
    line-height:50px;
    color:#f2f2f2;
  }
  #map-hover #header span{
    font-size:12px;
  }
  
  #map-hover #buttons {
    background-color: white; 
    height: auto; 
    width:auto;
    position:absolute;
    right:0;
    top:0;
    padding:0;
  }
  
  #map-hover #buttons UL {
    margin: 0; 
    padding: 0; 
    list-style-type: none;  
    clear: both;  
  }

  #map-hover #buttons LI {
    margin: 0;
    display: block;
    font-size: 0.8rem;
  }
  
  #map-infowindow {
    position: relative;
    top: -480px;
    pointer-events: none; 
  }
  
  #map-infowindow #infowindow {
    display: none; 
    opacity: 0; 
    position: relative; 
    background-color: white;  
    pointer-events: auto; 
  }
  
  #infowindow {
    padding: 0;   
  }
  
  #infowindow .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 222;
    cursor: pointer;
    width: 11px;
    height: 11px;
  }
  
  #infowindow .close-btn IMG {
    height: auto; 
    width: auto; 
  } 
  
  #infowindow .title, #infowindow .content {
    line-height: 20px;
    padding: 15px;    
  }
    
  #infowindow H1 {
    font-size: 1.125rem;    
  }
  
  #infowindow IMG {
    width: 100%;
    height: 150px;
    background-size: cover;
  }
  
  #infowindow .box-cta {
    width: 100%; 
  }
  
  #infowindow .cta {
    width: 100%; 
  } 
  
  #infowindow SMALL {
    font-size: 0.75rem; 
    color: #acadad; 
  }
  
  #infowindow .content P {
    font-size: 0.75rem; 
    color: black; 
    margin-bottom: 10px; 
  }
  #legend {
    border:1px solid #dcdee1;
    padding:0;
    width:220px;
  }
  #legend LI {
    padding:0 20px 0 50px;
    line-height:60px;
    border-bottom:1px solid #dcdee1;
  }
  
  #legend LI.red-pin { background: url(../images/map-pins/red_small.png) left 20px center no-repeat; }
  #legend LI.violet-pin { background: url(../images/map-pins/violet_small.png) left 20px center no-repeat; }
  #legend LI.orange-pin { background: url(../images/map-pins/orange_small.png) left 20px center no-repeat; }
  #legend LI.blue-pin { background: url(../images/map-pins/blue_small.png) left 20px center no-repeat; }
  #legend LI.yellow-pin { background: url(../images/map-pins/yellow_small.png) left 20px center no-repeat; }
  #legend LI.green-pin { background: url(../images/map-pins/green_small.png) left 20px center no-repeat; }

  .interactive-map-yards #legend { border:1px solid #a1aab3; }
  .interactive-map-yards #legend LI.orange-pin { background: url(../images/map-pins/orange_small.png) left 20px center no-repeat;color:#333;line-height:48px;border:none; }
  
  #legend LI.inactive { background: url(../images/map-pins/vuota_small.png) left 20px center no-repeat; }
  
  #tooltip {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: white;
    padding: 10px;
    font-size: 0.7rem;
    padding-top: 5px;
    padding-bottom: 5px;    
  } 

.hiddenActivities{
  display:none;
}
.showActivities{
  width:219px;
  float:right;
  text-align: left;
  padding:0 20px;
  display:block;
  background: url(../images/ico-legend-open.png) right 20px center no-repeat #b4bbc2;
  cursor:pointer;
}
.showActivities.active{
  background: url(../images/ico-legend-close.png) right 20px center no-repeat #b4bbc2;
}
  
@media only screen and (max-width: 64.063em) {  
  .interactive-map {
    position: relative;
    height: 600px;
    overflow: hidden;
    margin-top: 88px;
  }
  
  #map-hover #buttons UL {
    display: table; 
    margin: 0 auto;   
  }
  #map-hover #buttons LI {
    font-size: 0.7rem !important;
    margin-right: 0 !important;
  }
}