.sekce_1 {
    width: 100%;
    height: 100%;
	text-align:center;
	position: relative;
	font-family: 'Roboto 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  auto  auto;
	align-items: center;
	grid-gap: 35px;
	color:#fff;
	text-transform:uppercase;
	padding: 20px 35px 20px 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
.top img{
	margin-right: 10px;
}
.top>div>*{
	vertical-align: middle;
	line-height:130%;
	font-size:135%;
}
.sekce_1.main{
	height: 150px;
}
.top a{
	color:#fff;
	display:block;
	text-decoration: none;
}
.topbg{
	background-color:rgba(20,12,11,.8);
	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;
}
.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:90%;
margin: auto;
color:#fff;
}
.motto h2{
	font-weight:700;
	font-size:550%;
	line-height:110%;
	position:relative;
	padding:60px 0 0 0;
	display:block;
	margin:auto;
	text-transform: uppercase;
}
.motto p{
		font-size:150%;
	line-height:120%;
	position:relative;
	padding:30px 0 0 0;
	display:block;
	margin:auto;
}

.slider{
	width:100%;
	height: 100%;
	top: 0;
left: 0;
bottom: 0;
right: 0;
	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%;
}

@media only screen and (max-width:768px) {
    .sekce_1 {
        height: 600px
    }
	
	.motto h2{
		padding:100px 0 0 0;
		font-size:360%;
	}
	.top{
		grid-template-columns: 1fr auto 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: 120px;
			height: auto;
		}
		.motto{
			width:90%;
		}
		.motto h2{
			font-size:200%;
			}
		.motto p{
				font-size:120%;
			padding:20px 0 0 0;
		}
}