<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('/fancybox/jquery.fancybox.min.css');

* {
    box-sizing: border-box;
	font-family: 'Arial', serif;
}
body,html {
    width: 100%;
    height: 100%;
}
body{
	background: #fff url("../images/bg.png") no-repeat fixed;
    background-position: right bottom;
}
.alert {
	width:100%;
	padding: 20px;
	text-align:center;
	font-size:120%;
	text-transform:uppercase;
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	position:fixed;
	top:0;
	left:0;
	right:;
	z-index:999
}
.alert-ok {
	background: #7eb62e;
	color:#fff;
}
.alert-err {
	background: #f64b2f;
	color:#fff;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:997;
}
#back-top a {
	width: 70px;
	display: block;
}
#back-top a:hover {
	color: #fff;
}
/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: rgba(0,0,0,0.5) url("../images/up-arrow.png") no-repeat center center;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#back-top a:hover span {
	background-color: #23a4d7;
}
.all {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	padding:0 10px;
    position: relative
}
.nolcd{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	line-height:0;
}
.fancybox-lock body {
    overflow: visible !important;
}
.preteceni{
	overflow:hidden;
}
.center{
	text-align:center;
}
@media only screen and (max-width:768px) {
	img{
		max-width:100%;
		height:auto;
		padding:0 !important;
		margin:10px auto !important;
		float:none !important;
	}
}</pre></body></html>