.overflow, .overflow .columns {
	overflow: visible !important;
}
::selection {
	background: #EAE1D8; /* Safari */
	}
::-moz-selection {
	background: #EAE1D8; /* Firefox */
}

.button, a.button {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 17px 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	background-color: transparent;
	text-wrap: auto;
	border-radius: 20px;
}

input.button {
	-webkit-appearance:none;
}
.button.primary {
	background-color: #BC6C25;
	border: 1px solid #BC6C25;
	color: #FFF;
}
.button.secondary {
	border: 1px solid #BC6C25;
	color: #BC6C25;
}

.button.primary:hover {
	background-color: #606C38;
	color: #FFF !important;
}
.button.secondary:hover {
	background-color: #BC6C25 !important;
	color: #FFF !important;
}
.orange {
	color: #BC6C25;
}
.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: 16px 128px;
	background-image: url(../images/design/icons.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.icon.icon-gl 	{ background-position: 0 0; }
.icon.icon-fb 	{ background-position: 0 -16px; }
.icon.icon-love 	{ background-position: 0 -32px; }
.icon.icon-star 	{ background-position: 0 -48px; }
.icon.iconx 	{ background-position: 0 -64px; }
.icon.iconx 	{ background-position: 0 -80px; }
.icon.iconx	{ background-position: 0 -96px; }
.icon.iconx 	{ background-position: 0 -112px; }

.iconset {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-size: 64px 960px;
	background-image: url(../images/design/iconset.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.iconset.icon1 	{ background-position: 0 0; }
.iconset.icon2 	{ background-position: 0 -64px; }
.iconset.icon3 	{ background-position: 0 -128px; }
.iconset.icon4 	{ background-position: 0 -192px; }
.iconset.icon5 	{ background-position: 0 -256px; }
.iconset.icon6 	{ background-position: 0 -320px; }
.iconset.icon7 	{ background-position: 0 -384px; }
.iconset.icon8 	{ background-position: 0 -448px; }
.iconset.icon9 	{ background-position: 0 -512px; }
.iconset.icon10 	{ background-position: 0 -576px; }
.iconset.icon11 	{ background-position: 0 -640px; }
.iconset.icon12 	{ background-position: 0 -704px; }
.iconset.icon13 	{ background-position: 0 -768px; }
.iconset.icon14 	{ background-position: 0 -832px; }
.iconset.icon15 	{ background-position: 0 -896px; }

.chevron-down {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid black;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg); /* Makes it point down */
    opacity: 0.75;
    font-size: 10px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  transition: transform 0.3s ease;
}
.chevron-down.rotated {
  transform: rotate(224deg);
  margin-top: 5px;
}
a.anchor {
	padding-top: 20px;
}
#header .dropdown {
	margin-top: 17px;
}
.dropbtn {
    color: #000;
    padding: 10px 16px;
    border: none;
	font-size: 14px;
    cursor: pointer;
		background-color: #F9F8F2;
		z-index: 9;
}
.dropdown {
	text-transform: uppercase;
    position: relative;
    display: inline-block;
	float: left;
	font-size: 14px;
		background-color: #F9F8F2;
		z-index: 9;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    min-width: 71px;
    z-index: 1;
		background-color: #FFF;
		border-radius: 20px;
}
.dropdown-content a {
    padding: 3px 11px;
    text-decoration: none;
    display: block;
	text-align: center;
}
.dropbtn .chevron-down {
	margin-left: 15px;
	vertical-align: text-top;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #FFF;
}
.dropdown-content a:hover {
	color: #BC6C25!important;
}
.bg {
	background-color: #FFF;
}
/*================== header =====================*/
#header a, footer a {
	color: #283618;
}
#header a.button {
	color: #FFF;
}
strong.logo a {
	text-indent: -9000px;	
	width: 210px;
	height: 70px;
	margin: 0px;
	display: inline-block;
	background-image: url(../images/design/logo-horizontal.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent!important;
	background-size: 210px 70px;
	z-index: 999999;
	float: left;
	margin-right: 30px;
}
#header {
	padding: 35px 0px;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.vzdialenost {
	display: inline-block;
	width: 55px;
	height: 35px;
	margin-left: 20px;
	vertical-align: middle;
	display: inline-block;
	background-image: url(../images/design/logo-horizontal.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent!important;
	background-size:105px 35px;
}



/*================== home =====================*/
#intro {
	padding: 25px 0px 110px 0px;
}
#intro .rating {
	padding: 3px;
	border-radius: 5px;
	margin: 30px 0px ;
	display: inline-block;
}
#intro .rating i {
	transform: scale(0.8);
}
#intro .rating span {
	font-size: 12px;	
}
#intro .rating:hover {
	background-color: #FFF;
}
#intro #imgs {
	width: 55%;
	position: absolute;
	right: 0;
	height: 500px;
    overflow: hidden;   
	border-radius: 20px 0px 0px 20px;
}
#intro #imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;     
    object-position: center;
    display: block;
	position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    z-index: 0;
    transition: opacity 1.5s ease-in-out;
}
#intro {
	margin-top: 100px;
	margin-bottom: 100px;
    position: relative;
    display: flex;      
    align-items: center; 
}
#intro .container {
    display: flex;
    height: 100%;
}
#intro #imgs img.active {
    opacity: 1;
    z-index: 2; 
}
#intro .badge {
  position: absolute;
    top: calc(50% - 37px);
    transform: translateY(-50%);
    left: calc(45% - 37px); 
    width: 75px;
    height: 75px;
    background-image: url('../	images/design/badge.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; 
}
#intro .button.secondary {
	margin-right: 20px;
}
#rezervacia input,
#rezervacia select {
	font-size: 14px!important;
	min-height: 48px!important;
	width: 100%!important
}
#rezervacia select {
	height: auto!important;
	  line-height: 48px;
	  -webkit-appearance: menulist;
  appearance: menulist;
}

