@charset "utf-8";
/*FOOTER*/
#footer,
.footer {
  margin-top: 110px;
}
#footer .border-left {
  border-left: 1px solid #7c7e80;
}

#footer .flex {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  flex-wrap: wrap;
}
#footer .flex-align-center {
  align-items: center;
}

#footer .row {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  flex-wrap: wrap;
}
#footer .container {
  box-sizing: border-box;
  justify-content: space-between;
  margin-left: auto;

/* padding-right: 15px; */
  /* padding-left: 15px; */
  margin-right: auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}
#footer .f-branding,
footer .f-info {
  /* width: 50%; */
}
#footer .footer-links-content {
  margin-bottom: 32px;
}
#footer .col-md-3 {
  float: left;
  width: 25%;
}

#footer.no-margin-top {
  margin-top: 0;
}
#footer .bottombar {
  border-top: 1px solid #d8d8d8;
  padding: 25px 0 20px 0;
}
#footer .bottom-info li {
  font-size: 13.5px;
  letter-spacing: 1.35px;
  line-height: 1.4;
  padding: 0 1em;
}
#footer .bottom-info li:first-child {
  padding: 0 1em 0 0;
}
#footer .bottom-info li:last-child {
  padding: 0 0 0 1em;
}
#footer .footer-links-wrapper {
  background: #19191a;
  color: #d8d8d8;
  font-size: 13.5px;
  padding: 30px 0;
}

#footer .footer-links-wrapper .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

#footer .footer-links-wrapper .link-list .site-seal {
  position: absolute;
  right: 0;
  top: 0;
}

#footer .footer-links-wrapper .link-list ul {
  display: flex;
}
#footer .footer-links-wrapper a {
  color: #fff;
  letter-spacing: 1.35px;
}

#footer .footer-links-wrapper ul li:last-child {
  margin-right: 0;
}

#footer .footer-links-wrapper .bottom-social li {
  margin-right: 1em;
}
#footer .footer-links-wrapper .bottom-social li a {
  border-left: 1px solid;
  padding-left: 1em;
}
#footer .footer-links-wrapper .bottom-social li:first-child a {
  border-left: none;
}
#footer .custom-logo-link img {
  width: 300px;
}
#footer ul.bottom-info {
  align-items: center;
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
}
#footer .bottom-info li a {
  color: #19191a;
}
#footer ul.bottom-info a:hover {
  color: #bd7f13;
}
#footer ul.bottom-info.bottom-phone li {
  padding: 0 15px;
}
#footer ul.bottom-info.bottom-phone span {
  display: inline-block;
  font-family: "Helvetica Neue", "Arial";
  font-size: 13.5px;
  letter-spacing: 1.35px;
  padding-left: 8px;
}
#footer ul.ft-locs {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
}
#footer ul.ft-locs li {
  border-left: 1px solid #979797;
  line-height: 1;
  margin-bottom: 21px;
  padding: 0 15px;
}
#footer ul.ft-locs li:first-child {
  border-left: none;
  padding-left: 0;
}
#footer ul.ft-locs li:last-child {
  padding-right: 0;
}
#footer .bottom-social {
  display: inline-block;
  vertical-align: top;
}

#footer .bottom-social > a {
  display: block;
  font-family: "Helvetica Neue", "Arial";
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 34px;
  ;
}
#footer .bottom-social img {
  margin-right: 10px;
  vertical-align: middle;
}
#footer div#copyright {
  color: #aeb0b3;
  font-family: "Helvetica Neue", "Arial";
  font-size: 11px;
  letter-spacing: 1.8px;
  margin-top: 2em;
}
#footer .footer-links-content {
  margin-bottom: 32px;
}
#footer .img-newtab {
  margin-bottom: 3px;
  margin-left: 2px;
}
#footer img.img-newtab {
  vertical-align: middle;
  width: 12px;
}

.footer.order #copyright {
  color: #aeb0b3;
  font-family: "Helvetica Neue", "Arial";
  font-size: 11px;
  letter-spacing: 1.8px;
  margin-top: 2em;
}
#footer .text-center,
.footer #copyright {
  text-align: center;
}
.footer #copyright {
  background: #19191a;
  padding: 5px 0;
}
.footer.order .footerLogo {
  margin: 0 auto;
  width: 170px;
}
#pageTop {
  bottom: 5em;
  position: fixed;
  right: 5em;
  z-index: 11;
}
#pageTop a {
  background: url(../../images/footer/totop.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
}

.footer.order .wrap {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  padding: 4em 0 0;
}


