@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro");
.top .bg .pic {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact {
  padding: 30px 0 80px;
}
.contact .map-box {
  height: 500px;
}
.contact #map {
  height: 500px;
}
.contact-content {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #decd9c;
  border-bottom: 1px solid #decd9c;
}
.contact-text {
  width: 50%;
  line-height: 1.8em;
}
.contact .cr {
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #decd9c;
}

.map {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.map.show {
  opacity: 1;
}

@media screen and (max-width: 860px) {
  .contact-content {
    display: block;
  }
  .contact-text {
    width: 100%;
  }
  .contact .cr {
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .contact .map-box {
    height: 400px;
  }
  .contact #map {
    height: 400px;
  }
}
@media screen and (max-width: 460px) {
  .contact .map-box {
    height: 300px;
  }
  .contact #map {
    height: 300px;
  }
}
