.cookie-text-wrapper{
	display: none;
	z-index: 99999;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.cookie-text{
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
	width: 80%;
	height: 80%;
	margin: 40px auto 0 auto;
	position: relative;
	
}
.cookie-text-content{
	overflow: auto;
	height: 100%;
	padding: 0 5px 0 0;
}
.cookie-close{
	position: absolute;
	background: #000000;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	right: -15px;
	top: -15px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 23px;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.cookie-container{
	position: fixed;
	bottom: 0;
	background: #333!important;
	background-color: rgba(51, 51, 51, 0.9)!important;
	color: #FFF!important;
	width: 100%;
	text-align:center;
	z-index: 99999;
}
.cookie-wrapper{
	max-width: 980px;
	margin: 10px auto;
}
.cookie-policy-title{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.cookie-statement {
	width: 94%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 20px;
}
div.cookie-statement a{
	color: #07B7FB;
}
div.cookie-statement a:hover{
	color: #008DC4;
}
button.cookie-button {
	background: #07B7FB;
	color: #FFF;
	border: none;
	padding: 3px 40px;
	margin-top: 10px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}
button.cookie-button:hover{
	background: #008DC4;
}