@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500&display=swap');
:root {
     --tmhneda: rgb(82,23,20);
     --cervena: rgb(232,4,31);
}
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);
}

.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;
}


.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: 207px;
	height:80px;
	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:100px;}
#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: 20px;
	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(--cervena) !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;
}



.novinky {
	display: flex;
	box-sizing: border-box;
	position: relative;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	margin-bottom:5px;
}
.novinkyLeft {
	width: calc(200% / 3);
	height: 500px;
	position: relative;
}
.novinkyRight {
	flex: 1;
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.novinkyLeft {
	background: url(../images/bg.jpg) rgba(150,150,150,0.1) no-repeat center bottom / cover;
	position: relative;
	margin-right: 5px;
}
.novinkyRight1 {
	background: url(../images/bg.jpg) rgba(150,150,150,0.1) no-repeat left bottom / cover;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
.novinkyRight2{
	background: url(../images/bg.jpg) rgba(150,150,150,0.1) no-repeat center bottom / cover;
	position: relative;
	width: 100%;
}
.novinky a {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(50,50,50,0.4);
	-webkit-transition: background 0.1s; 
    	transition: background 0.1s;
}
.novinky a:hover {
	background: rgba(50,50,50,0.0);
}
.novinkyRight2, .novinkyRight1, .novinkyLeft{
	background-position: 50%;
	background-size: cover; 
	-webkit-transition: all 2s; 
    	transition: all 2s;
}
.novinkyRight2:hover,
.novinkyRight1:hover,
.novinkyLeft:hover{
	/*background-size: 105%; */
}

.novinkyInfo {
	background: rgb(232,4,31);
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	padding: 10px 15px;
	margin: 0px;
	/*border-top: 1px solid white;*/
	color: white !important;
}
.novinkyRight .novinkyInfo {
	right:0;
}
.novinkyLeft .novinky-title {
	font-size: 30px;
	padding: 0 0 5px 0;
}
.novinky-title {
	display: none;
}
.novinkyLeft .novinky-text {
	font-size: 20px;
	font-weight: 300;
}
.novinkyRight .novinky-title {
	font-size: 18px;
	font-weight: 500;	
}







#sliderBox {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.sliderBx {
	height: 100%;
	width: 100%;
	position: relative;
}
.sliderItem {
	width: 100%;
	height: 100%;
	position:relative;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.bx-wrapper,.bx-viewport {
	height: 100% !important;
}
#sliderText {
	position: relative;
	top: 160px;
	z-index: 100;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	font-size: 60px;
	text-shadow: 0px 0px 5px rgb(82,23,20);
	/*text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);*/
}
#sliderText img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
#sliderText span {
	color: white;
	font-size: 35px;
	font-weight: 300;
}
.sliderPage {
	height: auto !important;
}
.sliderPage #sliderText {
	top: 0;
	padding: 0 0 25px 0;
}
#kovane-vyrobkyBox {
	color: white;
	position: relative;
	background: url(../images/vyrobkyBg.jpg) no-repeat 50% / cover;
	padding: 30px 0 0 0;
}



.text-center {
	text-align: center;
}
#homeContent {
	/*background: #4C4C4C;*/
	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;
}
#homeIcons {
	border-bottom: 3px solid white;
	text-align: center;
}

.boxes.spoluprace .box {
	text-align: center;
	/*width: calc(100% / 3 - 10px) !important;*/
}
.boxes.spoluprace .boxin {
	display: inline-block;
	text-align: left;
	max-width: 290px;
	width: 100%;
}
.spoluprace .jmeno {
	font-size: 22px;
	font-weight: 500;
	text-transform: none;
}
.spoluprace .box p {
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.boxes.spoluprace {
	flex-wrap: wrap;
	justify-content: center;
}
.spoluprace .box p a {
	color: white;
	font-size: 15px;
}
.spoluprace .fotka {
	float:left;
	height: auto;
	width: 150px;
	padding: 0 10px 10px 0;
}
.lineS {
	width: 80%;
	height: 1px;
	background: red;
	display: block;
	margin: 3px 0 2px 0;
}


h1 {
	font-weight: 500;
	font-size: 40px;
	margin: 0 0 10px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: var(--cervena);
}
.page h1 {
	color: #454545;
}
h2 {
	font-weight: 500;
	font-size: 35px;
	margin: 0 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%;
}
.den {
	display: inline-block;
	width: 60px;
}
p {
	line-height: 140%;
}
strong,b {
	font-weight: 500;
}
.left {
	float: left;
}
.right {
	float: right;
}
#boxKontakt .left, #boxKontakt .right {
	width: 48%;
}
.text {
	line-height: 140%;
	color: #454545;
}
.text a {
	border-bottom: 1px dashed gray;
}
.text a:hover {
	border-bottom: 1px dashed var(--cervena);
}


.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: normal;
	font-size: 22px;
	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;
}

.akce-item {
	padding: 0 0 5px 0;
	font-weight: 500;
}
.akce-den {
	display:inline-block;
}
.akce-den abbr {
	/*border-bottom: 1px dashed red;*/
}
.akce-den::after {
	content: ' | ';
	color: var(--cervena);
	font-weight: bold;
	padding: 0 5px 0 0;
}
.akce-co {
	display:inline-block;
}

