video {
    object-fit: fill;
	width: 100%;
    height: 100%;
}

.service-image {
    max-height: 350px;
    width: 400px;
	height: 350px;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.rentpad {
		padding-top: 16px;
	padding-bottom: 16px;
}

.rentitem {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 4px;
}

.feedback-background {
    background-size: contain;
    min-height: 500px;
	background-repeat: no-repeat; 
	background-position: fill;
	background-color: #06a3da;
}

.feedback-item {
	    float: right;
    max-width: 540px;
    margin-right: 20%;
}

.quote-background {
	background-color: #4674b7;
}

.text-right {
	text-align: right;
}

.box-inner {
	padding: 8px;
}

.black {
	color: black;
}

.more-btn {
	position: relative;
	bottom: 0;
}

.nasesluzby {
	position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 20%;
    color: white;
    animation: fadeInAnimation ease 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	max-width: 30%;
}

.sluzby-nadpis {
	color: #40b8e3;
}

.py-5-custom {
	padding-top: 3rem !important;
}

.black {
	color: black;
}

.timelineback {
	background-image: url(../img/timelineback.png);
}


.sluzbabox {
    z-index: 999;
    left: 50%;
    color: white;
    animation: fadeInAnimation ease 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
		@media only screen and (max-width: 990px) {
		display: none;
	}
}

.singlebox {
	border-radius: 5px;
	margin: 16px;
}

.menu-margin {
	@media only screen and (min-width: 990px) {
		margin-right: 10%;
	}
}

.mobile-menu {
	@media only screen and (max-width: 990px) {
		float: right;
		background-color: #06a3da;
	}
}

.z-100 {
	z-index: 100;
}

.uvodni-ikona {
	font-size: xxx-large;
}

.navbar-z {
	z-index: 1000;
}

.padding-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.video-btn {
	padding:  !important;
	min-width: 150px;
	min-height: 60px;
	margin-right: 16px;
	margin-bottom: 16px;
	@media only screen and (max-width: 650px) {
		display: none;
	}
}

.nadpis {
	position: absolute;
    z-index: 999;
    left: 45%;
    transform: translate(-85%, 0);
	margin-top: 9%;
	color: white;
	animation: fadeInAnimation ease 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	@media only screen and (max-width: 650px) {
		margin-top: 5%;
	}
}

.uvodimg {
	background-repeat: no-repeat;
    background-size: cover;
}

.sidenumber {
	background-color: #eef9ff;
	color: #091e3e;
	border-radius: 20px;
    min-height: 24vh;
    width: 50vh;
	margin-left: -1%;
	    margin-bottom: 5vh;
		
}

.sidetext {
	margin-left: 50%;
    padding-top: 6vh;
	font-size: 2.5rem;
}

.sidelist {
	padding-top: 4vh;
    padding-left: 10vh;
    font-size: 1.5rem;
	list-style: none;
}

.zakaznici {
	margin-bottom: 16px;
}

.uvod {
	color: white;
	animation: fadeInAnimation ease 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	height: 38vh;
	background-color: #091e3e;
	@media only screen and (max-width: 650px) {
		height: 25vh;
	}
}

.uvodwithimage {
	color: white;
	animation: fadeInAnimation ease 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	background-position-y: 12%;
	height: 60vh;
	background-color: #06a3da;
	@media only screen and (max-width: 650px) {
		height: 25vh;
	}
}

.uvod-text {
	position: absolute;
	z-index: 999;
	margin-top: 12%;
	margin-left: 12%;
	@media only screen and (max-width: 650px) {
		margin-top: 20%;
	}
}

.uvod-img {
	position: absolute;
	z-index: 999;
	margin-top: 9%;
	margin-left: 58%;
	width: 36%;
	@media only screen and (max-width: 500px) {
		margin-top: 32%;
		margin-left: 55%;
		width: 40%;
		margin-top: 13%;
	}
	@media only screen and (max-width: 650px) {
		margin-top: 32%;
		margin-left: 55%;
		width: 35%;
		margin-top: 8%;
	}
}

.white {
	color: white;
}

.nazev-firmy {
	@media only screen and (max-width: 720px) {
		display: none;
	}
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.podnadpis {
    font-size: x-large;
    margin-top: 4rem;
	@media only screen and (max-width: 990px) {
		margin-top: 3rem;
	}
	@media only screen and (max-width: 650px) {
		margin-top: 2rem;
		    padding-top: 10%;
	}
	@media only screen and (max-width: 450px) {
		display: none;
	}
}

.nadpis-color {
	color: white;
    z-index: 200;
    position: relative;
}


.archivo-regular {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
}

.logo {
	@media only screen and (min-width: 990px) {
		position: fixed;
		max-width: 100%;
		height: 80px;
		padding-left: 9%;
		margin-top: -2.2rem;
	}
	@media only screen and (max-width: 990px) {
		position: relative;
		height: 50px;
		z-index: 999;
		padding-left: 8%;
	}
	@media only screen and (max-width: 400px) {
		position: relative;
		height: 40px;
		z-index: 999;
		padding-left: 4%;
	}
	@media only screen and (max-width: 300px) {
		position: relative;
		height: 35px;
		z-index: 999;
		padding-left: 1%;
	}
}


.video-container video {
    object-fit: cover;
}

.sluzby-btn {
	    padding-left: 17%;
    padding-right: 17%;
}

.position-absolute {
	position: absolute;
}

.navbar-filtr {
	//Background-color: rgb(1 4 4 / 50%);
}

.fakta {
	position: relative;
    z-index: 200 !important;
	margin-top: -4%;
}

.hide-slogan {
	@media only screen and (max-width: 900px) {
		display: none;
	}
}


.video-container {
	position: relative;
	-webkit-box-shadow: 0 0 100px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 0 100px 0 rgba(255,255,255,.3);
	box-shadow: 0 0 100px 0 rgba(255,255,255,.3);
	height: 117vh;
	@media only screen and (max-width: 900px) {
		height: 40vh;
	}
}

.video-filter {
	position: absolute;
	top: 0;
    width: 100%;
    height: 117vh;
	@media only screen and (max-width: 900px) {
		height: 40vh;
	}
	z-index: 99;
	pointer-events: none;
	background-color: rgba(9, 30, 62, 0.4);
}

.img-filter {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60vh;
	z-index: 99;
	pointer-events: none;
	background-color: rgba(9, 30, 62, 0.4);
}

.video-container .video-filter-controls .green {
	background-color: #00FF00;
}
.video-container .video-filter-controls .red {
	background-color: #FF0000;
}
.video-container .video-filter-controls .blue {
	background-color: #0000FF;
}
.video-container .video-filter-controls .yellow {
	background-color: #FFFF00;
}
.video-container .video-filter-controls .clear {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.1);
}

.video-container .video-filter-controls span {
	display: block;
	width: 100%;
	height: 20px;
}


.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:700px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

