.marker {
    background-color: #040e26 !important;
  }

.marker:hover {
    
    background-color: #ff0000 !important;
}

.marker2:hover {
    
    -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
   
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.iconix {
    
    color:#fff !important;
    font-size: 30px !important;
}


.fa {
    
    
    font-size: 30px !important;
}
