@charset "utf-8";
.top-bg {
	position:relative;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/bg.jpg);
}
.bg_work {
	background-image: url(../img/bg_prace.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.bg_work i { color:#00616e;}

.parallax {
	background-attachment: fixed;
	background-image: url(../img/parallax.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding:0px;
	margin:0px;
	position:relative;
	/* [disabled]min-height: 300px; */
}
.kontakt-box{
	
	background-color:#00616e;
	
	}
.text-stan{
	color:#00616e!important;
}	
.btn-xxl{
	padding:.5rem 1rem;
	font-size:2rem;
	line-height:1.5;
	border-radius:.3rem
	}	
	
.adress {
	position:relative;
	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/adress_bg.jpg);
}
.bg-black{
	background-color:#000!important;
	}
