* { padding: 0; margin: 0; }
html, body, #menu {
    min-height: 100vh;
}

body {
	background-color: #f5f5f5!important;
	overflow-y: scroll;
	font-family: 'IBM Plex Sans', sans-serif;
}

main {
margin-top: 50px;
}

.navbar-button {
	background-color:transparent;
	border:2px solid #db9766;
	display:inline-block;
	cursor:pointer;
	color:#db9766;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 28px;
	text-decoration:none;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.navbar-button:hover {
	background-color:#db9766;
	text-decoration: none;
	color: #fff;
}
.navbar-button:active {
	position:relative;
	top:1px;
}

#menuToggle
{
  display: block;
  position: relative;
  left: 30px;
  top: 4px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}


#menuToggle span
{
  display: block;
  width: 50px;
  height: 3px;
  margin-bottom: 12px;
  position: relative;
  
  background: #db9766;
  border-radius: 0px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

@media screen and (max-width:768px){
	
	.galerie-nadpis {
		padding-top: 200px;
	}
	
	.social {
	display: none;
	}
}

@media screen and (max-width:767px){
	
	.top-container {
		height: 0!important;
	}
	
	.maintext {
		margin-top: 130px;
	}
	
	.nav-height {
		height: 0!important;
	}
	
	.bottomicon-container {
		height: 90px;
	}
	
	.banner-txt {
		font-size: 26pt!important;
	}
	
	.napis-aktuality {
		font-size: 20pt;
		font-weight: 600;
	}
	
	#menuToggle
	{
		left: 0;
	}
	
	#menuToggle span
	{
		left: 0;
		width: 34px;
		height: 2px;
		margin-bottom: 8px;
	}
	
	#menu-toggle {
		left: 0;
		width: 30px;
		height: 30px;
	}
	
	#menuToggle input
	{
		left: 0;
	}
	
	a.logo {
		display: none;
	}
	
	.btn-ohodnotte-nas {
		display: none;
	}
	
	a.logo-m {
		display: block;
		width: 160px;
		position: relative; 
	}
	
	.navbar {
		min-height: 60px;
	}
	
	main {
		margin-top: 60px!important;
	}
	
	#menuToggle input
{
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

ul#menu {
	left: 20px;
}

.banner-top {
	height: 100px;
	background-size: cover;
}

.banner-height {
	height: 180px;
	width: 100%;
}

.nabidka-seznam {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	border: 2px solid #483022; 
	border-top: 0;
}

h1.maintext {
	font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16pt;
	color: #212628;
	font-weight: 300;
	margin-bottom: 25px;
}

img.logo-footer {
	display: none;
}


.nabidka-outline {
	width: 100%;
	height: 60px;
	overflow: hidden;
	border: 2px solid #483022;
}


.card-nabidka {
	margin-bottom: 10px;
	border-radius: 0;
    border: 0;
}

.main-cara {
	margin-top: 25px;
	margin-bottom: 25px;
	display: none;
}

.nabidka-fade {
	height: 60px;
}

h3.kategorie {
	margin-bottom: 20px;
	font-weight: 700;
	color: #a68558;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14pt;
	margin-top: 40px;
}	

.jidlo {
margin-left: 0px; 
font-size: 12pt; 
line-height: 18px;
width: 100%;
}

.cena {
	text-align: right;
}

.jidlo-popis {
	font-size: 9pt;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #5a5a5a;
}

h2.kontakt-nazev {
	margin-bottom: 20px; 
	margin-top: 10px;
	font-size: 18pt;
}

.kontakt-info {
	padding: 20px;
}

.kontakt-form {
	padding: 20px;
}

.hodnoceni {
	display: block;
}

.rating {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}

main.ohodnotte-nas {
	padding-left: 20px; 
	padding-right: 20px; 
}

p.kontakt-left {
	font-size: 14pt;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 400;
}

li.map {
  padding-left: 2em;
  font-size: 14pt; 
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  background: url('../img/icon_map.png')  no-repeat;
  background-size:  28px;
}

li.phone {
  padding-left: 2em;
  font-size: 14pt; 
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 35px;
  background: url('../img/icon_phone.png')  no-repeat;
  background-size:  28px;
}

li.email {
  padding-left: 2em;
  font-size: 14pt; 
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 35px;
  background: url('../img/icon_message.png')  no-repeat;
  background-size:  28px;
}

.container.o-nas {
	padding-left: 20px; 
	padding-right: 20px;
}


p.main-text {
	font-size: 12pt;
	margin-bottom: 0;
	font-weight: 300;
}

p.main-text span{
	font-size: 12pt!important;
	margin-bottom: 0;
}

.nabidka {
    padding: 15px!important;
}

.row.hvezdy {
	margin-top: 50px; 
	padding-bottom: 50px; 
	padding-left: 0; 
	padding-right: 0;
}

.mainicon-container {
	height: 180px; 
}

.napis-bistro {
	top: calc(50% - 25%);
	left: calc(50% - 25%);
	font-size: 48pt;
}

.napis-klub {
	top: calc(50% - 25%);
	left: calc(50% - 25%);
	font-size: 48pt;
}

.pulkruh1 {
	display: none;
}

.pulkruh2 {
	display: none;
}

.main-fade {
	display: none;
}

.menu-btn-mobile {
	padding: 5px!important;
	font-size: 9pt;
}



}

@media screen and (min-width:768px){
	
	
	a.logo {
		display: block;
		position: relative;
		transition: height 0.25s ease-in-out;
		height: 110px;
	}
	
	a.logo-m {
		display: none;
	}
	
	.btn-ohodnotte-nas {
		position: relative; 
		right: 30px;
	}
	
	.invisible {
		display: none;
	}
	
	.navbar {
		min-height: 60px;
	}
	
	
	#menuToggle input
{
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  left: 0px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

.banner-top {
	height: 260px;
}

.banner-height {
	height: 316px;
	width: 100%;
}

.nabidka-seznam {
	padding: 80px; 
	border: 4px solid #483022; 
	border-top: 0;
}

h1.maintext {
	font-family: 'IBM Plex Sans', sans-serif;
    font-size: 24pt;
	color: #212628;
	font-weight: 300;
}

h2.mb-0 {
	font-family: 'IBM Plex Sans', sans-serif;
    font-size: 50pt;
	color: #212628;
	font-weight: 500;
	text-align: center;
	padding-top: 22px;
}

img.logo-footer {
	width: 100%;
	margin-top: 40px;
}

.nabidka-outline {
	width: 100%;
	height: 145px;
	overflow: hidden;
	border: 4px solid #483022;
}


.card-nabidka {
	margin-bottom: 60px;
	border-radius: 0;
    border: 0;
}

.main-cara {
	margin-top: 50px;
	margin-bottom: 50px;
}

.nabidka-fade {
	height: 145px;
}

h3.kategorie {
	margin-bottom: 30px;
	font-weight: 500;
	color: #a68558;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 26pt;
	margin-top: 60px;
	margin-bottom: 60px;
}	

.jidlo {
margin-left: 10px; 
font-size: 18pt; 
line-height: 30px;
}

.jidlo-popis {
	margin-left: 0;
	font-size: 11pt;
}

h2.kontakt-nazev {
	margin-bottom: 20px; 
	margin-top: 10px;
	font-size: 20pt;
    font-weight: 600;
}

.kontakt-info {
	padding: 40px;
}

.kontakt-form {
	padding: 40px;
}

.hodnoceni {
	display: none;
}

.rating {
  height: 60px;
  line-height: 60px;
  font-size: 60px;
}

main.ohodnotte-nas {
	padding-left: 80px; 
	padding-right: 80px; 
}


p.kontakt-left {
	font-size: 18pt;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 400;
}

li.map {
  padding-left: 2em;
  font-size: 18pt; 
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
  background: url('../img/icon_map.png')  no-repeat;
  background-size:  stretch;
}

li.phone {
  padding-left: 2em;
  font-size: 18pt; 
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 35px;
  background: url('../img/icon_phone.png')  no-repeat;
  background-size:  stretch;
}

li.email {
  padding-left: 2em;
  font-size: 18pt; 
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 35px;
  background: url('../img/icon_message.png')  no-repeat;
  background-size:  stretch;
}

.container.o-nas {
	padding-left: 80px; 
	padding-right: 80px;
}


p.main-text {
	margin-bottom: 0;
	font-weight: 300;
}

.row.hvezdy {
	margin-top: 50px; 
	padding-bottom: 50px; 
	padding-left: 50px; 
	padding-right: 50px;
}

.mainicon-container {
	height: 620px; 
}

.bottomicon-container {
	height: 200px; 
}

.napis-bistro {
	top: 25%;
	font-size: 68pt;
	left:25%;
}

.napis-klub {
	top: calc(50% - 25%);
	font-size: 68pt;
	left: calc(50% - 25%);
}

.napis-aktuality {
	font-size: 5em;
}
}
	
#menuToggle:hover span {
	background: #512c12;
}


#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 350px;
  margin: -92px 0 0 -50px;
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 125px;
  font-family: 'IBM Plex Sans', sans-serif;
  background: #212628;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s ;
}

