@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500&display=swap');
:root { 
	  --oranzova: rgb(230,120,23);
}
html, body, .fullHeight {
     min-height: 100% !important;
     height: 100%;
     position: relative;
}
html, body, #all{
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #454545;
/*	background: url(../images/bg.jpg) center bottom no-repeat fixed;*/
}
.anchor {
	position: relative;
	top:-50px;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: #383F42;
	text-decoration: none;
}

.font {
	font-family: 'Roboto Condensed', sans-serif;
}
.cervena {
	color: var(--cervena);
}
.oranzova {
	color: var(--oranzova);
}

.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);
}

#top {
	width: 100%;
	z-index: 500;
	position: relative;
}
#topFixed {
	position: fixed;
	width: 100%;
	z-index: 500;
	background: white;
	border-bottom: 2px solid var(--oranzova);
}


.textBtn {
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid white !important;
    display: inline-block;
    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
    margin: 20px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    font-weight: 500;
    background: var(--tmhneda);
    -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;
	width: 363px;
	height: 60px;
	background: url(../images/logo.jpg) no-repeat 50%;
	margin: 10px;
}
	.menuSmall {
		margin: 0 0 0 0 !important;
	}
	.logoSmall {
		background-size: cover !important;
		height: 55px !important;
		width: 142px !important;
	}

.topMenu {
	position: relative;
	z-index: 100;
}
.topMenu ul#nav::after {
	 /*z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;

    background: var(--tmhneda);*/
}

#menuSpacer {min-height:80px;}
#topBtns .textBtn {
     margin:0;
     font-size: 16px;
}
a.textBtn:hover {
     background: var(--tmhneda) !important;
}
#menu {
	/*background: var(--tmhneda);*/
	position: relative;
}
#menu::after {
	/*z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 30px;

    background: white;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);*/
}



#topLinks {
    float: right;
    clear: right;
    font-size: 15px;
    padding: 10px 10px 10px 40px;
}
#topLinks a {
	margin: 0 0 0 15px;
}
#topLinks a img {
	vertical-align: middle;
	height: 26px;
	display: inline-block;
	padding: 0 5px 0 0;
	margin-top: -2px;
}

#menu {
	float: right;
	clear: right;
	position: absolute;
	right: 0;
	bottom: 0;
}


	#nav {
		margin: 0px 10px 0 30px;
		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;
		text-transform: uppercase;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		font-weight: 400;
		/*color: var(--cervena);*/
		padding: 5px 8px;
		z-index: 999;
		position: relative;
		outline: none;
		font-family: 'Roboto Condensed', sans-serif;
	}
	#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: var(--oranzova) !important;
	}

#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	 background: white !important;
	 
	 overflow: hidden;
}
#nav ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: auto;
}
#nav ul li a {
    color: var(--tmhneda);
    display: block;
    font-size: 16px;
    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;
}
#nav ul li:last-child a {
		padding: 7px 5px;
	}
	
	
.fadeIn {
	opacity: 0;
}

.btn-kontakt {
	background: var(--oranzova);
	padding: 5px 15px;
	color: white;
	font-size:22px;
	text-transform: uppercase;
	border: 1px solid white !important;
	white-space: nowrap;
}


#spoluprace {
	display: flex;
	position: relative;
}
#spoluprace .flexImg {
	width: 50%;
	background-image: url(../images/kaskady-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative;
}
#spoluprace .right {
	width: 100%;
	max-width: 600px;
}
#spoluprace .right.containerIn {
	padding: 20px 20px 45px 40px;
}






#homeContent {
	padding: 0 0 20px 0;
}






#topSlider {
	width: 100%;
	height: auto;
	position: relative;
}
#topSlider .hid {width:100%;height:auto;visibility:hidden;}
#slider {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute !important;
	
}




.text-center {
	text-align: center;
}
#homeContent {
	background: #F4F4F4;
	position: relative;
	/*color: white;*/
}
.homeImg {
	background: url(../images/sokol.jpg) no-repeat 50% / cover;
}
#sliderBg {
	/*background: url(../images/homeContentBg.png) no-repeat center top;*/
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	z-index:100;
}

