@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot%3F') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg') format('svg');
}

#cookie-notification {
  position: fixed;
  right: 0;
  bottom: 10px;
  left: 0;
  /*background-color: rgba(0, 0, 0, .85);
  color: #fff;*/
  /*background-color: rgba(178,178,178,0.9);*/
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  font-family:'Arial MT W04 Regular';
  border-radius: 2px;
  padding: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2),0 1px 1px 0 rgba(0, 0, 0, .14),0 2px 1px -1px rgba(0, 0, 0, .12);
  opacity: 0;
  /*transform: translateY(0);*/
  /*transition: all .4s;*/
  box-sizing: border-box;
  display: none;
}
#cookie-notification, #cookie-notification p, #cookie-notification button, #cookie-notification a { font-family:'Arial' !important; font-size: 14px; line-height: 20px; font-weight: normal; }

#cookie-notification {
	width:1170px;
	margin:0 auto;
}

#cookie-notification a {
  text-decoration: underline;
  color: #acacac;
}
#cookie-notification a:hover {
  text-decoration: none;
}
#cookie-notification.active {
  display: block;
  opacity: 1;
  transform: translateY(0%);
  z-index: 805;
}
#cookie-notification .btn {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 5px;
}
#cookie-notification .glyphicon {
  margin-right: 10px;
}

.btn-success {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #000;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok:before {
    content: "\e013";
}

@media (max-width: 1200px) {
	#cookie-notification { width: 970px; }
}
@media (max-width: 992px) {
	#cookie-notification { width: 750px; }
}
@media (max-width: 768px) {
	#cookie-notification { width: 100%; bottom: 0; }
}
@media (max-width: 640px) {
	#cookie-notification .btn { width: 100%; white-space: initial; }
}
@media (min-width: 1200px) {
  #cookie-notification {
    width: 1170px;
    margin: 0 auto;
  }
}