html, body
{
    height: 100%;
}

body
{
    background: #000000 url("../img/bg.jpg") repeat-y 0 0;
    color: #ffffff;
    font: 75%/160% Arial, Verdana, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

a
{
    color: #ffbf00;
    text-decoration: underline;
}

h1, h2, h3, h4, h5
{
    color: #ffbf00;
}

h1
{
    margin-top: 0;
    font-size: 160%;
    font-weight: normal;
}

h2
{
    font-size: 130%;
}

h3
{
    font-size: 120%;
}

h4
{
    font-size: 110%;
}

h5
{
    font-size: 90%;
}

hr, div.header p span, div.navigation h4
{
    display: none;
}

img
{
    border: none;
}

p
{
    text-align: justify;
    margin: 1em 0;
}

p.c
{
    text-align: center;
}

p.list a
{
    font-weight: bold;
}

p.left
{
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

p.right
{
    float: right;
    margin: 0 0 0 5px;
    padding: 0;
}

p.position
{
    margin-top: -16px;
}

table.shop, table.foto
{
    width: 100%;
    font-size: 100%;
}

table.shop td, table.foto td
{
    text-align: center;
}

table.shop td strong
{
    font-size: 120%;
    color: #ffbf00;
}

table.foto
{
    line-height: 100%;
}

table.foto td
{
    padding: 5px 0;
    vertical-align: top;
}

table.foto td a
{
    text-decoration: none;
}

form
{
    margin: 1.2em 0;
    padding: 0;
}

form strong
{
    color: #ffbf00;
}

fieldset
{
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #272e26;
}

form>fieldset
{
    background-position: 100% 20px;
}

legend
{
    color: #ffbf00;
    font-weight: bold;
    font-size: 100%;
}

input, textarea
{
    font-size: 120%;
    border: 1px solid #272e26;
    background: #ececec;
    padding: 2px;
}

textarea
{
    width: 420px;
}

input.button
{
    border: none;
    background: transparent;
    padding: 0;
    margin: 10px 0 0 0;
}

table
{
    font-size: 100%;
}

div.content>p.position
{
    margin-top: -12px;
    *margin-top: -16px;
}

ul
{
    padding: 0 32px;
    margin: 1em 0;
}

div.page
{
    margin: 0;
    padding: 0;
    text-align: left;
    width: 760px;
    background: transparent;
    height: 100%;
    min-height: 100%;
    position: relative;
}

body>div.page
{
    height: auto;
}

div.header
{
    width: 760px;
    height: 220px;
    background: transparent url("../img/header-bg.jpg") no-repeat 0 0;
}

div.header p
{
    width: 760px;
    height: 220px;
    margin: 0;
    padding: 0;
    background: transparent;
}

div.header p a, div.header p a:hover
{
    display: block;
    width: 760px;
    height: 220px;
    margin: 0;
    padding: 0;
    background: transparent;
}

div.content
{
    font-size: 93%;
    width: 760px;
    height: 588px;
    background: transparent url("../img/content-bg.jpg") no-repeat 0 0;
    margin: 0;
    padding: 0 20px 80px 240px;
}

div.page>div.content
{
    height: auto;
    min-height: 508px;
    width: 500px;
}

div.navigation
{
    position: absolute;
    background: transparent;
    top: 240px;
    left: 0;
    width: 240px;
}

div.navigation p
{
	margin: 0 0 20px 25px;
	color: #272e26;
	font-weight: normal;
}

div.navigation ul
{
    list-style-type: none;
    height: 232px;
    padding: 0;
    margin: 0;
}

div.navigation ul li
{
    float: left;
    /*margin: 0 0 0 20px;*/
	margin: 0 0 2px 0px;
    display: inline;
    background-color: expression(
        this.onmouseover = new Function("this.className += ' hover';"),
        this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")
    );
}

/*
div.navigation ul li a
{
    float: left;
    display: block;
    height: 24px;
    width: 173px;
    cursor: pointer;
    background: transparent url("../img/nav-a.gif") no-repeat 0 0;
}

div.navigation ul li a.a
{
    height: 32px;
	background-position: 0 -34px;
}

div.navigation ul li a.home
{
    background-position: 0 0;
}

div.navigation ul li a.b
{
    background-position: 0 -36px;
}

div.navigation ul li a.c
{
    background-position: 0 -60px;
}

div.navigation ul li a.d
{
    background-position: 0 -114px;
}

div.navigation ul li a.e
{
    background-position: 0 -114px;
}

div.navigation ul li a.f
{
    background-position: 0 -138px;
}

div.navigation ul li a.g
{
    background-position: 0 -164px;
}

div.navigation ul li a.h
{
    background-position: 0 -88px;
}
*/
div.navigation ul li a
{
    float: left;
    display: block;
    height: 20px;
    width: 193px;
    cursor: pointer;
    background: transparent url("../img/nav-a.gif") no-repeat 0 0;
}

div.navigation ul li a.home
{
    background-position: 0 0;
}

div.navigation ul li a.games
{
    background-position: 0 -20px;
	height:35px;
}

div.navigation ul li a.locality
{
    background-position: 0 -55px;
}

div.navigation ul li a.equipment
{
    background-position: 0 -75px;
}

div.navigation ul li a.present
{
    background-position: 0 -95px;
}

div.navigation ul li a.gallery
{
    background-position: 0 -116px;
}

div.navigation ul li a.others
{
    background-position: 0 -138px;
}

div.navigation ul li a.contact
{
    background-position: 0 -160px;
}

div.navigation ul li a span
{
    display: none;
}

div.navigation ul li a:hover, div.navigation ul li a.on
{
    background-image: url("../img/nav-b.gif");
}

div.navigation a.img
{
    margin: 0 0 0 24px;
}

div.footer
{
    background: #1f2729 url("../img/footer-bg.jpg") no-repeat 0 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 760px;
    height: 90px;
}

div.footer p
{
    font-size: 93%;
    padding: 44px 20px 0 160px;
    margin: 0;
	text-align:right;
}

div.footer p a
{
    font-weight: bold;
}

.partner
{
	margin:0 0 20px 25px;
}

.partner a
{
	position:relative;
	overflow:hidden;
	width:170px;
	height:80px;
	display:block;
	cursor: pointer;
	border:2px solid #C3950E;
}

.partner a span
{
	background:transparent url("../img/banner-krasne-zazitky-cz.png") no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.partner a:hover span, .partner a:focus span
{
	background-position:0 -80px;
}

.partner p.recommend {
	font-size:110%;
	color:#272E26;
	margin:0 0 7px 0;
}

.cooperate {
	margin-left:25px;
}

.cooperate p {
	font-size:110%;
	color:#272E26;
	margin:0!important;
}

.cooperate a {
	color:#C3950E;
}

.margin-top-5 {
	margin-top:5px;
}

.margin-bottom-5 {
	margin-bottom:5px;
}

.without-margin {
	margin-bottom:5px;
}

.margin-top-0 {
	margin-top:0;
}

h3.front {
	margin-bottom:0;
}

/*MV 2012-03-02*/

.new {
  line-height: 130%;
  margin-left:-20px;
  width:540px;
  height:380px;

}
.back {
  width:540px;
  height:188px;
  background: url("../img/bg-green.png");
  background-repeat: repeat-y;
}

.item1 {
  float:left;
  width:270px;
  height:180px;

}
.item1 img {
  margin-top:20px;
  margin-left:80px;
  margin-bottom:10px;
}

.item2 {
  float:right;
  width:270px;
  height:180px;

}
.item2 img {
  margin-top:36px;
  margin-left:50px;
  margin-bottom:20px;
}
.back2 {
  margin-top:1px;
  width:540px;
  height:188px;
  background: url("../img/bg-green.png");
  background-repeat: repeat-y;
}
.item3 {
  float:left;
  width:270px;
  height:180px;

}
.item3 img {
  margin-top:20px;
  margin-left:60px;
  margin-bottom:10px;
}
.item4 {
  float:right;
  width:270px;
  height:180px;

}

.item4 img {
  margin-top:20px;
  margin-left:60px;
  margin-bottom:10px;
}

.heading {
  color:#ffbd00;
  font-size:140%;
  text-align: center;
}
.text {
  padding-right:10px;
  padding-left:10px;
}

.inner {
  color:white;
}

/* 2018-10-28 */
div.page div.menu-mobile, div.page div.header span.menu-switcher {
	display: none;
}

/* eu-cookie */
div.eu-cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(63, 77, 65, 0.8);
	z-index: 1000;
	font-size: 80%;
	padding: 10px 0 10px 20px;
}
div.eu-cookies button {
	background: rgb(232, 178, 35);
	color: rgb(0, 0, 0);
	border: 0;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 20px;
	border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
}
div.eu-cookies button:hover {
	background: rgb(203, 25, 46);
	color: rgb(255, 255, 255);
}

/* friend */
p.friend {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	right: 10px;
	top: 0;
	padding: 5px 10px;
	background-color: rgb(244,191,66);
	border: 1px solid rgb(244,191,66);
	border-radius: 3px;
}
p.friend a {
	color: rgb(51,51,51);
	text-decoration: none;
}
p.friend a:hover {
	text-decoration: underline;
}


form#friend p {
	display: block;
	clear: both;
	padding: 0 0 20px 0;
}
form#friend p span {
	float: left;
	width: 120px;
	padding: 3px 0 0 0;
}
form#friend p span b {
	color: #ffbf00;
}
form#friend p small {
	float: left;
	padding: 15px 0 0 10px;
}
form#friend p input {
	float: left;
	width: 370px;
}
form#friend p textarea {
	float: left;
	width: 370px;
	height: 150px;
}
form#friend p input.button {
	width: 100px;
	background: #fff;
	font-weight: bold;
	border-radius: 2px;
	padding: 5px;
	cursor: pointer;
	margin: 10px 0 0 121px;
}
form#friend p input.button:hover {
	background: #ffbf00;
}

