/*** COOKIES NOTICE ***/
div.popup-notice {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  background: rgba(98, 165, 227, 0.4);
}
div.popup-notice .container {
  width: 90%;
  background: #fff;
  min-height: 300px;
  max-width: 1024px;
  max-height: 90%;
  overflow: auto;
  padding: 3%;
  margin: 2% auto 0;
  border-radius: 5px;
}
div.popup-notice .container .btn-wrapper {
  float: right;
}
div.popup-notice h3 {
  text-transform: uppercase;
}
div.popup-notice .btn-wrapper {
  text-align: right;
}
div.popup-notice .btn-wrapper .button {
  font-size: 16px;
  line-height: 40px;
  padding: 10px 40px;
  background: #62a5e3;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
div.popup-notice .btn-wrapper .button:hover {
  background: #002a5a;
  color: #FFF;
}
