
/*------ HEADER -----*/
.navigation{
	height: 104px;
	box-shadow: 0px 2px 4px rgba(120, 120, 120, 0.25);
	position: fixed;
	z-index: 99999;
	width: 100vw;
	background-color: #fff;
}
.navigation .logo{
	display: flex;
    max-width: 168px;
    flex-direction: column;
    justify-content: center;
}
.nav-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.navigation nav{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    color: #2E2E2E;
    background-image: none;
    cursor: pointer;
    background-color: #fff;
  }
  .select {
    position: relative;
    display: flex;
    width: 84px;
    height: 32px;
    overflow: hidden;
  }
  .select:hover select{
    color: #F7921E;
  }
  .select:hover select option{
    color: #2E2E2E;
  }
nav ul li {
	position: relative;
	display: flex
	;margin-left: 20px;
	flex-direction: column;
	justify-content: center;
}
nav ul li a,nav ul li a:visited {
	display: block;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
	font-family: 'Handel-black', Helvetica, Arial, sans-serif;
	font-size: 14px;
	transition: color 0.2s;
}
nav ul li a:hover,nav ul li a:visited:hover {
	color: #F7921E;
}
@media screen and (min-width: 769px) {
	header .nav-list {
		display: flex !important;
	}
	.produkty-carousel{
		display: none;
	}
	nav ul li.kontakt-btn{
		background-color: #F7921E;
		border-radius: 24px;
		transition: background 0.2s, color 0.2s;
	}
	nav ul li.kontakt-btn a{
		color: #fff;
		padding: 10px 30px;
	}
	nav ul li.kontakt-btn:hover{
		background-color: #33335B;
	}
	nav ul li.kontakt-btn:hover a{
		color: #fff;
	}
}
.nav-mobile {
	display: none;
	position: absolute;
	top: 18px;
	right: 0;
	height: 70px;
	width: 70px;
}
.nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
.nav-toggle span,.nav-toggle span:before,.nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 4px;
	width: 35px;
	border-radius: 16px;
	background: #33335B;
	position: absolute;
	display: block;
	content: "";
	transition: all 300ms ease-in-out;
}
.nav-toggle span:before {
	top: -10px;
}
.nav-toggle span:after {
	bottom: -10px;
}
.nav-toggle.active span {
	background-color: transparent;
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
	top: 0;
}
.nav-toggle.active span:before {
	transform: rotate(45deg);
}
.nav-toggle.active span:after {
	transform: rotate(-45deg);
}
/*------ /HEADER END-----*/