@supports (-webkit-touch-callout: none) {
  #rezervacia select {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
    padding: 0 10px !important;
  }
}

#rezervacia .date-input {
	-webkit-appearance: none;
    appearance: none;
    min-width: 0;
}
.date-wrapper {
    position: relative;
    width: 100%;
}


.date-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
	background-color: #FFF;
	width: 73%;
	font-size: 14px;
}
.date-placeholder.hidden,
#arrival:hover label,
#departure:hover label {
    display: none;
}
.r_c {
	border-radius: 20px;
}
.fancy_bg {
	background-color: #FFF;
	padding: 75px 0px;
	background-image: url('../	images/design/bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#vybavenie {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
#vybavenie > div {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
	line-height: 20px;
}











ul.zoznam {
    list-style: none;
    padding-left: 1.5em; 
    margin: 0;
}
ul.zoznam li {
    position: relative;
    margin-bottom: 0.75em;
    line-height: 1.5; 
}
ul.zoznam li::before {
    content: "";
    position: absolute;
    left: -1.2em; 
    top: 0.6em;   
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}


.product-slider > div {
}

.product-slider h3 {
	margin: 15px 0px;
}
.product-slider .orange {
	text-transform: uppercase;
	font-size: 12px;
}
.product-slider .slick-list {
  overflow: visible !important; /*see the next slide*/
}
.product-slider .slick-slide {
  margin-left: 30px;
}
.product-slider .slick-slide.preload-hidden {
  opacity: 0;
  pointer-events: none;
}
.recenzia {
	box-sizing: border-box;
	padding:20px;
}
.recenzia p {
	font-size: 12px;
	line-height: 20px;
}

.mild {
	
	color: #939A8B;
}

.tesime {
	text-align: center;
	font-size: 16px;
	padding: 90px 0px;
	color: #939A8B;
}
footer {
	width: 100%;
	background-color: #FFF;
	padding: 70px 0px;
}

#obsah h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
#obsah h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#obsah p {
	margin-bottom: 10px;
}

