.overlayc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  z-index: 3000;
}

/* cookie bar */
.cookie-bar {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 10px 30px 10px 30px;
  z-index: 999999;
  margin: 0 auto;
  position: fixed;
  bottom: -2px;
  left: 0;
  right: 0;
  min-width: initial;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.95);
  box-sizing: border-box;
}
.cookie-bar .cookie-content {
  z-index: 3001;
  display: flex;
  justify-content: space-between;
}
.cookie-bar .cookie-content p {
  margin: 0 0 5px;
  color: #444444;
  font-size: 12px;
  line-height: 14px;
}
.cookie-bar .cookie-content p a {
  color: #444444;
  text-decoration: underline;
}
.cookie-bar .cookie-content p a:hover {
  color: #ff9900 !important;
}
.cookie-bar .cookie-content .links {
  color: #777777;
  font-size: 12px;
}
.cookie-bar .cookie-content .links > span + span:before {
  content: " | ";
}
.cookie-bar .cookie-content .links > span:last-of-type {
  color: #777777;
}
.cookie-bar .cookie-content .links > span:last-of-type:before {
  color: #777777;
}
.cookie-bar .cookie-bar-close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 14px;
  top: 7px;
  text-indent: -9999px;
}
@media only screen and (max-width: 600px) {
  .cookie-bar {
    padding: 10px;
  }
  .cookie-bar .cookie-content {
    flex-wrap: wrap;
  }
  .cookie-bar .cookie-content p, .cookie-bar .cookie-content .links {
    font-size: 14px;
  }
  .cookie-bar .cookie-content .button-agree {
    flex-grow: 1;
    margin-top: 10px;
  }
  .cookie-bar .cookie-content .p-right-30 {
    padding: initial;
  }
}

/* end cookie bar */
.btn-primary {
  color: #fff;
  background-color: #0075ee;
  border-color: #0068d5;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 0.4s ease 0s;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*# sourceMappingURL=cookie.css.map */
