@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:400,700&display=swap');
body, html {
	height: 100%;
	position: relative;
	margin: 0;
	color: #151515;
	font-family: 'Roboto', sans-serif !important;
}

.kat-vypis {
     display: inline-block;
     margin: 5px;
     padding: 5px 10px;
     border: 1px solid #755917;
     text-decoration: none;
     background: #755917;
     color: white;
     font-size: 25px;
}
.cenaKat {
     color: #755917;
     font-size: 20px;
     font-weight: bold;
}
.infoBTN {
     background: #755917;
     color: white;
     text-decoration: none;
     padding: 2px 5px;
     font-size: 20px;
}
.polozkyFlex {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
.polozka {
     max-width: 350px;
     width: 100%;
     box-sizing: border-box;
     padding: 25px;
}
.polozka h3 {
     font-size: 20px;
}
.polozka .polImg a {
     display: block;
     width: 100%;
     height: 100%;
}
.polozka h3 a {
     text-decoration: none;
}
.polozka img {
     display: none;
}
.polImg {
     width: 100%;
     aspect-ratio: 2 / 1.2;
     background-size: contain;
     background-position: 50%;
     position: relative;
     background-repeat: no-repeat;
}
.detail img {
     max-width: 100%;
     height: auto;
}
.popis {
     text-align: left;
}
.detail .left, .detail .right {
     width: 48%;
}
a {
	color: #151515;
}
a img {
	border: none;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
#mainBg {
	background: url(../images/sliderBg/IMG_9423.jpg) no-repeat center top;
	background-size: cover;
	position: fixed !important;
	width: 100%;
	height: 100vh;
}
.font {
	font-family: 'Roboto Slab', serif;
}
.hneda {
	color: #755917;
}
.bgHneda {
	background-color: #755917;
}
#top {
	position: fixed;
	width: 100%;
	z-index: 500;
	-webkit-transition: background 0.2s ease;
   -moz-transition: background 0.2s ease;
   -o-transition: background 0.2s ease;
   transition: background 0.2s ease;
}

.top-scroll {
	background: rgba(0,0,0,0.8);
}
	#logo {
		float: left;
		width: 262px;
		height: 70px;
		background: url(../images/logo.png) no-repeat center top;
		-webkit-transition: background 0.2s; /* property duration timing-function delay */
      -moz-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s;
	}
	.logo-at {		
		background: url(../images/logo-at.png) no-repeat left top !important;
	}
	/*#logo:hover {
		background: url(../images/logo1.png) no-repeat center top;
	}*/
	#lang {
		text-decoration: none;
		color: white;
		font-size: 16px;
		font-weight: 300;
		margin-right: 12px;
	}
	.topRight {
		float: right;
		text-align: right;
		border-bottom: 1px solid white;
		width: calc(100% - 300px);
		position: relative;
	}
#myVideo {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}
#menu {
	margin-top: 12px;
}
.homeButton {
	height: 21px;
	width: 21px;
	background: url(../images/homeButton.png) no-repeat top center / cover;
	display: inline-block;
	vertical-align: text-bottom;
	
	-webkit-transition: background 0.2s; /* property duration timing-function delay */
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.homeButton:hover {
	background: url(../images/homeButton1.png) no-repeat top center / cover;
}
#nav {
		margin: 0;
		padding: 0;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase;
		-webkit-transition: color 0.2s; 
    	transition: color 0.2s;
		text-decoration: none;
		color: white;
		padding: 2px 12px 5px;
		z-index: 999;
		outline: none;
		position: relative;
	}
	#nav li a:hover,.actfMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		/*color: white !important;*/
	}
	#nav li:last-child > a {
		/*padding: 0px 0px 0 12px;*/
	}
	#nav li a .borderMenuItem {
		position: absolute;
		width: 50%;
		height: 2px;
		bottom: -2px;
		left: calc(50% - 25%);
		opacity: 0;
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;
	}
	#nav li a:hover > .borderMenuItem,.actMenu > .borderMenuItem {
		visibility: visible !important;
  		opacity: 1 !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 {
    color: #4D4948;
	 text-transform: none;
    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;
	 text-align: left;
}
#nav ul li a:hover {
    color: #755917 !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;
}
#copyHome {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: white;
}
#copyHome a {
	color: white;
	text-decoration: none;
}
#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}


