/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1em 5%;
  background: rgba(0,183,223,0.9);
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  z-index: 99999999;
  text-align: center;
  /* font-family: 'open_sanssemibold'; */
  -moz-box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
  box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#666666')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#666666');
}
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a.important, .cc-cookies a.important:hover { color: #fff !important; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: block;
    color: #00b7df;
    text-decoration: none;
    background: #fff;
    padding: 0.47em 0.75em 0.4em 0.75em;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    width: 100px;
    margin: 0 auto;
    margin-top: 15px;
    /* -webkit-border-radius: 25px; */
    -moz-border-radius: 25px;
    /* border-radius: 25px; */
     -o-transition: color 0.5s ease-in; -webkit-transition: color 0.25s ease-in; -moz-transition: color 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { color: #002952; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }