body {
    font-family: signo,sans-serif;
    font-size: 16px;
    color: #40391A;
    line-height: 1.75;
    letter-spacing: 1.5px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
h1 {
	font-size: 44px;
    padding-top: 0;
    text-align: center;
    color: #EBF20F;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}
h2 {
	font-size: 44px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
	margin: 60px 0;
}
h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 0;
}
#hlavicka h2 {
    color: #D6D98B;
    margin: 0 0 20px;
}
#sluzby h2 {
	color: #EBF20F;
}
.podnadpis {
    font-size: 20px;
    margin: 0;
}
p {
    margin: 0 0 25px;
}
p a {
	font-weight:bold;
}
.hlavicka-text {
    text-align: center;
    color: white;
}
img {
	max-width: 100%;
}
div#foto img {
    width: 100%;
    max-width: 100%;
}
a.logo.navbar-logo img {
    max-height: 80px;
}
a.logo.navbar-logo {
    float: left;
    padding: 15px 0;
}
.bg-obsah {
    background: #f8fbaf;
}
.text-zeleny {
	color: #D6D98B;	
}
.flex-row-views .view-content, .flex-row {
    display: flex;
    flex-flow: wrap;
	margin: 0 -15px;
}
.flex-col {
    width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
#hlavicka {
    background-image: url(../img/rizikove-kaceni.jpg);
    background-size: cover;
    background-position: top center;
    height: 100vh;
}
#sluzby {
    background-image: url(../img/stromy.jpg);
    background-size: cover;
    background-position: center center;
}
#sluzby .flex-row {
    margin: 0 -8px 30px;
}
#sluzby .flex-row .flex-col {
    padding: 0 8px 12px;
	margin: 0;
}
.flex-col-bg {
    background: #FAFBE5;
    border: 1px solid #D6D98B;
    padding: 20px 25px 25px;
    height: 100%;
}
.flex-col-bg p:last-child {
    margin-bottom: 0;
}
.mapa-trasy {
	height: 570px;
	width: 100%;
}
iframe.mapa-trasy {
    border: 1px solid #40391A;
    box-shadow: 0 20px 30px #342c0540;
}
ul.nav.menu {
    float: right;
}
ul.nav.menu li {
    float: left;
}
ul.nav.menu li a {
    color: white;
    padding: 25px;
    font-size: 15px;
	position: relative;
    text-decoration: none;
}
ul.nav.menu li a:hover, ul.nav.menu li a:focus {
    background: transparent;
}
ul.nav.menu li a:after {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: white;
    display: block;
    position: absolute;
	transition: all 0.4s;
    opacity: 0;
}
ul.nav.menu li a:hover:after {
    left: 20px;
    right: 20px;
    opacity: 1;
}
a.name.navbar-brand {
    color: #EBF20F;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    padding: 29px 0 10px;
    text-decoration: none;
    position: relative;
}
.trasy-btn {
    text-align: center;
}
.trasy-btn .btn {
    text-align: center;
    padding: 20px 40px 21px;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 20px 25px 45px;
	color: #342C05;
    background: white;
}
.btn {
    display: inline-block;
    background: #342C05;
    color: #F1F2CE;
    font-size: 15px;
    padding: 10px 25px 10px;
    font-weight: 700;
    border: 1px solid #342C05;
    border-radius: 7px;
    transition: all 0.3s;
    text-decoration: none !important;
    letter-spacing: 2px;
}
.btn:hover, .btn:focus, .sroll-down .btn:hover, .sroll-down .btn:focus {
    color: #342C05;
    background: #F1F2CE;	
}
.trasy-btn .btn.active {
    background: #342C05;
    color: #F1F2CE;
}
span.btn.btn-gal-show {
    padding: 20px 45px;
    margin-top: 45px;
}
.sroll-down .btn {
    background: hsl(49deg 42% 18% / 68%);
    padding: 10px 40px;
    box-shadow: 0 10px 10px hsl(0deg 0% 0% / 29%);
}
a:hover, a:focus {
	color: #8C5A2E;
	text-decoration: none;
}
a {
	transition: all 0.3s;
	color: #8C5A2E;
	text-decoration: underline;
}
.obsah {
    padding: 20px 0 80px;
}
ol {
    counter-reset: section;
    padding: 0;
    margin: 0;
}
ol li {
    list-style: none;
    margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}
