@font-face {
  font-family: 'Mundial';
  src: url('Mundial Light.otf');
}
html {
  font-family: Mundial;
  width: 100%;
  margin: 0 auto;
}
body {
  font-family: Mundial;
  font-size: 13px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.title-type {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.title-content {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
}
#map-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
}
#map {
  width: 100%;
  height: 100%;
}
.map-sidebar-content {
  padding: 10px 0;
}

.map-sidebar-content img {
  vertical-align: middle;
  margin-right: 10px;
}
.city-list {
  display: none;
  margin-bottom: 10px;
}
#map-sidebar {
  position: fixed;
  z-index: 10;
  width: 350px;
  height: 100%;
  left: 0;
  top: 50px;
}
#sidebarTopMenu {
  background-color: #0D4689;
  padding: 20px 20px 10px 20px;
}
#sidebarTopMenu h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 10px 20px 0;
}
.locate-title {
  color: #fff;
}
#sidebarBottomMenu {
  background-color: #0D4689;
  color: #fff;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  padding: 0 20px;
}
#sidebarBottomMenu  h3 {
  padding: 0 0 0 20px;
}
#sidebarBottomMenu .map-sidebar-info {
  position: relative;
}
#sidebarBottomMenu .map-sidebar-info:not(first-child):before {
  content: '';
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  display: block;
  position: relative;
  opacity: 0.5;
}
.address {
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
}
.address-info,
.address-tel,
.address-email {
  position: relative;
}
.address-info:before {
  content: '';
  background: url('../img/white-pin.png') no-repeat;
  width: 11px;
  height: 14px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 4px;
}
.address-info span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.address-pic {
  margin-top: 10px;
}
.address-position {
  color: #C9D2DB;
  font-size: 10px;
}
.address-tel {
  margin-top: 10px;
}
.address-tel:before {
  content: '';
  background: url('../img/phone.png') no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 4px;
}
.address-tel span {
  display: inline-block;
  padding-left: 15px;
}
.address-email:before {
  content: '';
  background: url('../img/email.png') no-repeat;
  width: 15px;
  height: 9px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 5px;
}
.address-email span {
  display: inline-block;
  padding-left: 20px;
  word-break: break-word;
}
.options-area label {
  width: 150px;
  display: inline-block;
  padding: 0 0 10px 0;
}
.options-area label span {
  font-size: 13px;
}
.state-part {
  margin-bottom: 10px;
  margin-top: 15px;
}
.state-part select,
.city-list select {
  padding: 5px; 
  font-size: 14px;
  width: 100%;
}
.gm-style .gm-style-iw {
  max-width: 200px;
}
.marker-icon {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
label.checkbox input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
label.checkbox input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #dbdad4;
}
label.checkbox input[type="checkbox"] + span > span.tick {
  display: block;
  position: absolute;
  z-index: 100;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  opacity: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../img/tick-green_03.png');
  background-size: 17px;
  background-position: 2px 4px;
}
label.checkbox input[type="checkbox"]:checked + span > span.tick {
  opacity: 1;
  transition: all 700ms ease 0s;
}
#sidebarBottomMenu .load-img {
  display: none;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
}
.code-text {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  #map-sidebar {
    left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  #map-sidebar {
    width: 250px;
    position: absolute;
  }
  #sidebarBottomMenu {
    max-height: 250px;
  }
}

@media only screen and (max-width: 640px) {
  #map-sidebar {
    position: static;
    width: 100%;
    height: auto;
  }
  #sidebarBottomMenu {
    max-height: 200px;
  }
  .options-area label {
    width: 145px;
  }
}

@media only screen and (max-width: 600px) {
  .options-area label {
    width: 135px;
  }
}

@media only screen and (max-width: 384px) {
  #sidebarBottomMenu {
    max-height: 240px;
  }
}