#eu-cookie-sliding-popup {
  right: 0;
  text-align: center;
  z-index: 99999;
  border: 0 none;
  margin: 0 auto;
  padding: 1.5em;
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  background-color: rgba(60,64,77,0.85);
  font: normal 12px/1.5em "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  min-height: 98px;
}

.eu-cookie-sliding-popup-bottom {
  background: url('../images/gradient.png') center center scroll repeat-y transparent;
  position: fixed;
}

.eu-cookie-sliding-popup-top {
  background-color: #000;
  position: relative;
}

#eu-cookie-sliding-popup .popup-content {
  background-color: transparent;
  border: 0 none;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 80%;
}

#eu-cookie-sliding-popup .popup-content #popup-buttons {
  float: right;
  margin: 0;
  max-width: 40%;
}

#eu-cookie-sliding-popup .popup-content #popup-buttons button,
#eu-cookie-sliding-popup .popup-content #popup-buttons input[type="submit"],
#eu-cookie-sliding-popup .popup-content #popup-buttons {
  cursor: pointer;
  display: inline;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
}

#eu-cookie-sliding-popup .popup-content #popup-buttons button:hover,
#eu-cookie-sliding-popup .popup-content #popup-buttons input[type="submit"]:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient(to top, #dfdfdf 5%, #ededed 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}

#eu-cookie-sliding-popup .popup-content #popup-buttons button:active,
#eu-cookie-sliding-popup .popup-content #popup-buttons input[type="submit"]:active {
  position:relative;
  top:1px;
}

#eu-cookie-sliding-popup .popup-content #popup-text {
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
  max-width: 60%;
}

#eu-cookie-sliding-popup .popup-content #popup-text h2,
#eu-cookie-sliding-popup .popup-content #popup-text p {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

#eu-cookie-sliding-popup .popup-content #popup-text p {
  font-size: 12px;
}

#eu-cookie-sliding-popup a {
  opacity: .8;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

#eu-cookie-sliding-popup a:hover, #eu-cookie-sliding-popup a:active, #eu-cookie-sliding-popup a:visited {
  text-decoration: none;
}

#eu-cookie-sliding-popup .eu-cookie-ok-button:hover,
#eu-cookie-sliding-popup .eu-cookie-hide-button:hover,
#eu-cookie-sliding-popup .popup-content #popup-buttons button:hover,
#eu-cookie-sliding-popup .popup-content #popup-buttons input[type="submit"]:hover {
  background-color: #dfdfdf;
  background-image: -moz-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(5%,#dfdfdf),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
  background-image: -o-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
  background-image: -ms-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
  background-image: linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);
}

#eu-cookie-sliding-popup .eu-cookie-ok-button,
#eu-cookie-sliding-popup .eu-cookie-hide-button,
#eu-cookie-sliding-popup .popup-content #popup-buttons button,
#eu-cookie-sliding-popup .popup-content #popup-buttons input[type="submit"] {
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 10px;
  font: normal 12px/1.5em "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  text-decoration: none;
  padding: 0 3em;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #008EB7;
  border: 1px solid #D5D9E6;
  width: 140px;
  cursor: pointer;
  box-shadow: 0px 0px 3px #222;
  height: 30px;
}

#eu-cookie-sliding-popup .popup-content #popup-buttons #eu-cookie-no-submit-1 {
  opacity: .8;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  text-decoration: underline;
}
#eu-cookie-sliding-popup .popup-content #popup-buttons #eu-cookie-no-submit-1:hover {
  text-decoration: none;
}

.bw-eu-cookies-privacy-button {
  display: inline-block;
  float: left;
  padding: 0.5em 1.5em 0 0;
}
.bw-eu-cookies-privacy-buttons {
  clear:both;
  padding: 0 0 3.5em 0;
}
.bw-eu-cookies-privacy-buttons input[type="submit"] {
  padding: .5em 1.5em;
}

.bw-eu-cookies-privacy-text-status div.messages {
  clear: both;
  margin: 10px 0;
  padding: 10px;
}
.bw-eu-cookies-privacy-text-status .status {
  background: #fff;
  color: #67B337;
  border: #67B337 solid 1px;
}
.bw-eu-cookies-privacy-text-status .warning {
  background: #ffd;
  color: #220;
  border: 1px solid #f0c020;
}

@media screen and (max-width: 600px) {
  #eu-cookie-sliding-popup .popup-content {
    max-width: 95%;
  }

  #eu-cookie-sliding-popup .popup-content #popup-text {
    max-width: 100%;
  }

  #eu-cookie-sliding-popup .popup-content #popup-buttons {
    float: none;
    margin: 5px 0;
    max-width: 100%;
  }
  #eu-cookie-sliding-popup .popup-content #popup-buttons button,
  #eu-cookie-sliding-popup .popup-content #popup-buttons input[type="submit"] {
    margin-bottom: 1em;
  }
}

/* IE 11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, #eu-cookie-sliding-popup { min-height: 135px }
}

/* IE Edge */
@supports (-ms-ime-align:auto) {
    #eu-cookie-sliding-popup { min-height: 135px }
}
