@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300&display=swap');
html, body, .fullHeight {
   /*min-height: 100% !important;*/
	/*height: calc(100% - 5px);*/
	height: calc(100%);
   position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: white;
	background: white;
}
.font {
	font-family: 'Roboto-Condensed', sans-serif;
}
.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 !important;
}
#menu.containerIn, #logo.containerIn {
	padding: 10px;
}
a {
	 color: white;
	 text-decoration: none;
}
#webseo a {
     text-decoration: none;
}
.zelena {
	color:#00923F;
}
.bgZelena {
	background-color:#00923F;
}
.bgSeda {
	background: rgba(142,142,142,0.5);
}
.seda {
	color: #8E8E8E;
}
#topFixed {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 500;
	background: rgba(10,10,10,0.75);
	/*border-bottom:10px solid #303030;*/
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
}

#topFixed .container {
	justify-content: space-between;
	display: flex;
	font-family: 'Roboto Condensed', sans-serif;
}
#logo {
	background: url(../images/logo.png) no-repeat 50%;
	width: 235px;
	height: 80px;
	display: block;
	float: left;
	position: relative;
	z-index: 10;
	margin: 10px;
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
}
.logoResp {
	background-size: cover !important;
	height: 50px !important;
	width: 148px !important;
}

#home {
	overflow: hidden;
}
#home2 {
		/*display:none;*/
	}

#menu {
	float: right;
	display: flex;
   align-items: center; 
}

	#nav {
		margin: 0 0 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: 20px;
		font-weight: 400;
		text-transform: uppercase;
		-webkit-transition: all 0.2s; 
    	transition: all 0.2s;
		text-decoration: none;
		color: white;
		padding: 5px 10px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li a:hover,.actMenu {
		color: #DA251D !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(50%) !important;*/
	height: 100% !important;
	width: 100% !important;
	position: relative;
	overflow: hidden;
}
.slider{
	height: 100% !important;
	width: 100% !important;
	position: relative;
	background-size: cover;
}

#sliderText {
	position: absolute;
	width: 100%;
	text-align: right;
	top: 200px;
	/*display: none;*/
}
.sliderAnim {
	display: none;
	float: right;
}
.sliderTextItem {
	color: white;
	font-weight: 700;
	font-size: 55px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 5px 25px;
	margin: 5px;
	float: right;
	clear: right;
}
.sliderTextItem.mensi {
	font-weight: 500;
	font-size: 30px;
}
.sliderTextItem img {
	height: 40px;
	position: relative;
	top: 2px;
}
#textHome {
	z-index: 100;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#textHome .container {
/*	background: rgba(255,255,255,0.9);*/
	color: white;
	text-align: center;
}


.pdf {
	height: auto !important;
	width: auto !important;
}


.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%;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;margin:65px 0 0 0; }
.embed-container iframe,.embed-container object,.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.text .left, .text .right {
    width: calc(49% - 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;
}
.perex {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 10px;
}
#kontakt {
     padding-bottom: 50px;
}
.itemBlock {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding: 0 10px 0 0;
}
.kontaktujte {
	color: white;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 20px 10px;
}
.icon-email, .icon-phone {
	display: inline-block;
	padding: 0px 0 5px 45px;
	font-weight:400;
}
.icon-phone {	
	background: url(../images/icon-phone.png) left 50% no-repeat;
}
.icon-email {
	background: url(../images/icon-email.png) left 50% no-repeat;
}
.kontaktujte-spacer {
	display: inline-block;
	width: 50px;
}
.kontaktujte-title {
	margin: 0 0 20px;

	font-weight: 500
}

.obsahCMS .tabulka {
	border: 1px solid rgba(230,230,230,0.5);
	width: 100%;
	font-size: 14px;
}
.obsahCMS .tabulka th {
	text-align: left;
}
.obsahCMS .tabulka td {
	padding: 5px;
}
.obsahCMS .tabulka tr:nth-child(odd) {
    background-color: rgba(230,230,230,0.5);
}


#text iframe, #text img {
	max-width: 100%;
}

.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);
}
.logoSin {
	padding: 0px 0px;
	margin: 5px 10px;
	box-sizing: border-box;
	border-radius: 120px;
		-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);
}
.logoSin img {
	width: 100%;
	height: auto;
	
}

.part {
    padding: 50px 0 5px 0;
	 background: rgba(255,255,255,0.98);
	 color: black;
}
.informace, .kontaktujte {
	background: rgba(0,0,0,0.8) !important;
	color: white;	
}
.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;
}



h1 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
}
h3 {
	font-size: 25px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #00923F;
	color: white;
	padding: 10px 20px;
	margin: 5px 0 15px 0;
	text-transform: uppercase;
}
#copy {
	font-size: 14px;
	margin: 10px 0;
}


.kontaktItem {
	padding-bottom: 30px;
}
.kontaktName {
	color: white;
	background-color: #00923F;
	font-size: 18px;
	font-weight: 600;
	padding: 2px 10px;
}
.kontaktInfo {
	padding: 5px 0 0 5px;
	border-left: 5px solid #00923F;
}



#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% / 6 - 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;
}



#cookies {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background: rgba(100,100,100,0.9);
	color: white;
	font-size: 14px;
	display: none;
}
#cookies .button {
	display: inline-block;
	padding: 2px 8px;
	background: #555555;
	border: 1px solid white;
	cursor: pointer;
}





#poptavka {
	width: 90%;
	min-width: 200px;
	margin: 0 auto 30px auto;
}

#poptavka label {
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
	 display: block;
    width: 100%;
}
.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 {
	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: black;
	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) {
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	#menu, #nav li  {
		text-align: right;
		display: block;
	}
	#nav li:nth-child(2) {
		display: none;
	}
	#logo {
		background-size: cover !important;
		height: 50px !important;
		width: 92px !important;
	}
	#menu.containerIn {
		padding: 10px !important;
	}
	#sliderText {
		top: 100px;
	}
	.sliderTextItem {
		font-size: 30px;
	}
	.sliderTextItem img {
		height: 30px;
	}
	.sliderTextItem.mensi {
		font-size: 25px;
	}
	h2 {
		font-size: 28px;
	}
}




@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);
	}
}
@media screen and (max-width: 650px) {
	.gal {
		width: calc(100% / 3 - 10px) !important;
	}
	#textHome {
		display:none;
	}
	#home2 {
		display:block;
	}
}
@media screen and (max-width: 500px) {
	
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	.gal {
		width: calc(100% / 2 - 10px) !important;
	}
	
	#topFixed .container {
		display: block;
	}
	.sliderTextItem {
		font-size: 25px;
	}
	.sliderTextItem img {
		height: 25px;
	}
	.sliderTextItem.mensi {
		font-size: 20px;
	}
	
}
@media screen and (max-width: 330px) {
	#topFixed {
		position: absolute;
	}
}
@media screen and (max-width: 300px) {

}