footer {
  font-family: 'Open Sans', sans-serif;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 35px;
  background: #808080;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 30px;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top.show:hover {
  opacity: .8;
}

.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fff8e5;
  text-align: center;
  z-index: 10000;
  opacity: .9;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
}
.cookie-bar .txt-block {
  flex: 1;
}
.cookie-bar a {
  color: #333;
  text-decoration: underline;
}
.cookie-bar a:hover {
  color: #333;
}
.cookie-bar .cookie-close-link {
  margin-left: 20px;
  font-weight: 700;
}

/*# sourceMappingURL=front.css.map */
