@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
:root {
	--seda: rgb(206,206,206);
	--modra: rgb(23,41,131);
	--zluta: rgb(255,245,0);
	--cerna: rgb(32,34,3);
}
.modra {
	color: var(--modra);
}
.bg-modra {
	background: var(--modra);
}
.bg-modra .text {
	color: white;
}
.bg-modra h2,.bg-modra h3 {
	color: var(--zluta);
}

html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
}
html, body, #all{
	scroll-behavior: smooth;
}
/*div:target:before {
	content: "";
	display: block;
	height: 150px;
	margin: -100px 0 0;
}*/
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	background: white;
	font-family: 'Lato', sans-serif;
	color: var(--cerna);
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1400px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: var(--cerna);
	text-decoration: none;
}
.bg-modra a {
	color: white;
}

.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);
}
#top {
	position: fixed;
	width: 100%;
	z-index: 500;
	background: var(--seda);
	-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);
}

#logo {
	display: block;
	float: left;
	background: url(../images/logo.png) no-repeat right 50%;
	height: 80px;
	max-width: 100%;
	margin: 10px;
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
	color: var(--modra);
	font-size: 35px;
	padding: 0px 85px 0 0;
	text-align: left;
}
#logo span {
	font-size: 33px;
}
.logoSmall {
	background-size: contain !important;
	height: 40px !important;
	font-size: 18px !important;
	padding: 0px 45px 0 0 !important;
}
.logoSmall span {
	font-size: 17px !important;
}




#menu {
	float: right;
	clear: right;
}
	#nav {
		margin: 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: 18px;
		font-weight: 400;
		-webkit-transition: all 0.4s; 
    	transition: all 0.4s;
		text-decoration: none;
		color: var(--modra);
		padding: 0px 15px;
		z-index: 999;
		position: relative;
		outline: none;
		line-height: 100px;
		text-transform: uppercase;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: var(--zluta) !important;
	}
	#nav li a:hover > .brdr-btm,.actMenu > .brdr-btm {
		visibility: visible !important;
  		opacity: 1 !important;
	}
	#nav li a:last-child {
		/*padding-right: 0;*/
	}
	#menuResponsive .menuSmall {
		line-height: 60px !important;
	}
	.menuItemResp .menuSmall {
		line-height: 60px !important;
	}
	

#menuSpacer {
	height: 100px;
}
.fadeIn {
	/*opacity: 0;*/
}
#slider-text {
	background: var(--zluta);
	overflow: hidden;
	max-height: 300px;
	border-bottom: 5px solid var(--modra);
	position: relative;
}
#slider-left {
	float: left;
	background: white;
	width: calc(50% - 3px);
}
#slider-right {
	float: right;
	width: 50%;
	position: relative;
}
#slider-right .containerIn {
	margin: 20px 20px 0 20px;
	font-size: 18px;
	line-height: 160%;
	text-align: justify;

}
#napis {
	width: calc(100% - 60px);
	height: auto;
	margin: 0 auto;
	display: block;
}
#napis2 {
	width: calc(50% - 60px);
	height: auto;
	position: absolute;
	right: 30px;
	top: -35px;
}

#slider {
	height: 100%;
}
#sliderBox {
	width: 100%;
	height: 100%;
	position: relative;
}
.bx-wrapper, .bx-viewport {
	height: 100% !important;
	position: relative;
}
.bx-wrapper img {
    margin: 0 auto;
	 min-width: 100% !important;
}

.sliderRight, .sliderLeft {
	height: 100%;
	width: 20%;
	position: absolute;
	top: 0;
	z-index: 60;
	outline: none;
}
.sliderRight {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(51,59,65, 0), rgba(51,59,65, 0.9)) repeat scroll 0 0;
	float: right;
	right: 0;
}
.sliderLeft {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(51,59,65, 0), rgba(51,59,65, 0.9)) repeat scroll 0 0;
	float: left;
	left: 0;
}
.bx-prev, .bx-next {
	position: absolute;
	z-index: 65;
	top: calc(50% - 80px);
	width: 50px;
	height: 160px;
	text-indent: -9999px; 
}
.bx-prev {
	background: url(../images/sliderLeft.png) no-repeat 50%;
	left: 10px;
}
.bx-next {
	background: url(../images/sliderRight.png) no-repeat 50%;
	right: 10px;
}
		


.text-block .containerIn, .part{
	padding: 40px 10px;
}	
.bg-gray {
	background: #E9EBEE;
}
		
	
.demontaz {
	float: right;
	width: 450px;
	height: auto;
	margin-bottom: 20px;
}	
.coje {
	width: 100%;
	height: auto;
}
	
		
h1 {
	font-weight: 400;
	color: var(--modra);
	/*padding: 0;
	margin: 0;*/
}
		