ol li:before {
    counter-increment: section;
    content: counter(section) ". ";
    position: absolute;
    left: 0;
    font-weight: 700;
}
div#kontakt {
    text-align: center;
}
footer {
    background: #40391A;
    text-align: center;
    color: white;
    padding: 35px 0;
}
footer p:last-child {
    margin: 0;
}
footer a, footer .text-zeleny {
	color: #F1F2CE;
    font-weight: 400;
}
footer a:hover, footer a:focus {
	color: #F1F2CE;
}
footer h3 {
    color: white;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 20px;
}
footer p {
    margin-bottom: 15px;
}
.box-tit-text {
    padding-left: 17px;
    text-align: left;
	font-size: 38px;
    font-weight: 700;
}
.box-tit {
    background: #EBF20F;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 15px;
    margin: 30px auto;
    color: #342C05;
    line-height: 1.3;
    border-radius: 3px;
}
.podnadpis {
    margin-bottom: 35px;
}
.sroll-down {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
a.arrow-down {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    margin: 20px auto 0;
}
a.arrow-down:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border-bottom: 2px solid #F1F2CE;
    border-right: 2px solid #F1F2CE;
    transform: rotate(45deg);
    left: 20px;
    top: 12px;
}
.gal-schov {
	display: none;
}
input#userfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

form.contact-form-gpx {
    width: 375px;
    margin: 0 auto;
    max-width: 100%;
}
label.form-btn {
    width: 100%;
    text-align: center;
    display: block;
    border: 1px solid #342c05;
    border-radius: 4px;
    padding: 7px 15px 8px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
}
label.form-btn.zvoleno {
    background: #F1F2CE;
}
.selectric {
    width: 100%;
    font-size: 20px;
    height: auto;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 6px 15px 4px;
    float: none;
    background: white;
}
.selectric-open .selectric {
    border: 1px solid #707070;	
}
.selectric:hover {
    border-color: #707070;
}
.selectric-items {
    font-size: 16px;
    width: 100%;
    border: 1px solid #342c05;
}

p.desc-form {
    font-size: 14px;
    font-style: italic;
	margin-top: 5px;
}
.selectric:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #000;
    border-bottom: 0 solid #342c05;
    position: absolute;
    display: block;
    right: 15px;
    top: 19px;
    transform-origin: center;
    transition: all .6s;
    -webkit-transform: rotate3d(0,0,0,180deg);
    -ms-transform: rotate3d(0,0,0,180deg);
    transform: rotate3d(0,0,0,180deg);
}
.selectric .label {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}
.selectric-open .selectric:after {
	-webkit-transform: rotate3d(1,0,0,180deg);
    -ms-transform: rotate3d(1,0,0,180deg);
    transform: rotate3d(1,0,0,180deg);
}
.selectric .button {
	display: none;
}
.selectric-items ul, .selectric-items li {
    font-size: 16px;
    color: #342c05;
}
.form-control {
    border: 1px solid #707070;
    height: auto;
    padding: 14px 15px;
    font-size: 16px;
}
input.submit.btn {
    margin: 0 25px;
    display: block;
    padding: 15px 50px;
    margin: 50px auto 0;
    box-shadow: 0 10px 20px hsl(0deg 0% 0% / 29%);
}
form.contact-form-gpx p {
    margin-bottom: 15px;
    margin-top: 5px;
}
form .form-group {
    margin-bottom: 27px;
}
form label {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
.table-vysledky {
    display: flex;
    flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto;
}
.table-vysledky .table-tabs {
    width: 33.33333333%;
	text-align:center;
}
.table-vysledky .table-content {
    width: 100%;
	display: none;
}
.table-tabs.active span {
    background: #40391A;
    color: #F1F2CE;
    margin: 0;
    border: 1px solid #40391A;
}
.table-tabs span {
    display: block;
    color: #40391A;
    background: #F1F2CE;
    padding: 9px 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 11px 6px 0 6px;
    border: 1px solid #F1F2CE;
	transition: all 0.6s;
    cursor: pointer;
}

.table-content {
    background: #40391a;
    color: #F1F2CE;
}
.table-row-ucastnik {
	opacity: 0;
	transition: opacity 0.3s;
}
.table-content.active .table-row-ucastnik {
	opacity: 1;	
}
.table-row-ucastnik.table-row-1 {
    font-size: 20px;
    color: #EBF20F;
    font-weight: 700;
}
.table-row-ucastnik.table-row-2 {
    font-size: 18px;
    color: #D6D98B;
    font-weight: 700;
}
.table-row-ucastnik.table-row-3 {
    color: #F1F2CE;
    font-weight: 700;
}

.table-cell.table-ucastnik-cas {
    padding-right: 50px;
}
.table-row-ucastnik.acitve {
    background: #534a22;
}
.navbar-hamb span.icon-bar {
    height: 2px;
    width: 24px;
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    border-radius: 5px;
}
.navbar-hamb {
    right: 0;
    top: 0;
    padding: 19px 19px 14px;
    float: right;
    cursor: pointer;
    position: absolute;
}
span.mapa-name.desc-schov {
	display: none;
}
.error-wrap {
	display: none;
}
.error-wrap.active {
	display: block;
}
span.error-file-upload {
    background: #ffc6c6;
    display: block;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    max-width: 720px;
    margin: 0 auto;
}
div#kontakt a {
    font-size: 30px;
    color: #342C05;
}

