
.cookie-modal:after {
	content: '';
	position: fixed;
	z-index: 10000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
.cookie-modal {
	position: absolute;
	z-index: 10001;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}
@media screen and (min-width: 768px) { 
	.cookie-modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}
.cookie-modal-dialog {
	margin: 20px;
	position: relative;
	z-index: 10002;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media (min-width: 992px)
{
	.cookie-modal-dialog {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

.cookie-modal-content {
	background: #fff;
	border-radius: 20px;
	min-height: 200px;
}
.cookie-modal-header {
	padding: 20px 30px 10px 30px;
}
.cookie-modal-body {
	padding: 0 30px 0 30px;
}
.cookie-modal-footer {
	padding: 20px 30px;
}
.cookie-modal-button {
	outline: none;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	color: #555;
	text-align: center;
	text-decoration: none;
	border: 2px solid #999;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.cookie-modal-button--positive {
	background-color: #00AA00;
	border-color: #00AA00;
	color: #fff;
	font-size: 18px;
}



.social-iframe {
	width: 100%;
	height: 400px;
	background: #333;
}
.social-iframe-content {
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
	padding: 20px;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.social-iframe-content a {
	text-decoration: underline !important;
}