@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Oswald&display=swap');
html, body, .fullHeight {
   /*min-height: 100% !important;*/
	/*height: calc(100% - 5px);*/
	height: calc(100%);
   position: relative;
}
html, body, #all{
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	background: white;
}
.font {
	font-family: 'Oswald', sans-serif;
}
.seda {
	color: #303030;
}
.cervena {
	color: #FF4500;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.containerIn {
	padding: 20px;
}
a {
	 color: white;
	 text-decoration: none;
}
#topFixed {
	position: fixed;
	/*display: flex;
	justify-content: space-between;*/
	width: 100%;
	z-index: 500;
	background: #FF4500;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.5);
	box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.5);
	font-size: 35px;
}
#topFixed .right {
	padding: 0 20px 0 0;
}


#logo {
	background: url(../images/logo.png) no-repeat 50%;
	height: 60px;
	width: 160px;
	display: block;
	float: left;
	padding: 0 0 0 20px;
}

#menuSpacer {
	min-height: 127px;
}


h1 {
	font-size: 30px;
	color: black;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	line-height: 150%;	
}
.telMail {
	border-left: 2px solid #FF4500;
	padding: 0 0 0 15px;
	font-size: 22px;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#home {
	height: 350px;
	position: relative;
	overflow: hidden;
}
#sliderHome {
	height: 100%;
	position: relative;
}
.sliderItem {
	background: #F2F2F2;
	position: relative;
	height: 100%;
}
	.sliderItemImg {
		float: left;
		width: 50%;
		position: relative;
		height: 100%;
	}
	.sliderItemImgIn {
		background: url(../images/sliderR.png) no-repeat top right;
		height: 100%;
		width: 200px;
		float: right;
	}
	.sliderItemText {
		float: right;
		width: 50%;
		color: Black;
		height: 100%;
	}
	.more {
		position: absolute;
		bottom: 20px;
		border: 2px solid #FF4500;
		color: black;
		font-size: 18px;
		text-transform: uppercase;
		padding: 5px 15px;
	}
	.arrSlider {
		display: inline-block;
		font-size: 26px;
		position: relative;
		line-height: 25px;
		margin: 0 0 0 2px;
	}
	.arrSlider:after {
		content: "\00bb";
	}
	.more:hover > .arrSlider {
		color: #FF4500;
	}

#homeBox{
	position: relative;
	width: 100%;
	font-size: 0;
	background: #f2f2f2;
}
	.homeBox {
		width: calc(100% / 4);
		text-align: center;
		display: inline-block;
		color: black;
		font-size: 22px;
		text-transform: uppercase;
		padding: 10px 5px;
		border: 4px solid white;
		border-left: 2px solid white;
		border-right: 2px solid white;
		box-sizing: border-box;
		transition: all 0.2s;
	}
	.homeBox:hover, .actBox {
		background: #FF4500 !important;
		color: white !important;
	}
	.homeBox img {
		vertical-align: middle;
		height: 35px;
		padding: 0 2px 0 0;
		display: inline-block;
		margin: -3px 0 0 0;
	}
	
	
#uvod {
	background: url(../images/uvodBg.png) no-repeat 50% top;
	height: 300px;
}
#uvod .left, #uvod .right {
	width: 50%;
	position: relative;
	height: 100%;
}
#uvod .left {
	background: #f2f2f2;
	z-index: -1;
}
.uvodRightText {
	color: #303030;
	max-width: 800px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.uvodRightTextIn {
	padding: 40px 10px 40px 20px;
}
.uvodRightTextIn > strong {
	font-size: 25px;
}
.uvodRightTextIn ul {
	list-style-image: url(../images/li.png);
	font-size: 22px;
}
.footer {
	font-size: 13px;
	text-align: center;
	background: #303030;
	color: white !important;
}
.footer a {
	color: white !important;
	text-decoration: none !important;
}
#slider {
	height: 100% !important;
	width: 100% !important;
	position: relative;
	margin: 0;
	overflow: hidden;
}
.slider,.bx-wrapper, .bx-viewport {
	height: 100% !important;
	width: 100% !important;
	position: relative;
}
.sliderItem {
	width: 100% !important;
	height: 100% !important;
	background-position: 50%;
	background-size: cover;
}

.box2 {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	position: relative;
}
.box2 .box {
	width: 45%;
	position: relative;
}
	
.box3 {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	position: relative;
}
.box3 .box {
	width: 30%;
	position: relative;
}

.box4 {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	position: relative;
}
.box4 .box {
	position: relative;
	width: 22%;
}


