.contactInfoBox {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

.contactInfoBox .container-fluid {
    border-bottom: 1px solid #d4d4d4;    
}

.contactInfoBox .container {
    padding-top: 20px;
}

.contactInfoBox .container .row {
    padding-bottom: 40px;
}

.contactInfoBox h1 {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
}

.contactInfoBox h1.hotel {
    display: inline-block;
    padding-left: 40px;
    background: url("/images/front/contact-hotel.png") no-repeat left center;
}

.contactInfoBox h1.airport {
    display: inline-block;
    padding-left: 40px;
    background: url("/images/front/contact-airport.png") no-repeat left center;
}

.contactInfoBox h1.parking {
    display: inline-block;
    padding-left: 40px;
    background: url("/images/front/contact-parking.png") no-repeat left center;
}

.contactInfoBox p {
    font-size: 14px;
    color: #0c081e;
}
.contactInfoBox p b {
    font-weight: 700;
    color: #5a6980;
}

.contactInfoBox a.email-link {
    display: inline-block;
    color: #485a74;
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
    line-height: 22px;
    background: url("/images/front/contact-email.png") no-repeat left center;
}

.contactInfoBox a:hover.email-link {
    color: #ffc600;    
}

.contactMapBox .container-fluid .row {
    margin-left: 0px;
    margin-right: 0px;
}

#google-container {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #e7eaf0;
}


#cd-google-map {
  position: relative;
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("/images/front/contact-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #ffc600;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 20px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}

#map-download-button {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: calc(50% - 103px);
}