/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Anaheim&display=swap');
:root {
	--tyrkys: #007271;
}
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;*/
	font-family: 'Anaheim', sans-serif;
	color: #2F2F32;
	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: 1400px;
	margin: 0 auto;
	position: relative;
}
.containerIn {
	padding: 20px;
	position: relative;
/*	box-sizing: border-box;*/
}
.tyrkys {
	color: var(--tyrkys);
}

a {
	 color: #333;
	 text-decoration: none;
}
.top1 {
	background: linear-gradient(0deg, rgba(35,31,32,0.4) 0%, rgba(35,31,32,0.95) 100%) !important;
}
.top1 #nav li a {
	color: white;
}
.top1 #logo {
	background: url(../images/logo1.png) no-repeat 50%;
}
#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;
}
#logo {
	display: block;
	float: left;
	width: 300px;
	height: 65px;
	background: url(../images/logo.png) no-repeat 50%;
	box-sizing: border-box;
	margin: 10px;
}
	.menuSmall {
		margin: 0 0 0 0 !important;
	}
	.logoSmall {
		background-size: cover !important;
		height: 34px !important;
		width: 135px !important;
	}

.topMenu {
	position: relative;
	z-index: 100;
}
#menuSpacer {min-height:100px;}
.menuSpacer1 {height:50px;}

#topBtns {
	background: #2F2F32;
	color: white;
	position: relative;
	padding: 0 5px 4px 10px;
}
#topBtns::after {
	z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 20px;
    background: #2F2F32;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
#topBtns a {
	color: white;
}
.topIcon {
	display: inline-block;
	font-size: 14px;
}
.topIcon img {
	vertical-align: middle;
}
.telIcon {
	background: url(../images/iconTel.png) no-repeat left 50%;
	padding: 0 15px 0 20px;
}
.mailIcon {
	background: url(../images/iconMail.png) no-repeat left 50%;
	padding: 0 15px 0 20px;
}
.soc {
	margin: 0 5px 0 0;
}
.pruh{
	
}


.pruh::after {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #2F2F32;
}




#menu, #topBtns {
	float: right;
	clear: right;
}

	#nav {
		margin: 22px 10px 0 0;
		padding: 0;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 24px;
		text-transform: uppercase;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		font-weight: 400;
		color: #454545;
		padding: 5px 8px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li:last-child a {
		padding: 5px 0px 5px 10px;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: #00A539 !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 {
    color: #2F2F32 !important;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 5px 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: #00A539 !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;
}
#nav ul li:last-child a {
		padding: 7px 5px;
	}
	
	.topBgClick {
		background: linear-gradient(0deg, rgba(35,31,32,0.8) 0%, rgba(35,31,32,1) 100%) !important;
	}
	
#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;
	height: calc(100% - 150px) !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%;
	background: url(../images/slider/4.jpg) no-repeat 50% / cover;
}

#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;
}

#homeBoxes {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
		-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);
	background: #007271;
}
.homeBox {
	/*flex-grow: 1;*/
	width: calc(100% / 5);
	/*padding-bottom: 200px;*/
	background: rgba(255,255,255,0.5);
	box-sizing: border-box;
	border-left:2px solid white;
}
a.homeBox {
	position: relative;
}
.homeBox:first-child {
	 border-left: none;
}
.homeBox .sluzba {
	background: #007271;
	background: linear-gradient(90deg, rgba(16,105,102,1) 0%, rgba(0,150,144,1) 100%);
	background: linear-gradient(180deg, rgba(16,105,102,1) 0%, rgba(0,150,144,0) 100%);
	color: White;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px;
	height: 95px;
	display: block;
	-webkit-transition: background 0.4s; 
    transition: background 0.4s;
	  position: absolute;
	  width: 100%;
}
a.homeBox:hover > div.sluzba {
	/*background: #007271;*/
}
a.homeBox:hover > div.obrazek {
	opacity: 0.5
}

a.homeBox:hover > div.sluzba .sluzbaBg {
	background: #007271;
}
.sluzba span {
	position: relative;
	z-index: 10;
}
.sluzbaBg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	left:0;
	top:0;
	-webkit-transition: background 0.4s; 
    transition: background 0.4s;
}
.obrazek, .obrazek1 {
	height: 160px;
	-webkit-transition: all 0.4s; 
    transition: all 0.4s;
	
}
.homeBox.temp1 .obrazek {
	background: url(../images/temp1.jpg) no-repeat 50% / cover;
}
.homeBox.temp2 .obrazek {
	background: url(../images/temp2.jpg) no-repeat 50% / cover;
}
.homeBox.temp3 .obrazek {
	background: url(../images/temp3.jpg) no-repeat 50% / cover;
}
.homeBox.temp4 .obrazek {
	background: url(../images/temp4.jpg) no-repeat 50% / cover;
}
.homeBox.temp5 .obrazek {
	background: url(../images/temp5.jpg) no-repeat 50% / cover;
}

.homeBox.temp1 .obrazek1 {
	background: url(../images/temp11.jpg) no-repeat 50% / cover;
}
.homeBox.temp2 .obrazek1 {
	background: url(../images/temp22.jpg) no-repeat 50% / cover;
}
.homeBox.temp3 .obrazek1 {
	background: url(../images/temp33.jpg) no-repeat 50% / cover;
}
.homeBox.temp4 .obrazek1 {
	background: url(../images/temp44.jpg) no-repeat 50% / cover;
}
.homeBox.temp5 .obrazek1 {
	background: url(../images/temp55.jpg) no-repeat 50% / cover;
}







