@charset "UTF-8";
/* Body */
html {
	height: 100%;
}
body {
	/*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";*/
	background-color: #F8F8F8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	min-height: 100%;
	}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #F8F8F8;
	align-items:stretch;
	position:relative;
}

.loader {
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  /*top: 0;
  left: 0;
  margin-left: 35%;
  margin-top: 18%;
  position: fixed;
  display: block;*/
  margin: auto;
  margin-top: 100px;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.foreground {
    position: fixed;
    z-index: 99;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Navigation */
header {
	width: 100%;
	height: 50px;
	background-color: #040404;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 20%;
	float: left;
	margin-top: 15px;
	margin-left: 6%;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 6%;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #CCCCCC;
}
input[type="radio"] {
	display: none;
}
/*input[type="radio"],*/
/*input[type="checkbox"]{*/
/*	display: none;*/
/*}*/
/*input[type="checkbox"] + label:before*/
/*{*/
/*	cursor: pointer;*/
/*	background-color: white;*/
/*	border: 2px solid #242424;*/
/*	content: "";*/
/*	display: inline-block;*/
/*	font-size: 22px;*/
/*	font-weight: bolder;*/
/*	height: 16px;*/
/*	width: 16px;*/
/*	line-height: 16px;*/
/*	margin: -4px 8px 0px 0px;*/
/*	vertical-align: middle;*/
/*	text-align: center;*/
/*	color: #242424;*/
/*}*/
/*input[type="checkbox"]:checked + label:before*/
/*{*/
/*	content: "\2713";*/
/*}*/
/*input[type="radio"] + label:before*/
/*{*/
/*	cursor: pointer;*/
/*	background-color: white;*/
/*	border: 2px solid #242424;*/
/*	content: "";*/
/*	display: inline-block;*/
/*	font-size: 24px;*/
/*	font-weight: bolder;*/
/*	border-radius: 8px;*/
/*	height: 12px;*/
/*	width: 12px;*/
/*	line-height: 7px;*/
/*	margin: -4px 8px 0px 0px;*/
/*	vertical-align: middle;*/
/*	text-align: center;*/
/*	color: #242424;*/
/*}*/
/*input[type="radio"]:checked + label:before*/
/*{*/
/*	background-color: #242424;*/
/*	border: 2px solid #242424;*/
/*	}*/
textarea {
	border: 2px solid #242424;
	width: 80%;
	padding: 10px 20px;
	border-radius: 15px;
}
textarea:focus {
	outline: none !important;
	border:2px solid black;
	box-shadow: 0 0 2px black;
	border-radius: 15px;
}
input[type="text"] {
	border: 2px solid #242424;
	width: 100%;
	padding: 10px 20px;
	margin-top: 6px;
	box-sizing: border-box;
	font-size: 15px;
	border-radius: 15px;
}
input:focus {
	outline-width: 0;
}
input[type="email"] {
	border: 2px solid #242424;
	width: 100%;
	padding: 10px 20px;
	margin-top: 6px;
	box-sizing: border-box;
	font-size: 15px;
	border-radius: 25px;
}
/*input:focus {*/
/*	outline: none !important;*/
/*	border:2px solid black;*/
/*	box-shadow: 0 0 2px black;*/
/*}*/
a {
	color: #242424;
	text-decoration: none;
}
.error{
	font-size: 13px;
	text-align: justify;
	color: red;
	font-style: oblique;
}

.note{
	font-size: 13px;
	text-align: justify;
}
/* formulár */
.formular {
	margin: auto;
	background-color: #F8F8F8;
	padding-top: 35px;
	padding-bottom: 50px;
	height: 100%;
	width: 1000px;
	}
.otazky {
	margin: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.riadok {
	margin: 1px 0px 5px;
	padding: 1px;
	font-weight: bold;
}
.odpoved {
	margin: 2px;
	padding: 2px;
	font-weight: normal;
}
.tlacidla {
	width: 80%;
	margin-top:10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.tlacidlo1 {
	width: 100px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
	float:left;
	margin-top: 10px;
	margin-right: 50px;
	}
.tlacidlo1:hover {
	border: 2px solid #242424;
	background-color: #242424;
	color: #ffffff;
	cursor: pointer;
}
.tlacidlo2 {
	width: 100px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
	float: right;
	margin-top: 10px;
	}
.tlacidlo2:hover {
	border: 2px solid #242424;
	background-color: #242424;
	color: #ffffff;
	cursor: pointer;
}
/* Tlacidlo zarovnane na stred */
.div_tlacidlo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tlacidlo_center {
	width: 150px;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
.tlacidlo_center:hover {
	border: 2px solid #242424;
	background-color: #242424;
	color: #ffffff;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F8F8F8;
	color: #333333;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top: 0.5px solid #CCCCCC;
	margin:auto;
	bottom: 0px;
	width: 80%;
	font-size: 13px;
}

.hidden {
	display: none;
}

.copyleft{
	font: 15px sans-serif;
	color: black;
	display: inline-block;
	transform: rotate(180deg);
}

.obrazok{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.formular {
	margin: auto;
	padding-top: 35px;
	padding-bottom: 50px;
	background-color: #F8F8F8;
	margin: auto;
	height: 100%;
	width: 260px;
	}
.tlacidla {
	width: 90%;
	margin-top:10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.tlacidlo1 {
	width: 60px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
	float:left;
	margin-top: 10px;
	}

.tlacidlo2 {
	width: 60px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
	float: right;
	margin-top: 10px;
	}
textarea {
	border: 2px solid #242424;
	width: 83%;
	padding: 10px 20px;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	display: none;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	.formular {
	margin: auto;
	padding-top: 35px;
	padding-bottom: 50px;
	background-color: #F8F8F8;
	margin: auto;
	height: 100%;
	width: 300px;
	}
.tlacidla {
	width: 90%;
	margin-top:10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.tlacidlo1 {
	width: 80px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
	float:left;
	margin-top: 10px;
	}

.tlacidlo2 {
	width: 80px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
	float: right;
	margin-top: 10px;
	}
textarea {
	border: 2px solid #242424;
	width: 85%;
	padding: 10px 20px;
	}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1090px) {
.formular {
	margin: auto;
	padding-top: 35px;
	padding-bottom: 50px;
	background-color: #F8F8F8;
	margin: auto;
	height: 100%;
	width: 400px;
	}
textarea {
	border: 2px solid #242424;
	width: 89%;
	padding: 10px 20px;
	}
}

/*ul.checkbox li {*/
/*	border: 1px transparent solid;*/
/*	display:inline-block;*/
/*	width:12em;*/
/*}*/

/*ul li {*/
/*	border: 1px transparent solid;*/
/*	display:inherit;*/
/*	width:12em;*/
/*}*/

.riadok p {
	text-align: center;
	text-transform: uppercase;
}

.obrazok img {
	max-width:100%;
	max-height:100%;
	border-radius: 25px;
}