body {
	font-family: "ff-zwo-web-pro", sans-serif;
	font-size: 15px;
	color: #FFFBFD;
	overflow-x: hidden;
}
h2 {
    color: #FCC866;
	font-size: 32px;
    font-weight: 700;
    margin: 0px 0 15px;
    padding-bottom: 15px;
	position: relative;
}
.text-wrap h2:after {
    content: "";
    display: block;
    background: #99B2B9;
    height: 3px;
    width: 125px;
    position: absolute;
    bottom: 0;
}
.obsah-wrap {
    padding: 60px 0;
}
.obsah-wrap.obsah-wrap-1 {
    padding: 0 0 60px;
}
.obsah-wrap img {
    max-width: 100%;
	width: 100%;
	height: auto;
}
.container-kontakty {
    background: #3B5D73;
}
.navbar {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 100;
    width: inherit;
    margin: 0 -15px;
    padding: 75px 15px 0;
}
.navigace {
    margin-left: auto;
}
a.logo-link {
    font-size: 22px;
    font-weight: 700;
	text-decoration: none;
}
span.logo-text-1 {
    color: #FCC866;
}
span.logo-text-2 {
    color: #99B2B9;
}
.hamb-menu .hamb-menu-item:last-child {
    margin-bottom: 0px;	
}
.hamb-menu .hamb-menu-item {
    display: block;
    width: 17px;
    height: 1px;
    background: white;
    margin-bottom: 4px;
}
.hamb-menu-text {
    font-size: 22px;
    color: #FCC866;
    padding-left: 10px;
}
.hamb-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 10px;
    margin-right: -10px;
    top: -10px;
}
.hamb-close {
    font-size: 0;
    position: relative;
    width: 32px;
    height: 32px;
}
.hamb-close:before {
    content: "";
    width: 44px;
    height: 2px;
    display: block;
    background: #FCC866;
    transform: rotate(45deg);
    left: -5px;
    top: 15px;
    position: absolute;
}
.hamb-close:after {
    content: "";
    width: 44px;
    height: 2px;
    display: block;
    background: #FCC866;
    transform: rotate(-45deg);
    left: -5px;
    top: 15px;
    position: absolute;
}
div#flexslider img {
    max-width: 100%;
}
div#flexslider {
    position: relative;
}
.flex-row.flex-row-slider {
    align-items: end;
}
canvas {
     display: block;
     vertical-align: bottom;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1a2530;
    background-image: url(css.css);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}
/* ---- stats.js ---- */
 .count-particles{
     background: #000022;
     position: absolute;
     top: 48px;
     left: 0;
     width: 80px;
     color: #13E8E9;
     font-size: .8em;
     text-align: left;
     text-indent: 4px;
     line-height: 14px;
     padding-bottom: 2px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
}
 .js-count-particles{
     font-size: 1.1em;
}
 #stats, .count-particles{
     -webkit-user-select: none;
     margin-top: 5px;
     margin-left: 5px;
}
 #stats{
     border-radius: 3px 3px 0 0;
     overflow: hidden;
}
 .count-particles{
     border-radius: 0 0 3px 3px;
}

.text-wrap {
    background: #3B5D73;
    color: #ffffff;
    padding: 45px 50px;
}

