/* General */
.m-t-10 {
	margin-top: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-50 {
	margin-bottom: 50px;
}

/* Header */
header {
	position: relative;
	background-size: cover;
	background-position: center;
}

header:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .7);
}

header > * {
	z-index: 10;
	position: relative;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	background: #fff;
}

/* Logo */
.navbar.navbar-dark.bg-dark .navbar-brand img {
	max-height: 80px;
	width: auto;
}

/* Slider */
ul.slickSlider .slick-list .slick-track li {
	position: relative;
	background-size: cover;
}

ul.slickSlider .slick-list .slick-track li:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .7);
}

ul.slickSlider .slick-list .slick-track li > * {
	z-index: 10;
	position: relative;
}

/* Eshopy u nas */
.partner-logo {
	margin: 40px 0;
}

.partner-logo a {
	display: block;
	color: #212529;
}

.partner-logo a img {
	max-width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.partner-logo h6 {
	text-align: center;
	margin: 30px 0 0 0;
}

/* Kontakt */
section.try-it {
	position: relative;
	background-size: cover;
	background-position: center;
}

section.try-it:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .8);
}

.section.try-it > * {
	z-index: 10;
	position: relative;
}

.tryyo-logo {
	margin-top: 50px;
}

.tryyo-logo img {
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
footer {
	height: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}

footer img.logo-footer {
	max-width: none;
	max-height: 100px;
}



@media only screen and (min-width: 730px) {
	#mainSlider ul.slickSlider,
	header ul.slickSlider {
		margin-top: -126px;
	}
}

@media only screen and (max-width: 720px) {
	.navbar.navbar-dark.bg-dark .navbar-brand img {
		max-height: 60px;
	}

	.header-slider .navbar.navbar-dark {
		top: 70px;
	}

	header.header-small,
	header.header-small #mainSlider {
		height: 300px;
	}

	header.header-small h1 {
		padding-top: 160px;
	}

	section.gallery .gallery-item {
		height: 300px;
	}
}
