@font-face {
	font-family: Monofur;
	src: url("/styles/monofur.eot") format("eot"),
		 url("/styles/monofur.ttf") format("truetype");
}

* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Monofur;
}

body {
	background-color: #EEEEEE;
	margin-top: 50px;
}

.bg {
	display: none;
}

a {
	text-decoration: none;
	color: #005BCB;
}

a:hover {
	color: #4095FF;
}

ul {
	padding-left: 25px;
}

li {
	list-style-type: square;
}

p {
	padding-bottom: 10px;
}

p:last-child {
	padding-bottom: 0;
}

h2 {
	padding: 5px 0;
	padding-bottom: 10px;
}

h3 {
	padding-bottom: 10px;
}

header {
	background: rgb(0,169,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,169,255,1) 0%, rgba(0,114,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,169,255,1)), color-stop(100%,rgba(0,114,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9ff', endColorstr='#0072ff',GradientType=0 ); /* IE6-9 */
	/*background-image: url("/styles/img/bg.svg");*/
	background-size: cover;
	overflow: hidden;
	text-align: center;
	height: 50px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	transition: height ease-in-out 0.4s;
}

header h1 {
	font-size: 20px;
	color: white;
	margin: 0 auto;
	line-height: 50px;
	vertical-align: middle;
	height: 50px;
	font-weight: normal;
}

header .menu-button {
	float: left;
	cursor: pointer;
	margin: 4px;
}

header .menu-button .fa:nth-child(1){
	color: white;
}

header .menu-button .fa:nth-child(2){
	color: rgb(0,169,255);
}

header nav {
	background: white;
	position: fixed;
	right: 100%;
	top: 50px;
	bottom: 0;
	overflow-y: auto;
	transform: translateX(0%);
	transition: transform ease-in-out 0.2s;
}

.menu-opened header nav {
	transform: translateX(100%);
}

header nav a {
	color: black;
	display: block;
	text-decoration: none;
	font-size: 25px;
	padding: 10px 25px;
	transition: background-color ease-in-out 0.4s;
}

header nav a:hover {
	background-color: #E6E6E6;
}

header nav img {
	opacity: 0.5;
	transition: opacity 0.5s;
}

header nav img:hover {
	opacity: 1;
}

.viewer-head {
	display: none;
}

main {
	min-height: calc(100vh - 120px);
	margin: 0 auto;
	padding: 5px;
}

main article {
	overflow: hidden;
	background-color: white;
	border: 1px solid #E6E6E6;
	box-shadow: 2px 2px 3px #777777;
	padding: 10px;
	margin-bottom: 7px;
}

main article > img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

main article h3 {
	color: black;
	font-size: 25px;
}

main article .desc {
	max-height: 144px;
	overflow: hidden;
}

main article mark {
	color: white;
	background-color: #0072FF;
	display: inline-block;
	margin: 5px;
	padding: 3px 6px;
	border-radius: 3px;
}

main article#single {
	cursor: auto;
}

main article#single h3 {
	font-size: 35px;
}

main article#single .desc {
	font-size: 20px;
	max-height: none;
}

main article#single h4 {
	clear: both;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

main .soubory {
	font-size: 20px;
	line-height: 25px;
}

main .soubory li {
	list-style-type: none;
}

main .soubory i {
	padding-right: 10px;
}

main .soubory a {
	color: black;
	text-decoration: none;
	display: block;
}

main .soubory .slozka {
	cursor: pointer;
}

main .soubory .slozka:hover, main .soubory a:hover {
	color: #00A9FF;
}

main .soubory ul ul {
	padding-left: 25px;
}

footer {
	min-height: 50px;
	background: rgb(0,169,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,169,255,1) 0%, rgba(0,114,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,169,255,1)), color-stop(100%,rgba(0,114,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9ff', endColorstr='#0072ff',GradientType=0 ); /* IE6-9 */
	margin-top: 10px;
	overflow: hidden;
}

footer div {
	padding: 0 5px;
	line-height: 50px;
	text-align: right;
}

footer div img {
	margin-top: 10px;
	float: left;
}

footer div a {
	color: white;
	text-decoration: none;
}

.kontakt .fa-stack i:nth-child(1){
	color: #00A9FF;
}

.kontakt .fa-stack i:nth-child(2){
	color: white;
}

.kontakt {
	font-size: 22px;
}

.kontakt a {
	color: black;
	display: block;
	margin: 10px 0;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.menu-opened .overlay {
	display: block;
}