#menu li.menuitem
{
  padding: 10px 0;
  font-size: 22px;
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,0.125);
  transition: padding-left ease-in-out 0.1s;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#menu a
{
	color: #fff;
}

#menu a:hover
{
	text-decoration: none;
}

#menu li.menuitem:hover 
{
	padding-left: 15px;
}



.mainicon-container {
	overflow: hidden;
	
	width: 100%;
	-webkit-box-shadow: 0px 0px 0px 4px #512c12;
-moz-box-shadow: 0px 0px 0px #512c12;
box-shadow: 0px 0px 0px 4px #512c12;
}

.bottomicon-container {
	overflow: hidden;
	
	width: 100%;
	-webkit-box-shadow: 0px 0px 0px 4px #512c12;
-moz-box-shadow: 0px 0px 0px #512c12;
box-shadow: 0px 0px 0px 4px #512c12;
}

.bistro {
	width: 100%; 
	background: #db9766;
	padding: 10px; 
	height: 100%;
	
	background: url('../img/bistro.jpg'); 
	background-size: cover;
	background-position: center center;
	transition: background-image ease-in-out 0.5s, transform ease-in-out 0.5s;
}

.klub {
	width: 100%; 
	background: #db9766;
	padding: 10px; 
	height: 100%; 
	background: url('../img/klub.jpg'); 
	background-size: cover;
	background-position: center center;
	transition: background-image ease-in-out 0.5s, transform ease-in-out 0.5s;
}

