footer.is-inview .bottomFooter {
  background: #a7a99f;
}
footer.is-inview .bottomFooter .left,
footer.is-inview .bottomFooter .right {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
footer .bottomFooter {
  background: transparent;
  -webkit-transition: background 0.3s 0s ease-out;
  -moz-transition: background 0.3s 0s ease-out;
  -o-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
  color: #fff;
  padding: 20px 0;
}
footer .bottomFooter .left,
footer .bottomFooter .right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -moz-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -ms-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -o-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
}
footer .bottomFooter .right {
  text-align: right;
  -webkit-transition: transform 0.45s 0.45s, opacity 0.45s 0.45s, visibility 0.45s 0.45s;
  -moz-transition: transform 0.45s 0.45s, opacity 0.45s 0.45s, visibility 0.45s 0.45s;
  -ms-transition: transform 0.45s 0.45s, opacity 0.45s 0.45s, visibility 0.45s 0.45s;
  -o-transition: transform 0.45s 0.45s, opacity 0.45s 0.45s, visibility 0.45s 0.45s;
  transition: transform 0.45s 0.45s, opacity 0.45s 0.45s, visibility 0.45s 0.45s;
}
footer .bottomFooter p a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .bottomFooter p a:hover {
  opacity: 0.6;
}
footer .bottomFooter .menu {
  list-style: none;
}
footer .bottomFooter .menu .menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  position: relative;
  font-family: 'sackers_gothic';
}
footer .bottomFooter .menu .menu-item:last-child {
  margin-right: 0;
}
footer .bottomFooter .menu .menu-item.bold a {
  font-weight: 600;
}
footer .bottomFooter .menu .menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .bottomFooter .menu .menu-item a:hover {
  opacity: 0.4;
}
@media all and (max-width: 767px) {
  footer .bottomFooter .contentWrapper {
    display: table;
  }
  footer .bottomFooter .left,
  footer .bottomFooter .right {
    width: 100%;
    text-align: left !important;
  }
  footer .bottomFooter .left {
    margin-top: 10px;
  }
  footer .bottomFooter .right {
    display: table-header-group;
  }
}
/*# sourceMappingURL=footer.css.map */