@media (min-width: 768px){
	.flex-col-3, .flex-col-2, .flex-col-4, .flex-col-45, .flex-col-55 {
		width: 50%;
	}
	div#o-co-jde .flex-col:first-child {
		padding-right: 10%;
	}
	.table-tabs span:hover {
		border-top: 1px solid #40391A;
		border-left: 1px solid #40391A;
		border-right: 1px solid #40391A;
	}
	.table-ucastnik {
		display: table;
		width: 100%;
		padding: 40px;
		max-width: 100%;
		margin: 0 auto;
	}
	.table-row-ucastnik {
		display: table-row;
	}
	.table-cell {
		display: table-cell;
		padding-bottom: 25px;
		padding: 12px 15px;
	}
	.table-tabs.active span {
		padding: 15px 15px 14px;
	}
	.table-tabs.active {
		pointer-events: none;
	}
	.table-cell.table-ucastnik-misto {
		width: 100px;
		padding-left: 50px;
	}
	.table-cell {
		padding-bottom: 25px;
		padding: 12px 15px;
	}
	.desc-schov {
		display: none;
	}
}
@media (min-width: 992px){
	.flex-col-app-text {
		width: 34%;
	}
	.flex-col-app-img {
		width: 66%;		
	}
	.navbar-hamb {
		display: none;
	}
	span.menu-bg {
		display: none;
	}
	ul.nav.menu li a {
		color: white;
		padding: 25px;
		font-size: 16px;
		position: relative;
		text-decoration: none;
	}
	.only-mobile {
		display: none;
	}
	a.logo-big.content-logo {
		display: block;
		margin-bottom: -14%;
		padding-top: 15%;
	}
	a.logo-big.content-logo img {
		max-width: 170px;
	}
	a.logo-big.content-logo img {
		max-width: 160px;
	}
}
@media (min-width: 1200px){
	.flex-col-3 {
		width: 33.33333333%;
	}
	a.logo-big.content-logo img {
		max-width: 180px;
	}
	.flex-col-45 {
		width: 45%;
	}
	.flex-col-55 {
		width: 55%;
	}
	div#kdo-jsme .flex-col:first-child {
		padding-left: 10%;
	}
	.hlavicka-text {
		text-align: center;
		color: white;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -70%);
	}
}
@media (min-width: 1400px){
	.flex-col-4 {
		width: 25%;
	}
	a.logo-big.content-logo img {
		max-width: 220px;
	}
}
@media (max-width: 1399px){
	
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){
	.only-desk {
		display: none;
	}
	.navbar {
		position: static;
	}
	nav.wrap-menu {
		height: 100%;
		float: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgb(0 0 0 / 90%);
		display: none;
		z-index: 5;
	}
	ul.nav.menu li {
		float: none;
		width: 100%;
		text-align: center;
	}
	ul.nav.menu li a {
		font-size: 32px;
		color: #D6D98B;
		font-style: italic;
		font-weight: 700;
		padding: 1vh 15px;
	}
	ul.nav.menu {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	    float: none;
	}
	a.name.navbar-brand {
		position: relative;
		z-index: 10;
	}
	.navbar-hamb {
		right: 0;
		top: 0;
		padding: 30px 30px 26px;
		float: right;
		cursor: pointer;
		position: fixed;
		z-index: 10;
	}
	a.name.navbar-brand {
		padding: 33px 0 10px;
		position: fixed;
	}
	span.menu-bg {
		position: fixed;
		background: rgb(0 0 0 / 80%);
		left: 0;
		right: 0;
		top: 0;
		height: 70px;
		z-index: 3;
		opacity: 0;
		transition: all 0.6s;
	}
	span.menu-bg.active {
		opacity: 1;
	}
	.trasy-btn .btn {
		padding: 20px 25px 21px;
		margin: 20px 10px 45px;
	}
	a.logo.navbar-logo {
		float: left;
		padding: 10px 0;
		position: fixed;
		z-index: 20;
		left: 15px;
	}
	a.logo.navbar-logo img {
		max-height: 58px;
	    transition: all 0.5s;
	}
	.navbar-hamb span.icon-bar {
		height: 2px;
		width: 32px;
		background: #ffffff;
		display: block;
		margin-bottom: 8px;
		border-radius: 5px;
	}
	body.scroll-menu a.logo.navbar-logo img {
		max-height: 50px;
	}
	.navbar-hamb {
	    transition: all 0.5s;
	}
	body.scroll-menu .navbar-hamb {
	    padding: 23px 30px 26px;
	}
	ul.nav.menu li a:after {
		display: none;
	}
	body.scroll-menu a.name.navbar-brand {
		padding: 24px 0 10px;
	}
	div#hlavicka .container {
		width: 100%;
	}
	.hlavicka-text {
		margin-top: 60px;
	}
	.box-tit {
		margin: 0 auto;
	}
	.box-tit-text {
		font-size: 28px;
	}
	#hlavicka {
		min-height: 100vh;
		padding-bottom: 90px;
		position: relative;
		height: auto;
	}
	.box-tit {
		margin: 0 auto;
	}
	div#kontakt a {
		font-size: 24px;
	}
}
@media (max-width: 767px){
	.hlavicka-text h1 span {
		display: block;
	}
	.podnadpis {
		margin-bottom: 38px;
	}
	.box-tit {
	    justify-content: center;
	    bottom: 16px;
		max-width: calc(100% - 30px);
		justify-content: center;
		display: block;
		text-align: center;
	}
	a.arrow-down {
		display: none;
	}
	.box-tit-btn {
		margin-bottom: 14px;
	}
	h2 {
		margin: 45px 0;
	}
	p {
		margin: 0 0 15px;
	}
	p:last-child {
		margin: 0;
	}
	.obsah {
		padding: 20px 0 45px;
	}
	div#o-co-jde {
		padding: 20px 0 0;
	}
	div#o-co-jde .flex-col img, div#trasy .flex-col img {
		width: 100%;
		max-width: 100%;
	}
	ol li {
		margin-bottom: 17px;
		padding-left: 26px;
	}
	ol li:last-child {
		margin-bottom: 0;
	}
	div#foto {
		padding: 20px 0 0;
	}
	div#kontakt h2 {
		margin: 15px 0 25px;
	}
	.btn {
		white-space: normal;
	}
	.table-ucastnik {
		display: table;
		width: 100%;
		padding: 5px 0;
		max-width: 100%;
		margin: 0 auto;
	}
	.table-vysledky .table-tabs {
		width: 100%;
		text-align: left;
	    border-radius: 7px;
	}
	.table-vysledky .table-tabs span {
		position: relative;
	}
	.table-tabs span {
		display: block;
		color: #40391A;
		background: white;
		border: 0;
		padding: 24px 15px 26px 68px;
		margin: 0;
		transition: all 0.3s;
		cursor: pointer;
		border-radius: 0;
		border-bottom: 0;
		border-top: 1px solid #40391A;
	}
	.table-tabs:first-child span {
	    border-top: 0;
	}
	.table-vysledky {
		border-radius: 7px;
		overflow: hidden;
		border: 1px solid #40391A;
		position: relative;
	}
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.table-num-1 {
		order: 1;
	}
	.table-num-2 {
		order: 2;
	}
	.table-num-3 {
		order: 3;
	}
	.table-num-4 {
		order: 4;
	}
	.table-num-5 {
		order: 5;
	}
	.table-num-6 {
		order: 6;
	}
	.table-vysledky .table-tabs span:before {
		border-right: 3px solid #D6D98B;
		border-bottom: 3px solid #D6D98B;
		width: 18px;
		height: 18px;
		left: 23px;
		top: 29px;
		content: "";
		transform: rotate(-45deg);
		display: block;
		position: absolute;
		transition: all 0.4s;
	}
	.table-vysledky .table-tabs.active span:before {
		transform: rotate(45deg) translate(0px, -7px);
	}
	.table-cell.table-ucastnik-misto {
		position: absolute;
		left: 68px;
	}
	.table-row-ucastnik {
		padding-left: 105px;
		margin-bottom: 25px;
		position: relative;
	}
	.table-tabs.active span {
		border-left: 0;
		border-right: 0;
	}
	.iframe-wrap {
		z-index: -10;
		position: fixed;
		top: 0;
		height: 100%;
		background: white;
		left: 0;
		right: 0;
		transition: all 0.4s;
		opacity: 0;
	}
	body.active-iframe .iframe-wrap {
		z-index: 100;
		opacity: 1;
	}
	.iframe-wrap iframe {
		height: 100%;
	}
	span.close-btn.btn {
		float: right;
		margin: 10px;
	}
	.mapa-name {
		margin: 14px 0px 0 15px;
		float: left;
		font-size: 18px;
		font-style: italic;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0;
	}
	.trasy-btn {
		width: min-content;
		margin: 45px auto 0;
	}
	.trasy-btn .btn {
		width: 100%;
		white-space: nowrap;
		margin: 0px 0 25px;
		background: white;
		color: #342c05;
	}
	.podnadpis br, .box-tit-text br {
		display: none;
	}
	.box-tit-text {
		padding-left: 0;
	}
	.h1, h1, h2 {
		font-size: 32px;
	}
	h1 {
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.podnadpis {
		margin-bottom: 25px;
	}
	.table-cell.table-ucastnik-cas {
		padding-right: 0;
	}
	.trasy-btn .btn.active {
		color: #342C05;
		background: white;
	}
	.table-empty {
		padding: 0 15px 25px 65px;
	}
	div#kontakt a {
		font-size: 20px;
	}
	div#kontakt p {
		margin-bottom: 10px;
	}
}
@media (max-width: 450px){
	ul.nav.menu li a {
		font-size: 32px;
		padding: 0.8vh 15px;
	}
}
@media (max-width: 400px){
	ul.nav.menu li a {
		font-size: 28px;
		padding: 0.7vh 15px;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.table-tabs span {
		padding: 20px 15px 22px 48px;
	}
	.table-vysledky .table-tabs span:before {
		border-right: 2px solid #D6D98B;
		border-bottom: 2px solid #D6D98B;
		width: 15px;
		height: 15px;
		left: 12px;
		top: 27px;
		content: "";
		transform: rotate(-45deg);
		display: block;
		position: absolute;
		transition: all 0.4s;
	}
	.table-row-ucastnik {
		padding-left: 85px;
	}
	.table-cell.table-ucastnik-misto {
		position: absolute;
		left: 48px;
	}
	.table-row-ucastnik {
		margin-bottom: 20px;
	}
	.btn {
		font-size: 14px;
		padding: 8px 25px 8px;
	}
}