/* Contact =================================================================== */
/*
.wrapper-contact {
  background-image: url("../images/idx-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.wrapper-contact .color-overlay {
  background-color: #ffd84b;
  padding: 60px 0;
}
.wrapper-contact .color-overlay .contact-info {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .wrapper-contact .color-overlay .contact-info {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.wrapper-contact .color-overlay .contact-info a {
  position: relative;
  color: #000;
  padding: 0 70px;
  filter: drop-shadow(2px 1px 0px rgba(255, 255, 255, 0.9));
}
.wrapper-contact .color-overlay .contact-info a .contact-cursor {
  position: absolute;
  right: 100px;
  top: 25px;
  width: 70px;
}
@media (max-width: 576px) {
  .wrapper-contact .color-overlay .contact-info a .contact-cursor {
    top: 55px;
  }
}
@media (max-width: 576px) {
  .wrapper-contact .color-overlay .contact-info a {
    padding: 0 60px;
  }
}
.wrapper-contact .color-overlay .contact-info a::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  background: url(icons/icon-mail-3.svg) no-repeat;
  padding: 18px;
}

.float-up-down {
  animation: float-up-down infinite 3s ease-in-out;
}

@keyframes float-up-down {
  50% {
    transform: translateY(20px);
  }
}
/* Footer =================================================================== */
footer {
  background-image: linear-gradient(0deg, #2a91e1 0%, #106bb1 100%);
  padding: 2%;
}
footer .wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer .wrap .footer-contact {
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .wrap .footer-navigation {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
footer .copyright {
  width: 100%;
  display: block;
  margin: 2% auto auto auto;
  padding-top: 1.5rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
}
footer h3 {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 700;
  line-height: 4rem;
}
footer h3 a {
  color: rgba(255, 255, 255, 0.5) !important;
}
footer li {
  margin: 5px 0;
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  text-align: left;
}
footer a {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.5s;
}
footer a:hover {
  color: #eebc07 !important;
}

.footer-links-holder {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  text-align: left;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  vertical-align: top;
}
.footer-links-holder:nth-child(1) {
  width: 70%;
  padding: 0 1%;
  border-left: none;
}
.footer-links-holder:nth-child(2) {
  width: 22%;
  padding: 0 0 0 5%;
  border-left: none;
}

ul.footer-information li {
  width: 100%;
  display: inline-block;
  margin: 1% auto;
  vertical-align: top;
  color: #fff;
  letter-spacing: 0.05em;
}
ul.footer-information li.ft-w3 {
  width: 27%;
}

.social-icons {
  margin: 0px;
  display: block;
  color: #666;
}
.social-icons li {
  display: inline-block;
  margin: 10px 5px 0px 5px;
  padding: 0;
  width: auto;
}
.social-icons li a {
  background: url(icons/iconset-footer.svg) transparent no-repeat;
  background-size: cover;
  display: inline-block;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  transition: all 0.3s;
}
.social-icons li a:hover {
  background-position: center -25px;
}
.social-icons li.facebook a {
  background-position: 1px 0px;
}
.social-icons li.facebook a:hover {
  background-color: #3b5998;
}
.social-icons li.line a {
  background-position: -39px 0px;
}
.social-icons li.line a:hover {
  background-color: #0fa104;
}
.social-icons li.youtube a {
  background-position: -79px 0px;
}
.social-icons li.youtube a:hover {
  background-color: #c00;
}
.social-icons li.instagram a {
  background-position: -119px 0px;
}
.social-icons li.instagram a:hover {
  background-color: #9c27b0;
}
.social-icons li.twitter a {
  background-position: -159px 0px;
}
.social-icons li.twitter a:hover {
  background-color: #2bb2e1;
}
.social-icons li.gplus a {
  background-position: -198px 0px;
}
.social-icons li.gplus a:hover {
  background-color: #c00;
}

footer .link {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 10px;
}
footer .link a {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 20px;
  text-decoration: underline;
  position: relative;
}
footer .link a:after {
  position: absolute;
  top: 20%;
  right: 0px;
  content: "";
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.5);
}
footer .link a:last-child {
  border: none;
  padding-right: 0px;
}
footer .link a:last-child:after {
  display: none;
}

[class^=ft-information-] {
  position: relative;
  padding: 8px 0 8px 23px;
}
[class^=ft-information-]:before {
  font-size: 16px;
  content: "";
  position: absolute;
  left: 0px;
  opacity: 0.5;
}

.ft-information-tel a {
  pointer-events: none;
}
@media (max-width: 576px) {
  .ft-information-tel a {
    pointer-events: visible;
  }
}
.ft-information-add:before {
  background: url(icons/icon-map.svg) no-repeat;
  padding: 9px;
}
.ft-information-tel:before {
  background: url(icons/icon-phone-2.svg) no-repeat;
  padding: 9px;
}
.ft-information-fax:before {
  background: url(icons/icon-fax.svg) no-repeat;
  padding: 9px;
}
.ft-information-mail:before {
  background: url(icons/icon-mail-2.svg) no-repeat;
  padding: 9px;
}

/* Responsive =================================================================== */
@media only screen and (max-width: 992px) {
  footer .wrap .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0 10px;
  }

  footer h3 a {
    font-size: 1.15rem;
    color: #fff;
  }

  .footer-links-holder h3 {
    padding: 0px 20px;
    box-shadow: 0px 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  .footer-links-holder h3:after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: transform 0.5s;
  }

  ul.footer-information li.ft-w3 {
    width: 100%;
  }

  .footer-links-holder:nth-child(2) h3:after {
    display: none;
  }

  .footer-information {
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
  }

  .footer-links-holder.active h3:after {
    transform: rotate(-45deg);
  }
  .footer-links-holder.active .footer-information, .footer-links-holder.active .social-icons {
    max-height: 300px;
  }
}