.left {
	float: left;
	position: relative;
}
.right {
	float: right;
	position: relative;
}
.text, .obsahCMS  {
	line-height: 160%;
	color: #303030;
}
.text a, .obsahCMS a  {
	color: #303030;
}

.text a {
	text-decoration: underline;
}
.perex {
	font-size: 20px;
}
.center {
	text-align: center;
}

.text img {
	max-width: 100%;
	height: auto;
}

.cenikItem {
	display: inline-block;
	width: 120px;
}
#text iframe, #text img {
	max-width: 100%;
}
.uvodH2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 150%;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}

	

.kontakt {
	/*background: #F2F2F2;*/
}

.text .left, .text .right {
	width: 45%;
}
.text.flex {
	display: flex;
	justify-content: space-between;
}
.right.slide {
	background: url(../images/temp1/jerab1.jpg) no-repeat 50% / cover;
	position: relative;
}
.sliderPage, .sliderPageIn {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	flex: 1;
	background: red;
}
.text ul, .obsahCMS ul {
	list-style-image: url(../images/li.png);
}



.part {
    padding: 30px 0 50px 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% / 3 - 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 {
/*	width: 95%;*/
	min-width: 200px;
	/*max-width: 600px;*/
	margin: 0px auto;
}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 25px;
	color: #595959;
	text-align: right;
}
#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
	 font-weight: 300;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Open 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:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid #B5C3CA;
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
	color: ;
}
.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 #B5C3CA;
}
#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: white;
	color: #322E2D;
	font-size: 20px;
}
.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) {
	.homeBox {
		font-size: 16px;
	}
	.uvodRightTextIn > strong {
		font-size: 20px;
	}
	.uvodRightTextIn > ul {
		font-size: 16px;
	}
	#home {
		height: 250px;
	}
	.more {
		font-size: 15px;
	}
	.arrSlider {
		font-size: 22px;
		line-height: 20px;
	}
	h1 {
		font-size: 22px;
	}
}

@media screen and (max-width: 800px) {
	#kontakt .left, #kontakt .right {
		float: none;
		width: 100%;
	}
	.uvodH2 {
          font-size: 25px;
     }
     h1 div.left, h1 div.right {
	    float: none;
	    text-align:center;
	}
	.text.flex {
		display: block;
	}
	.text .left, .text .right {
		float: none;
		width: 100%;
	}
	#topFixed {
          position: relative;
     }
     #menuSpacer {
          display:none;
     } 
	.gal {
		width: calc(100% / 3 - 10px);
	}
	.homeBox span {
		display: none !important;
	}
	.homeBox {
		text-align: center;
	}
	.sliderItemImg {
		width: 40%;
	}
	.sliderItemText {
		width: 60%;
	}
}

@media screen and (max-width: 700px) {
	#logo {
		display: block;
		margin: 0 auto;
		float: none;
	}
	#topFixed .right {
		float: none;
		text-align: center;
		font-size: 22px;
		padding: 0 20px 5px 0;
	}
}

@media screen and (max-width: 600px) {
    /* #uvod .left, #uvod .right {
          width: 100%;
          float: none;
          height: 250px;
          z-index: auto;
     }
     #uvod .right {
          height: auto;
     }
     .uvodRightTextIn {
          padding: 20px 10px 0 10px;
     }
     #uvod {
          height: auto;
          background: none;
     }*/
	  .sliderItemImg, .sliderItemText {
			width: 100%;
			height: 200px;
			float: none;
			display: block;
		}
		#home, .sliderItem {
			height: 200px;
		}
		.sliderItemImgIn {
			display: none;
		}
		.sliderItemImg {
			position: absolute;
		}
		.sliderItemText {
			position: relative;
			z-index: 55;
		}
		.sliderItemText ul {
			display:none;
		}
		.more {
			background: #F2F2F2;
			display:block;
		}
		.uvodRightTextIn strong {
			display: inline-block;
			background: #F2F2F2;
			padding: 2px 10px;
		}
	.stroje {
          display:block !important;
     }
     .stroje a {
          display:block !important;
          padding: 0 0 30px 0;
          
     }
		
}
@media screen and (max-width: 500px) {
	.g-recaptcha {
    	     transform:scale(0.77);
    	     transform-origin:0 0;
	}

	
	
	
	#topFixed .container {
		display: block;
	}
	.gal {
		width: calc(100% / 2 - 10px);
	}
	#menu.containerIn {
		padding: 12px 10px 10px 0;
	}
}