
div#cookie_consent_container{
  padding: 0;
  padding-top: 0px;
  margin: 0;
  background: rgba(0, 0, 0, 0.7) !important;
  width:100%;
  height:80px;
  z-index:999999;
  position:fixed;
  bottom:0;
  left:0;
  border: none !important;

}

div#cookie_consent_container div#cookie_consent_bar{
  line-height: 32px;
  position: relative;
}

div#cookie_consent_bar p#cookie_consent_text{
  margin-top: 16px;
  font-size: 14px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  text-align: center !important;
  line-height: 1.6;
  letter-spacing: 0px;
  color:#fff !important;

}

div#cookie_consent_container div#cookie_consent_bar  button{
  background: #d01c2d;
  color:white;
  cursor:pointer;

  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border:none;

  height: 30px;

  position:relative;
  margin:0px 0px -4px 7px;

  text-decoration: none;
  text-align: center !important;
  font-size: 14px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 500;

  margin-top: 10px;
  padding:2px 10px 1px;

  vertical-align: bottom;

}

#cookie_consent_bar #cookie_consent_text button:hover{
  cursor:pointer;
  background:#444;
}

#cookie_consent_bar #cookie_consent_text a:hover{
  color: #0093B2;
}


/* Mobile */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  div#cookie_consent_container{
    height: 200px;
  }

  div#cookie_consent_container div#cookie_consent_bar{
    height: 189px;
    padding: 20px;
  }

  div#cookie_consent_container div#cookie_consent_bar p#cookie_consent_text button{
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

}