/*------ HERO SECTION-----*/
.hero-section {
	padding-bottom: 60px;
	margin-top: 104px;
    position: relative;
    margin-bottom: 100px;
}
.hero-section .wrap{
    display: flex;
    justify-content: center;
	position: relative;
	min-height: 320px;
}
.hero-section .hero-image{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 40px 0;
}
.hero-section .welcome-text{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.hero-section .welcome-text .caption{
	color: #F7921E;
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 64px;
	text-transform: uppercase;
}
.hero-section .welcome-text h1{
    font-size: 48px;
    color: #fff;
}
.hero-section .welcome-text p{
	font-size: 18px;
	padding: 18px 0 60px 0;
}
.hero-section .welcome-text button{
	font-family: 'Handel-black', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 14px 60px;
	color: #000033;
	background-color: #fff;
	border: 2px solid #000033;
	border-radius: 24px;
	transition: background 0.2s, box-shadow 0.2s;
}
.hero-section .welcome-text button:hover{
	background-color: #33335B;
	box-shadow: 0px 4px 4px rgba(20, 15, 92, 0.7);
}
.hero-section .circle{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	right: 0px;
	z-index: -9;
	background: linear-gradient(265.07deg, #3D3D65 5.13%, #1F1F33 95.61%);
}
/*------ /HERO SECTION END-----*/


/*------ KONTAKT-----*/

.kontakt{
    max-height: 140px;
}
.kontakt .wrap{

    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    background-color: #fff;
    transform: translateY(-188px);
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    padding: 40px 24px;
    max-width: 1200px;
}

@media only screen and (max-width: 768px) {
    .kontakt .wrap,
    .kontakt-options ul,
    .kontakt-details{
        flex-direction: column;
        padding-bottom: 40px;
    }
    .kontakt-options ul li{
        padding-bottom: 12px;
    }
    .kontakt .kontakt-options ul,
    .kontakt .kontakt-details-wrap{
        display: flex;
        align-items: center;
    }
    .kontakt .qr{
        display: flex;
        justify-content: center;
    }
    .kontakt{
        max-height: initial;
    }
}
.kontakt .kontakt-options{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kontakt .kontakt-options ul{
    display: flex;
}
.kontakt .kontakt-options ul li{
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    text-align: center;
    max-width: 210px;
    align-items: center;
    
}

.kontakt .kontakt-options ul li:hover a{
 text-decoration: underline;
}
.kontakt .kontakt-options ul li a {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #2E2E2E;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.kontakt .kontakt-options ul li img{
    max-width: 64px;
    padding-bottom: 12px;
}

.kontakt .kontakt-details{
    display: flex;
}
.kontakt .kontakt-details li{
    padding-bottom: 12px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.kontakt .kontakt-details-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
}
/*------ /KONTAKT-----*/

.map{
    margin: 40px 0;
}

/*------ FOOTER-----*/
footer{
	padding: 40px 0 32px 0;
}
footer .wrap{
	display: flex;
}
footer .logo{
	padding-bottom: 32px;
}
.footer .kontakt{
	width: 46%;
}
footer .footer-kontakty{
	display: flex;
}
footer .footer-kontakty ul{
	width: 100%;
}
footer .footer-kontakty li{
	padding-bottom: 16px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
footer .softdec-kontakt a{
	display: flex;
	color: #000;
	text-decoration: none;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
footer .softdec-kontakt img{
	padding-right: 16px;
}
footer .footer-navigace{
	width: 80%;
	display: flex;
	flex-direction: column;
}
footer .footer-navigace ul{
	display: flex;
	justify-content: space-between;
	width: 50%;
	align-self: flex-end;
	padding-bottom: 60px;
}
footer .footer-navigace ul li a{
	color: #000;
	text-decoration: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	transition: color 0.2s;
}
footer .footer-navigace ul li a:hover{
	color: #F7921E;
}
footer .qr{
	align-self: flex-end;
}
.copyright{
	text-align: center;
}
.copyright p {
	font-size: 11px;
}
/*------ /FOOTER-----*/


/*------ MOBIL-----*/

@media only screen and (max-width: 1006px) {

	footer .footer-navigace ul{
		width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	.nav-mobile {
		display: block;
	}
	.nav-container{
		flex-direction: column;
	}
	nav {
		width: 100%;
	}
	nav ul {
		display: none;
	}
	nav ul li a {
		padding: 15px;
	}
	nav ul li ul li a {
		padding-left: 30px;
	}
	header .nav-list{
		background-color: #fff;
		margin-top: 18px;
		z-index: 9;
		box-shadow: 0px 2px 4px rgba(120, 120, 120, 0.25);
		width: 100vw;
		margin-left: -15px;
		border-top: 1px solid #b1b1b1;
	}
	.navigation .logo{
        padding-top: 23px;
	}
	.hero-section .wrap{
		flex-direction: column;
	}
	.hero-section .hero-image img{
		max-width: 326px;
		align-self: center;
	}
	.hero-section .welcome-text {
		width: 100%;
		padding-left: 0;
	}
	.hero-section .welcome-text h1{
		font-size: 32px;
	}
	.hero-section .hero-button{
		display: flex;
		justify-content: center;
	}
	footer .footer-navigace ul{
		width: auto;
		padding-bottom: 40px;
	}
	.footer-navigace ul{
		flex-direction: column;
	}
	footer .footer-navigace{
		width: 53%;
		padding-top: 94px;
	}
	footer .footer-navigace ul li {
		padding-bottom: 16px;
	}
	footer .footer-kontakty{
		flex-direction: column-reverse;
	}
	footer .softdec-kontakt{
		padding-bottom: 20px;
	}
	.footer .kontakt{
		width: 100%;
	}
	.slick-initialized .slick-slide{
		padding: 0 24px;
	}
}
/*------ /MOBIL-----*/