footer {
  color: #F4F1E6;
  margin-top: 8.75vw;
  padding: 0 0 1.875vw 0;
}
footer .topFooter .logo {
  width: 3.75vw;
  margin: 0 auto;
  margin-bottom: 0.625vw;
}
footer .topFooter .logo a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .topFooter .logo a:hover {
  opacity: 0.6;
}
footer .topFooter .logo a svg {
  display: block;
  width: 100%;
  height: auto;
}
footer .topFooter .logo a svg path {
  fill: #F4F1E6;
}
footer .topFooter .divider {
  height: 1px;
  background: #BB8B52;
}
footer .topFooter .cols {
  padding: 5vw 0 3.125vw;
}
footer .topFooter .cols .col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
footer .topFooter .cols .col:first-child {
  padding-right: 8.125vw;
}
footer .topFooter .cols .col .subCol {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}
footer .topFooter .cols .col .subCol:first-child {
  margin-left: 33.3333%;
}
footer .topFooter .cols .col .subCol .subTitle {
  margin-bottom: 1.375vw;
}
footer .topFooter .cols .col .subCol .text a {
  color: #F4F1E6;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .topFooter .cols .col .subCol .text a:hover {
  opacity: 0.6;
}
footer .topFooter .cols .col .subCol .socials {
  display: inline-block;
  vertical-align: top;
  margin-top: 1.5vw;
}
footer .topFooter .cols .col .subCol .socials a {
  color: #BB8B52;
  text-decoration: none;
  margin-right: 1.875vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .topFooter .cols .col .subCol .socials a:hover {
  opacity: 0.6;
}
footer .menuFooter {
  margin-bottom: 1.875vw;
}
footer .menuFooter .footerMenu {
  display: inline-block;
  vertical-align: top;
}
footer .menuFooter .footerMenu .menuLink {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.875vw;
}
footer .menuFooter .footerMenu .menuLink a {
  color: #F4F1E6;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.875vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .menuFooter .footerMenu .menuLink a:hover {
  opacity: 0.6;
}
footer .menuFooter .footerMenu .menuLink a:hover.highlight:after {
  width: 0;
  left: auto;
  right: 0;
}
footer .menuFooter .footerMenu .menuLink a.highlight:after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #BB8B52;
  -webkit-transition: left 0.3s, right 0.3s, width 0.3s;
  -moz-transition: left 0.3s, right 0.3s, width 0.3s;
  -ms-transition: left 0.3s, right 0.3s, width 0.3s;
  -o-transition: left 0.3s, right 0.3s, width 0.3s;
  transition: left 0.3s, right 0.3s, width 0.3s;
}
footer .bottomFooter {
  font-size: 0.75vw;
  color: #AEA391;
}
footer .bottomFooter .left,
footer .bottomFooter .right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
footer .bottomFooter .left .copy,
footer .bottomFooter .right .copy,
footer .bottomFooter .left .bottomFooterMenu,
footer .bottomFooter .right .bottomFooterMenu {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.875vw;
}
footer .bottomFooter .left .copy .menuLink,
footer .bottomFooter .right .copy .menuLink,
footer .bottomFooter .left .bottomFooterMenu .menuLink,
footer .bottomFooter .right .bottomFooterMenu .menuLink {
  display: inline-block;
  margin-right: 1.875vw;
}
footer .bottomFooter .left .copy .menuLink a,
footer .bottomFooter .right .copy .menuLink a,
footer .bottomFooter .left .bottomFooterMenu .menuLink a,
footer .bottomFooter .right .bottomFooterMenu .menuLink a {
  color: #AEA391;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .bottomFooter .left .copy .menuLink a:hover,
footer .bottomFooter .right .copy .menuLink a:hover,
footer .bottomFooter .left .bottomFooterMenu .menuLink a:hover,
footer .bottomFooter .right .bottomFooterMenu .menuLink a:hover {
  opacity: 0.6;
}
footer .bottomFooter .right {
  text-align: right;
}
footer .bottomFooter .right a {
  color: #F4F1E6;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
footer .bottomFooter .right a:hover {
  color: #AEA391;
}
@media all and (max-width: 1080px) {
  footer {
    margin-top: 12.963vw;
    padding: 0 0 2.778vw 0;
  }
  footer .topFooter .logo {
    width: 5.556vw;
    margin-bottom: 0.926vw;
  }
  footer .topFooter .cols {
    padding: 7.407vw 0 4.63vw;
  }
  footer .topFooter .cols .col:first-child {
    padding-right: 9.259vw;
  }
  footer .topFooter .cols .col .normalTitle {
    font-size: 2.407vw;
    line-height: 2.778vw;
  }
  footer .topFooter .cols .col .subCol {
    width: 50%;
  }
  footer .topFooter .cols .col .subCol:first-child {
    margin-left: 0;
    padding-right: 0.741vw;
  }
  footer .topFooter .cols .col .subCol:last-child {
    padding-left: 0.741vw;
  }
  footer .topFooter .cols .col .subCol .subTitle {
    margin-bottom: 2.037vw;
  }
  footer .topFooter .cols .col .subCol .socials {
    margin-top: 2.222vw;
  }
  footer .topFooter .cols .col .subCol .socials a {
    margin-right: 2.778vw;
  }
  footer .menuFooter {
    margin-bottom: 2.778vw;
  }
  footer .menuFooter .footerMenu .menuLink {
    margin-right: 2.778vw;
  }
  footer .menuFooter .footerMenu .menuLink a {
    line-height: 2.778vw;
  }
  footer .bottomFooter {
    font-size: 1.111vw;
  }
  footer .bottomFooter .left .copy,
  footer .bottomFooter .right .copy,
  footer .bottomFooter .left .bottomFooterMenu,
  footer .bottomFooter .right .bottomFooterMenu {
    margin-right: 2.778vw;
  }
  footer .bottomFooter .left .copy .menuLink,
  footer .bottomFooter .right .copy .menuLink,
  footer .bottomFooter .left .bottomFooterMenu .menuLink,
  footer .bottomFooter .right .bottomFooterMenu .menuLink {
    margin-right: 2.778vw;
  }
}
@media all and (max-width: 580px) {
  footer {
    margin-top: 24.138vw;
    padding: 0 0 5.172vw 0;
  }
  footer .topFooter .logo {
    width: 10.345vw;
    margin-bottom: 1.724vw;
  }
  footer .topFooter .cols {
    padding: 13.793vw 0 8.621vw;
  }
  footer .topFooter .cols .col {
    width: 100%;
  }
  footer .topFooter .cols .col:first-child {
    padding-right: 0;
  }
  footer .topFooter .cols .col .normalTitle {
    font-size: 6.207vw;
    line-height: 7.242vw;
    margin-bottom: 5.172vw;
  }
  footer .topFooter .cols .col .subCol {
    width: 100%;
    margin-bottom: 3.448vw;
  }
  footer .topFooter .cols .col .subCol:first-child {
    margin-left: 0;
    padding-right: 0;
  }
  footer .topFooter .cols .col .subCol:last-child {
    padding-left: 0;
    margin-bottom: 0;
  }
  footer .topFooter .cols .col .subCol .subTitle {
    margin-bottom: 1.724vw;
  }
  footer .topFooter .cols .col .subCol .socials {
    margin-top: 4.138vw;
  }
  footer .topFooter .cols .col .subCol .socials a {
    margin-right: 5.172vw;
  }
  footer .menuFooter {
    margin-bottom: 5.172vw;
  }
  footer .menuFooter .footerMenu .menuLink {
    display: block;
    margin-right: 5.172vw;
    margin-bottom: 1.724vw;
  }
  footer .menuFooter .footerMenu .menuLink:last-child {
    margin-bottom: 0;
  }
  footer .menuFooter .footerMenu .menuLink a {
    line-height: 5.172vw;
  }
  footer .bottomFooter {
    font-size: 2.759vw;
  }
  footer .bottomFooter .left,
  footer .bottomFooter .right {
    display: block;
    width: 100%;
  }
  footer .bottomFooter .left .copy,
  footer .bottomFooter .right .copy,
  footer .bottomFooter .left .bottomFooterMenu,
  footer .bottomFooter .right .bottomFooterMenu {
    margin-right: 0;
  }
  footer .bottomFooter .left .copy .menuLink,
  footer .bottomFooter .right .copy .menuLink,
  footer .bottomFooter .left .bottomFooterMenu .menuLink,
  footer .bottomFooter .right .bottomFooterMenu .menuLink {
    margin-right: 5.172vw;
  }
  footer .bottomFooter .bottomFooterMenu {
    margin-top: 1.724vw;
  }
  footer .bottomFooter .right {
    margin-top: 1.724vw;
    text-align: left;
  }
}
