html #acc-alert {
  position: fixed;
  font-family: Montserrat;
  z-index: 99999;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none; }
  html #acc-alert * {
    box-sizing: border-box; }
html #acc-alert-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1; }
html #acc-alert-container {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(left, #cecece 35%, #f1f1f1 0%);
  background-image: -o-linear-gradient(left, #cecece 35%, #f1f1f1 0%);
  background-image: -moz-linear-gradient(left, #cecece 35%, #f1f1f1 0%);
  background-image: -webkit-linear-gradient(left, #cecece 35%, #f1f1f1 0%);
  background-image: -ms-linear-gradient(left, #cecece 35%, #f1f1f1 0%);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 2;
  pointer-events: auto; }
html #acc-alert-header {
  position: relative;
  width: 100%; }
html #acc-alert-body {
  position: relative;
  width: 100%;
  z-index: 1; }
html #acc-alert-footer {
  position: relative;
  width: 100%;
  text-align: right; }
html #acc-alert-close {
  position: absolute;
  top: 6px;
  height: 12px;
  width: 12px;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer; }
  html #acc-alert-close:hover {
    opacity: 1; }
  html #acc-alert-close:before, html #acc-alert-close:after {
    position: absolute;
    left: 3px;
    content: " ";
    width: 2px;
    background-color: #000; }
  html #acc-alert-close:before {
    transform: rotate(45deg); }
  html #acc-alert-close:after {
    transform: rotate(-45deg); }
html #acc-alert-content {
  position: relative;
  color: #505050;
  width: 100%;
  display: table-row; }
  html #acc-alert-content .brand {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    padding: 0;
    position: relative;
    height: 100px;
    width: 200px; }
  html #acc-alert-content .acc-brand img {
    display: block;
    margin: auto;
    margin-top: 35px; }
  html #acc-alert-content .acc-message {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 65%;
    padding: 5px 20px 25px;
    font-size: 20px; }
html #acc-alert-accept:hover {
  background: #666666; }
html #acc-alert-deny {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-size: 16px; }
  html #acc-alert-deny:hover {
    color: #505050; }
html .acc--hidden {
  display: none; }
html .acc--overlay #acc-alert-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto; }
html .acc--overlay #acc-alert-container {
  box-shadow: none; }
html #acc-alert-container {
  width: 535px; }
html #acc-alert-header {
  height: 20px; }
html #acc-alert-body {
  height: auto;
  min-height: 78px;
  padding: 0; }
html #acc-alert-footer {
  padding: 10px 20px 15px; }
html #acc-alert-close {
  right: 5px; }
  html #acc-alert-close:before, html #acc-alert-close:after {
    height: 10px; }
html #acc-alert-accept {
  height: 40px;
  line-height: 40px;
  width: auto;
  padding: 0 8px;
  min-width: 125px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: black;
  color: white !important;
  font-weight: bold;
  margin-left: 35px;
  cursor: pointer; }
html .acc--left #acc-alert-container {
  right: initial;
  left: 10px; }
html .acc--bottom #acc-alert-container {
  top: initial;
  bottom: 10px; }
html .acc--right #acc-alert-container {
  right: 10px;
  left: initial; }
html .acc--top #acc-alert-container {
  top: 10px;
  bottom: initial; }
html .acc--center #acc-alert-container {
  left: calc(-200px + 50%);
  right: initial; }
html .acc--middle #acc-alert-container {
  top: 50%;
  bottom: initial;
  transform: translateY(-50%); }

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