@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600;700&display=swap');
:root {
	--cervena: rgb(181,43,32);
	--cerna: rgb(31,26,23);
	--sv-bezova: rgb(233,202,174);
	--bila: rgb(255,255,255);
}
.cerna {color:var(--cerna) !important;}
.bg-cerna {background-color:var(--cerna) !important;}
.sv-bezova {color:var(--sv-bezova) !important;}
.bg-sv-bezova {background-color:var(--sv-bezova) !important;}
.cervena {color:var(--cervena) !important;}
.bg-cervena {background-color:var(--cervena) !important;}
.bg-bila {background-color:var(--bila) !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;
}



#mainBg {
	background: url(../images/sliderBg/IMG_9423.jpg) no-repeat center top;
	background-size: cover;
	position: fixed !important;
	width: 100%;
	height: 100vh;
}
#myVideo {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}





.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);
	
}
.soc a {
	text-decoration: none !important;
}
#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;
	transition: all 0.3s ease 0s;
}
.logoScroll {
	width: 133px !important;
	height: 100px !important;
	background:white url(../images/logo.png) no-repeat 50% / cover  !important;
}
.topMenu {
	position: relative;
	z-index: 100;
}
.topMenu .flexdiv {
	justify-content: space-between;
	align-items: center;
	padding: 26px 10px;
}
.topScroll {
	padding: 10px !important;
}

#menu, #topBtns {
	/*float: right;
	clear: right;*/
}
#menu {
	float:right;
	clear: right;
	padding: 7px 0 0 15px;
	z-index: 1000;
	position: relative;
}
ul#nav li {
	list-style: none;
}
ul#nav li a {
	color: white;
	text-transform: uppercase;
	display: block;
	padding: 2px 0;
}
.menu-close {
	float: left;
	cursor: pointer;
	padding: 5px 0 0 15px;
}
ul#nav {
	margin: 0;
	padding: 35px 20px 0 0;
	position: fixed;
	right: -300px;
	top: 0;
   bottom:0;
   position:fixed;
   overflow-y:auto;
   overflow-x:hidden;
	
	right: -300px;
	background: rgb(32,33,36);	
	width: 300px;
	display: inline-block;
	box-sizing: border-box;
	z-index: 500;
	min-height: calc(100%);	
}
.menuImg {
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0px 0 30px;
    z-index: 1000;
	position: relative;
}
.menuItemResp {
		/*display: none !important;*/
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
		padding: 0 10px !important;
	}
	/*#nav li:last-child a {
    padding: 5px 10px;
}*/
	#nav li {
		text-align: right !important;
	}
	#nav ul {
    opacity: 1; 
    position: relative;
    transition: all 0.3s ease 0s;
    visibility: visible; 
    width: auto;
    overflow: hidden;
}
#nav li:hover > ul {
    background:  none !important;
    }

#nav ul li a {
	color: white !important;
}
#nav ul li a:hover {
     background: none !important;
}
	
#menuSpacer {
	/*min-height: 100px;*/
}


#topInfoLeft {
	line-height: 100%;
}
#topInfoLeft div {
	padding: 0 0 5px 0;
}
.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.cerna {
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
}
#menuSpacer {min-height:100px;}
#bubles {
	position: absolute;
	bottom:-1px;
	width: 100%;
	height: 170px;
	background: url(../images/bg-bubles.png) no-repeat top center;
}
#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: 60px;*/
	font-weight: 400;
	/*line-height: 110%;
	margin: 0 10px 40px 10px;*/
	box-sizing: border-box;
}
div.line {
	display: block;
	background: var(--cervena);
	width: 50%;
	height: 1px;
	margin: 15px auto !important;
}
#homeTitle div span {
	font-size: 25px;
	font-weight: 300;
}
.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 32px;
	display: inline-block;
	border: 1px solid var(--cervena);
	margin: 10px 0 0 0;
	/*transition: background 1s;*/
}

#page {
	position: relative;
	background: rgba(240,240,240,0.92);
}
#vyhodyBg {
	position: absolute;
	height: 75px;
	width: 100%;
}
.owl-carousel div.owlitem {
	background: white;
	min-height: 130px;
	/*width: calc(100% / 5);*/
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
}
.owl-nav {
	text-align: center;
}
.owlText {
	color: var(--cervena);
	font-size: 25px;
	text-align: center;
	width: 100%;
}

.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;
}

