#cookies-text.modal {
  display: none;
  width: 70%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
	z-index:1000;
	height:435px;
	overflow:visible;
}

#cookies-text.modal a.close-modal{ display:none; }
#cookies-text.modal a.modal-close-cook {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
	background: #FFF none repeat scroll 0% 0%;
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #000;
	color:#000;
}

.modal-text-cook{
	height:400px;
	overflow-y:scroll;
	color:#000;
}

.modal-text-cook h1, .modal-text-cook h2,.modal-text-cook h3,.modal-text-cook h4,.modal-text-cook h5{ color:#000; width:auto !important; height:auto !important; border:none !important; float:none !important; }
.modal-text-cookx h1, .modal-text-cookx h2,.modal-text-cookx h3,.modal-text-cookx h4,.modal-text-cookx h5{ color:#000; width:auto !important; height:auto !important; border:none !important; float:none !important; }
.modal-text-cook h3, .modal-text-cookx h3{
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	font-size: 1.5em;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}


#cookie_popup_alert {
    z-index: 1000;
    width: 100%;
    background: #E5E5E5 none repeat scroll 0% 0%;
    font-family: arial,sans-serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-transform: uppercase;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	color: #000;
}

#cookie_popup_alert a{
	color:blue;
}

#cookie_popup_alert > div {
    padding: 0px 15px;
    position: relative;
	text-align:center;
}

#cookie_popup_alert .banner-cook-close{
    /* position: absolute;
    right: 5px;
    top: 0px; */
	margin-left: 20px;
    text-transform: none;
    cursor: pointer;
}

.jquery-modal.blocker{
	z-index:1000 !important;
}
