article, section, aside, hgroup, nav, header, footer, figure, figcaption { display: block; }
*{ margin: 0px; padding: 0px; }
body  {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
}

/* styly textu */

h1, h2, h3 { font-family: 'Oswald', sans-serif; }
h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
a { color: #000; }
a:hover { color: #CC3333; }
img { border: none; }
li, ul, ol  { list-style-type: none; }
p   { margin-top: 5px; }
.cervena  { color: #CC3333; }
.tucna  { font-weight: 700; }

.small  { font-size: 75%; }

.about-paragraph {
	text-indent: 30px;
	margin: 0px;
}


/* design stranky */
#wrapper {
	width:70%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1009px) { #wrapper { width:95%; } }
@media screen and (max-width: 760px) { #wrapper { width:90%; } }

/* hlavicka / header */

#top-vlevo a:hover,
#top-vlevo a:focus,
#top-vlevo a:active {
	background-color: #fff;
	filter: grayscale(0%);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
#top-vlevo a {
	border: 0;
	background-color: #fff;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: alpha(opacity=100);
	opacity: 0.8;
}
#top-vlevo img { height: 200px; }
#top-vlevo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	display:block;
	float:left;
	overflow: hidden;
}
@media screen and (max-width: 700px) { #top-vlevo { clear:both; display: none; } }

#hlavicka {
	position: absolute;
	width: 70%;
	min-width: 300px;
	height: 200px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
/* logo, obr. pod logem */
#red {
	position: absolute;
	left: 87px;
	width: 170px;
	height: 170px;
	top: 0px;
	background: #CC3333;
	float:left;
	z-index: 20;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#top-logo {
	position: relative;
	left: -105px;
	top: 5px;
	height: 50px;
	z-index: 30;
	float:left;
	border-bottom: 10px #000 solid;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: bold;
}
#top-logo a { text-decoration: none; color: #000; }
.ostravske { color: #fff; }

@media screen and (max-width: 1009px) { #hlavicka {  width: 95%;	}}
@media screen and (max-width: 700px) {
	#hlavicka {
		width: 100%;
		top: 40px;
	}
	#red {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 50px;
		height: 50px;
		background: #CC3333;
		float:left;
		z-index: 0;
	}
	#hlavicka {	left: 0px; display:block; height: 60px; }
	#top-logo {
		position: absolute;
		top: 5px;
		left: 65px;
		height:40px;
		font-size: 30px;
		z-index: 10;
	}
	.ostravske { color: #000; }
}


/* menu */

#top-menu {
	position: absolute;
	top: 40px;
	right: 10px;
	height: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	z-index: 50;
	text-align:right;
	background: #fff;
}
#top-menu a {
	text-decoration: none;
}
#top-menu ul {
	text-align: left;
	display: inline;
	list-style: none;
}
#top-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0px 10px 5px 10px;
	cursor: pointer;
	z-index: 99;
}
#top-menu ul li:hover {
}
#top-menu ul li ul {
	padding: 0;
	position: absolute;
	top: 27px;
	left: 10px;
	width: 200px;
	display: none;
	visibility: hidden;
	border: 1px #000 solid;
	background: #fff;
}
#top-menu ul li ul li {
	display: block;
}
#top-menu ul li ul li:hover {
}
#top-menu ul li:hover ul {
	display: block;
	visibility: visible;
}
.hledat-formular  {
	font-style: italic;
	font-weight: bold;
	color: #CC3333;
	font-size: 12px;
	border: 0;
	border-bottom: 1px #000 solid;
	background: #fff;
}
img.hledat  {
	position:relative;
	top: 5px;
	height: 25px;
}

@media screen and (max-width: 700px) {
	#top-menu  {
		position: fixed;
		left: 0px;
		top: 0px;
		height: 40px;
		width: 100%;
		min-width: 320px;
		z-index: 99;
		background: #000;
		text-align: center;
		float:left;
		font-size: 90%;
	}
	#top-menu a { color: #fff; }
	#top-menu a:hover { color: #CC3333; }
	#top-menu ul li { color: #fff; background: #000; }
	.hledat-buton {
		position: relative;
		top: 3px;
		height: 25px;
		background: #fff;
	}
	.hledat { background: #fff; }
}