.img_thumb {
	width: 150px;
	display: inline-block;
	margin: 10px;
	height: 113px;
	overflow: hidden;
	border-radius: 10px;
}
.img_thumb img {
	min-height: 113px;
}
table {
	width: 100%;
	margin-top: 40px;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
#content table.rezervacia,
#content table.rezervacia td,
#content table.rezervacia th {
	font-size: 11px;
	text-align: left;
}
#content table.rezervacia th {
	background-color: #FFF;
	border-bottom: 1px solid #000;
}
.poznamka-row td {
	border-bottom: 1px solid #000;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    border-bottom: 1px solid #000;
}
table td, table th {
	border-top: 1px solid #FFF;
	font-size: 14px;
	line-height: 16px!important;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.fixed-header td, .fixed-header th {
	border-top: 1px solid #FFF;
	font-size: 14px;
	line-height: 16px!important;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
}
table tr.bt td{
	border-top: 20px solid #F9F8F2;;
}
/* #Media Queries
================================================== */
	@media only screen and (max-width: 1480px) {
		
	}
	
	@media only screen and (max-width: 1240px) {	
		#header {
			padding: 25px 0px;
		}
		#intro {
			padding-bottom: 0px;
			margin-top: 60px;
		}
		#intro a.button.secondary {
			margin-bottom: 20px;
		}
		#intro .badge {
			top: calc(60% - 37px);
		}
		#rezervacia {
			padding-top: 40px!important;
			padding-bottom: 40px!important;
		}
		#rezervacia .one {
			display: none;
		}
		#rezervacia .two {
			width: calc(20% - 30px);
		}
		#uvod > .four.columns {
			width: calc(50% - 40px);
		}
		#uvod > .text.four.columns {
			width: calc(100% - 40px);
			margin-bottom: 40px;
		}
		#uvod .icon3 {
			display: none;
		}
	}
	@media only screen and (min-width: 748px) and (max-width: 1240px) {
		
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		 #intro {
			margin-bottom: 50px;
			margin-top: 10px;
		 }
		#intro #imgs {
			height: 400px;
		}
		#rezervacia .two {
			width: calc(20% - 20px);
		}
		.date-placeholder {
			width: 67%;
		}
		#vybavenie {
			display: block;
		}
		#vybavenie > div {
			width: 33.33%;
			display: block;
			float: left;
			margin: 15px 0px;
		}

		#vybavenie > div:last-child {
			width: 100%;
		}
		.fancy_bg {
			padding: 30px 0px;
		}
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 748px) and (max-width: 959px) {
		
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
		.no_mob {
			display: none!important;
		}
		#intro .seven {
			display: none;
		}
		#intro .five.columns {
			width: 100%;
		}
		#intro #imgs {
			position: static!important;
		}
		#intro, #intro .container {
			display: block!important;
		}
		#intro .badge {
			left: calc(50% - 37px);
		}
		#intro h1 {
			margin-top: 30px;
		}
		#intro #imgs img {
		  height: 400px!important;
		}
			#intro .badge {
		top: calc(59% - 37px);
		}
		#intro {
			text-align: center;
		}
		#rezervacia .two,
		#fotogaleria .three.columns {
			width: calc(50% - 10px)!important;
			padding: 5px;
		}
		#uvod > .four.columns {
			width: calc(100% - 20px);
		  }
		#uvod img {
			margin-bottom: 20px;
		}
		.recenzia {
			margin-top: 20px !important;
		}
		footer {
			padding: 30px 0px;
		}
		footer .four {
			margin-top: 20px!important;
			margin-bottom: 20px!important;
		}
		#intro .rating {
			margin: 20px 0px;
		}
		.img_thumb {
			width: calc(33.33% - 20px);
			margin: 5px;
			height: 100px;
		}
		.img_thumb img {
			min-height: 100px;
		}
		table td, table th {
			font-size: 11px;
			line-height: 14px;
			padding: 5px;
		}
		.fixed-header td,.fixed-header th {
			font-size: 11px;
			line-height: 14px;
			padding: 5px 0px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 460px) and (max-width: 747px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 459px) {
		#intro #imgs,
		#intro #imgs img		{
			height: 300px!important;
		}
		strong.logo a {
		  width: 147px;
		  height: 49px;
		  background-size: 147px 49px;
		}
		#header .dropdown {
		  margin-top: 6px;
		}
		  #intro {
    margin-top: 0px;
		  }
		  #intro .badge {
			  top: 300px;
		  }
		  #uvod > .text.four.columns,
#uvod > .four.columns		  {
			  width: 100%;
		  }
		  
		 table td,
		  .fixed-header td,
		table th,
		  .fixed-header th		  {
			font-size: 10px;
			line-height: 13px;
		} 
		
	}