@media screen and (max-width:1020px) and (min-width:768px) {
  #footer .custom-logo-link img {
    width: 250px;
  }
  #footer .bottom-info li {
    font-size: 100%;
  }
  #footer .footer-links-wrapper a {
    letter-spacing: 0;
  }
  #footer #branding {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
  }
  footer .f-info {
    width: 100%;
  }
  footer .f-info .bottom-info {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #footer .footer-links-wrapper ul li {
    font-size: 10.5px;
  }
  #footer .container,
  #footer .footer-links-wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  #footer .footer-links-wrapper .link-list {
    width: 100%;
  }
  #footer .footer-links-wrapper .link-list .bottom-social {
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  #footer .footer-links-content {
    margin-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .f-branding,
  footer .f-info {
    width: 100%;
  }
  #footer .bottom-info li {
    font-size: 120%;
    font-weight: normal;
    letter-spacing: 1.35px;
    line-height: 1;

/* padding: 0; */
    margin: 0 0 1em 0;

    /* width: 50%; */
  }
  #footer .bottom-info li:nth-child(3).border-left {
    /* border-left:none; */
  }
  #footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer ul.bottom-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #footer ul.ft-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 31px;
  }
  #footer ul.ft-links li {
    border-right: 1px solid #979797;
    line-height: 1;
    margin: 0;
    padding: 0 7.5px;
  }
  #footer .footer a {
    font-size: 12px;
  }
  #footer .col-md-3 {
    width: 100%;
  }
  #footer .footer-links-content {
    margin-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .custom-logo-link img {
    height: 22px;
    margin: 0 auto;
    width: 240px;
  }
  #footer a {
    font-size: 12px;
  }
  #footer div#branding {
    justify-content: center;
    text-align: center;
  }
  #footer,
  .footer {
    margin-top: 70px;
  }
  #footer .no-margin-top {
    margin-top: 0;
  }
  #footer ul.bottom-info {
    justify-content: center;
    margin-top: 2em;
  }
  #footer ul.bottom-info a {
    display: block;
    text-align: center;
  }
  #footer ul.bottom-info.bottom-phone {
    margin-top: 32px;
  }
  #footer ul.bottom-info.bottom-phone li a:last-child {
    margin-top: 14px;
  }
  #footer ul.ft-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 31px;
  }
  #footer ul.ft-locs {
    justify-content: center;
  }
  #footer ul.ft-locs.ft-links {
    margin-bottom: 0;
  }
  #footer ul.ft-locs.ft-links li {
    margin-bottom: 19px;
  }
  #footer ul.ft-links li {
    border-right: 1px solid #979797;
    line-height: 1;
    margin: 0;
    padding: 0 7.5px;
  }
  #footer ul.ft-links li:last-child {
    border-right: 0;
  }
  #footer ul.ft-about li,
  ul.ft-cards li {
    margin-bottom: 19px;
  }
  #footer ul.ft-about.ft-links {
    margin-bottom: 0;
  }
  #footer ul.ft-about li:last-child {
    margin-bottom: 0;
  }
  #footer ul.bottom-info.bottom-phone span {
    display: block;
    letter-spacing: 1.35px;
    letter-spacing: 1.2px;
  }
  #footer .bottom-social,
  #footer .bottom-social:first-child {
    display: block;
    text-align: center;
    width: 100%;
  }
  #footer .bottom-social > a {
    margin-bottom: 18px;
  }
  #footer .bottom-social > div {
    margin-bottom: 15px;
  }
  #footer .bottom-social-title {
    font-size: 13.5px;
  }
  #footer .bottombar {
    border-top: 1px solid #edebeb;
    padding: 20px 0 10px 0;
  }
  #footer .footer-links-content {
    margin-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer div#copyright {
    margin-top: 15px;
  }
  #footer .footer-links-wrapper {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 42px 0 56px 0;
  }
  #footer ul.ft-locs li {
    margin-bottom: 23px;
  }
  .footer .footerLogo {
    margin: 25px auto 10px;
    width: 150px;
  }
  .footer.order .footerLogo {
    margin: 0 auto;
    width: 130px;
  }
  .footer #copyright {
    background: #19191a;
    padding: 2px 0;
  }
  #pageTop {
    bottom: 2em;
    position: fixed;
    right: 2em;
    z-index: 11;
  }
  #footer .footer-links-wrapper .link-list {
    width: 100%;
  }
  #footer .footer-links-wrapper .link-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 1em;
  }

  #footer .footer-links-wrapper .link-list .site-seal {
    position: relative;
  }
  #footer .footer-links-wrapper ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:320px) {
  #footer .bottom-info li {
    padding: 0 10px;
  }
}
