.sekce_1 {
    width: 100%;
    height: 100%;
	text-align:center;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 100;
	overflow: hidden;
	background: #000;
}
.top{
	position:fixed;
	left:0;
	right:0;
	top:0;
	text-align:left;
	z-index:990;
	display:grid;
	grid-template-columns: 1fr auto 1px auto 1px auto;
	align-items: center;
	grid-gap: 35px;
	color:#fff;
	text-transform:uppercase;
	line-height:130%;
	font-size:115%;
	padding: 20px 35px 20px 20px;
	font-family: 'Barlow Condensed', sans-serif;
}
.top.vnitrek{
	color: #000;
}
.sekce_1.main{
	height: 150px;
	background: #eee;
}
.top .carka{
	width: 1px;
height: 70%;
background-color: rgba(255,255,255,.3);
}
.top span{
	color:#e2193b;
	font-weight:700
}
.top a{
	color:#fff;
	display:block;
	text-decoration: none;
}
.jazyk a{
	color:#fff !important;
	display:block;
	text-decoration: none;
	padding: 3px 0;
	font-size: 115%;
}
.jazyk a:hover{
	color:#e2193b !important;
	text-decoration: underline;
}
.top.vnitrek a, .top.vnitrek .jazyk a{
	color:#000 !important;
}
.topbg{
	background-color:rgba(0,0,0,.8);
	transition: all 1s ease;
}
.top.vnitrek.topbg{
	background-color:rgba(255,255,255,.9);
	transition: all 1s ease;
}

.logo{
	display:inline-block !important;
	margin:auto;
	position:relative;
}
.logo-mensi{
	width: 150px;
	height: auto;
	transition: all 1s ease;
}
.logo img{
	transition: all 1s ease;
	height: auto;
}
.sipkadolu{
	background: url('/images/sipka-dolu.png');
	width: 59px;
	height: 57px;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 900;
}
.motto{
position: absolute;
z-index: 890;
top: 0;
left: 0;
bottom: 0;
right: 0;
grid-template-columns: 1fr;
display:grid;
align-items: center;
justify-items: center;
width:60%;
margin: auto;
color:#fff;
}
.motto h2{
	font-weight:normal;
	font-size:350%;
	line-height:110%;
	position:relative;
	padding:60px 0 0 0;
	display:block;
	margin:auto;
	text-transform: uppercase;
}
.motto p{
		font-size:170%;
	line-height:120%;
	position:relative;
	padding:30px 0 0 0;
	display:block;
	margin:auto;
}

.slider{
	width:100%;
	height: 100%;
	position:absolute;
	z-index:100;
}
.slider div{
	width:100%;
	height: 100%;
}
.slider .bgimg {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
			height: 100%;
}

.slick-prev, .slick-next{
	display: inline-block;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid rgba(255,255,255,.9);
  border-left: 2px solid rgba(255,255,255,.9);
  text-decoration: none;
  color: transparent;
	height: 70px;
  width: 70px;
}


.slick-prev{
	left:40px !important;
	z-index:100;
	transform: rotate(-45deg);
}
.slick-next{
	right:40px !important;
	z-index:100;
	transform: rotate(135deg);
}

@media only screen and (max-width:768px) {
    .sekce_1 {
        height: 600px
    }
	
	.sekce_1 h2{
		font-size:160%;
	}
	.top{
		grid-template-columns: 1fr 1px auto 1px auto;
	}
	.top div:nth-child(2){
		display:none
		}
		.slider img{
			width:auto;
			height:600px;
			display: block;
	
		}
}

@media only screen and (max-width:480px) {
    .sekce_1 {
        height: 400px
    }
		.sekce_1.main{
			height: 100px;
		}
		.logo img{
			width: 100px;
			height: auto;
		}
		.motto{
			width:90%;
		}
		.motto h2{
			font-size:150%;
			padding:80px 0 0 0;
		}
		.motto p{
				font-size:170%;
			padding:20px 0 0 0;
		}
}