/* COOKIE-BAR */
.cookie-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #a8d7db;
  padding: 12px 0;
  z-index: 999999;
  font-family: Helvetica, Arial, sans-serif !important;
}
.cookie-bar .cookie-int {
  margin: 0 auto;
  width: 920px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  position: relative;
}
@media (max-width: 992px) {
  .cookie-bar .cookie-int {
    width: 76%;
  }
}
.cookie-bar .cookie-int a.info {
  color: #3a87a1;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.cookie-bar .cookie-int .close-cookie {
  display: block;
  position: absolute;
  right: -30px;
  top: -8px;
  width: 22px;
  height: 22px;
  background: url("../img/close-cookie.png") no-repeat;
  background-size: 22px;
}
.cookie-bar .cookie-int .close-cookie:hover {
  opacity: .6;
}
@media (max-width: 992px) {
  .cookie-bar .cookie-int .close-cookie {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}