.flex-row {
    display: flex;
    flex-flow: wrap;
	margin: 0 -15px;
}
.flex-col {
    width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.hlavni-slider {
    width: 100%;
}
div#menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: hsl(210deg 30% 15% / 94%);
    z-index: 100;
    display: flex;
    transition: all 0.6s;
    left: 100%;
    padding-top: 130px;
    top: 0;
}
body.open div#menu {
    left: 0%;
}
div#menu ul {
    padding: 0;
    margin: 0;
}
div#menu ul li a {
    color: white;
	font-size: 22px;
}
div#menu ul li {
    list-style: none;
    padding: 5px 0;
}
body.open .hamb-menu > .hamb-menu-wrap, body.open .hamb-menu > .hamb-menu-text {
    display: none;
}
body:not(.open) .hamb-menu > .hamb-close {
    display: none;
}
.container-kontakty {
    background: #3B5D73;
    padding: 55px 85px 5px;
}
div#kontakt h2 {
    text-align: center;
    margin-bottom: 35px;
}
div#kontakt {
    padding: 60px 0 120px;
}
h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: #FCC866;
}
.form-control {
    background: #D0E0EB;
    height: 31px;
    padding: 10px 10px;
    font-size: 14px;
}
label {
    font-weight: 400;
}
form.kontakt-form.flex-row {
    padding: 10px 0 0;
}
input.btn.submit {
    background: #FCC866;
    color: black;
    font-weight: 700;
    width: 100%;
    margin-top: 28px;
    padding: 5px 10px 4px;
}
span.inline-label {
    display: inline-block;
    width: 60px;
}
a {
	transition: all 0.3s;
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #FCC866;
	text-decoration: none;
}
.dekovacka-obsah {
    text-align: center;
    width: 100%;
}
.dekovacka-obsah {
    text-align: center;
    width: 100%;
}
.dekovacka-obsah h2.dekovacka-nadpis {
    color: #FCC866;
    font-size: 34px;
}
.dekovacka-obsah div.dekovacka-nadpis {
    font-size: 30px;
}
.flex-row-slider .col-2 {
	font-size: 20px;
}
.container-nav {
	min-height: 69px;
}
.flex-row-slider > .flex-col.col-1:after {
    content: "";
    background: #3B5D73;
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: -20px;
    left: -6px;
}
.flex-row-slider > .flex-col.col-1:before {
    background: #1a2530;
    width: 144px;
    height: 140px;
    bottom: 0px;
    left: 15px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}
.flex-row-slider > .flex-col.col-1 {
    position: relative;
}
@media (min-width: 768px){
	.flex-col-3, .flex-col-2, .flex-col-4 {
		width: 50%;
	}
	.flex-col-33 {
		width: 33.33333333%;
	}
	.flex-col-66 {
		width: 66.66666666%;
	}
	.flex-row.vertical-center {
		align-items: center;
	}
	div#uvod {
		min-height: 100vh;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (min-width: 992px){
	.text-wrap {
		background: #3B5D73;
		color: #ffffff;
		padding: 45px 50px;
		width: 125%;
		position: relative;
		z-index: 1;
	}
	.obsah-wrap:nth-child(odd) .text-wrap {
		float: right;
	}
	.obsah-wrap:nth-child(even) .col-1 {
		order: 1;
	}
	body.open {
		overflow: hidden;
		height: 100vh;
	}
}
@media (min-width: 1200px){
	.flex-col-3, .flex-col-4 {
		width: 33.33333333%;
	}
}
@media (min-width: 1400px){
	.flex-col-4 {
		width: 25%;
	}
}
@media (max-width: 1399px){
	
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){
	.obsah-wrap .flex-col {
		width: 100%;
	}
	.text-wrap {
		padding: 25px 27px;
		margin: -75px 30px 0;
	}
	.navbar {
		padding: 35px 15px 0;
	}
	div#menu {
		padding-top: 90px;
	}
	body.open .navbar {
		position: fixed;
		left: 0;
		padding: 15px 15px 0;
	}
}
@media (max-width: 767px){
	.container {
		width: 100%;
		max-width: 100%;
	}
	.obsah-wrap {
		padding: 0 0 30px !important;
	}
	div#kontakt {
		padding: 20px 0 15px;
	}
	.container-kontakty {
		background: #3B5D73;
		padding: 10px 25px 0;
	}
	form.kontakt-form.flex-row .flex-col {
		margin: 0;
	}
	.navbar {
		margin: 0;
		padding: 15px 0 0;
	}
	div#menu {
		padding-top: 60px;
	}
	div#menu ul li a {
		color: white;
		font-size: 16px;
	}
	.hlavni-slider {
		width: 100%;
		margin: 30px 0;
	}
	.obsah-wrap .flex-row .flex-col {
		padding: 0;
	}
}
