footer {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%);
  margin: 0;
  padding: 2%;
  background: #E3E3E3;    
}
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: 2em;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  color: #2b2c2c;
  text-align: center;
}
footer h3 {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 700;
  line-height: 3em;
}
footer h3 a {
  color: rgba(0,0,0, 0.5) !important;
}
footer li {
  margin: 5px 0;
  font-weight: 400;
  font-size: 1rem;
  color: #666;
  text-align: left;
}
footer a {
  color: #2b2c2c !important;
  text-decoration: none;
  transition: color 0.5s, background 0.5s;
}
footer a:hover {
  color: #c92626 !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: 35%;
  border-left: none;
  text-align: center;
}
.footer-links-holder:nth-child(1) li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.footer-links-holder:nth-child(1) .social-icons{
  margin: 0px;
  padding-left: 0;
  display: flex;
  color: #666;  
}
.footer-links-holder:nth-child(1) .social-icons li{
  display: inline-block;
  margin: 10px 5px 0px 5px;
  padding: 0;
  width: auto;  
}
.footer-links-holder:nth-child(2) {
  width: 40%;
  padding: 0 1%;
  border-left: none;
}
.footer-links-holder:nth-child(3) {
  width: 18%;
  border-left: none;
}

ul.ft-messages-list li, ul.footer-information li {
  width: 100%;
  display: inline-block;
  margin: 1% auto;
  vertical-align: top;
  color: #2b2c2c;
  letter-spacing: 0.05em;
  line-height: inherit;
}

.social-icons li a {
  background: url(icons/iconset-footer.svg) transparent no-repeat;
  background-size: cover;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-indent: -9999px;
  transition: all 0.3s ease 0s;
}
.social-icons li a:hover {
  background: url(icons/iconset-footer-v.svg) transparent no-repeat;
  background-size: cover;    
}
.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;
}
footer .link a {
  font-size: 13px;
  color: #fff;
  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;
}

.footer-information { padding-left: 0; }

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

.ft-messages-list {
  padding-left: 0;
}
.ft-messages-list li {
  padding: 5px 0;
  position: relative;
}
.ft-messages-list li:before {
  background: url(icons/icon-arrow.svg) no-repeat;
  content: "";
  position: absolute;
  left: -12px;
  top: 13px;
  padding: 4px;
  opacity: 0.5;
  color: #000;
}

.gotop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  border-radius: 0px;
  background: #e42c2c;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 10;
}

.gotop:before {
  content: url("/images/theme-b67/gotop.png");
  color: #AEAEAE;
  line-height: 12px;
  padding-bottom: 5px;
}

.gotop:after {
  content: "TOP";
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.gotop:hover {
  opacity: 0.5;
}

@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;
  }

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

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

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

  .ft-information-tel a {
    pointer-events: auto;
  }
}