/* Generated by less 2.4.0 */
/*  
*   jquery.cookieDisclaimer.js 
*   -----------------------------------------------------------
*   A simple cookie disclaimer bar for your site
*   
*   Plugin Style
*/
/* CookieDisclaimerBar */
.cdbar {
  right: 0;
  left: 0;
  padding: 16px;
  text-align: center;
  z-index: 1000;
  font-size:12px;
  line-height: 1.4;
  /* Text Space */
  /* Buttons space */
}
.cdbar .cdbar-text,
.cdbar .cdbar-buttons {
    display: inline-block;
    vertical-align: middle;
}
.cdbar a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.cdbar a:hover {
    text-decoration: none;
}
.cdbar.fixed {
  position: fixed;
}
.cdbar.relative {
  position: relative;
}
.cdbar.absolute {
  position: absolute;
}
/* Bar Clearfix */
.cdbar:before,
.cdbar:after {
  content: "";
  display: table;
  clear: both;
}
/* POSITIONS */
/* *************************************** */
/* Bar at TOP */
.cdbar.top {
  top: 0;
  bottom: auto;
}
/* Bar at BOTTOM */
.cdbar.bottom {
  top: auto;
  bottom: 0;
}
/* Bar at MIDDLE */
.cdbar.middle {
  top: 50%;
  bottom: auto;
  padding: 30px 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cdbar.middle .cdbar-text {
  display: block;
  margin-bottom: 15px;
}
.cdbar.middle .cdbar-buttons {
  display: block;
}
/* MODALS */
/* *************************************** */
.cdmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.cdmodal .cdmodal-box {
  position: absolute;
  width: 50%;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cdmodal .cdmodal-box-inner {
  background: #fff;
  padding: 40px 20px;
}
.cdmodal .cdmodal-box-inner .cdmodal-text h3 {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.cdmodal.top .cdmodal-box {
  top: 10%;
  bottom: auto;
}
.cdmodal.bottom .cdmodal-box {
  top: auto;
  bottom: 10%;
}
.cdmodal.middle .cdmodal-box {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
/* BUTTONS */
/* Generic Btn */
.cdbtn {
    display: inline-block;
    border: none;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    margin: 0px 5px;
}

/* STYLES */
/* *************************************** */
.cdbar.dark {
    color: #ffffff;
    background-color: #333333;
}

.cdbar.dark a {
    color: lightgray;
}

.cdbar.dark a:hover {
    color: grey !important;
}

.cdbar.dark .cdbtn {
    color: #333333 !important;
    background-color: lightgray;
}

.cdbar.dark a.cdbtn:hover {
    color: lightgray !important;
    background-color: gray;
}

.cdbar.light {
    color: #333333;
    background-color: #efefef;
}

.cdbar.light a {
    color: gray;
}

.cdbar.light a:hover {
    color: lightgrey !important;
}

.cdbar.light .cdbtn {
    color: #333333 !important;
    background-color: lightgray;
}

.cdbar.light a.cdbtn:hover {
    color: lightgray !important;
    background-color: gray;
}
