
.get_direction_btn{
    border-radius: 9%;
    background-image: url(../../img/outline-directions-24px.svg);
    background-color: #fff;
    border: 2px solid #c2bfba;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 150ms cubic-bezier(.4,0,1,1);
    color: #4285F4;
    top: 0;
    padding: 0 !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
    background-size: 29px 29px;
    width: 39px;
    height: 39px;
    margin: 10px;
}
#change-layer-btn{
    pointer-events: auto;
    cursor: pointer;
}

.Satellite{
    background-image: url('../../img/satellite.jpg');    
}

.Plan{
    background-image: url('../../img/plan.jpg');    
}

#map-container {
    z-index: 0;
    width: 100%;
   height: 100%;
}

.map-big-container-contact {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 850px;
}

.map-big-container-rs {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 650px !important;
}

.map-big-container-footer {
    z-index: 0;
    width: 100%;
    height: 200px!important;
    margin-top: 20px;
}
.change-map-view{
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 9%;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    transition: box-shadow 150ms cubic-bezier(.4,0,1,1);
    color: #4285F4;
    margin-top: -70px;
    margin-left: 13px;
    position: absolute;
    border: 2px solid #c2bfba;
    border-radius: 7%;
    box-shadow : inset 0px -18px 17px 0px rgba(0, 0, 0, 0.41); 
}

.change-map-view span {
    display: table-cell;
    vertical-align: bottom;
    height: 52px;
    padding: 0 5px;
    font-weight: 400;
    font-size: 12px;
    color: white;
}

.map-logo {
  background-image: url('../../img/logo2.png');
  width: 100%;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px auto;
  
}

.leaflet-popup-content {
  margin: 6px 10px !important;
  text-align: center;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: rgba(255,255,255,0.7) !important;
}
@media (min-width: 767px) and (max-width: 992px){
    .map-big-container-contact {
    z-index: 0;
    width: 100%;
    height: 700px;
    }
    #change-layer-btn{
    pointer-events: auto;
    cursor: pointer;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .map-big-container-contact {
    z-index: 0;
    width: 100%;
    height: 350px;
    }
    .map-big-container-footer {
    z-index: 0;
    width: 100%;
    height: 180px;
    margin-top: 20px;
    }
#change-layer-btn{
    pointer-events: auto;
    cursor: pointer;
    }
}