#aktuality {
	
}
.akt-item {
	padding: 0 0 30px 0; 
}
.akt-title {
	color: var(--oranzova);
	font-weight: 500;
	font-size: 20px;
	padding: 0 0 0px 0;
	margin: 0 0 5px 0;
	display: inline-block;
}
.akt-title:hover {
	border-bottom: 1px dashed gray !important;
	color: #454545;
}
.akt-text {
	font-size: 15px;
}
.akt-date {
	font-size: 12px;
}

#footer{
    background: #F4F4F4;
    border-top: 2px solid var(--oranzova);
	 font-size: 13px;
	 padding: 5px 0;
}
#footer a{
	border: none;
}
#footer .right {
	text-align: right;
}



.lineS {
	width: 80%;
	height: 1px;
	background: red;
	display: block;
	margin: 3px 0 2px 0;
}
#iconRK {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 220%;
}
#iconRK a {
	border: none;
}
.iconRK {
	vertical-align: middle;
	height: 30px;
	padding: 0 10px 0 0;
}

h1 {
	font-weight: 500;
	font-size: 35px;
	margin: 15px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #454545;
}

h2 {
	font-weight: 500;
	font-size: 35px;
	color: var(--oranzova);
	margin: 15px 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}
.h2small {
	font-size: 28px;
	text-align: left;
	color: var(--svhneda);
}
h3 {
	font-size: 25px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0 0 0px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}

.homeText {
	/*padding: 30px 30px 30px 0;*/
	/*padding-left: calc(50% + 30px);*/
	/*background-image: url(../images/tempimage.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50%;
	display: flex;
}
.homeTextIn {
	padding: 30px;
}
.homeText .right, .homeText .left {
	box-sizing: border-box;
	padding: 20px;
	flex-grow: 1;
}
.homeTextImage {
	background: url(../images/uvodni.jpg) 50% / cover; 
	width: 50%;
}

p {
	line-height: 140%;
}
strong,b {
	font-weight: 500;
}
.left {
	float: left;
}
.right {
	float: right;
}
#boxKontakt .left, #boxKontakt .right {
	width: 48%;
}
.text {
	line-height: 150%;
	color: #454545;
}
.text a {
	border-bottom: 1px dashed gray;
}
.text a:hover {
	border-bottom: 1px dashed var(--cervena);
}
.count-tab {
     font-size: 25px;
     line-height: 30px;
     margin: 0 auto;
}
.count-tab td {
     padding: 0 30px;
}
.count-tab small {
	font-size: 20px;
	white-space: nowrap;
}
div.count-title {
     font-size: 35px;
     line-height: 40px;
     color: var(--oranzova);
}
#prac td {
    background-color: White;
    white-space:nowrap;
}

table#prac {
     /*display:block;*/
     width: 100%;
     background-color: gray;
}
table.hav {
     background-color: gray;
     max-width: 600px;
     width: 100%;
     /*margin: 0 auto;*/
}
table.hav td {
     background-color: white;
}
table.hav td:nth-child(2) {
     white-space:nowrap;
     
}
.text img {
	max-width: 100%;
	height: auto;
}
.text ul {
	list-style-image: url(../images/li.png);
	list-style-position: outside;
	line-height: 140%;
}
.text ol {
     line-height: 140%;
     /*color: white;*/
}
.text .left, .text .right {
	width: calc(48% - 10px);
}
.homeText h2.zluta {
	position: absolute;
	bottom: 10px;
	left: 0; right: 0;
	font-weight: 700;
}
.kontaktBox {
	background: url(../images/zem.jpg) no-repeat 50% / cover;
	text-align: center;
	font-size:50px;
	padding: 30px 10px;
}
.homeText {
	
}

.perex {
	font-weight: 300;
	font-size: 20px;
	line-height: 145%;
	font-family: 'Roboto Condensed', sans-serif;
}
.copy {
	font-size: 13px;
	line-height: 135%;
}
.copy a {
	text-decoration: none;
}
/*.parallax {
    height: 100%;
	 width: 100%;
    background: transparent;
}
.parallax-mirror {
	z-index:81 !important;
}*/
#kontaktBottom {
	display: flex;
}
#kontaktBottom .left {
	background: url(../images/budova.jpg) no-repeat left 50% / cover;
}
#map {
	height: 300px;
}

