@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
:root {
	--zlata: #BC994A;
}
html, body, .fullHeight {
   /*min-height: 100% !important;*/
	/*height: calc(100% - 5px);*/
	height: calc(100%);
   position: relative;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	color: white;
	background: white;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.stin {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(51, 59, 65, 1);
   -moz-box-shadow:    0px 0px 5px 0px rgba(51, 59, 65, 1);
   box-shadow:         0px 0px 5px 0px rgba(51, 59, 65, 1);
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.containerIn {
	padding: 20px;
}
#menu.containerIn, #logo.containerIn {
	padding: 10px;
}
a {
	 color: white;
	 text-decoration: none;
}

#topFixed {
	position: fixed;
	justify-content: space-between;
	width: 100%;
	z-index: 500;
	text-align: center;
	background: rgba(255,255,255,0.95);
	/*border-bottom:10px solid #303030;*/
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
}

.topCenter {
	display: inline-block;
	padding: 5px 0;
}

#topFixed .container {
	justify-content: space-between;
	display: flex;
	font-family: 'Roboto Condensed', sans-serif;
}
#logo {
	background: url(../images/logo.png) no-repeat 50%;
	width: 171px;
	height: 100px;
	display: inline-block;
	position: relative;
	z-index: 10;
	margin: 10px;
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
		vertical-align: middle;
}
.logoResp {
	background-size: cover !important;
	height: 51px !important;
	width: 218px !important;
}

#home {
	overflow: hidden;
	box-sizing: border-box;
	border: 5px solid white;
}

#menu {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid rgba(188,153,74,0.4);
}

	#nav {
		margin: 0 0 0 0;
		padding: 0;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: left;
		display: block;
	}
	#nav li a {
		display: block;
		font-size: 18px;

		text-transform: uppercase;
		-webkit-transition: all 0.2s; 
    	transition: all 0.2s;
		text-decoration: none;
		color: black;
		padding: 3px 10px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li a:hover,.actMenuX {
		color:var(--zlata) !important;
	}

	
#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	overflow: hidden;
}
#nav ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: auto;
}
#nav ul li a {
    border-left: medium none;
    color: #4D4948;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 5px;
    position: relative;
    transition: none 0s ease 0s ;
    white-space: nowrap;
    width: auto;
	 font-weight: normal;
}
#nav ul li a:hover {
    background: white none repeat scroll 0 0 !important;
    color: #172983 !important;
}
#nav li:hover > ul {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
#menuSpacer {
	min-height: 100px;
}


#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	color: #07A9AA !important;
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}



#slider {
	height: calc(100%) !important;
	width: 100% !important;
	position: relative;
	overflow: hidden;
	background: url(../images/slider/1.jpg) no-repeat 50% / cover;
}
.slider{
	height: 100% !important;
	width: 100% !important;
	position: relative;
	background-size: cover;
	background-position: 50%;
}

#sliderText {
	position: absolute;
	width: 100%;
	text-align: right;
	top: 250px;
	/*display: none;*/
}
.sliderAnim {
	display: none;
	float: right;
}
.sliderTextItem {
	color: white;
	font-weight: 700;
	font-size: 45px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 5px 25px;
	margin: 5px;
	float: right;
	clear: right;
}

.pdf {
	height: auto !important;
	width: auto !important;
}


.text .left, .text .right {
    width: calc(45% - 10px);
}
p {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	position: relative;
}
.perex {
	font-size: 25px;
}
.right {
	float: right;
	position: relative;
}
.text, .obsahCMS  {
	line-height: 150%;
	overflow: auto;
}
.text::after {
  content: "";
  clear: both;
  display: table;
}
.text a, .obsahCMS a {
	color: #303030;
}
.text a {
	text-decoration: underline;
}

.text img {
	max-width: 100%;
	height: auto;
}



iframe, img {
	max-width: 100%;
}


.part {
    padding: 30px 0 50px 0;
	 background: rgba(255,255,255,0.98);
	 color: black;
}
.mapa, #map {
	height:400px;
	position: relative;
	margin: 0 0 10px 0;
}
#footer{
	background: white;
	color: #272A84;
	font-size: 15px;
}
#footer a {
	color: #272A84;
	text-decoration: none;
}

#footer a:hover {
	color: #303030;
}
#footer .right {
	text-align: right;
}

#webseo a {text-decoration:none;}


h1 {
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: 400;
	font-size: 35px;
	color: var(--zlata);
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-weight: 500;
	font-size: 25px;
}
#copy {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}


#reference-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 2px 0 2px;
}
.ref-item {
	position: relative;
	width: calc(100% / 3 - 5px);
	height: 350px;
	text-align: center;
	margin: 0 0 35px 0;
}
a.ref-itemIn {
	position: absolute;
	left:0; top:0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
}
a.ref-itemIn:hover {
	background: rgba(255,255,255,0.3);
}
.ref-item div:first-child {
	background: white;
	padding: 10px 8px;
	color: black;
	font-size: 21px;
	box-sizing: border-box;
	position: relative;
	top: 0px;
	line-height: 27px;
}
.ref-itemIn img {
	position: absolute;
	visibility: hidden;
	width: 0; height: 0;
}








#galerie {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
}

.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 7 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.g2x2 {
	width: calc(100% / 2 - 10px);
}
.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;
}








#poptavka h3 {
	text-align: right;
}
#poptavka {
	width: 90%;
	min-width: 200px;
	margin: 20px auto 0;
}

#poptavka label {
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
	 display: block;
    width: 100%;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #595959;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
}
.formLine input {
	width: calc(100% - 12px);
}
.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(--zlata);
	font-weight: 600;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}
.nowrap {
	white-space: nowrap;
}



@media screen and (max-width: 1000px) {
	
}




@media screen and (max-width: 800px) {
	.kontaktImages .box {
		width:45%;
	}
	#kontakt .left, #kontakt .right {
		float: none;
		width: 100%;
	}
	#footer {
		font-size: 14px;
	}
	.text.flex {
		display: block;
	}
	.text .left, .text .right {
		float: none;
		width: 100%;
	}
	#footer, #footer .right {
		text-align: center !important;
	}
	#footer .right {
		margin: 15px 0 0 0;
	}
	.gal {
		width: calc(100% / 3 - 10px);
	}
	.ref-item {
		width: calc(100% / 2 - 5px);
		height: 300px;
	}
}
@media screen and (max-width: 650px) {
	/*#home {
		height: auto;
	}
	#slider {
		height: 250px !important;
		margin: 0;
	}*/
	
}
@media screen and (max-width: 580px) {
	.kontaktujte-spacer {
		width: 1px;
		display: block;
	}

}

@media screen and (max-width: 500px) {
	.kontaktImages .box {
		width:95%;
	}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	#footer {
		font-size: 14px;
	}


	.sliderTextItem {
		font-size: 30px;
	}
	#sliderText {
		top: 150px;
	}
	
	#topFixed .container {
		display: block;
	}
	
	.gal {
		width: calc(100% / 2 - 10px);
	}

.ref-item {
		width: calc(100% / 1 - 5px);
	}
}
@media screen and (max-width: 330px) {
	#topFixed {
		position: absolute;
	}
}
@media screen and (max-width: 380px) {
	/*#logo {
		width: 120px;
		height: 70px;
		background-size: cover;
	}*/
}