#splash-site {
	background: rgba(0, 0, 0, .8);
	height: 100%;
	left: 0;
	outline: medium!important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050
}

#splash-site #splash-site-wrapper {
	height: 100%;
	left: 0;
	padding: 0 8px;
	text-align: center;
	top: 0;
	max-width: 960px;
	width: 100%;
	margin: 0 auto
}

#splash-site #splash-site-wrapper::before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

#splash-site #splash-site-wrapper #splash-site-content {
	max-width: 960px;
	margin: 0;
	position: absolute;
	top: 150px;
	text-align: center;
	vertical-align: middle;
	z-index: 1050;
	width: 100%
}

#splash-site #splash-site-wrapper #splash-site-content #splash-site-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	z-index: 1
}

#splash-site #splash-site-wrapper #splash-site-content #splash-site-close a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: url(https://kinepolis.slgnt.eu/images/site/close_54x54.png) no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	border: none;
	outline: none
}

#splash-site #splash-site-wrapper #splash-site-content>a {
	margin: 20px auto;
	max-width: 960px;
	position: relative;
	width: auto
}

@media screen and (orientation:landscape) and (max-width:812px) {
	#splash-site #splash-site-wrapper #splash-site-content {
		top: 0;
		margin: 0 auto;
		position: relative;
		width: 86%
	}
}

#page #pto-top { z-index: 11; }