.text h2 {
	font-weight: 400;
	font-size: 30px;
	margin: 0 0 25px 0;
	padding: 85px 0 5px 5px;
	color: var(--modra);
	text-transform: uppercase;
	text-align: center;
	line-height: 140%;
}
h3 {
	font-weight: 700; 
	margin: 0;
	padding: 0 0 15px 0;
}

.text {
	line-height: 160%;
}
.text ul {
	margin: 0;
	list-style-image: url(../images/li.png);
}

.left {
	float: left;
}
.right {
	float: right;
}
.text .left, .text .right {
	width: 47%;
}
#map {
	height: 350px;
}
/*#kontakt .text, #sluzby .text {
	background: url(../images/recycle-kontakt.png) no-repeat 50%;
}*/
#formulare {
	text-align: center;
}
#formulare a {
	display: inline-block;
	white-space: nowrap;
	margin: 10px 10px;
}
#formulare a img {
	vertical-align: middle;
}
#formulare a:hover {
	color: #68B92E;
}


div.kontaktLine {
	border-left: 2px solid var(--zluta);
	padding: 0 0 0 15px;
}
div.soc {
	font-size: 16px;
	display: inline-block;
	white-space: nowrap;
	padding: 0 15px 10px 0;
}



.text img, .text iframe {
	max-width: 100%;
	height: auto;
}
.text img.ef {
	max-width: calc(100% - 0px) !important;
	height: auto;
}


.tabulka {
	text-align: left;
	display: inline;
	font-size: 14px;
}
.tabulka tr td {
	padding: 5px 10px;
	vertical-align: top;
}
.tabulka tr td:first-child {
	white-space: nowrap;
}
.tabulka tr:nth-child(odd) {
	background: rgba(104,185,46,0.2);
}
.tabulka tr:first-child {
	text-transform: uppercase;
	font-size: 16px;
}






#kontakt .left, #kontakt .right {
	width: 45%;
}



.ef {
	padding: 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

		
#gototop {
	position: fixed;
	bottom:10px;
	left:10px;
	width: 40px;
	height: 29px;
	background: url(../images/gototop.png) no-repeat 50%;
	z-index: 999;
	display: none;
}

#galerie {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
	 line-height: normal;
}
.g3 {
	width: calc(100% / 3 - 10px) !important;
}
.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 6 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.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;
}



#webseo, #webseo a {
	font-size: 12px;
	text-decoration: none;
	color: ;
	text-align: left;
	padding: 10px 0 0 0;
}








.webseo {
	font-size: 13px;
	text-decoration: none;
	color: white;
}




#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	color: #07A9AA !important;
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}








#poptavka {
	width: 95%;
	min-width: 200px;
	max-width: 600px;
	margin: 0px auto 0;
}

#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
	 font-size: 17px;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    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;
}
#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: 18px;
}
.formLine textarea {
	height: 60px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}













@media screen and (max-width: 1000px) {
#slider-left {
    background: white none repeat scroll 0 0;
    border-right: 0px solid white;
    float: none;
    width: 100%;
	 max-height: 300px;
	 overflow: hidden;
}
#slider-right {
    float: none;
    position: relative;
    width: 100%;
}
#slider-right .containerIn {
    margin: 20px 20px 30px 0;
}
#slider-text {
	max-height: none !important;
}
.sliderText {
		font-size: 25px;
		bottom: -7px;
	}
	.menuItemResp {
		display: none !important;
		line-height: normal !important;
	}
	.menuItemRespOn{
		display: block !important;
		text-align: right;
	}
	#menuResponsive {
		display: block !important;
		line-height: 60px;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	#menu, #nav, #nav li {
		text-align: right;
	}
	.menuItemRespOn a.menuSmall,.menuItemRespOn a {
		line-height: 35px !important;
	}

}

@media screen and (max-width: 1100px) {
	#nav li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 800px) {
	#slider-text {
    /*background: #68b92e url("../images/recycle.png") no-repeat scroll center bottom;*/
}
.demontaz {
	width: 250px;
}
	



	.gal {
		width: calc(100% / 4 - 10px);

	}

	#kontakt .left, #kontakt .right {
		width: 100%;
		float: none;
	}

	
	
}
@media screen and (max-width: 700px) {
	.left,.right{
		width: 100% !important;
		float: none;
	}
}
@media screen and (max-width: 600px) {
	

#napis2 {
    width: calc(100% - 50px);
}
	#menuSpacer {
		
	}
	.sliderText {
		/*display: none;*/
	}
	
	#gototop {
		/*display: block;*/
	}
	
}
@media screen and (max-width: 500px) {
	.sliderText {
		font-size: 20px;
	}
	.sliderImg {
		top: 10px;
	}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	.gal {
		width: calc(100% / 2 - 10px);

	}
	.demontaz {
	width: 100%;;
}
#logo {
	position: absolute;
}

}