.aktuality {
	width: 100%; 
	background: #db9766;
	padding: 10px; 
	height: 100%;
	display: flex;
	background: url('../img/aktuality.jpg'); 
	background-size: cover;
	background-position: center center;
	transition: background-image ease-in-out 0.5s, transform ease-in-out 0.5s;
	align-items: center;
	justify-content:center;
}

.napis-bistro {
position: absolute;
font-family: 'IBM Plex Sans', sans-serif; 
text-align: center; 
color: #311f13; 
pointer-events: none; 
z-index: 3;
opacity: 1;
transition: opacity ease-in-out 0.5s;
}

.napis-klub {
position: absolute; 
font-family: 'IBM Plex Sans', sans-serif; 
text-align: center; 
color: #311f13; 
pointer-events: none; 
z-index: 3;
opacity: 1;
transition: opacity ease-in-out 0.5s;
}

.napis-aktuality {
position: absolute; 
font-family: 'IBM Plex Sans', sans-serif; 
text-align: center; 
color: #311f13; 
pointer-events: none; 
z-index: 3;
opacity: 1;
transition: opacity ease-in-out 0.5s;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
align-items: center;
margin-top: auto;
margin-bottom: auto;
top: 50%;
    transform: translateY(-50%);
	line-height: 1;
	padding: 20px;
}

.bistro:hover {
	background: url('../img/bistro.jpg'); 
	background-size: cover;
	background-position: center center;
	transform: scale(1.1);
}

.mainicon-container:hover .main-fade {
	opacity: 0;
}

.mainicon-container:hover .pulkruh1 {
	opacity: 1;
}

.mainicon-container:hover .pulkruh2 {
	opacity: 1;
}

.bottomicon-container:hover .bottom-fade {
	opacity: 0;
}



.klub:hover {
	background: url('../img/klub.jpg'); 
	background-size: cover;
	background-position: center center;
	transform: scale(1.1);
}

.aktuality:hover {
	background: url('../img/aktuality.jpg'); 
	background-size: cover;
	background-position: center center;
	transform: scale(1.1);
}

.main-fade {
	width: calc(100% - 26px);
	height: 100%;
	background-color: #9a662f;
	mix-blend-mode: hard-light;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: opacity ease-in-out 0.5s;
}

.bottom-fade {
	width: calc(100% - 26px);
	height: 100%;
	background-color: #9a662f;
	mix-blend-mode: hard-light;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: opacity ease-in-out 0.5s;
}



