@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root { 
     /*--ruzova: rgb(57,84,117);*/
     --text: rgb(87,87,87);
	  
	  --tyrkys: rgb(59,169,169);
	  --ruzova: rgb(241,133,131);
	  --oranzova: rgb(244,158,36);
}
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: var(--text);
}
.anchor {
	position: absolute;
	top:-100px;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
	position: relative;
}
a {
	color: var(--text);
	text-decoration: none;
}


.font {
	font-family: 'Amatic SC', sans-serif;
}
.font-rc {
	font-family: 'Roboto Condensed', sans-serif;
}
.ruzova {
	color: var(--ruzova);
}
.bg-ruzova {
	background-color: var(--ruzova) !important;
}
.tyrkys {
	color: var(--tyrkys);
}
.bg-tyrkys {
	background-color: var(--tyrkys) !important;
}
.oranzova {
	color: var(--oranzova);
}
.bg-oranzova {
	background-color: var(--oranzova) !important;
}


.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: rgba(255,255,255,0.9);
}



#logo {
	display: block;
	float: left;
	width: 232px;
	height: 70px;
	background: url(../images/logo.png) no-repeat 50%;
	margin: 10px;
}
	.menuSmall {
		margin: 0 0 0 0 !important;
	}
	.logoSmall {
		background-size: cover !important;
		height: 55px !important;
		width: 142px !important;
	}


#menuSpacer {min-height:80px;}
#menu {
	/*background: var(--tmhneda);*/
	position: relative;
}




#topLinks {
    float: right;
    clear: right;
    font-size: 15px;
    padding: 15px 10px 10px 40px;
}


.btn-kontakt,.btn-obj {
	background: var(--ruzova);
	padding: 5px 12px 2px;
	color: white;
	font-size:26px;
	border-radius: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid white !important;
	white-space: nowrap;
	-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);
     transition: border 0.5s;
     font-weight: 600;
     font-family: 'Amatic SC', sans-serif;
}
.btn-kontakt:hover,.btn-obj:hover {
     border: 1px solid var(--tyrkys) !important;
}

#menu {
	float: right;
	clear: right;
	position: absolute;
	right: 0;
	bottom: 0;
}


	#nav {
		margin: 0px 10px 0px 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: 24px;
		text-transform: uppercase;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		font-weight: 600;
		/*color: var(--ruzova);*/
		padding: 5px 8px;
		z-index: 999;
		position: relative;
		outline: none;
		font-family: 'Amatic SC', 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(--ruzova) !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;
}


a.btn-obj.jid {
	background: #F4F4F4 !important;
	color: var(--text);
	font-size: 16px !important;
	vertical-align: middle;
	padding: 3px 10px;
	position: relative;
	top: -2px;
}
.jidelnicek {}
.jidelnicek-den {padding: 0 0 30px 0;}
.jidelnicek-title {
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 8px 0;
}
#pdf-print {float:right;}
#pdf-print a {border:none !important;}
.jidelnicek-jidlo {
	padding: 0 0 5px 5px;
	display:flex;
}
.jidlo-chod {
	display: inline-block;
	width: 70px !important;
	flex-basis: 70px;
	flex-grow: 0;
	flex-shrink: 0;
	font-weight: 500;
	
}
.jidlo-alergeny {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	border: 1px solid var(--ruzova);
	color: var(--ruzova);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	position:relative;
	cursor: pointer;
}
.tooltip .tooltiptext {
  display: none;
  width: auto;
  background-color: var(--text);
  color: #fff;
  text-align: center;
  padding: 1px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  display: inline-block;;
}







#homeContent {
	/*padding: 0 0 20px 0;*/
}






#topSlider {
	width: 100%;
	height: auto;
	position: relative;
	/*background: url(../images/slider/bgTop.jpg) no-repeat 50% / cover;*/
}
#topSlider .hid {width:100%;height:auto;visibility:hidden;}
#slider {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute !important;
}
#sliderTitle {
	text-align: center;
	color: white;
	font-size: 60px;
	font-weight: 600;
	padding: 5% 0 7%;
	box-sizing: border-box;
	/*position: absolute;*/
}
#sliderInfo {
	color: white;
	padding: 20px 0;
	box-sizing: border-box;
}

#sliderInfo a {
	color: white;
}
#sliderInfo .s {
	padding: 0 0 0 55px;
	background-position: left 1px;
	background-repeat: no-repeat;
	background-size: contain;
}
.slider-kontakt {
	background-image: url(../images/icon-kontakt.png);
}
.slider-hodiny {
	background-image: url(../images/icon-hodiny.png);
}
.slider-jidelnicek {
	background-image: url(../images/icon-jidelnicek.png);
}
.s-f {
	font-size: 20px;
}
.flexInfo {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 10px;
}


