.cookieNotification {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background-color: #FFF;
  border-top: 3px solid rgba(226, 226, 226, 0.69);
  z-index:9999;
  padding: 0px 15px;
  opacity:0.9;
}

.cookieNotificationContainer {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cookieNotification .close, .cookieDialog .close {
  float: right;
  color:#000;
  opacity:1;
}

.cookieNotification h3 {
  margin-bottom: 10px;
  color:#000;
}
.cookieDialog h3 {
  margin-bottom: 10px;
  color:#55473c;
}
.cookieNotification .buttons {
  text-align: center;
}

.cookieNotification .buttons .moreLink, .cookieNotification .buttons .agreeLink {
  margin: 2px 5px 2px 5px;
  padding: 5px 15px 5px 15px;
  background-color: #ffffff;
  color: #000000;
}

.cookieNotification .buttons .moreLink:hover, .cookieNotification .buttons .agreeLink:hover {
  background-color: #ffffff;
  color: #000000;
}

.cookieDialog {
  position: fixed;
  left: 40%;
  top: 20px;
  z-index: 2;
  width: 400px; 
  background-color: #ffffff;
  border: 3px solid rgba(226, 226, 226, 0.69);
  padding: 10px 10px 10px 10px;
}

.cookieNotificationContainer p{
  color:#000;
}

.cookieDialog p {
  margin-bottom: 20px;
}

a.cookieDialogOpenLink, a.cookieDialogOpenLink:hover{
  color:#3ca2ec;
}
.addthis_native_toolbox{ 
  height:25px;
  margin-bottom:10px;
  margin-top:5px;
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 768px) {
  .cookieNotificationContainer {
    width: 100%;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .cookieNotificationContainer {
    width: 768px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px ) and (max-width: 1200px) {
  .cookieNotificationContainer {
    width: 992px;
  }
}
.bg_darkened{
	position:fixed;background:#1e1e1e;opacity:0.4;bottom: 0;left: 0;right: 0;top: 0;z-index:1;
}
