/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/pt-sans-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'), url('./fonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg');
  /* Legacy iOS */
}
footer {
  padding: 40px 0 20px;
  margin-top: 40px;
}
footer.margin {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  footer {
    margin-top: 55px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  footer {
    margin-top: 25px;
    padding-bottom: 100px;
  }
}
footer hr {
  border-bottom-color: #000;
}
footer ul {
  display: inline-block;
}
footer ul li {
  display: inline-block;
  margin: 0 15px;
}
footer ul li a {
  display: inline-block;
  text-transform: uppercase;
}
footer ul li a img {
  height: 15px;
  width: auto;
  margin: 5px;
}
footer .to-top {
  z-index: 99;
  position: fixed;
  right: 30px;
  bottom: -60px;
  display: block;
  background-image: url("/var/static/img/chevron-left-light.svg");
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  transform: rotate(90deg);
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: bottom 0.3s;
}
@media only screen and (max-width: 640px) {
  footer .to-top {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
}
.scrolled footer .to-top {
  bottom: 30px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .scrolled footer .to-top {
    right: 20px;
    bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .scrolled footer .to-top {
    right: 20px;
    bottom: 100px;
  }
}
/*# sourceMappingURL=footer.css.map */