.bgWhite {
	/*background: rgba(255,255,255,0.95);*/
	background: rgba(255,255,255,1);
}
.bgDark {
	background: #1A1A1A;
}
.bgDark h2 {
	color: rgba(0,150,144,1);
}
.bgDark .text {
	color: white;
}

.ohTab {
	width: 100%;
}
.ohTab td {
	vertical-align: top;
	padding: 0 25px 50px 25px;
}
.ohTab h3 {
	margin: 10px 0;
}


.priceTable {
	/*width: 100%;
	max-width: 500px;*/
	margin: 0 auto;
	text-align: center;
}
.priceTable p {
	margin: 0;
	padding: 0;
}
.priceTable tr:nth-child(odd) {
	background: #F4F4F4;
}
.priceTable tr:first-child {
	background: var(--tyrkys);
	color: White;
	text-transform: uppercase;
	font-weight: bold;
}
.priceTable tr td {
	width: 100px;
	padding: 2px 5px;
}
.priceTable tr td:first-child {
	text-align: left;
	width: 300px;
}


.pdf {
	height: auto !important;
	width: auto !important;
}


.text .left, .text .right {
    width: calc(48% - 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;
}
.bgDark .text a {
	color: white;
}
.text a {
	text-decoration: underline;
}

.text img {
	max-width: 100%;
	height: auto;
}



iframe, img {
	max-width: 100%;
}


.part {
    padding: 30px 0 30px 0;
}
.mapa, #map {
	height:400px;
	position: relative;
	margin: 0 0 10px 0;
}
#footer{
	color: white;
	font-size: 15px;
	text-align: center;
	padding: 10px 10px 20px 10px;
}
#footer a {
	text-decoration: none;
	color: white;
}



#webseo a {text-decoration:none;}
#googleMap {
	margin: 50px 0 0 0;
}

h1 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 40px;
	color: rgba(16,105,102,1);
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-weight: 600;
	font-size: 32px;
	color: rgba(16,105,102,1);
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-weight: 600;
	font-size: 30px;
}
h1,h2,h3 {
	line-height: 130%;
}
.odpadoveH {
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px 0;
}
.odpadoveH .left, .odpadoveH .right {
	float: none;
	width: calc(48% - 10px);
} 
.odpadoveH .left img, .odpadoveH .right img {
	margin: 30px 0 0 0;
}
#copy {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}
a.pdfLink {
	text-decoration: none;
	font-size: 20px;
	color: var(--tyrkys);
	font-weight: 600;
}




.technika-stroje {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
}
.technika-item {
	position: relative;
	width: calc(100% / 3);
	margin: 0 0 5px 0;
	box-sizing: border-box;
	padding: 0 15px 50px 15px;
}
.technika-img {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.technika-img img {
	display: none;
}
.technika-text {
	padding: 0 10px;
	box-sizing: border-box;
}
.technika-item h3 {
	font-size: 20px;
	text-align: center;
	/*background: linear-gradient(180deg, rgba(16,105,102,1) 0%, rgba(0,150,144,0) 100%);*/
	position: relative;
	top:0px;
}







#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 5px 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);
}
a.ref-itemIn span {
	background: rgba(188,153,74,0.5);
	padding: 0px 8px;
	color: white;
	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: 100%;
	min-width: 200px;
	margin: 20px auto 0;
	box-sizing: border-box;
	overflow: hidden;
}

#poptavka label {
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
	 display: block;
    width: 100%;
	 text-transform: uppercase;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Anaheim', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: white;
	 padding: 5px;
	 margin: 0;
	 background: none;
	 border: 1px solid var(--tyrkys);
	 /*-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: rgba(0,150,144,1);
	font-weight: 600;
	font-size: 18px;
}
.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)  {	
	.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;
}

.homeBox .sluzba {
	padding: 10px;
	font-size: 18px
}
.technika-item {
    width: calc(100% / 2); 
}

}


@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%;
	}
	.gal {
		width: calc(100% / 3 - 10px);
	}
	#reference img {
		height: auto;
		width: 150px;
	}
	.logov {
		display: block;
		margin: 20px auto 0 auto;
	}
	#logo {
	 position: absolute;
    width: 240px;
    height: 50px;
    background: url(../images/logo1.png) no-repeat 50% / cover !important;
}
#nav {
	
	margin: 15px 5px 10px 0;
}

	/*#homeBoxes {
		display: block !important;
	}
	.homeBox .sluzba  span br{
		white-space: nowrap !important;
		display: none;
	}
	.homeBox {
		width: 100% !important;
	}
	.homeBox .sluzba {
		position: relative;
		height: auto;
	}
	.obrazek1 {
		height: 30px;
	}*/
	#homeBoxes {
		flex-wrap: wrap;
	}
	.homeBox {
		width: calc(100% / 2) !important;
	}
	.obrazek1 {
		height: 85px;
	}
	.homeBox .sluzba  span br{
		white-space: nowrap !important;
		display: none;
	}
	#homeBoxes .homeBox:nth-child(5) {
		width: 100% !important;
		border: none;
	}
	#homeBoxes .homeBox:nth-child(3) {
		border: none;
	}
	.odpadoveH {
		display: block;
	}
	.ohTab td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 0 50px 0;
	}
}
@media screen and (max-width: 650px) {
.technika-item {
    width: 100%; 
}
	
}
@media screen and (max-width: 580px) {
	

}

@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);
	}


}
@media screen and (max-width: 330px) {
	#topFixed {
		position: absolute;
	}
}
@media screen and (max-width: 360px) {

}