#objednavky-c {
	background: #F4F4F4;
}

.text-center {
	text-align: center;
}
#homeContent {
	/*background: #F4F4F4;*/
	position: relative;
	/*color: white;*/
}
#homeContent .rakt {
	width: 300px;
}
#homeContent .ljidelnicek {
	width: calc(100% - 350px);
}
#sliderBg {
	/*background: url(../images/homeContentBg.png) no-repeat center top;*/
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	z-index:100;
}

#aktuality-c {
	display: flex;
    flex-wrap: wrap;
	 justify-content: space-around;
	 flex-basis: 100%;
}
.akt-item {

	text-align: center;
	box-sizing: border-box;
	padding: 0 20px 15px 20px;
    margin: 20px;
	background: rgba(255,255,255,0.8);
	border: 1px dashed rgba(228,81,97,1);
	   width: 0;
    flex: 1 1 0;
}
.akt-item h2 {
	font-size: 20px;
	color: rgba(228,81,97,1);
	font-family: 'Roboto';
}


.akt-text {
	font-size: 16px;
	padding: 10px 0 0 0;
}
.akt-date {
	font-size: 12px;
}

#footer{
    background: #F4F4F4;
    border-top: 2px solid var(--ruzova);
	 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: 600;
	font-size: 45px;
	margin: 0 0 10px 0;
	font-family: 'Amatic SC', sans-serif;
	text-align: center;
	color: var(--tyrkys);
}

h2 {
	font-weight: 600;
	font-size: 45px;
	color: var(--tyrkys);
	margin: 15px 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
	font-family: 'Amatic SC', sans-serif;
}
.h2small {
	font-size: 28px;
	text-align: left;
	color: var(--svhneda);
}
h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0;
	padding: 0 0 0px 0;
	line-height: 140%;
	/*font-family: 'Amatic SC', 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%;
}
.text a {
	border-bottom: 1px dashed gray;
}
.text a:hover {
	border-bottom: 1px dashed var(--ruzova);
}
.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(--ruzova);
}

.item.lekar {
	display: inline-block;
	text-align: center;
	padding: 50px;
	font-size: 18px;
}
.item.lekar h3 {
	font-size: 32px;
	font-weight: 600;
	color: var(--ruzova);
}
.img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
}
.img.petra {
	background: url(../images/petra.jpg) no-repeat 50%;
}
.img.jaroslava {
	background: url(../images/jaroslava.jpg) no-repeat 50%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex.topBox {
	justify-content: space-around;
	
}
.homeBox {
	background: var(--ruzova);
	color: white !important;
	box-sizing: border-box;
	
	margin: 20px;
	/*flex-grow: 1;*/
	width:0;
	border: 1px solid white;
	flex: 1 1 0;
	position: relative;
	
}
.homeBox h2 {
	font-size: 35px;
	color: white !important;
	text-transform: none;
	font-weight: 600;
	margin: 0;
	padding: 5px 20px;
}
.homeBox a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	transition: background-color 0.2s;
}
.homeBox a:hover {
	border: none;
	background: rgba(255,255,255,0.5);
}
.topBox {
	position: relative;
	top: -60px;
}




.text img {
	max-width: 100%;
	height: auto;
	box-sizing:border-box;
}
.text ul {
	list-style: none;
	padding-left: 10px;
}

.text ul li {
  position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}
#poskytovana-pece-c {
	background-color: #F8F8F8;
}
.text ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%235EADA8' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
}
ul li ul li {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.text ol {
     line-height: 150%;
     /*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 {
	
}

.pdfPol {
	/*line-height: 140%;*/
	border: none !important;
}
.pdfPol img {
	vertical-align: middle;
	height: 25px;
	padding: 0 5px 0 0;
}
.polozkyPdf {
	margin: 10px 0 0px;
}
.pojistovny img {
	vertical-align: middle;
	max-width: 250px;
}
.perex {
	font-weight: normal;
	font-size: 22px;
	line-height: 145%;
	font-family: 'Amatic SC', 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(--ruzova);
    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;
}



#kontakt .left,#kontakt .right {
	width: 50%;
	position: relative;
}
#kontakt {
	/*display: flex;*/

}
.parallax {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.parallax.pbg1 {
	background: url(../images/slider/bgTop1.jpg) no-repeat center right / cover;
}




#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;
}

.od {
	padding: 0 0 10px 0;
	font-size: 18px;
}
.od .den:nth-child(1) {
	display: inline-block;
	width: 80px;
	font-weight: 500;
	color: var(--text);
}
.od .den:nth-child(2) {
	display: inline-block;
	width: 115px;
	text-align: right;
}
.od .den:nth-child(3) {
	display: block;
	/*width: 120px;*/
	text-align: left;
	padding-left:84px; 
}
.den span:nth-child(1) {
	font-size: 14px; 
}