.pageTop {
	width: 100%;
	height: 500px;
	background: white url(../images/pageTopat.jpg) no-repeat top left / cover;
	position: relative;
}
.pageTopBG {
	width: 100%;
	height: 100%;
}
.perex {
	color: white;
	position: absolute;
	bottom: 0;
	right: 50px;
	width: calc(50% - 150px);
	padding: 30px;
	text-align: right;
	font-size: 18px;
}
.textImage {
	position: absolute;
	top: 0;
	right: 50px;
	width: calc(50% - 90px);
	height: 300px;
	/*min-height: 300px;*/
}
#map {
	width: 100%;
	height: 100%;
	max-height: 300px;
	position: relative;
	min-height: 300px;
}
.textLeft {
	/*width: calc(50%);*/
	margin: 0 0 30px 0;
	min-height: 220px;
}
.textImageHelp {
	float: right;
	width: calc(50% - 20px);
	height: 265px;
}
.text {
	line-height: 140%;
}
.left {
	/*max-width: 48%;*/
	float: left;
}
.right {
	/*max-width: 48%;*/
	float: right;
}
.textIn {
	padding: 50px;
	position: relative;
}
.pageText {
	background: rgba(255,255,255,1);
}
.pageText2 {
	background: #CCA681;
}
.footer .textIn {
	padding: 20px;
	font-size: 14px;
}
.footer .textIn a {
	text-decoration: none;
}
h1 {
	color: white;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 60px;
	text-align: right;
	margin: 0;
	padding: 50px 50px 0 0;
}
h2 {
	color: #755917;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 30px;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 140%;
}
h3 {
	color: #755917;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 22px;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 140%;
}
.den {
	display: inline-block;
	width: 60px;
}

.text table {
	border: 1px solid #755917;
}
.text table tr td {
	padding: 5px 5px;
}
.text table tr:nth-child(odd) {
    background-color: #f6f6f5;
}


.text table.cenikCZ tr td:nth-child(2) {
	width: 70px;
	text-align: right;
}
.text table.cenikCZ tr td:nth-child(3) {
	width: 90px;
	text-align: left;
}


.text table.cenikAT tr:first-child {
	font-size: 13px;
	font-weight: bold;
}
.text table.cenikAT tr td:nth-child(2),
.text table.cenikAT tr td:nth-child(3) {
	width: 120px;
	text-align: right;
}
.text table.cenikAT tr td:nth-child(4) {
	width: 120px;
	text-align: left;
}
.transportTable {
	text-align: center;
	display: inline-block;
	width: 30%;
	min-height: 300px;
}


#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% / 5 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.gal .square {
	width: 100%;
	height: auto;
	position: relative;
	visibility: hidden;
	z-index:-999;
}
.gal a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
	 position: absolute;
	 top:0;left:0;
}
.zoomImg {
	display: none;
	margin: 0 auto;
	line-height: 100%;
	padding-top: calc(50% - 26px);
}
.gal a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.gal a:hover > .zoomImg {
	display: block !important;
}
.gal a img {
    display: none;
}







#name_inp {
     display:none;
}
#poptavka {

	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;
    width: 50%;
	 font-size: 15px;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
    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;
	 font-family: 'Roboto';
}
.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: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}





















@media screen and (max-width: 1100px) {
	.menuItemResp {
		display: none !important;
		text-align: right !important;
		background: white;
	}
	.menuItemResp a {
		color: #151515 !important;
	}
	.menuItemResp .homeButton {
		background: url(../images/homeButton1.png) no-repeat top center / cover !important;
	}
	#nav li a .borderMenuItem {
		right: 0 !important;
		left: auto !important;
		bottom: 0;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
		text-align: right !important;
	}
	#nav ul {
		opacity: 1;
		visibility: visible;
		position: relative;
	}
	#nav ul li {
		display: inline-block;
	}
	.text img, .text iframe {
		max-width: 100%;
		height: auto;
	}
	#nav li a {
		padding: 5px 12px ;
	}
	h1 {
		font-size: 40px;
	}
	.perex {
		font-size: 16px;
	}
}
@media screen and (max-width: 1000px) {
	.pageTop {
		height: 350px;
	}
	.transportTable {
		width: 90%;
		min-height: initial;
	}
}
@media screen and (max-width: 800px) {
	.perex {
		width: calc(100% - 150px);
	}
	.textImage {
		width: calc(100%);
		position: relative;
		right: auto;
		height: auto;
		padding: 0;
	}
	.textImageHelp {
		display: none;
	}
	.textLeft {
		width: 100%;
	}
	#content .containerIn:first-child {
		padding: 0;
	}
	.gal {
    	height: 170px;
    	width: calc(90% /2);
	}
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 500px) {
	#logo {
		float: none;
		margin: 0 auto;
		display: block;
		max-width: 100%;
		background-size: contain; 
	}
	h1 {
		font-size: 30px;
		text-align: center;
		padding: 30px 10px 0 10px;
	}
	.pageTop {
		height: auto;
	}
	.perex {
		text-align: center;
		font-size: 15px;
		right: 0px;
		width: calc(100% - 20px);
		padding: 30px 10px;
		position: relative;
		margin-top: 20px;
	}
	.perex.bgHneda {
		background: rgba(117,89,23,0.7);
	}
	.textIn {
		padding: 30px 10px;
	}
	#menu {
		margin: 0;
	}
	#lang {
		margin: 0 12px;
		position: absolute;
		right: 0;
		top: 5px;
		z-index:1000;
	}
	.topRight {
		float: none;
		text-align: center;
		width: 100%;
	}
	.menuItemResp, #menuResponsive {
		text-align: center !important;
	}
	#nav li a .borderMenuItem {
		
		bottom: 0;
		left: calc(50% - 25%) !important;
	}
	#lang {
		position: relative;
		margin: 5px 12px;
	}
}
@media screen and (max-width: 400px) {
	.gal {
    	height: 170px;
    	width: calc(100% - 4px);
	}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
}