/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear60 {
	display: block;
	clear: both;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
strong {
	/*font-weight: 700;*/
}
.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
}
*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}







/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	font-family: sans-serif;
	background-color: #fff;
	font-weight: 300;
}


.content {
	max-width: 400px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
.logo {
	position: relative;
	margin: 0 auto 70px auto;
	height: 75px;
	width: 85px;
	background-size:  100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/logo.svg);
}
.language {
	padding: 0 0 35px 0;
}
a.languagebutt {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:  100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 20px;
}
a.languagecz {
	background-image: url(../img/lang-cz0.svg);
}
a.languagecz1 {
	background-image: url(../img/lang-cz1.svg);
}
a.languageen {
	background-image: url(../img/lang-en0.svg);
}
a.languageen1 {
	background-image: url(../img/lang-en1.svg);
}

.submit {
	display: inline-block;
	width: 120px;
	height: 40px;
	background-size:  100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/submit.svg);
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.date {
	display: inline-block;
	width: 100px;
	margin: 0 20px;
	background-color: transparent;
	border: none;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 10px;
}
.date:hover {
	background-color: #eee;
}
p {
	padding: 0 0 40px 0;
}


@media screen and (min-width: 1px) and (max-width: 480px) {
}