.part {
	/*padding: 30px 0 150px 0;*/
	padding: 40px 0 70px 0;
}
.line {
	background: #847115;
	height: 1px;
	width: 50%;
	margin: -20px auto 0;
}


.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);
}
#fotoHome, .page {
	/*background: #F3F3F3 !important;*/
}





.nadpisM {
    border-bottom: 1px dashed var(--cervena);
    padding: 0 0px 0px 0px;
    display: inline-block;
    margin: 0 0 8px;
    font-size: 17px;
}


.files {
	list-style-image: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.files li {
	padding: 10px 0 10px 40px;
}
.fileIcon {
	display: inline-block;
	height: 30px;
	width: 26px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.file-pdf {
	background: url(../images/files-pdf.png) no-repeat left 50%;
}
.file-doc, file-docx {
	background: url(../images/files-doc.png) no-repeat left 50%;
}
.file-xls, .file-xlsx {
	background: url(../images/files-xls.png) no-repeat left 50%;
}
.polozkyPdf {
     margin: 0 0 15px 0;
}
.polozkyPdf a {
     border: none !important;
}
.polozkyPdf img {
     vertical-align: middle;
     padding-right: 5px; 
}

.box3 {
	display: inline-block;
	width: calc(90% / 3);
	/*height: 150px;*/
	position: relative;
	text-align: center;
	font-size: 16px;
}
.box4 {
	display: inline-block;
	width: calc(90% / 4);
	/*height: 150px;*/
	position: relative;
	text-align: center;
	font-size: 16px;
}
.boxTitle {
	position: absolute;
	width: 100%;
	text-align:center;
	background: rgba(31,29,29,0.8);
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0;
}

.box4 img {
	visibility: hidden;
	width: 100%;
	height: auto;
}









#galerie {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
	 padding: 2px 0 2px 0;
}

.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 6 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.gal7 {
 	width: calc(100% / 7 - 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;
	 border: none !important;
}
.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;
}

#text iframe, #text img {
	max-width: 100%;
}


#webseo, #webseo a {
	font-size: 12px;
	text-decoration: none;
	color: ;
	text-align: left;
	padding: 10px 0 0 0;
}




#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}








#poptavka {
	width: 100%;
	min-width: 200px;
	max-width: 350px;
	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;
	 font-size:17px;
    width: 50%;
	 font-weight: 300;
	 font-family: 'Roboto Condensed', sans-serif;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    width: 100%;
	 box-sizing: border-box;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #595959;

	 transition: border 0.2s ease 0s;
}
#poptavka #name {
	display:none;
}
.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: 100px;
	width: 100%;
	 box-sizing: border-box;
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}



.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*#reference-vypis {
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}
.reference-item {
	width: calc(100% / 2);
	box-sizing: border-box;
	padding: 10px 20px 30px 20px;
}
.reference-item h3 {
	padding: 5px 10px;
	border-radius: 5px;
}*/
.tabulka {
 border: 0 !important;
 font-size: 15px;
}
.tabulka td {
	background: white;
}


.tabulka tr:nth-child(even) td {
    background-color: rgba(255,255,255,0.8);
	 vertical-align: top;
}


.reference-vypis {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-items: space-around;
	box-sizing: border-box;
}
	.reference-item {
		width: calc(100% / 4);
		height: auto;
		min-width: 250px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		margin: 10px 20px 0px 20px;
		border: 0px solid white;
		text-align: center;
		margin-bottom: 30px;
	}
	.reference-item a {
		position: absolute;
		display: block;
		height: 100%;
		width: 100%;
		transition: all 0.2s ease 0s;
	}
	.reference-item a:hover {
    	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	}
	.reference-item-title {
		display: block;
		background: var(--tmhneda);
		color: white;
		padding: 3px 5px;
		line-height: 140%;
		font-size: 16px;
		font-weight: 400;
	}
	.reference-item img.ratio-image {
		width: 100%;
		height: auto;
		visibility:hidden;
		z-index:-1;
		display: block;
		position: relative;
		top:0;
	}
	.reference-item img {
		width: 100%;
		height: auto;
		display: none;
	}





