/*Cookie*/
.ce-banner{
  position: fixed;
  bottom: 18px;
  right: 18px;
  background-color: #7f7f7f;
  padding: 1em;
  color: #ffffff;
  font-size: 1em;
  width: 50%;
  z-index: 9001;
  border-radius: 8px;
}

@media (max-width:767px) {
  .ce-banner{
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

.ce-accept, .ce-dismiss, .ce-disable{
  background-color: #333;
  color: #eee;
  text-decoration: none;
  padding: .6em 1em;
  display: inline-block;
  margin: 0 .5em;
}

.cookie-btn{
  padding: 0 4px;
}

.ce-disable{
  background-color: #aaa;
}

.ce-accept:hover{
  background: #bfadd1;
}
.ce-accept{
  background-color:  #b9a5cd;
  color: #eee;
}
.ce-dismiss{
  position: absolute;
  font-size: .8em;
  right: 1em;
  top: 1em;
  background-color: #ccc;
  color: #ccc;
}
.ce-iframe-placeholder{
  padding: 1em;
  background-color: #eee;
  margin: 1em 0;
}
.ce-iframe-placeholder p{
  margin: 0;
}