.pulkruh1 {
	position: absolute;
	width: 309px;
	height: 107px;
	background: url('../img/pulkruh1.png');
	left: calc(50% - 155px);
	top: 168px;
	opacity: 0;
	pointer-events: none;
	transition: opacity ease-in-out 0.5s;
	z-index: 3;
}

.pulkruh2 {
	position: absolute;
	width: 309px;
	height: 107px;
	background: url('../img/pulkruh2.png');
	left: calc(50% - 155px);
	top: 360px;
	opacity: 0;
	pointer-events: none;
	transition: opacity ease-in-out 0.5s;
	z-index: 3;
}

.icon-facebook-menu {
	font-size: 26pt;
	margin-top: 40px;
}

.icon-instagram-menu {
	font-size: 26pt;
	margin-left: 15px;
	margin-top: 40px;
}

main {
	margin-bottom: 80px;
	transition: 0.4s;
}

footer {
	border-top: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	min-height: 390px;
	transition: 0.4s;
}

p.footer-nadpis {
	font-family: 'IBM Plex Sans', sans-serif;
	color: #000;
	font-size: 19pt;
	font-weight: 200;
	margin-top: 40px;
	margin-bottom: 20px;
}

table.provozni-doba td {
	font-family: 'IBM Plex Sans', sans-serif;
	padding: 0;
	font-size: 12pt;
}

.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../img/loader.svg');
   background-repeat: no-repeat; 
   background-position: center;
}

img#logo {
	transition: 0.4s;
	height: 100%;
}

.loading-back {
	position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
	background-image: url('../img/loading.jpg');
	background-repeat: no-repeat;
	background-position: center;
	 background-color: #fff;
	z-index: 9998; 
}

.banner-menu {
	width: 100%;
	background-image: url('../img/bg-menu.jpg');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	transition: 0.4s;
	z-index: 1;
}

.banner-denni {
	width: 100%;
	background-image: url('../img/bg-menu.jpg');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	transition: 0.4s;
	z-index: 1;
}

.banner-o-nas {
	width: 100%;
	background-image: url('../img/bg-menu.jpg');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	transition: 0.4s;
	z-index: 1;
}

.banner-ohodnotte-nas {
	width: 100%;
	background-image: url('../img/bg-menu.jpg');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	transition: 0.4s;
	z-index: 1;
}

.banner-kontakt {
	width: 100%;
	background-image: url('../img/bg-menu.jpg');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	transition: 0.4s;
	z-index: 1;
}

.banner-galerie {
	width: 100%;
	background-image: url('../img/bg-menu.jpg');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	transition: 0.4s;
	z-index: 1;
}

.banner-prazdny {
	width: 100%;
	background-image: url('../img/bg-menu.jpg');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	transition: 0.4s;
	z-index: 1;
}


.nabidka-fade {
	width: 100%;
	background-color: #fff;
	mix-blend-mode: hard-light;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: opacity ease-in-out 0.25s;
}