li p {
	display: inline;
}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1100px) {
	
	#menu::after {
		display: none;
	}
	#menu {
		background: none;
		position: relative;
	}
	#nav li a {
		color: var(--tmhneda);
	}
	#homeImg{
		content:url('../images/home1.png');
	}
	
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	#nav {
		border: none;
		padding: 0;
		margin: 0;
	}
	#nav li {
		text-align: right !important;
	}
	#nav ul {
		background: none;
		visibility: visible;
		opacity: 1;
		position: relative;
		width: 240px;
	}
	#nav ul li a  {

		text-transform: none;
	}
	#nav ul{
    background: none;
    box-shadow: none;
}
	#nav ul li {
		display: inline-block;
	}
	#menu, #nav li  {
		text-align: right;
		display: block;
	}
	.gal {    
    	width: calc(100% / 5 - 10px);
	}
	#nav li:last-child a {
		padding: 5px 10px;
	}



	#nav li a:hover > ul {
    background: none !important;
    color: #9D0203 !important;
}
	/*#logo {
		background-size: cover !important;
		height: 55px !important;
		width: 142px !important;
	}*/


}
@media screen and (max-width: 900px) {
	
}
@media screen and (max-width: 800px) {
	#logo {
		/*width: 188px;
		height: 50px;
	   background: url(../images/logo.png) no-repeat 50% / cover;*/
		position: absolute;
	}
	
	#nav {
		/*margin: 0;*/
	}
	#menuResponsive a {
		padding: 5px 15px 5px 0;
	}
	.left,.right {
		float: none;
		width: 100% !important;
	}
	#o-nas .left {
		text-align: center !important;
	}
	.perex {
		font-size: 18px;
	}
	h2 {
		font-size: 35px;
	}
	.icons {
		display: block;
	}
	.icon {
		margin: 0 0 30px 0;
	}
	.gal {    
    	width: calc(100% / 4 - 10px);
	}
	.stroje {
		flex-wrap: wrap;
	}
	.box4 {
		width: calc(90% / 2);
		margin: 0 0 20px 0;
	}
	.imageSlide {
		right: 0;
		top: 15%;
		height: 65%;
	}
	#menuSpacer {
		min-height: 60px;
	}
	.homeText {
		display: block !important;
	}
	.homeTextImage {
		height: 450px;
	}
	.right.homeImg {
		height: 300px;
	}
	.reference-item {
		width: 100%;
	}
	.tabulka tr td:nth-child(2) {
		white-space: nowrap;
	}
	.mista-item, .fmpItem {
      width: 100%;
      box-sizing: border-box;
      padding: 10px 20px 30px 20px;
	}
	#o-nas .containerIn div {
		display: block!important;
		margin: 0 !important;
	}
	#o-nas img {
		max-width: 100% !important;
		height: auto !important;
	}
}


@media screen and (max-width: 650px) {
	.boxes {
		display: block !important;
	}
	#homeContent .box {
		width: 100% !important;
		box-sizing: border-box;
	}
	#sliderBox {
		height: 400px;
	}
	#sliderText {
		/*top: 50px;
		font-size: 35px;*/
	}
	.sliderLeft,.sliderRight,.bx-prev,.bx-next {
		display: none;
	}
	h1 {
		font-size: 35px;
	}
	.boxes.spoluprace .box {
	  width: calc(100% / 2 - 10px) !important;
   }
	.text ul {
		padding: 0 0 0 10px;
	}
	.count-tab td {
          display: inline-block;
          padding: 0 30px 40px 30px;
     }
}
@media screen and (max-width: 500px) {
	#logo {
		width: 150px;
		background: url(../images/logoM.png) no-repeat 50%;
	}
}
@media screen and (max-width: 450px) {

	.homeTextImage {
		height: 300px !important;
	}
	
	.text img {
		/*display: block;
		box-sizing: border-box;
		float: none;*/
	}
	#footer .left, #footer .right {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer .left img {
		float: none !important;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 450px) {
	#sliderText span {
		font-size: 16px;
	}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	.text img {
		max-width: 100%;
		height: auto !important;
	}
	.gal {    
    	width: calc(100% / 2 - 10px);
	}
	.box4 {
		width: 90%;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 520px) {
	#topBtns {
		display: none !important;
	}
	#logo {
		/*background-size: cover !important;
		height: 34px !important;
		width: 135px !important;*/
	}
	#sliderText span {
		font-size: 25px;
	}
	#sliderText img {
		max-width: 90%;
		height: auto;
	}
}