@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600;700&display=swap');
:root {
	--hneda: rgb(100,60,27);
	--bezova: rgb(216,163,123);
	--sv-bezova: rgb(233,202,174);
	--bila: rgb(255,255,255);
}
.bezova {color:var(--bezova) !important;}
.bg-bezova {background-color:var(--bezova) !important;}
.sv-bezova {color:var(--sv-bezova) !important;}
.bg-sv-bezova {background-color:var(--sv-bezova) !important;}
.hneda {color:var(--hneda) !important;}
.bg-hneda {background-color:var(--hneda) !important;}

html, body, .fullHeight {
     min-height: 100% !important;
     /*height: 100%;*/
     position: relative;
}
html, body, #all{
	scroll-behavior: smooth;
	height: 100%;
	position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
	color: var(--hneda);
	background: url(../images/bgHome.jpg) no-repeat 50% fixed;
	background-size: cover;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1400px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.containerIn {
	padding: 10px 20px;
	box-sizing: border-box;
	position:relative;
}
a {
	color: var(--hneda);
	text-decoration: none;
}
#home {
	height: 100%;
}
.stin {
	-webkit-box-shadow: 0px 0px 15px -2px rgb(31,26,23);
   -moz-box-shadow:    0px 0px 15px -2px rgb(31,26,23);
   box-shadow:         0px 0px 15px -2px rgb(31,26,23);
}
.flexdiv {
	display: flex;
}

#top {
	width: 100%;
	z-index: 500;
	position: relative;
	
}
#topFixed {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 500;
	background: rgba(255,255,255,0.85);
	
}
#logo {
	display: inline-block;
	width: 200px;
	height: 150px;
	background:white url(../images/logo.png) no-repeat 50%;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(69,65,69,0.65);
	-moz-box-shadow: 0px 0px 10px 2px rgba(69,65,69,0.65);
	box-shadow: 0px 0px 10px 2px rgba(69,65,69,0.65);
	position: absolute;
	top: 0px;
	left: 0; 
   right: 0;
   margin-left: auto; 
   margin-right: auto;
}
.topMenu {
	position: relative;
	z-index: 100;
	color: var(--hneda);
}
.topMenu .flexdiv {
	justify-content: space-between;
	align-items: center;
	padding: 26px 10px;
}
#topInfoLeft {
	line-height: 100%;
}
.topTel {
	background: url(../images/icon-phone.png) no-repeat 0 8px;
	padding: 0 0 0 50px;
	font-size: 28px;
	font-weight: 600;
	line-height: 100%;
}
.topTel div {
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
}
#menuSpacer {min-height:100px;}
#wave {
	position: absolute;
	bottom:-1px;
	width: 100%;
	height: 90px;
	background: url(../images/wave.png) no-repeat bottom right;
}
#homeText {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#homeTitle {
	text-align: center;
	width: 100%: ;
}
#homeTitle div {
	color: white;
	text-align: center;
	font-size: 50px;
	font-weight: 300;
	line-height: 110%;
	margin: 0 10px 40px 10px;
	box-sizing: border-box;
}
#homeTitle div span {
	font-size: 25px;
	
}
.btn-home {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 15px 10px 15px;
	box-sizing: border-box;
	background: url(../images/arrow-down.png) no-repeat center 28px;
	display: inline-block;
	border: 1px solid white;
}
#page {
	position: relative;
	background: url(../images/bgPage.jpg) no-repeat top right;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.leva {
	float: left;
	width: 50%;
}
.prava {
	float: right;
	width: 50%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}


h1 {
	font-weight: 400;
	font-size: 38px;
	margin: 60px 0 10px 0;
	line-height: 140%;
	text-align: center;
	color: var(--oranzova);
}
h2 {
	font-weight: 500;
	font-size: 32px;
	margin: 0px 0 20px 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 140%;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
	padding: 0 0 0px 0;
	line-height: 140%;
} 
h4 {
	font-size: 22px;
	font-weight: 400;
	margin: 10px 0;
	padding: 0 ;
	line-height: 140%;
} 
.parallax {
	width: 100%;
	height: 400px;
	display: flex;
	align-items:center;
   align-content:flex-start;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.parallax.pbg1 {
	background-image: url(../images/pbg1.jpg);
}
li p {
	padding: 0;
	margin: 0;
	display: inline;
}
.left {
     float: left;
     width: 50%;
}
.right {
     float: right;
     width: 50%;
}
#page .container {
	max-width: 1200px;
}
.text {
	line-height: 165%;
}
.text a {
	text-decoration: underline;
}
.perex {
	font-size: 22px;
	font-weight: 300;
}

.text img {
	max-width: 100%;
	height: auto;
}
.text ul {
	list-style-image: url(../images/li.png);
	list-style-position: inside;
}
.text .left, .text .right {
	width: calc(48% - 10px);
}
#kontakt {
	background: white url(../images/bgKontakt.jpg) no-repeat center top;
	padding: 50px 0 0px 0;
}
.kontakt {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0 0px 0;
}
.kontakt.flexdiv {
	justify-content: space-between;
	text-align: center;
}
.copy {
	font-size: 14px;
	padding: 50px 0 10px;
}
.copy a {
	text-decoration: none;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 700px) {
	.left, .right {
		float: none;
		width: 100% !important;
	}
	.perex {
		text-align: left;
	}
	#homeTitle div {
		font-size: 40px;
	}
}
@media screen and (max-width: 650px) {
	#logo {
		width: 160px;
		height: 120px;
		background-size: cover;
	}
	#topInfoLeft div {
		display: none;
	}
	.topTel div {
		display: none;
	}
	.topTel {
		font-size: 18px;
		line-height: 140%;
      background: url(../images/icon-phone.png) no-repeat 0 7px / auto 75%;
		padding: 0 0 0 20px;
	}
}
@media screen and (max-width: 600px) {
	.kontakt.flexdiv {
		display: block;
	}
	.kontakt .adresa, .kontakt .ic {
		width: auto !important;
		text-align: center !important;
	}
	.telmail {
		margin: 30px 0;
	}
	#homeTitle div span {
		line-height: 120% !important;
		display: inline-block;
	}
}
@media screen and (max-width: 600px) {
	#homeTitle div span {
		display: none;
	}
}
@media screen and (max-width: 450px) {
	#topInfoRight {
		display: none;
	}	
}
@media screen and (max-width: 350px) {
	#topInfoLeft a {
		display: block;
	}	
}