div.fb {
  display: block;
  margin-bottom: 20px;
}

/* mobile version */
@media (max-width: 760px) {
	html, body {
		height: 100%;
	}
	body {
		background-position: -220px 0
	}
	div.page, div.header, div.header p, div.header p a, div.footer {
		width: 100%;
	}
	div.navigation {
		display: none;
	}
	div.header, div.header p, div.header p a, div.header p a:hover {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	div.header {
		background: none;
	}

	div.header p img {
		display: block !important;
	}

	div.page>div.content {
		width: 100%;
		min-height: 180px;
	}

	div.content {
		max-width: calc(100% - 40px);
		padding: 0 20px 40px 20px;
		background-position: -220px 0;
		position: relative;
	}
	div.content p, div.content p a {
		width: 100%;
		text-align: left;
	}

	div.content p img {
		max-width: 100%;
		height: auto;
	}
	div.content img {
		max-width: 100%;
		height: auto;
	}
	div.content p.right {
		width: auto;
		margin: 0 0 0 20px;
	}
	div.new {
		width: calc(100% + 40px);
		height: auto;
	}
	div.new div.back {
		width: 100%;
		height: auto;
		clear: both;
		display: block;
		background: none;
	}
	div.new div.back div.item1, div.new div.back div.item2 {
		width: 100%;
		height: auto;
		float: none;
		display: block;
		clear: both;
		margin-bottom: 1px;
		padding: 20px 0 20px 0;
		background: url("../img/bg-green.png") repeat-y;
	}
	div.new div.back div.item1 img, div.new div.back div.item2 img {
		margin: 20px auto 10px auto;
		text-align: center;
		display: block;
	}
	div.new div.back div.text {
		padding: 0 40px;
	}
	div.none {
		display: none;
	}
	div.footer {
		background-position: -220px 0;
		height: auto;
		position: relative;
	}
	div.footer p {
		padding: 44px 20px 20px 20px;
		text-align: left;
	}

	p.friend {
		display: none;
	}

	/* hamburger menu */
	div.page div.header span.menu-switcher {
		position: absolute;
		top: 0px;
		right: 10px;
		cursor: pointer;
		display: block;
		float: right;
		height: 16px;
		width: 24px;
		overflow: hidden;
		background-color: rgba(0,0,0,0.7);
		border-radius: 0 0 5px 5px;
		padding: 10px;
	}
	div.page div.header span.menu-switcher span {
		background-color: rgb(255,255,255);
		display: block;
		height: 2px;
		position: absolute;
		width: 24px;
	}
	div.page div.header span.menu-switcher span:nth-child(1) {
		-moz-transform-origin: left center;
		-ms-transform-origin: left center;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		top: 8px;
	}
	div.page div.header span.menu-switcher span:nth-child(2) {
		opacity: 1;
		top: 16px;
	}
	div.page div.header span.menu-switcher span:nth-child(3) {
		top: 24px;
		-moz-transform-origin: left center;
		-ms-transform-origin: left center;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	div.page div.header span.menu-switcher.show span:nth-child(1) {
		width: 21px;
		left: 14px;
		top: 10px;
		-moz-transform: rotate(38deg);
		-ms-transform: rotate(38deg);
		-webkit-transform: rotate(38deg);
		transform: rotate(38deg);
	}
	div.page div.header span.menu-switcher.show span:nth-child(2) {
		opacity: 0;
	}
	div.page div.header span.menu-switcher.show span:nth-child(3) {
		width: 21px;
		left: 14px;
		top: 23px;
		-moz-transform: rotate(-38deg);
		-ms-transform: rotate(-38deg);
		-webkit-transform: rotate(-38deg);
		transform: rotate(-38deg);
	}

	div.page div.menu-mobile.show {
		display: block;
	}
	div.page div.menu-mobile.show ul li {
		list-style: none;
		padding: 10px 0;
		border-bottom: 1px solid rgb(231,177,35);
	}
	div.page div.menu-mobile.show ul li:last-child {
		border-bottom: none;
	}
	div.page div.menu-mobile.show ul li a {
		text-decoration: none;
		font-size: 120%;
	}
	div.page div.menu-mobile.show ul li a:hover {
		text-decoration: underline;
	}
	div.page div.menu-mobile.show ul li.friend a {
		color: rgb(255,255,255);
		font-weight: bold;
	}

	div.header div.menu-mobile.show < div.content {
		padding-bottom: 200px;
	}

	form#friend p input, form#friend p textarea {
		width: 100%;
	}
	form#friend p input.button {
		margin-left: 0;
	}

	/* mobile lightbox */
	#overlay, #lightbox {display: none;}
}