.topBox .od .den:nth-child(1) {
	color: inherit;
	font-weight: 400;
}
.topBox .od .den:nth-child(1) {
	color: inherit;
	font-weight: 400;
}


.ord-item {
	padding: 0 0 15px 0;
	font-size: 16px;
}
.clearfix:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}
	.ord-den {
		float: left;
		width: 80px;
		text-align:left;
		font-weight: 500;
		color: var(--text);
		font-size: 18px;
	}
	.ord-doba {
		float: left;
	}
	.ord-cas {
		width: 120px;
		text-align: right;
		display: inline-block;
		box-sizing: border-box;
		padding: 0 10px 0 0;
		float: left;
		font-weight: 500;
	}
	.ord-info {
/*		width: 150px;
		text-align: left;
		display: inline-block;*/
		float: left;
	}





#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;
}
#poptavka #telefon, #poptavka #email{
	width: calc(100% / 2 - 2px);
}
.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;
	}


.kontakt-left {
	width:100%;max-width:600px;float:right;box-sizing:border-box;padding:20px;
}


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) {
	#sliderTitle .btn-obj {
		display: none;
	}
	#sliderTitle {
		padding: 10% 0;
	}
	#menu::after {
		display: none;
	}
	
	#menu {
		background: none;
		position: relative;
	}
	#nav li a {
		color: var(--tmhneda);
	}
	#homeImg{
		/*content:url('../images/home1.png');*/
	}
	#topLinks .btn-obj {
		font-size: 13px !important;
		padding: 3px 10px;
	}
	.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 !important;
    box-shadow: none !important;
}
	#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: 1000px) {
	.homeBox h2 {
		font-size:26px;
		padding: 5px;
	}
	.topBox {
		top: -55px;
	}
}
@media screen and (max-width: 800px) {
	.akt-item {
		margin: 10px;
	}
	.parallax {
		height: auto;
	}
	.homeBox {
		margin: 10px;
	}
	.topBox {
		top: -45px;
	}
	.rakt {
		padding-top: 35px;
	}
	.text ul {
		list-style-position: inside;
	}
	#kontakt {
		display:block;
	}
	#kontakt .right {
		/*height: 250px;*/
	}
	.kontakt-left, .kontakt-right {
	width:100%;max-width:none;float:none;
	box-sizing:border-box;padding:20px;
}	
	#footer .left {

		margin: 0 auto 10px auto;;

	}

	#kontakt .right {
		padding: 20px;
		box-sizing: border-box;
	}
	#footer .right {
		text-align: center;
	}
	#footer {
		text-align: center;
	}
	#sliderTitle {
		font-size: 45px;
	}
	#sliderTitle .btn-obj {
		font-size: 20px !important;
	}
	#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;
	}
	
	.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) {
	
	.akt-item {
      flex: auto;
		width: 90%;
	}
	.homeBox {
		
	}
	.topBox {
    top: -50px;
}
	.boxes {
		display: block !important;
	}
	#logo {
		width: 195px;
		background-size: contain;
		position: absolute;
	}
	#homeContent .box, #aktuality .akt-item {
		width: 100% !important;
		box-sizing: border-box;
	}
	#sliderBox {
		height: 400px;
	}
	#sliderText {
		/*top: 50px;
		font-size: 35px;*/
	}
	.sliderLeft,.sliderRight,.bx-prev,.bx-next {
		display: none;
	}

	.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: 630px) {
	#sliderInfo .flexInfo {
		flex-wrap: wrap;
		justify-content: center;

	}
	#sliderTitle div {
		font-size: 18px !important;
	}
	#sliderInfo .flexInfo .s {
		margin: 5px 15px 10px 0;
	}
	#footer .left, #footer .right {
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 630px) {
	.topBox {
		
	}
	.homeBox.obj {
		order: 1;
	}
	.homeBox.ord {
		order: 2;
	}
	.homeBox.kon {
		order: 3;
	}
	.homeBox.akt {
		order: 4;
		flex-basis: 100%;
	}
	#aktuality-c {
		order: 5;
	}
}
@media screen and (max-width: 460px) {
	.homeBox {
		margin:5px;
	}
	.homeBox.kon {
		flex-basis: 100%;
	}
	.mail-k {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	#sliderTitle {
		padding: 15% 0;
	}
	#topLinks {
		/*display: none;*/
	}
	#menu {
		/*padding: 25px 0 10px 0;*/
	}
	#sliderTitle .btn-obj {
          /*display: inline !important;*/
     }
}
@media screen and (max-width: 450px) {

	.homeTextImage {
		height: 300px !important;
	}
	
	.text img {
		/*display: block;
		box-sizing: border-box;
		float: none;*/
	}
	
	#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;
	}
}