/* konec hlavicky, zactek obsahu */
header {
	position: relative;
	top: 130px;
	padding-left: 290px;
	z-index: 10;
}
article {
	position: relative;
	top: 160px;
}

@media screen and (max-width: 700px) {
	article {
		top: 180px;
	}
	header {
		width: 90%;
		padding-left: 0px;
		top: 110px;
	}
	header h1 {
		font-size: 120%;
	}
}

/* definice rozdeleni obsahu */
#obsah-full-sloupce {
	width: 100%;
	-moz-column-count:5;
	-moz-column-gap:10px;
	-webkit-column-count:5;
	-webkit-column-gap:10px;
	column-count:5;
	column-gap:10px;
}
@media screen and (max-width: 860px) {
	#obsah-full-sloupce {
		-moz-column-count:4;
		-moz-column-gap:10px;
		-webkit-column-count:4;
		-webkit-column-gap:10px;
		column-count:4;
		column-gap:10px;
	}
}
@media screen and (max-width: 767px) {
	#obsah-full-sloupce {
		-moz-column-count:2;
		-moz-column-gap:10px;
		-webkit-column-count:2;
		-webkit-column-gap:10px;
		column-count:2;
		column-gap:10px;
	}
}
#obsah-tri-sloupce {
	-moz-column-count:3;
	-moz-column-gap:10px;
	-webkit-column-count:3;
	-webkit-column-gap:10px;
	column-count:3;
	column-gap:10px;
}
#obsah-dva-sloupce {
	-moz-column-count:2;
	-moz-column-gap:10px;
	-webkit-column-count:2;
	-webkit-column-gap:10px;
	column-count:2;
	column-gap:10px;
}
#obsah-vlevo {
	width: 45%;
	padding-right: 10px;
	float:left;
	display: block;
}
#obsah-vpravo {
	width: 45%;
	padding-left: 20px;
	padding-right: 10px;
	float:left;
	display: block;
	border-left: 10px #000 solid;
}
@media screen and (max-width: 767px) {
	#obsah-vlevo,
	#obsah-vpravo {
		position:relative;
		width: 90%;
		padding: 5px;
		border: 0;
		font-size: 80%;
	}
}

.obsah-sloupce {
	width: 100%;
	-moz-column-count:5;
	-moz-column-gap:10px;
	-webkit-column-count:5;
	-webkit-column-gap:10px;
	column-count:5;
	column-gap:10px;
}
@media screen and (max-width: 860px) {
	.obsah-sloupce {
		-moz-column-count:4;
		-moz-column-gap:10px;
		-webkit-column-count:4;
		-webkit-column-gap:10px;
		column-count:4;
		column-gap:10px;
	}
}
@media screen and (max-width: 767px) {
	.obsah-sloupce {
		-moz-column-count:2;
		-moz-column-gap:10px;
		-webkit-column-count:2;
		-webkit-column-gap:10px;
		column-count:2;
		column-gap:10px;
	}
}

/* definice typo obsahu */

.sloupec-nazev {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #CC3333;
}
.rejstrik-seznam  a {
	display: list-item;
	list-style: none;
	text-decoration: none;
	margin-bottom: 5px;
}
.rejstrik-seznam  a:hover {
	background: #e1e1e1;
}

.rejstrik-rozcestnik  a {
	padding-left: 5px;
	border-left: 2px solid #CC3333;
	text-decoration: none;
	color: #000;
}
.rejstrik-rozcestnik a:hover {
	color: #CC3333;
}

hr.cleaner { clear:both; display: none; }

/* seznam vypis */
fieldset,
.property-list {
	position: relative;
	border: none;
}
.fieldcontain label,
.fieldcontain .property-label {
	color: #666666;
	text-align: right;
	width: 120px;
}
.fieldcontain .property-label {
	float: left;
}
.fieldcontain .property-value {
	display: block;
	margin-left: 130px;
	margin-bottom: 5px;
}

