@font-face {
	font-family: 'CrazyLootCE';
	src: url("../webfonts/CrazyLootCE.otf");
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/Pozadi2.png);
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
}

p {
	margin: 0 0 12px 0;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #48B273;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-family: "CrazyLootCE";
	font-size: 22px;
	text-align: center;
}

h2 {
	margin: 0px 0px 0px 0px;
	font-family: "CrazyLootCE";
	font-size: 16px;
	color: #48B273;
}

h2ora {
	margin: 0px 0px 0px 0px;
	font-family: "CrazyLootCE";
	font-size: 16px;
	color: #FFAA00;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #FFAA00;
}

h3zel {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #48B273;
}

h4 {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFAA00;
}

.orcas {
	color: #FFAA00
}

.menukapely {
	font-family: "CrazyLootCE";
	color: #FFAA00
}

#reklama_vlevo {
	z-index: 10;
	position: fixed;
	top: 95px;
	right: 50%;
	margin-right: 480px;
	width: 163px;
	height: 640px;
	text-align: center;
}

#reklama_vpravo {
	z-index: 10;
	position: fixed;
	top: 95px;
	left: 50%;
	margin-left: 480px;
	width: 163px;
	height: 850px;
	text-align: center;
}

#cast_menu_top {
	z-index: 999;
	position: fixed;
	background-image: url(../images/bg_50.png);
	background-repeat: repeat;
	background-position: 50%;
	width: 960px;
	top: 0px;
	left: 50%;
	margin-left: -480px;
}

#cast_obsahova {
	z-index: 100;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	top: 120px;
}

#slo1ze3 {
	position: relative;
	top: 20px;
	left: 8px;
	width: 312px;
	height: 100%;
	float: left;
	text-align: center;
}

#slo2ze3 {
	position: relative;
	top: 20px;
	left: 12px;
	width: 312px;
	height: 100%;
	float: left;
	text-align: center;
}

#slo3ze3 {
	position: relative;
	top: 20px;
	left: 16px;
	width: 312px;
	height: 100%;
	float: left;
	text-align: center;
}

#neviditelnytoplist {
	position: fixed;
	top: 2700px;
}

.anketa {
	line-height: 10px;
}

#countdown {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
}

#pocasi {
	position: relative;
}

odpocet {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: strong;
	color: #FFAA00;
}

#popup {
	display: none;
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

#texticek {
	width: 700px;
	text-align: center;
	text-column: 2;
}

.pulsate {
	animation: pulse 3s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}