html {
	height: 100%;

	background-color: #c7b39b;
	background-image: url("dark.png");
	background-attachment: fixed;
}
body {
	font-family: arial, georgia, helvetica, "MS Sans Serif", sans-serif;
	font-size: 14px;

	position: relative;

	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px 15px 0px 15px;

	color: #191919;
	background: #fff;
	background-repeat: repeat;
}
input,
textarea,
select {
	outline: none;
}
h1 {
	font-family: "Arial";
	font-size: 26px;
	font-weight: 700;

	padding: 15px 0 10px 0;

	text-align: center;
	letter-spacing: 2px;

	border-bottom: 1px solid #ccc;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.menu {
	margin-top: 15px;
}
.menu a:hover {
	background: #25a768;
}
.menu a {
	padding: 5px 10px;

	transition: 0.15s;
	text-decoration: none;

	color: #fff;
	border-radius: 5px;
	background: #257768;
}
h2 {
	font-family: "Arial";
	font-size: 22px;

	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;

	color: #000;
}
h2 a {
	text-decoration: none;

	color: inherit;
}
h3 {
	font-family: "Arial";
	font-size: 20px;

	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;

	color: #000;
}
p {
	font-size: 16px;
	line-height: 1.5;

	padding: 5px 5px 5px 5px;

	color: rgb(112, 97, 97) !important;
}
.ul {
	padding: 20px 15px 0 10px !important;

	list-style-type: circle;
}
img {
	max-width: 100%;
	height: auto;
	padding: 5px;

	border: 1px solid #ddd;
	border-radius: 4px;
}
.chunky {
	display: table;

	margin: 0px auto;
	padding: 15px;
}
.chunky a {
	background: #cc0000;
}
.chunky a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;

	width: auto;
	height: auto;
	padding: 4px 15px 7px 15px;

	cursor: pointer;
	text-decoration: none;

	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.001);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(168, 55, 55, 0.35),
		0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
}
.chunky a:hover {
	cursor: pointer;
	-webkit-animation: glow 1s infinite ease-in-out;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
}
.chunky a:active {
	padding: 6px 15px 5px 15px;

	cursor: pointer !important;
	-webkit-animation: none;

	border-top: 1px solid rgba(0, 0, 0, 0.55);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 2px 1px rgba(255, 255, 255, 0.5),
		inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
}
table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;

	margin-top: 5px;
	padding: 5px;

	border-collapse: collapse;

	color: #686461;
	border: 1px solid #ddd;
	border-radius: 4px;
}
caption {
	font-size: 18px;
	font-weight: bold;

	padding: 10px;

	text-align: left;

	color: white;
	background: #8fd4c1;
}
th {
	padding: 10px;

	text-align: left;

	border-bottom: 3px solid #b9b29f;
}
td {
	padding: 10px;

	border: 1px solid #ccc;
}
tr:nth-child(odd) {
	background: white;
}
tr:nth-child(even) {
	border: 1px solid #ccc;
	background: #eeeeec;
}
.bezdep {
	border: 1px solid #ccc;
}
.tbezdep {
	font-size: 18px;
	font-weight: bold;

	padding: 10px;

	text-align: left;

	color: white;
	background: #8fd4c1;
}
.otziv {
	line-height: 1.3;

	position: relative;

	width: 95%;
	margin: 1em auto 1em;
	padding: 1em;

	text-align: justify;

	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
		0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
		0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.oname {
	font-size: 16px;
	font-weight: 600;

	padding: 0px 0px 5px 10px;
}
.otext {
}

.y-video {
	position: relative;

	width: 100%;
	padding-top: 56.25%;
}

.y-video iframe {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	* {
		box-sizing: border-box;
	}
	body {
		max-width: 90%;
	}
	.menu a {
		display: inline-block;

		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 380px) {
	td {
		font-size: 12px;
	}
}

/* Lazyload iframe YOUtube */

.youtube {
	position: relative;

	overflow: hidden;

	width: 100%;
	margin-bottom: 30px;
	padding-top: 56.25%;

	cursor: pointer;

	background-color: #000;
}

.youtube:hover .play-button {
	background-color: rgb(214, 19, 19);
}

.youtube img {
	top: -16.82%;
	left: 0;

	width: 100%;

	opacity: 0.7;
}

.youtube .play-button {
	z-index: 1;

	width: 90px;
	height: 60px;

	transition: all ease 0.2s;

	opacity: 0.8;
	border-radius: 6px;
	background-color: #333;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.youtube .play-button:before {
	content: "";

	border-width: 15px 0 15px 26px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;

	transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}
