.contact-main {
  padding-left: 0;
  padding-right: 0;
  margin: 20px 0;
  height: 858px;
  position: relative; }

@keyframes contact-bg {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }
.contact-bg {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .contact-bg img {
    width: 100%;
    height: 100%;
    animation: contact-bg 20s;
    animation-iteration-count: infinite; }

.contact-txt {
  position: absolute;
  left: 26%;
  top: 10%;
  text-align: center; }
  .contact-txt h3 {
    font-size: 28px;
    margin-bottom: 6px;
    color: #a4680e; }
  .contact-txt p {
    font-size: 16px;
    color: #868c9b; }

.contact-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .contact-list li {
    text-align: center; }
    .contact-list li .contact-img {
      width: 130px;
      height: 130px;
      margin: 10px auto;
      position: relative;
      text-align: center; }
      .contact-list li .contact-img img:hover {
        transform: rotateY(360deg);
        transition: all 1s; }
    .contact-list li p {
      font-size: 21px;
      color: #fff; }

.contact-map {
  width: 100%;
  margin-top: -20px;
  position: relative;
  display: none; }
  .contact-map img:first-child {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    cursor: pointer; }
  .contact-map img:last-child {
    width: 100%; }

/*# sourceMappingURL=contact.css.map */
