* {
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu', sans-serif;
	border: 0px;
}

a {
	text-decoration: none;
}

body {
	background: url('../img/bg.jpg');
 	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	background-size: cover;
}

h1,h2,h3 {
	margin: 5px 0px 5px 0px;
}

ul {
	padding: 15px;
	margin-left: 15px;
}

li {
	padding: 5px;
	text-align: justify;
}

p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

input,select,textarea {
	padding: 4px 8px 4px 8px;
	border: 1px solid gray;
}

#main-box {
	margin: 0 auto;
	width: 1080px;
}

#main {
	min-height: 500px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background: rgba(255,255,255,0.4);
	padding: 10px 0px 10px 0px;
}

#main-h {
	top: 0px;
	height: 120px;
	/*width: 100%;
	/*position: fixed;*/
	box-sizing: border-box;
	z-index:1000;
	padding: 0px;
	/*background: rgba(255,255,255,0.6);*/
}

#main-h-inner {
	margin: 0px auto;
	width: 1080px;
	height: 120px;
	/*background: white;*/
	color: black;
	box-sizing: border-box;
}

a#logo {
	box-sizing: border-box;
	height: 120px;
	display: inline-block;
	padding: 10px 10px 10px 0px;
}

a#logo img {
	height: 100px;
}

a#logo-cz {
	float: right;
	box-sizing: border-box;
	height: 120px;
	display: inline-block;
	padding: 20px 0px 20px 10px;
}

a#logo-cz img {
	height: 80px;
	opacity: 0.6;
}

#main-h-menu {
	box-sizing: border-box;
	z-index:1000;
	background: rgba(0,0,0,0.5);
}

#main-menu-box {
	margin: 0px auto;
	width: 1080px;
	box-sizing: border-box;
	background: #333333;
	height: 50px;
	padding: 0px;
}

#text-content {
	margin: 20px 20px 20px 290px;
}

#all-content {
	margin: 20px 40px 20px 40px;
}

#loginform {
	text-align:center;
	padding: 25px;
	margin: 0px auto;
	color: black;
}

#loginform div { 
	padding: 5px 0px 5px 0px 
}

#logon {
	float:right;
	margin: 2px;
	padding: 8px 12px 8px 12px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

.main-menu-item {
	display: inline-block;
	box-sizing: border-box;
	height: 50px;
	padding: 0px 20px 0px 20px;
	line-height: 50px;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	transition: all 2s;
}

.main-menu-item:hover {
	background: #006AAA;
	transition: all 0.5s;
}

.main-menu-item img {
	height: 20px;
}

.mmsel {
	border-bottom: 4px solid #006AAA;
}

.lang-flag {
	float:right;
	line-height: 50px;
	height: 50px;
	padding: 0px 15px 0px 15px;
	box-sizing: border-box;
	transition: all 2s;
}

.lang-flag:hover {
	background: #006AAA;
	transition: all 0.5s;
}

.lang-flag img {
	height: 20px;
	padding-top:15px;
}

.clear {
	clear: both;
}

.img-do-textu {
	border-radius: 10px;
	border: 1px solid #2A2A2A;
}

.infobox {
	background: rgba(247,243,176,0.6);
	border: 1px solid #76710C;
	padding: 10px;
	border-radius: 10px;
}

.infobox:before {
	content:url('../img/info.png');
	float: left;
	padding-right: 10px; 
}

#main-f {
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	margin: 0px 0px 0px 0px;
	min-height: 120px;
	clear: both;
}

#main-f-inner {
	margin: 0px auto;
	width: 1080px;
	height: 120px;
	line-height: 120px;
	color: black;
	box-sizing: border-box;
	text-align: left;
}

#main-f img {
	height: 84px;
	vertical-align: middle;
	opacity: 0.4;	
	transition: all 3s;
}

#main-f img:hover {
	opacity: 1;
	transition: all 0.2s;
}

#banner {
	box-sizing: border-box;
	background: rgba(255,255,255,0.4);
	width: 1080px;
	height: 350px;
	/*margin: 10px 0px 0px 0px;
	/*border-radius: 5px;
	border: 1px solid black;*/
}

#t_retezy {
	border-collapse: collapse;
	background: rgba(255,255,255,0.2);
}

#t_retezy td,th {
	border: 1px solid black;
	padding: 4px 6px 4px 6px;
	text-align: center;
	/*font-family: courier;*/
}

#t_retezy th {
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background: rgba(255,255,255,0.4);
}

#t_retezy td {
	font-size: 10pt;
	white-space: nowrap;
}

#vysledek {
	margin: 20px 0px 20px 0px;
}

.sort-tiles {
	margin: 10px 0px 0px 0px;
	width: 1080px;
	/*border: 1px solid red;*/
}

