body {
	margin: 0px;
	padding: 0px;
	/* background-color: #EFEFEF; */
	width: 100%;
	overflow-x: hidden;
}

/* LOGO */
.ts_logo {
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 500;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;	
	overflow: hidden;
}
.ts_logo img {
	width: 80%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 10%;
}
.ts_logo img:hover {
	opacity: 0.8;
}
/*  HLAVA */
.ts_hlava {
	width: 70vw;
	height: 10vw;
	overflow: hidden;
	position: absolute!important;
	z-index: 1500;
	top: 0px;
	left: 28vw!important;
}
.ts_hlava_obsah {

}
.ts_hlava_lista_1 {
	width: 100%;
	height: 10vw;
	z-index: 1500;
}
.ts_hlava_lista_2 {
	display: none;
	width: 0px;
	height: 0px;
}
.ts_hlava_lista_3 {
	display: none;
	width: 0px;
	height: 0px;
}

/* WEB  */
.ts_web {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	overflow: hidden;
}

/* OBSAH */
.ts_obsah {
	width: 92%;
	height: auto;
	float: left;
	clear: both;
	margin-left: 4%;
}

/* PATA */
.ts_pata {
	width: 100%;
	min-height: 3em;
	height: auto;
	float: left;
	clear: both;
	margin-top: 2em;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: rgba(75,75,75,1.00);
	color: rgba(185,185,185,1.00);
	-webkit-box-shadow: inset 0px 0px 15px 2px rgba(81,81,81,1.00);
	box-shadow: inset 0px 0px 15px 2px rgba(81,81,81,1.00);
}
.ts_pata span {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
}


/* Formular */
.ts_formular_radek {
	width: 90%;
	min-height: 3vw;
	line-height: 3vw;	
	margin-left: 5%;	
	float: left;
	clear: both;
	overflow: hidden;
}
.ts_formular_01_label {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	clear: both;
	color: #2E2E2E;
	font-size: 0.8em;
	text-align: center;
	display: block;
}
.ts_formular_01_hodnota_1 {
	width:  100%;
	min-height: 52px;
	line-height: 52px;	
	float: left;
	clear: both;
	color: #000000;
	font-size: 1em;
	display: block;
}
.error_wrapper{
	width: 84%;
	margin-left: 9.2%;
	margin-top: -0.55em;
	height: 2vw;
	line-height: 2vw;
	margin-bottom: 0.5em;
	float: left;
	clear: both;
	color: #FFFFFF;
	font-size: 0.7vw;
	display: block;
	background-color: rgba(255,0,4,1.00);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
}
.ts_formular_01 {
	width: 100%;
	height: auto;
	float: left;
	clear: both
}
.ts_formular_01 input {
	width: 90%;
	margin-top: 3px;
	height: 48px;
	line-height: 48px;
	float: left;
	margin-left: 5%;
	color: #000000;
	border: 1px solid #004235;
	background-color: #FFFFFF;
	text-indent: 5px;
}
.ts_formular_01 input:focus {
	background-color: #DDDDDD;
	color: #000000;
}
.ts_formular_01 input {
	width: 90%;
	margin-top: 3px;
	height: 48px;
	line-height: 48px;
	float: left;
	margin-left: 5%;
	color: #000000;
	border: 1px solid #004235;
	background-color: #FFFFFF;
	text-indent: 5px;
}

.ts_formular_01 input[type="submit"] {
	width: 90%;
	margin-top: 3px;
	height: 48px;
	line-height: 48px;
	float: left;
	margin-left: 5%;
	color: #FFFFFF;
	border: 1px solid #004235;
	background-color: #007b62;
	cursor: pointer;
}
.ts_formular_01 input[type="submit"]:focus {
	background-color:  #082F27;
	color: #FFFFFF;
}
.ts_formular_01 input[type="submit"]:hover {
	background-color:  #082F27;
	color: #FFFFFF;
}
.ts_formular_01 textarea {
	width: 90%;
	margin-top: 3px;
	height: 280px;
	float: left;
	margin-left: 5%;
	line-height: 24px;
	color: #000000;
	border: 1px solid #004235;
	background-color: #FFFFFF;
	text-indent: 5px;
}
.ts_formular_01 textarea:focus {
	background-color: #DDDDDD;
	color: #000000;
}

/* vsedek uploadu  */
.ts_result_headline {
	width: 100%;
	min-height: 52px;
	line-height: 52px;
	float: left;
	clear: both;
	font-size: 2em;
	text-align: center;
	border-bottom: 1px solid rgba(184,184,184,1.00);
}
.ts_result_headline2 {
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	float: left;
	clear: both;
	font-size: 1em;
	color: rgba(45,45,45,1.00);
	text-align: center;
}
.ts_result_radek {
	width: 100%;
	height: 48px;
	line-height: 48px;
	float: left;
	clear: both;
	border-bottom: 1px solid rgba(184,184,184,1.00);
}
.ts_result_radek_leva {
	width: 100%;
	height: 24px;
	line-height: 24px;
	float: left;
	clear: both;
	text-align: center;
	font-size: 0.85em;
	color: rgba(45,45,45,1.00);
}
.ts_result_radek_prava {
	width: 100%;
	height: 24px;
	line-height: 24px;
	float: left;
	clear: both;
	text-align: center;
	font-size: 1em;
	color: rgba(0,0,0,1.00);
}