body {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
}

/* LOGO */
.ts_logo {
	width: 9vw;
	height: 10vw;
	position: absolute;
	left: 12vw;
	top: 0px;
	z-index: 500;
	/* background-image: url(../img/pozadi/bg_logo.png);  */
	background-repeat: no-repeat;
	background-position: 0% top;
	background-size: contain;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;		
}
.ts_logo img {
	width: 9vw;
	height: auto;
	margin-top: -2vw;
	margin-left: -0.5vw;
}
.ts_logo img:hover {
	opacity: 0.8;
}
/*  HLAVA */
.ts_hlava {
	width: 100%;
	height: 8vw;
	float: left;
	clear: both;
}
.ts_hlava_obsah {
	width: 78vw;
	height: 8vw;
	float: right;
	clear: both;
	background-image: url(../img/pozadi/hlava.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left 0vw;
}
.ts_hlava_lista_1 {
	width: auto;
	height: 2vw;
	float: right;
	clear: both;
}
.ts_hlava_lista_2 {
	width: 96%;
	height: 3.65vw;
	float: right;
	clear: both;
}
.ts_hlava_lista_3 {
	width: 100%;
	height: 2vw;
	float: right;
	clear: both;
	text-align: center;
	line-height: 4vw;
}
.ts_home_relief {
	width: 73%;
	float: left;
	text-align: center;
}
.ts_home_relief h1{
	font-size: 1.8vw;
	line-height: 1.1em!important;
	font-weight: 300;
	color: #007A62;	
}
/* PATA */
.ts_pata {
	width: 100%;
	min-height: 1.4vw;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	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);
	font-size: 0.85em;	
}
/* WEB  */
.ts_web {
	width: 100%;	
	height: auto;
	float: left;
	clear: both;
	margin-top: 2.3vw;
	display: flex;
	flex-direction: column;
	justify-content:center;
}

/* OBSAH */
.ts_obsah {
	width: 58vw;
	max-width: 1024px!important;
	height: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.ts_obsah_stranka {
	width: 60%;
	margin-left: 20%;
	min-height: 80vh;
}


/* 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: 30%;
	height: 3vw;
	line-height: 3vw;
	float: left;
	color: #2E2E2E;
	font-size: 0.7vw;
	text-align: right;
	display: block;
}
.ts_formular_01_hodnota_1 {
	width:  62%;
	min-height: 3vw;
	line-height: 3vw;	
	margin-left: 3%;
	float: left;
	color: #000000;
	font-size: 0.7vw;
	display: block;
}
.error_wrapper{
	width: 84%;
	margin-left: 9.2%;
	margin-top: -0.55vw;
	height: 2vw;
	line-height: 2vw;
	margin-bottom: 0.5vw;
	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: 100%;
	margin-bottom: 1vh;
	height: 36px;
	line-height: 36px;
	float: left;
	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: 100%;
	margin-bottom: 1vh;
	height: 36px;
	line-height: 36px;
	float: left;
	color: #000000;
	border: 1px solid #004235;
	background-color: #FFFFFF;
	text-indent: 5px;
}

.ts_formular_01 input[type="submit"] {
	width: 100%;
	margin-bottom: 1vh;
	height: 36px;
	line-height: 36px;
	float: left;
	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: 100%;
	margin-bottom: 1vh;
	height: 360px;
	line-height: 24px;
	float: left;
	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%;
	height: 4vw;
	line-height: 4vw;
	float: left;
	clear: both;
	font-size: 1.25em;
	text-align: center;
	border-bottom: 1px solid rgba(184,184,184,1.00);
}
.ts_result_headline2 {
	width: 100%;
	height: 2vw;
	line-height: 2vw;
	float: center;
	clear: both;
	font-size: 1em;
	color: rgba(45,45,45,1.00);
	text-align: center;
	margin-top: 1vw;
	margin-bottom: 2vw;
}
.ts_result_radek {
	width: 100%;
	height: 3vw;
	line-height: 3vw;
	float: left;
	clear: both;
	border-bottom: 1px solid rgba(184,184,184,1.00);
}
.ts_result_radek_leva {
	width: 30%;
	height: 3vw;
	line-height: 3vw;
	float: left;
	text-align: right;
	color: rgba(45,45,45,1.00);
}
.ts_result_radek_prava {
	width: 67%;
	height: 3vw;
	line-height: 3vw;
	margin-left: 2%;
	float: left;
	text-align: left!important;
	color: rgba(0,0,0,1.00);
}