.sort-tile {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	width: 353px;
	height: 250px;
	background: white;
	box-sizing: border-box;
 	background-repeat: no-repeat;
    background-position: center;
	color: white;
	vertical-align: middle;
	font-size: 14pt;
	font-weight: bold;
}

.sort-tile:hover .sort-tile-text {
	background: linear-gradient(rgba(0,80,140,1),rgba(0,80,140,0.65),rgba(0,80,140,0.0)); /*rgba(0,80,140,0.95);*/
	transition: all 0.5s;
	height: 75px;
	/*line-height: 75px;*/
	font-size: 18pt;
}

.sort-tile-text {
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6),rgba(0,0,0,0.0)); /*rgba(0,0,0,0.7);*/
	height: 50px;
	line-height: 50px;
	transition: all 1s;
	text-shadow: 1px 1px 5px black;
}

.sort-tile-div {
	display: inline-block;
	width: 10px;
	height: 10px;
}

#sortiment-menu-box {
	width: 250px;
	float: left;
	box-sizing: border-box;
	height: 100%;
}

.sortiment-menu-item,.sortiment-menu-item-sel {
	background: #333333;
	display: block;
	box-sizing: border-box;
	height: 40px;
	padding: 0px 10px 0px 10px;
	line-height: 40px;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	transition: all 2s;
}

.sortiment-menu-item:hover, .sortiment-submenu-item:hover {
	background: #006AAA;
	transition: all 0.5s;
}

.sortiment-menu-item-sel {
	background: #0080C0;
}

.sortiment-submenu-item,.sortiment-submenu-item-sel {
	background: #3E3E3E;
	display: block;
	box-sizing: border-box;
	padding: 5px 10px 5px 30px;
	font-size: 10pt;
	color: white;
	transition: all 2s;
	vertical-align: middle;
}

.sortiment-submenu-item-sel {
	background: #0080C0;
}

#sortiment-docs-box {
	box-sizing: border-box;
	margin: 30px 0px 30px 0px;
	background: rgba(255,255,255,0.4);
	padding: 2px;
}

#sortiment-docs-box h3 {
	font-size: 10pt;
	font-weight: normal;
	background: rgba(255,255,255,0.5);
	padding: 2px 4px 3px 4px;
	color: #AE0000;
	margin: 0px;
	text-align: center;
}

.sortiment-docs-item {
	display: block;
	padding: 4px 8px 6px 8px;
	color: #464646;
	transition: all 1s;
}

.sortiment-docs-item:hover {
	/*background: rgba(200,0,0,0.6);*/
	color: black;
	text-shadow: 1px 1px 3px #373D5E;
	transition: all 0.2s;
}

#sortiment-content {
	margin: 0px 0px 0px 260px;
	/*background: rgba(255,255,255,0.5);*/
}

.vyhledavac {
	margin: 30px 30px 40px 30px;
}

.hform_itembox {
	display: inline-block;
	height: 60px;
	/*vertical-align: middle;*/
}

.hform_itembox img,select{
	vertical-align: middle;
}


.big-button {
	box-sizing: border-box;
	margin: 10px;
	height: 250px;
	width: 375px;
	border: 1px solid gray;
	background: rgba(255,255,255,0.3);
    background-position: center;
	background-size: cover;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	color: #B6B6B6;
	font-size: 24px;
}

.big-button:hover .ret-button-text {
	background: linear-gradient(rgba(0,80,140,1),rgba(0,80,140,0.65),rgba(0,80,140,0.0)); /*rgba(0,80,140,0.9);*/
	transition: all 0.5s;
	height: 74px;
	color: white;
	font-size: 30px;
}

#fretez select {
	font-size: 12pt;
	padding: 6px 10px 6px 10px;
}

/*
.ret-button {
	box-sizing: border-box;
	margin: 10px;
	height: 200px;
	width: 250px;
	border: 1px solid gray;
	background: rgba(255,255,255,0.3);
    background-position: center;
	background-size: cover;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	color: white;
}

.ret-button:hover .ret-button-text {
	background: rgba(0,80,140,0.95);
	transition: all 0.5s;
	height: 80px;
}
*/

.ret-button-text {
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6),rgba(0,0,0,0.0));/*rgba(0,0,0,0.7);*/
	height: 60px;
	transition: all 1s;
	text-shadow: 1px 1px 4px black;
	padding: 4px 8px 4px 8px;
}

.sort-pdfs {
	margin: 0px 0px 0px 260px;
}

.form-block {
	display: inline-block;
	vertical-align: top;
	margin: 1em
}

.info-box {
	display: block;
	padding: 15px;
	background: #4E7315;
	color: white;
}

.info-box a {
	color: white;
}

.error-box {
	display: block;
	padding: 15px;
	background: #CA0000;
	color: white;
}
