button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	background-image: url('img/foto-paralax.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212F1D;
	font-size: 18px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
header {
	height: 71px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 888;
}
header .row {
	padding: 0;
	max-width: 100%;
}
body#logged header {
	top: 32px;
}
.logo {
	display: block;
	margin: 55px auto 0;
	text-align: center;
}
body.page {
	background: none;
}
body.page .logo {
	margin: 30px auto 0;
	width: 170px;
}
body.page .main-box {
	height: auto;
	min-height: inherit;
	padding-bottom: 10px;
}
body.page .main-box h1 {
	margin-top: 40px;
}
.main-menu {
	background: #212F1D;
	padding: 20px 110px 20px 0;
	text-align: right;
	float: left;
	height: 71px;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	width: 100%;
	transform: translate(100%,0);
}
body.open-mobile .main-menu {
	transform: none;
}
.main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-menu ul li {
	margin: 0 25px;
	position: relative;
	display: inline-block;
}
.main-menu ul li a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
}
.main-menu ul li a:hover {
	text-decoration: underline;
}
.main-menu ul ul {
	opacity: 0;
	background: #212F1D;
	padding: 40px 20px 20px;
	position: absolute;
	top: 20px;
	left: -20px;
	width: 200px;
	text-align: left;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.main-menu ul li:hover ul {
	opacity: 1;
}
.main-menu ul ul li {
	margin: 10px 0;
	display: block;
}
.main-menu ul ul li a {
	font-size: 16px;
}
.main-menu ul li.menu-item-has-children > a {
	background-image: url('img/sipka-dolu.svg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
.main-menu ul li.menu-item-has-children > a {
	cursor: default;
}
.main-menu ul li.fb a {
	background-image: url('img/fb-logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 35px;
	display: inline-block;
	position: relative;
	top: 11px;
	margin-top: -11px;
}
.main-menu ul li.phone a {
	border-left: 1px solid #E4E1DC;
	font-size: 20px;
	color: #E4E1DC;
	padding: 5px 0 5px 25px;
}
header .menu-show {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #212F1D;
	background-image: url('img/hamburger.svg');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 89px;
	font-size: 0;
	height: 71px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
body.open-mobile header .menu-show {
	background-image: url('img/krizek.svg');
}
header .menu-show span {
	position: absolute;
	left: 13px;
	display: none;
	width: 25px;
	height: 2px;
	background: #FF494A;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 13px;
	width: 13px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 21px;
	width: 18px;
}
header .menu-show span:nth-child(4) {
	top: 29px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 22px;
	width: 20px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px;
	width: 20px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.main-box {
	background-image: url('img/main-box.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	min-height: 920px;
	position: relative;
	text-align: center;
	color: #fff;
}
.main-box img.pilsner {
	position: absolute;
	right: 30px;
	bottom: 34px;
}
.main-box img.budvar {
	position: absolute;
	right: 270px;
	bottom: 34px;
}
.main-box h1 {
	font-family: 'Rakkas';
	font-size: 77px;
	font-weight: 400;
	line-height: 115px;
	margin: 80px 0 30px;
	padding-bottom: 35px;
	background-image: url('img/cara.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
}
.main-box p {
	font-size: 25px;
	max-width: 810px;
	display: block;
	margin: 0 auto 45px;
	line-height: 38px;
}
.main-box a.button {
	min-width: 200px;
	text-align: center;
}
section.about-us {
	background: #E4E1DC;
	text-align: center;
}
section.about-us .row, section.penzion .row, section.billard .row {
	max-width: 900px;
}
section.about-us p, section.penzion p, section.billard p {
	line-height: 24px;
	margin-bottom: 25px;
}
section.about-us h2, section.penzion h2, section.billard h2 {
	margin: 0 0 25px;
}
section.booking {
	background: #CFC8BD;
	text-align: center;
	padding: 45px 0 55px;
}
section.booking p {
	color: #E4E1DC;
	font-size: 60px;
	font-family: 'Rakkas';
	margin-right: 50px;
	display: inline-block;
}
section.booking img {
	display: inline-block;
	position: relative;
	bottom: -10px;
}
.section-title {
	font-family: 'Rakkas';
	font-size: 77px;
	color: #212F1D;
	margin: 0 0 40px;
	font-weight: 400;
	position: relative;
}
.section-title.line:before, .sefkuchar:before, section.menu .section-title.line:after, section.contact .section-title.line:after, section.billard .section-title.line:after, .section-title.line.news-title:after {
	background: #212F1D;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	z-index: 10;
}
.sefkuchar:before {
	top: 40px;
	width: 300px;
	left: 50%;
	transform: translate(-50%,0);
}
.section-title.line span {
	background: #E4E1DC;
	display: inline-block;
	padding: 0 20px;
	position: relative;
	z-index: 100;
}
.sefkuchar img {
	display: block;
	background: #E4E1DC;
	padding: 0 20px;
	position: relative;
	z-index: 100;
	margin: 0 auto 16px;
}
.sefkuchar {
	font-size: 16px;
	position: relative;
	margin-top: 45px;
}
section.content {
	padding: 60px 0;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
section {
	float: left;
	width: 100%;
}
a.button {
	display: table;
	height: 56px;
	line-height: 54px;
	padding: 0 20px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	border: 1px solid #E4E1DC;
}
a.button:hover {
	background-color: #E4E1DC;
	color: #212F1D;
}
a.button.white {
	background-color: #E4E1DC;
	color: #212F1D;
}
a.button.white:hover {
	background-color: #fff;
}
a.button.center {
	margin: 0 auto;
}
a.button.inline {
	display: inline-table;
	margin: 0 10px;
}
a.button.right {
	float: right;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto 15px auto;
}
.half {
	float: left;
	width: 50%;
}
.half.right {
	float: right;
}
.tabs {
	width: 100%;
	background: #E4E1DC;
	padding: 5px 70px 50px;
	float: left;
}
.tabs .half {
	width: 50%;
	padding-right: 50px;
}
.tabs .half?nth-child(2n+0) {
	padding: 0 0 0 50px;
}
section.menu {
	padding: 90px 0;
}
section.menu .section-title.line {
	color: #E4E1DC;
	text-align: center;
}
section.menu .section-title.line span, section.contact .section-title.line span {
	background: none;
}
section.menu .section-title.line:before, section.menu .section-title.line:after, section.contact .section-title.line:before, section.contact .section-title.line:after, section.billard .section-title.line:after, section.billard .section-title.line:before, .section-title.news-title.line:before, .section-title.news-title.line:after {
	background: #E4E1DC;
	opacity: 0.7;
	width: 200px;
	left: 50%;
}
section.menu .section-title.line:before, .section-title.news-title.line:before {
	transform: translate(60%,0);
}
section.menu .section-title.line:after, .section-title.news-title.line:after {
	transform: translate(-160%,0);
}
.tabs-menu {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 16px;
}
.tabs-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-menu ul li {
	margin: 0 50px;
	display: inline-block;
}
.tabs-menu ul li a {
	color: #E4E1DC;
	opacity: 0.5;
	font-size: 26px;
	font-weight: 700;
}
.tabs-menu ul li a:hover, .tabs-menu ul li.active a {
	opacity: 1;
}
.tabs h3 {
	margin: 45px 0 25px;
	font-family: 'Rakkas';
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #212F1D;
}
.tabs p {
	margin: 0 0 15px;
	font-size: 18px;
	color: #212F1D;
	font-weight: 700;
	float: left;
	width: calc(100% - 80px);
	line-height: 130%;
}
.tabs .price {
	font-size: 18px;
	color: #212F1D;
	font-weight: 700;
	width: 80px;
	float: right;
	text-align: right;
}
.tabs .photo {
	width: 80px;
	float: left;
}
.tabs .item.with-photo p {
	width: calc(100% - 160px);
	padding: 18px 0 18px 20px;
}
.tabs .item.with-photo .price {
	line-height: 60px;
}
.tabs p strong {
	color: #646464;
	font-weight: 400;
}
.tabs .tab-content {
	display: none;
}
.tabs #tab1.tab-content .item {
	float: left;
	width: 100%;
}
.tabs .tab-content .item.day {
	float: left;
	width: 100%;
	margin: 25px 0 15px;
	font-family: 'Rakkas';
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #212F1D;
}
.tabs .tab-content.active {
	display: block;
}
.tabs .taglich {
	margin-top: 60px;
	float: left;
	width: 100%;
}
section.gallery img {
	float: left;
	width: 25%;
}
section.gallery img {
	display: none;
}
section.gallery a:nth-child(1) img, section.gallery a:nth-child(2) img, section.gallery a:nth-child(3) img, section.gallery a:nth-child(4) img {
	display: block;
}
section.rezervace {
	background: #E4E1DC;
	text-align: center;
}
section.rezervace .section-desc {
	margin: -15px 0 50px;
	line-height: 145%;
}
section.rezervace .row {
	max-width: 1040px;
}
.entry {
	color: #212F1D;
}
.entry h2 {
	font-size: 30px;
	margin: 0 0 30px;
}
.entry ul {
	margin: 0 0 30px;
	padding: 0;
}
.entry ul li {
	margin: 0 0 10px;
	line-height: 155%;
}
.entry p {
	margin-bottom: 25px;
	line-height: 155%;
}
.entry a {
	color: #212F1D;
	text-decoration: underline;
}
.entry a:hover {
	text-decoration: none;
}
section.entry .row {
	max-width: 1040px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-form .col {
	float: left;
	width: 360px;
	margin-right: 30px;
}
.wpcf7-form .col input[type="text"], .wpcf7-form .col input[type="email"], .wpcf7-form .col select {
	float: left;
	width: 100%;
	height: 52px;
	background: #fff;
	border: 1px solid #fff;
	outline: none;
	margin-bottom: 10px;
	padding: 0 23px;
}
.wpcf7-form .col input.small {
	width: 70px;
	padding: 0 10px;
}
.wpcf7-form .col.wide {
	float: right;
	width: calc(100% - 390px);
	margin-right: 0;
}
.wpcf7-form .col.wide textarea {
	width: 100%;
	height: 270px;
	border: 0;
	background: #fff;
	resize: none;
	padding: 15px 23px;
	outline: none;
}
.wpcf7-form .pocet-osob {
	float: left;
	padding-top: 20px;
	margin-right: 25px;
}
.wpcf7-form .terms {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}
.modal .wpcf7-form .terms {
	margin-top: 0;
}
.wpcf7-form .terms label {
	cursor: pointer;
}
.wpcf7-form .terms a {
	color: #212F1D;
	text-decoration: underline;
}
.wpcf7-form .terms a:hover {
	text-decoration: none;
}
.wpcf7-form .terms .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form input[type="submit"] {
	width: 100%;
	height: 60px;
	border: 0;
	background: #212F1D;
	color: #E4E1DC;
	font-size: 18px;
	text-align: center;
	outline: none;
	float: left;
	margin-top: 30px;
	text-transform: uppercase;
}
.modal .wpcf7-form input[type="submit"] {
	margin-top: 10px;
}
.wpcf7-form input[type="submit"]:hover {
	background: #3E5537;
}
.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
}
.wpcf7-form .col input[type="text"].walcf7-datepicker {
	padding-left: 75px;
	background-image: url('img/kalendar.svg');
	background-position: 23px center;
	background-repeat: no-repeat;
}
.wpcf7-form .col input[type="text"].walcf7-timepicker {
	padding-left: 75px;
	background-image: url('img/clock.svg');
	background-position: 23px center;
	background-repeat: no-repeat;
}
.swal2-modal {
	background-color: #212F1D !important;
	background-image: url('img/logo-vodoznak.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 60px center !important;
	padding-top: 150px !important;
	padding-left: 450px !important;
	max-width: 1100px !important;
	width: 100% !important;
	height: 550px !important;
}
.swal2-modal .swal2-title, .swal2-modal .swal2-content {
	color: #fff !important;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left], .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	background: #212F1D !important;;
}
.swal2-success-ring {
	border-color: transparent !important;
}
.swal2-icon.swal2-success .swal2-success-fix {
	display: none !important;
}
section.map {
	background: #E4E1DC;
}
section.map .half.doba {
	padding: 70px 0 70px 20px;
	color: #212F1D;
	max-width: 620px;
	width: 100%;
}
section.map .half.doba .title {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 25px;
}
section.map .half.doba p {
	line-height: 145%;
	margin-bottom: 35px;
}
section.map iframe {
	display: block;
}
section.billard {
	background-image: url('img/billard.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #E4E1DC;
	text-align: center;
	padding-bottom: 80px;
}
section.billard a.button {
	font-size: 18px;
	padding: 0 40px;
	margin-top: 30px;
}
section.billard a.button:hover {
	background: #FFFFFF;
	color: #212F1D;
}
section.billard .section-title.line span {
	background: none !important;
	color: #E4E1DC;
}
section.billard .section-title.line:before, section.billard .section-title.line:after {
	background-color: #E4E1DC;
}
section.penzion {
	color: #212F1D;
	background: #E4E1DC;
	padding-bottom: 80px;
	text-align: center;
}
section.penzion a.button {
	border-color: #212F1D;
	font-size: 18px;
	padding: 0 40px;
	color: #212F1D;
	margin-top: 30px;
}
section#restaurant a.button {
	border-color: #212F1D;
	color: #212F1D;
}
section#restaurant a.button:hover {
	background: #212F1D;
	color: #fff;
}
section.penzion a.button:hover {
	background: #212F1D;
	color: #fff;
}
section.penzion a.button.green {
	background-color: #212F1D;
	color: #fff;
}
section.penzion a.button.green:hover {
	background-color: #3E5537;
}
span:has(input.wpcf7-validates-as-required) {
	display: table;
}
/*span:has(input.wpcf7-validates-as-required) input {
	margin-bottom: 0 !important;
}*/
span:has(input.wpcf7-validates-as-required):before {
	background-image: url('img/icon-req.svg');
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 45%;
	right: 15px;
	content: '';
	transform: translate(0,-50%);
}
span[data-name="your-hodina"] {
	margin-bottom: 20px;
}
section.contact {
	background-image: url('img/footer.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 40px;
	float: left;
	color: #fff;
	position: relative;
	width: 100%;
}
footer .row {
	max-width: 1040px;
}
section.contact .section-title {
	color: #fff;
	text-align: center;
}
section.contact .section-title.line:before, section.contact .section-title.line:after, section.billard .section-title.line:before, section.billard .section-title.line:after {
	background: #fff;
	opacity: 0.7;
}
section.contact .section-title.line:before, section.billard .section-title.line:before {
	transform: translate(80%,0);
}
section.contact .section-title.line:after, section.billard .section-title.line:after {
	transform: translate(-180%,0);
}
section.contact a {
	color: #fff;
}
section.contact .col {
	float: left;
	width: 30%;
}
section.contact .col p {
	line-height: 165%;
	font-size: 16px;
}
section.contact .col .title {
	font-size: 25px;
	font-weight: 700;
	margin: 10px 0 15px;
}
section.contact .col.first {
	width: 40%;
}
section.contact .col a.icon, #contact a.icon.phone {
	color: #E4E1DC;
	line-height: 49px;
	height: 49px;
	padding-left: 74px;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	font-weight: 700;
	margin-bottom: 38px;
}
section.contact .col a.icon.phone, #contact a.icon.phone {
	background-image: url('img/ikona-telefon.svg');
}
#contact a.button {
	border-color: #212F1D;
	color: #212F1D;
}
#contact a.button:hover {
	background-color: #212F1D;
	color: #fff;
}
section.contact .col a.icon.email {
	background-image: url('img/ikona-mail.svg');
}
section.contact .col a.icon.fb {
	background-image: url('img/ikona-fb.svg');
}
section.contact a.nav {
	background-image: url('img/icon-nav.svg');
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	padding: 0 45px 0 90px;
	line-height: 56px;
	font-size: 20px;
	height: 60px;
	margin: 15px 0 0;
}
section.contact a.nav:hover {
	background-image: url('img/icon-nav-hover.svg');
	text-decoration: none;
}
section.contact a:hover {
	text-decoration: underline;
}
.wpcf7-form .info {
	font-size: 16px;
	margin-top: -35px;
}
.modal-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	background: rgb(0 0 0 / 50%);
}
.modal {
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translate(-50%,0);
	max-width: 1148px;
	padding: 58px 58px 25px;
	color: #212F1D;
	width: 100%;
	background: #E4E1DC;
	box-shadow: 0px 6px 6px #00000029;
	z-index: 800;
	display: none;
}
.modal a.close {
	background-repeat: no-repeat;
	background-image: url('img/modal-krizek.svg');
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}
.modal .section-title.line span {
	color: #212F1D !important;
}
.modal .section-title.line:before, .modal .section-title.line:after {
	background: #212F1D !important;
}
.modal p.desc {
	margin: -25px 0 50px;
}
input[name="your-cas"] {
	width: 210px !important;
}
span[data-name="your-cas"] {
	float: left;
	margin-right: 20px;
}
span[data-name="pocethodin"] {
	float: left;
}
span[data-name="pocethodin"]:after {
	content: 'hod.';
	display: inline-table;
	margin: 13px 0 0 10px;
}
.cena-pronajmu {
	margin-top: 45px;
	text-align: left;
}
.cena-pronajmu strong {
	font-weight: 700;
	font-size: 40px;
}
.grecaptcha-badge {
	display: none !important;
}
.news {
	padding: 40px 0;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news.in-blog {
	
}
.news .item {
	width: calc(33.333% - 44px);
	display: inline-table;
	margin: 0 27px 35px 0;
	color: #000000;
	position: relative;
	background: #E4E1DC;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.news .item:nth-child(3n+0) {
	margin-right: 0;
}
.news .thumb {
	overflow: hidden;
	position: relative;
}
.news .item .thumb img {
	display: block;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.news .item:hover .thumb img {
	transform: scale(1.05);
}
.news .date {
	margin: 0 0 25px 0;
	font-size: 20px;
	font-weight: 700;
	color: #212F1D;
}
.news .content {
	width: 100%;
	background: #E4E1DC;
	padding: 30px 20px 0;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.news p {
	margin: 0 0 25px;
	color: #212F1D;
	line-height: 125%;
	font-size: 18px;
}
.news .item:hover .content, .news .item:hover {
	background: #F2EFEB;
}
.left-side.in-post .content {
	padding: 30px 18px;
	background: #E4E1DC;
}
.left-side.in-post img.attachment-full {
	width: 100%;
}
.left-side.in-post img {
	display: block;
}
.left-side.in-post .date {
	margin: 0 0 25px 0;
	font-size: 20px;
	font-weight: 700;
	color: #212F1D;
}
.left-side.in-post {
	float: left;
	width: 70%;
	max-width: 100%;
}
.news.in-post {
	float: right;
	width: 25%;
}
.news.in-post .item {
	width: 100%;
	margin-right: 0;
}
.left-side.in-post h2 {
	color: #B79740;
	font-size: 25px;
	margin-bottom: 10px;
}
#menu a.button {
	font-size: 18px;
}
section#news {
	background: #000;
}
.section-title.news-title {
	margin-top: 100px;
	color: #fff;
	text-align: center;
}
.section-title.news-title span {
	background: none;
}
.section-title.news-title.line:before {
	transform: translate(90%,0);
	background: #fff;
}
.section-title.news-title.line:after {
	transform: translate(-190%,0);
	background: #fff;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
	max-width: 300px;
	display: block;
	margin: 0 auto 30px;
}
.gallery-nav {
	width: 100%;
	margin-bottom: 40px;
	font-size: 18px;
	float: left;
}
.gallery-nav a {
	padding: 0 25px 0 0;
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 15px;
	background-image: url('img/icon-gallery-arrow.svg');
	color: #212F1D;
	font-weight: 700;
	text-decoration: underline;
}
.gallery-nav a:hover {
	text-decoration: none;
}
.gallery-list, .gallery-photos {
	width: 100%;
	display: flex;
	float: left;
	flex-wrap: wrap;
}
.gallery-list .item {
	background: #E4E1DC;
	width: calc(33.333% - 12px);
	margin: 0 18px 36px 0;
	float: left;
	position: relative;
}
.gallery-list .item:nth-child(3n+0), .gallery-photos .item:nth-child(3n+0) {
	margin-right: 0;
}
.gallery-list .item .thumb img {
	display: block;
}
.gallery-list .item h3 {
	color: #212F1D;
	font-size: 20px;
	margin: 0;
	padding: 36px 18px;
}
.gallery-photos .item {
	width: calc(33.333% - 8px);
	margin: 0 12px 12px 0;
	float: left;
	position: relative;
}
.gallery-photos .item img {
	display: block;
}
section#veranstaltungen {
	background: #212F1D;
}
section#veranstaltungen .section-title {
	color: #fff;
	text-align: center;
}
section#veranstaltungen .section-title span {
	background: #212F1D;
}
section#veranstaltungen .section-title:before {
	background: #fff;
}



footer {
	width: 100%;
	float: left;
	padding: 20px 0 30px;
	color: #657461;
	line-height: 165%;
	text-align: center;
	background: #212F1D;
}
footer a {
	color: #657461;
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
}


.clear {clear: both;}
.only-mobile {display: none;}

@media (max-width: 1400px) {
	.tabs-menu ul li {margin: 0 20px;}
	
	
}
@media (max-width: 850px) {
	header .menu-show {width: 55px; height: 44px; background-size: 21px auto;}
	.main-box h1 {font-size: 44px; line-height: 145%; margin-top: 50px;}
	.main-box p {font-size: 20px;}
	.main-box {height: inherit; min-height: inherit; padding-bottom: 150px; background-image: url('img/main-box-mobile.jpg') !important;}
	.main-box img.pilsner {right: 20px;}
	.main-box img.budvar {left: 20px; right: inherit;}
	.section-title {font-size: 44px;}
	section.contact .col.first, section.contact .col {width: 100%; margin: 15px 0;}
	.swal2-modal {padding-left: 0 !important; background-image: none !important;}
	.main-menu {width: 260px; transform: translate(260px, 0); position: fixed; top: 0; right: 0; height: 100vh; padding: 50px 20px 20px; text-align: left;}
	.main-menu ul li {margin: 15px 0; width: 100%; float: left;}
	.main-menu ul li a {font-size: 16px;}
	.main-menu ul ul {padding: 20px 0 0 30px; position: static; width: 100%; opacity: 1;}
	.main-menu ul li.menu-item-has-children > a {background-image: none;}
	.main-menu ul li.fb {display: none;}
	.main-menu ul li.phone a {border: 0; background-size: auto 40px; font-size: 16px; background-image: url('img/ikona-telefon.svg'); background-position: left center; background-repeat: no-repeat; height: 40px; padding: 10px 0 10px 50px;}
	.gallery-list .item h3 {font-size: 16px;}
	
	
}
@media (max-width: 740px) {
	.wpcf7-form .col, .wpcf7-form .col.wide, span:has(input.wpcf7-validates-as-required), .half, .tabs .half, .news .item, .news .item img, .left-side.in-post, .news.in-post {width: 100%;}
	section.rezervace .section-desc br {display: none;}
	span[data-name="pocetosob"], span[data-name="your-cas"] {width: auto !important;}
	.wpcf7-form .col.wide {margin-top: 20px;}
	section.menu .section-title.line:before, section.menu .section-title.line:after, section.contact .section-title.line:before, section.contact .section-title.line:after, section.billard .section-title.line:after, section.billard .section-title.line:before, .section-title.news-title.line:before, .section-title.news-title.line:after {width: 100px;}
	.modal {padding: 30px 20px 20px;}
	section.map .half.doba {padding-top: 40px; padding-bottom: 20px;}
	.wpcf7-form .col.wide textarea {height: 150px;}
	.tabs {padding: 5px 20px 30px;}
	.tabs .half {padding-right: 0;}
	.tabs h3 {font-size: 22px; margin: 25px 0 15px;}
	.tabs p {font-size: 16px;}
	.tabs-menu {margin-bottom: 0;}
	.tabs-menu ul li {margin: 0 5px 10px;}
	.news .item {margin-right: 0;}
	.tabs-menu ul li a {font-size: 16px; font-weight: 400; height: 40px; line-height: 40px; background-color: #212F1D; color: #fff;padding: 0 5px; display: inline-block;}
	.gallery-list .item, .gallery-photos .item, .gallery-list .item img, .gallery-photos .item img {width: 100%; margin-right: 0;}
}
@media (max-width: 650px) {
	.main-box h1 {font-size: 30px; margin-top: 30px;}
	.logo img {max-width: 140px;}
	.main-box p {font-size: 16px; line-height: 135%;}
	a.button {height: 40px; line-height: 38px; font-size: 16px;}
	.main-box a.button {min-width: 115px;}
	.main-box img.pilsner {max-width: 130px;}
	.main-box {padding-bottom: 120px;}
	.section-title {font-size: 32px;}
	section.content {padding: 40px 0;}
	body {font-size: 16px;}
	section.penzion a.button {margin-top: 15px;}
	section.gallery img {width: 50%;}
	.tabs-menu ul li a {font-size: 14px;}
	
	
	
	
}