.btn-snidane {
	width: 100%;
	height: 100%;
	background-image: url('../img/snidane_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-obedy {
	width: 100%;
	height: 100%;
	background-image: url('../img/obedy_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-s-sebou {
	width: 100%;
	height: 100%;
	background-image: url('../img/s_sebou_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-napoje {
	width: 100%;
	height: 100%;
	background-image: url('../img/napoje_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-vina {
	width: 100%;
	height: 100%;
	background-image: url('../img/napoje_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-whisky {
	width: 100%;
	height: 100%;
	background-image: url('../img/whisky_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-destilaty {
	width: 100%;
	height: 100%;
	background-image: url('../img/destilaty_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-brandy {
	width: 100%;
	height: 100%;
	background-image: url('../img/brandy_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-vina {
	width: 100%;
	height: 100%;
	background-image: url('../img/vina_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-privatni-klub {
	width: 100%;
	height: 100%;
	background-image: url('../img/privatni_klub_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}

.btn-pronajem-klubu {
	width: 100%;
	height: 100%;
	background-image: url('../img/pronajem_klubu_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 0!important;
	transition: background-image ease-in-out 0.25s, transform ease-in-out 0.25s;
}


.btn-snidane:hover {
	background-image: url('../img/snidane_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-obedy:hover {
	background-image: url('../img/obedy_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-s-sebou:hover {
	background-image: url('../img/s_sebou_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-napoje:hover {
	background-image: url('../img/napoje_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-vina:hover {
	background-image: url('../img/vina_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-whisky:hover {
	background-image: url('../img/whisky_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-destilaty:hover {
	background-image: url('../img/destilaty_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-brandy:hover {
	background-image: url('../img/brandy_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-vina:hover {
	background-image: url('../img/vina_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-privatni-klub:hover {
	background-image: url('../img/privatni_klub_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}

.btn-pronajem-klubu:hover {
	background-image: url('../img/pronajem_klubu_bg.jpg');
	background-size: cover;
	transform: scale(1.05);
}


hr.nabidka-between {
	border-top: 1px solid rgba(0,0,0,0.075);
}


.nabidka {
	padding: 50px;
}


ul.kontakt {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin-top: 20px;
}




hr.kontakt-cara {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 4px solid #483022;
	width: 100%;
}

hr.main-cara {
	margin-left: auto;
	margin-right: auto;
	border-bottom: 4px solid #483022;
	width: 250px;
}

label.kontakt-nadpis {
	font-size: 13pt;
	font-weight: 500;
	color: #483022;
	margin-top: 5px;
}

input.formular {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 0;
	margin-bottom: 10px;
	font-size: 14pt;
	color: #000;
}

textarea.formular {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 0;
	margin-bottom: 10px;
	font-size: 16pt;
	color: #000;
	resize: none;
}

input.formular::placeholder {
	color: #483022;
	font-weight: 300;
}

input.formular:focus {
	background: transparent;
}



textarea.formular:focus {
	background: transparent;
}

button.kontakt-button {
	background: #483022;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	font-size: 20px;
	font-weight: 300;
	width: 120px;
	height: 50px;
	
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.kontakt-button:hover {
	background: #db9766;
}

.lds-dual-ring {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: -1px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #483022;
  border-color: #483022 transparent #483022 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

img.o-nas-icon {
	width: 200px;
	height: 200px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.rating-container {
	width: 100%;
	 text-align: center;
}

.rating {
  display: inline-block;
  position: relative;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #333333;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #db9766;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #db9766;
}

label.ohodnotte-nas {
    font-size: 16pt;
    font-weight: 400;
	margin-top: 10px;
}

a.icon-collapse {
	font-size: 50pt;
	cursor: pointer;
	margin-top: 50px;
	color: #483022!important;
}

.btn-hodnoceni {
	background: #483022;
	color: #fff;
	border: 0;
	border-radius: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.btn-hodnoceni:hover {
	background: #db9766;
	color: #fff;
}


.menu-btn {
	border-radius: 0!important;
	border: 0!important;
	color: #000;
	cursor:pointer;
}

.menu-btn-container {
	border: 3px solid #483022;
	display: flex;
	margin-bottom: 60px;
}

.hodnoceni-container {
	display: flex;
}

.arrow-up {
	margin-top: 50px;
}

.social-icon {
	font-size: 20pt;
	margin-left: 10px;
	margin-right: 10px;
}

.fa-instagram {
	font-size: 25pt;
	position: relative;
	top: 3px;
	color: #e0a37a;
}

.fa-facebook-f {
	color: #e0a37a;
}


.fa-instagram:hover {
color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.fa-facebook-f:hover {
	color: #3b5998;
}

.social {
width: 100px;
text-align: right;
z-index: 1;
}

.paper {
	width: 100%;
	background-image: url('../img/paper.svg');
	height: 30px;
	position: absolute;
	bottom: -3px;
	background-position: bottom center;
	background-repeat: repeat-x;
}

.banner-top-gradient {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
background: linear-gradient(298deg, rgba(0,0,0,0.7483368347338936) 0%, rgba(255,255,255,1) 100%);
mix-blend-mode: overlay;
background-size: cover;
}

footer a {
	color: #e0a37a!important;
}

.banner-txt {
	font-family: 'IBM Plex Sans', sans-serif;
	position: absolute;
	font-size: 7em;
	width: 100%; 
	text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    align-items: center;
    top: 48%;
    transform: translateY(-50%);
    line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #502c14;
}

.card-header {
border-bottom: 0;
}

.mini a.logo {
	height: 80px;
}

.mini .menuitem-top {
	margin-top: 25px;
}

.nav-height {
	height: 126px;
	width: 100%;
	background: #fff;
	transition: 0.25s height ease-in-out;
}

.nav-height.mini {
	height: 96px;
}


.navbar {
transition: 0.25s height ease-in-out;
}

.top-container {
	height: 386px;
}

.top-container.mini {
	height: 356px;
}