#homeTitle h1 {
	font-size: 60px;
}
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/temp1.jpg);
	border-top: 2px solid var(--cervena);
	border-bottom: 2px solid var(--cervena);
}
.bg-bila {
	background: rgba(255,255,255,0.5);
}
#o-nas .flexdiv {
	justify-content: space-between;
}
sup {
	vertical-align: top;
	font-size: 0.6em;
}
#o-nas div.right {
	background: url(../images/temp2m.jpg) 50% / cover;
}
.kontaktujteNas {
    background: rgba(35,31,32,0.8);
    font-size: 22px;
    font-weight: 300;
    color: white;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 20px;
	 line-height: 100%;
}
li p {
	padding: 0;
	margin: 0;
	display: inline;
}
.left {
     float: left;
     width: 50%;
}
.right {
     float: right;
     width: 50%;
}
#page .container {
	max-width: 1400px;
}
.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:before {
	background: rgba(240,240,240,0.92) url(../images/bg-bubles.png) no-repeat center top;
	transform: rotate(180deg);
}
#kontakt {
	
	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;
}
.btn-akce {

	max-width: 300px;
	width: auto;
	margin: 0 auto;
	padding: 10px 15px;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid var(--cervena);
	cursor: pointer;

	margin: 10px auto;
	background: #F1F1F1;
	color: var(--cervena);
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none !important;
}

#poptavka {
	width: 100%;
	min-width: 200px;
	margin: 40px auto 0;
}
form #name {display:none;}
#poptavka label {
    padding: 3px 0 5px 8px;
    text-align: left;
	 display: block;
	 position:absolute;
	 color: #B5C3CA;
	 font-size: 15px;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #595959;
	 -webkit-border-radius: 1px;
	 -moz-border-radius: 1px;
    border-radius: 1px;
	 transition: border 0.2s ease 0s;
}
.formLine input {
	width: 100%;
	box-sizing: border-box;
	padding-left: 70px;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid #B5C3CA;
}
.formLine {
	margin-bottom:15px;
	text-align: center;
}
.napiste {
	border-bottom: 1px solid #595959;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	/*color: rgba(50,50,50,0.75);*/
	background: white;
	border: 1px solid #595959;
}
#odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid rgba(0,0,0,0.75);;
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: #F1F1F1;
	color: var(--cervena);
	font-weight: 600;
	font-size: 18px;
}
.formLine textarea {
	height: 95px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 70px;
}
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}




.reference {
	 text-align: center;
    margin: 0;
	 font-size: 0;
}
.refItem {
	font-size: 16px;
	margin: 0 20px 40px 20px;
   display: inline-block;
   width: calc(50% - 40px);
   vertical-align: top;
   position: relative;
	text-align: left;
}
.refItem .left, .refItem .right {
	width: auto;
}
.ctext {
	cursor: pointer;
	color: var(--cervena);
	font-size: 12px;
}
.textCelyHid {
	display: none;
}
.refJmeno {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.refZdroj {
	text-align: right;
}
.refZdroj img {
	height: 35px;
	width: auto;
	float:right;
}
.refDatum {
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}
.refText {
	text-align: justify;
	padding: 7px 0 0 0;
	min-height: 200px;
}
.refItem .left {
	text-align: left;
}
.refItem .right {
	text-align: right;
}


.stars {
	height: 25px;
	background: url(../images/star.png) repeat-x left 50%;
	width: 148px;
	margin: 13px 0 0 0;
}
.star5 {
	width: 148px;
}
.star4 {
	width: 120px;
}
.star3 {
	width: 90px;
}
.star2 {
	width: 60px;
}
.star1 {
	width: 30px;
}




#galerieP {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
	 line-height: normal;
}

.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 7 - 10px);
	 position: relative;
	
}
.gal .square {
	width: 100%;
	height: auto;
	position: relative;
	visibility: hidden;
	z-index:-999;
}
.gal a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
	 position: absolute;
	 top:0;left:0;
}
.zoomImg {
	display: none;
	margin: 0 auto;
	line-height: 100%;
	padding-top: calc(50% - 26px);
}
.gal a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.gal a:hover > .zoomImg {
	display: block !important;
}
.gal a img {
    display: none;
}




#menuResponsive {
	display: block !important;
}
#menuResponsive a:hover {
	color: #07A9AA !important;
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}

@media screen and (max-width: 800px) {
     .zeptejtese {display:none;}
     .topTel {background:none;}
     .gal {width:calc(100% / 5 - 10px);}
     #o-nas .flexdiv {display:block;}
          #o-nas .flexdiv .left,.right {display:block;width:100% !important;}
          #o-nas .flexdiv .right {height:350px;}
}
@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;
	}
	.gal {width:calc(100% / 4 - 10px);}
	#topInfoLeft div {
		display: none;
	}

	.refItem {
		width: auto;
	}
}
@media screen and (max-width: 600px) {
	.kontakt.flexdiv {
		display: block;
	}
	#homeTitle h1 {
	    font-size: 45px;
	}
	.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) {
		.gal {width:calc(100% / 2 - 10px);}
}
@media screen and (max-width: 350px) {
	#topInfoLeft a {
		display: block;
	}	
}