#nabidka {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	
	justify-content: center;
	align-items: space-between;
}
	.nabItem {
		width: 250px;
		display: block;
		box-sizing: border-box;
		padding: 10px 20px 0px 20px;
		border: 0px solid white;
		text-align: center;
		margin-bottom: 30px;
	}
	.nabItem-img {
		width: 150px;
		height: 150px;
		border-radius: 150px;
		border: 2px solid white;
		display: inline-block;
		-webkit-transition: all 0.4s; 
    	transition: all 0.4s;

		background: 50%;
		background-size: 100%;
	}
	.nabItem-img.brany {
		background-image: url(../images/nab-brany.jpg);
	}
	.nabItem-img.ploty {
		background-image: url(../images/nab-ploty.jpg);
	}
	.nabItem-img.mrize {
		background-image: url(../images/nab-mrize.jpg);
	}
	.nabItem-img.schranky {
		background-image: url(../images/nab-schranky.jpg);
	}
	.nabItem-img.nabytek {
		background-image: url(../images/nab-nabytek.jpg);
	}
	.nabItem-img.krby {
		background-image: url(../images/nab-krby.jpg);
	}
	.nabItem-img.svicny {
		background-image: url(../images/nab-svicny.jpg);
	}
	.nabItem-img.cisla {
		background-image: url(../images/nab-cisla.jpg);
	}
	.nabItem-img.kliky {
		background-image: url(../images/nab-kliky.jpg);
	}
	.nabItem-img.vybaveni {
		background-image: url(../images/nab-vybaveni.jpg);
	}
	.nabItem-img.ostatni {
		background-image: url(../images/nab-ostatni.jpg);
	}
	.nabItem-nadpis {
		display: inline-block;
		width: auto;
		background: white;
		color: var(--tmhneda);
		font-size: 20px;
		font-weight:300;
		box-sizing: border-box;
		padding: 5px;
		position: relative;
		top: -20px;
		-webkit-transition: all 0.4s; 
    	transition: all 0.4s;
	}
	a.nabItem:hover > .nabItem-nadpis {
		color: var(--cervena);
	}
	a.nabItem:hover > .nabItem-img {
		border-color: var(--cervena);
		background-size: 105%
	}

.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;*/
}

.boxes {
	display: flex;
   justify-content: space-between;
	position: relative;
	font-size: 0;
}
#homeContent .box {
	width: calc(100% / 4 - 50px);
	font-size: 25px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	display: block;
	outline: none;
	-webkit-transition: padding 0.2s;
	transition: padding 0.2s;
	padding: 15px 10px;
}
#homeContent .box .infoText {
	color: #454545;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	padding: 150px 0 0 0;
}
.boxProfesionalita {
	background: url(../images/boxProfesionalita.png) no-repeat center 50px;
}
.boxZkusenosti {
	background: url(../images/boxZkusenosti.png) no-repeat center 50px;
}
.boxTechnika {
	background: url(../images/boxTechnika.png) no-repeat center 50px;
}



.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(0,0,0, 0), rgba(0,0,0, 0.9)) repeat scroll 0 0;
	float: right;
	right: 0;
}
.sliderLeft {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0,0,0, 0), rgba(0,0,0, 0.9)) repeat scroll 0 0;
	float: left;
	left: 0;
}
.bx-prev, .bx-next {
	position: absolute;
	z-index: 110;
	top: calc(50% - 80px);
	width: 50px;
	height: 160px;
	text-indent: -9999px; 
	outline: none;
}
.bx-prev {
	background: url(../images/sliderLeft.png) no-repeat 50%;
	left: 10px;
}
.bx-next {
	background: url(../images/sliderRight.png) no-repeat 50%;
	right: 10px;
}
.bx-pager {
	position: relative;
	top: -30px;
	z-index: 100;
}
.bx-wrapper,.bx-viewport {
	height: 100% !important;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: var(--tmhneda);
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 6px;
  margin: 0 5px;
  border: 1px solid white;
  outline: 0;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	/*background: rgba(255,255,255,0.5);*/
}
.bx-pager-link.active {
	background: var(--cervena) !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%;
}


.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: 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;
	 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: 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;
}
#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: calc(100% - 12px);
}
.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) {
	.boxes.spoluprace .box {
		width: calc(100% / 2 - 20px) !important;
	}
}
@media screen and (max-width: 1000px) {
	
	#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;
	}
	.imageSlide {
		right: 0;
		height: 100%;
	}
	#top {
		height:400px;
	}
	.prehravac {
		bottom: auto !important;
		top: 2px !important;
		right: 60px !important;
	}
	#nav li a:hover > ul {
    background: none !important;
    color: #9D0203 !important;
}
	#logo {
		background-size: cover !important;
		height: 55px !important;
		width: 142px !important;
	}
	#topTel {
    margin: 0;
    padding: 9px 10px 9px 30px;
    font-size: 18px;
    background-size: 25px;
	 }

}
@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;
	}
}
@media screen and (max-width: 730px) {
	/*.spoluprace .fotka {
     width: 80px;  
	}*/
}
@media screen and (max-width: 450px) {

	.homeTextImage {
		height: 300px !important;
	}
	.mista-img {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.text img {
		display: block;
		box-sizing: border-box;
		float: none;
	}
	.kontaktBox {
		font-size: 30px;
	}
	.homeText h2.zluta {
		font-size: 25px;
	}
}
@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;
	}
}