.privacy-overlay {
	z-index: 1000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
}
.privacy-overlay h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: none;
	text-align: center;
}
.privacy-overlay p {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
.privacy-modal {
	z-index: 1000001;
	text-align: left;
	width: 90%;
	background-color: #FFF;
	opacity: .93;
	margin: 30px auto auto auto;
	-webkit-box-shadow: 0 -1px 6px 2px rgba(68, 68, 68, 0.4);
	-moz-box-shadow: 0 -1px 6px 2px rgba(68, 68, 68, 0.4);
	box-shadow: 0 -1px 6px 2px rgba(68, 68, 68, 0.4);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	text-transform: none;
	-webkit-animation-name: slideOut;
	-webkit-animation-iteration-count: once;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.8s;
	animation-name: slideOut;
	animation-iteration-count: once;
	animation-timing-function: ease-out;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.privacy-modal:after {
	content: '';
	display: block;
	clear: both;
}
.main-content-cookie {
	height: 280px;
	display: none;
	overflow: auto;
	padding: 4px;
	word-wrap: break-word;
}
.main-content-cookie table {
	table-layout: fixed;
	width: 100%;
}
.main-content-cookie table td {
	word-wrap: break-word;
}
.main-content-cookie:after {
	content: '';
	display: block;
	clear: both;
}
/* fix trv main */
.privacy-modal .main-content {
	position: relative !important;
}
/* fix ory */
.main-content .footer {
	height: auto;
	border-top: 0;
	padding-top: 0
}
.btn-acc {
	margin-top: 10px;
	background-color: #333;
	border-color: #333;
	color: #FFF;
	border-radius: 0;
	display: inline-block;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 20px;
	clear: both;
}
.btn-acc:hover {
	color: #FFF;
}
.btn-container {
	text-align: center;
}
#slide {
	left: 0;
	width: 268px;

}
@keyframes slideOut {
	0% {
		margin-top: -200px;
	}
	100% {
		margin-top: 30px;
	}
}
@-webkit-keyframes slideOut {
	0% {
		margin-top: -200px;
	}
	100% {
		margin-top: 30px;
	}
}