/* seznam zkratek */
.seznam-zkratek {
	position: relative;
	border: none;
}
.seznam-zkratek-zkratka {
	color: #666666;
	text-align: right;
	width: 270px;
	float: left;
}
.seznam-zkratek-text {
	position: relative;
	top: 0px;
	margin-left: 290px;
	margin-bottom: 5px;
	display: block;
}
@media screen and (max-width: 860px) {
	.seznam-zkratek-zkratka { width: 170px; }
	.seznam-zkratek-text { margin-left: 190px; }
}
@media screen and (max-width: 760px) {
	.seznam-zkratek-zkratka { width: 120px; }
	.seznam-zkratek-text { margin-left: 130px; }
}

/* mapa google */
#map-canvas {
	float: left;
	height: 400px;
	width: 100%;
	top: 50px;
}

/*legenda*/
.legenda-box {
	height: 50px;
	width: 100%;
}

.legenda-prvek {
	float: left;
	margin-right: 20px;
}

/* fotogalerie */
.pikachoose { width: 100%; margin: 0 auto; }
/* Style the thumbnails */
.pika-thumbs { padding: 0 16px; height: 75px; }
.pika-thumbs li { width: 144px; height: 74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
	float: left; list-style-type: none;padding: 3px; margin: 0 5px; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. */
.pika-stage, .pika-textnav { width: 100%; }
.pika-stage {position: relative; height: 300px;  text-align:center; overflow: hidden;}
.pika-stage img { height: 100%; }
.pika-stage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px;
	color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px; }

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}


/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip {font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter {position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li {width: 90px; height:55px;}

#pikame {width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

/* paticka webu */

footer {
	clear: both;
}
.paticka {
	position:relative;
	width: 100%;
	top: 425px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top: 10px #000 solid;
}
.paticka img {
	margin: 10px;
}
.paticka h3 {
	position:relative;
	top: 5px;
	left: 20px;
	width: 180px;
	display: block;
	float:left;
	font-size: 15px;
}
.paticka-text {
	position:relative;
	top: 10px;
	padding-left: 200px;
	font-size: 80%;
	display: block;
	margin: 10px;
}
@media screen and (max-width: 700px) {
	.paticka {
		padding: 10px;
	}
	.paticka h3 {
		position:relative;
		padding-left: 0px;
		display: inline-block;
		margin: 0;
	}
	.paticka-text {
		position:relative;
		padding-left: 100px;
	}
}
.partner {
	position: relative;
	top: -30px;
	margin: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.formular input,textarea {
	border: #CCCCCC 1px solid;
	width: 60%;
}

.formular-label {
	display: block;
	float: left;
	position: relative;
	width: 100px;

}


.buttons input {
	margin-top: 1em;
	font-family: 'Oswald', sans-serif;
	margin-left: 100px;
	border: #000 1px solid;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 1px 1px 1px;
}

.required-indicator {
	color: #C33;
}

.nic-vlevo {

	min-width: 50px;
	min-height: 50px;
	background-color: #000;
	opacity: 0.7;
}

.titulni-box {
	position: relative;
	top: 220px;
	max-width: 410px;
	left: 280px;
	color: white;
}

.titulni-box p, .titulni-box h1 {
	display: inline;
	background-color: black;
	opacity: 0.9;
}

@media screen and (max-width: 760px) { .titulni-box { left: 5px;  } }

.obrazek-pozadi {

	filter: grayscale(0%);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.legenda-box {
}
.legenda-prvek {
	displey: block;
	width: 150px;
	height: 50px;
}
.legenda-ikona {
	float:left;
	padding: 8px;
}
.legenda-popis {
	font-size: 80%;
}

p.errata {
	margin-top: 15px;
}
.modry-ctverec,
.cerveny-ctverec   {
	font-size: 80%;
	text-decoration: none;
	padding: 3px 2px 3px 2px;
	float:left;
}
a:hover.modry-ctverec{
	color: #fff;
	background: #2E64FE;
}
a:hover.cerveny-ctverec  {
	color: #fff;
}
.modry-ctverec  {
	border: 3px solid #2E64FE;
	margin-right: 10px;
}
.cerveny-ctverec   {
	border: 3px solid #CC3333;
	background: #CC3333;
	margin-right: 10px;
}