@charset "UTF-8";







body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	/* 350px  */
	background-image: url(../backgrounds/apartmany-v-besenovej---bckg-small.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	min-width: 350px;
	box-sizing: border-box;
	font-size: 16.5px;
	color: rgba(102,102,102,1);
	background-color: rgba(240,232,211,1);
}

	
	
	
	
	
	
	
	

html{
	box-sizing:border-box;
	/* 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 user-select: none; 
	  */
}


a{
	outline: none;
	-moz-outline-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}





*{
	outline: 0;
	box-sizing:border-box;
}







div * {
	display: inline-block;
}

	
	
	
	

/* 
:root {
    --yellow-color1:rgba(242,194,0,1);
}
*/




/* 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
}
*/





.container{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}


.all-screan {
	width: 100%;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 38px;
	padding-left: 38px;
	box-sizing: border-box;
}

.all-screan-big {
	width: 100%;
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 38px;
	box-sizing: border-box;
}

.all-screan-max {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.all-screan-small {
	width: 100%;
	max-width: 980px;
	padding-right: 38px;
	padding-left: 38px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}











.faws5{
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}








.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}















.f_left {
	float: left;
}
.f_right {
	float: right;
}














.block {
	display: block;
}
.in-block {
	display: inline-block;
}
.in-table {
	display: inline-table;
}
.no-block {
	display: none;
}







.flex {
	display: flex;
}
.flex-2 {
	flex: 50%; 
}
.flex-3 {
	flex: 1 33%;
}
.flex-4 {
	flex: 1 25%;
}
.flex-5 {
	flex: 1 20%;
}
.flex-6 {
	flex: 1 16%;
}








.wdh-100{
	width:100%;
}
.wdh-50{
	width:49%;
}
.wdh-25{
	width:24%;
}




.hght-full{
	height:100%;
}










.bckg-black{
	background-color: rgba(42,42,42,1);
}
.bckg-white{
	background-color: rgba(255,255,255,1);
}








a:link, a:visited, a:active{
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
a:hover{
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}








.parallax-window {
    min-height: 400px;
    background: transparent;
}





.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}







b {
	font-weight: 500;
}

p {
	font-weight: 300;
}








.menu-up-all {
	background-color: rgba(255,255,255,1);
	height: 76px;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 30px 30px;
}
.menu-up-logo {
	padding: 22px;
	margin-left: 29px;
	margin-right: 12px;
}
@media only screen and (max-width: 806px) {
.menu-up-logo {
	margin-left: 7px;
	margin-right: 0px;
	padding-right: 7px;
}}


.menu-one a:link, .menu-one a:active, .menu-one a:visited {
	font-size: 20px;
	padding: 25px;
	color: rgba(142,142,142,1);
}
.menu-one a:hover {
	background-color: rgba(242,242,242,1);
}

@media only screen and (max-width: 600px) {
.menu-one a:link {
	padding-right: 13px;
	padding-left: 13px;
}}


@media only screen and (max-width: 806px) {
.foto-none {
	display:none;
}}
@media only screen and (max-width: 500px) {
.rez-none {
	display:none;
}}






.hmb-btn{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(224,224,224,1);
	display: none;
	padding: 16px;
	margin-right: 8px;
}







.menu-lang a:link, .menu-lang a:visited, .menu-lang a:active{
	font-size: 18px;
	letter-spacing: 0.1px;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	font-weight: 300;
}
.menu a:hover{
	text-decoration: none;
}





.dropbtn {
	border: none;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.1px;
	color: rgba(213,187,134,1);
	text-decoration: none;
	display: inline-block;
	margin-top: 24px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(234,234,234,1);
	border-left-color: rgba(234,234,234,1);
	background-color: rgba(255,255,255,1);
	margin-right: 38px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	text-align: center;
	width: 52px;
	font-weight: 300;
}
@media only screen and (max-width: 600px) {
.dropbtn {
	border-right-color: rgba(234,234,234,0);
	margin-right: 14px;
}}



.dropdown {
  position: relative;
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 52px;
	box-shadow: 0px 18px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 12px;
	padding-top: 8px;
}

.dropdown-content a {
	font-size: 14px;
	color: rgba(152,152,152,1);
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	font-weight: 300;
}

.dropdown-content a:hover {
	background-color: rgba(242,242,242,1);
	border-radius: 12px;
	color: rgba(51,51,51,1);
}

.dropdown:hover .dropdown-content {
	display: block;-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.dropdown:hover .dropbtn {
	color: rgba(51,51,51,0.7);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}












.apartmany-box-zahlavie {
	width: 100%;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}





.h1-box {
	margin: 0px;
	padding: 0px;
}

h1 {
	width: 100%;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	font-weight: 300;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.4);
	margin: 0px;
	padding: 0px;
}
.h1-info {
	font-size: 19px;
	color: rgba(255,255,255,1);
	font-weight: 300;
	padding-bottom: 42px;
}



.h2-up-box {
	width: 100%;
	padding-top: 12px;
}






h2 {
	font-size: 50px;
	font-weight: 300;
	padding-top: 34px;
	padding-bottom: 18px;
	color: rgba(112,112,112,1);
	margin-bottom: 12px;
}

h2 strog{
	font-weight: 500;
	color: rgba(42,42,42,1);
}



@media only screen and (max-width: 900px) {
h2 {
	font-size: 44px;
	padding-top: 30px;
	padding-bottom: 12px;
}}


@media only screen and (max-width: 560px) {
h2 {
	font-size: 38px;
}}





.gold-text, .gold-text a:link, .gold-text a:active, .gold-text a:visited{
	color: rgba(202,171,33,1);
}











.apartmany-box {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 32px;
	text-align: center;
}
.apartman-one{
	width: 44%;
	background-color: rgba(255,255,255,1);
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 10px 8px rgba(98,98,98,0.1);
	box-shadow: 0px 4px 10px 8px rgba(98,98,98,0.1);
	font-size: 20px;
	vertical-align: top;
	padding: 28px;
	margin-top: 32px;
	margin-right: 8px;
	margin-bottom: 12px;
	margin-left: 8px;
}

@media only screen and (max-width: 720px){
.apartman-one{
	width: 100%;
}}


.apartman-one-img{
	width: 100%;
}
.apartman-one-img img{
	width: 100%;	
	height:auto;
	border-radius: 14px;}

.apartman-one h3 {
	color: rgba(240,200,50,1);
	font-size: 28px;
	font-weight: 300;
	margin-top: 18px;
	margin-bottom: 10px;
}





ul {;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 22px;
}
li {
	margin: 0px;
	width: 100%;
	font-weight: 300;
	color: rgb(122,122,122);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
li:before, ul li.no-li:before  {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	font-size: 12px;
	display: inline-block;
	margin-left: -26px; /* same as padding-left set on li */
	width: 26px; /* same as padding-left set on li */
	color: rgba(240,200,50,1);
}















.only-text {
	width: 100%;
}
.only-text p{
	font-size: 17px;
	opacity: 0.85;
	padding-right: 7px;
	padding-left: 7px;
	color: rgba(42,42,42,1);
}

.only-text strong{
	font-weight: bold;
}

.only-text h3{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.only-text a:link, .only-text a:visited, .only-text a:active{
	color: #000000;	
}
.only-text a:hover{
	text-decoration: none;
	color: #C09D41;
}

.prevadzka{
	text-decoration: none;
	color: #C09D41;
	font-size: 22px;
}










/* --------------------------- */
/*        INFO OBJEKTU         */
/* --------------------------- */

.vybavenie-objektu{
	width: 100%;
	display: inline-block;
	padding-bottom: 34px;
}

.vybavenie-objektu h3 {
	margin-top: 52px;
	margin-bottom: 32px;
}
.vybavenie-objektu h3 span {
	font-size: 27px;
	letter-spacing:0.7px;
	display: block;
	color: rgba(40,40,40,1);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(205,166,65,1);
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
}



@media only screen and (max-width: 680px){
.vybavenie-objektu h3 {
	margin-bottom: 12px;
}
.vybavenie-objektu h3 span {
	font-size: 22px;
}}





.info-objekt-one{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	font-size: 14.5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: rgba(150,150,150,1);
	display: flex;
	width: 100%;
}
.info-grey-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,1);
	height: 2px;
	width: 100%;
}

.info-objekt-one strong{
	color: rgba(55,55,55,1);
}


.io-one-left{
	min-width: 258px;
	text-align: right;
}
.io-one-icon{
	min-width:56px;
	text-align: center;
}
.io-one-right{
	text-align: left;
	color: rgba(55,55,55,1);
    flex-grow:3;
}
.io-one-right strong{
	color: rgba(97,97,97,1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(198,198,198,1);
	padding-bottom: 2px;
	margin-bottom: 7px;
	display: inline-block;
}
.io-one-right i{
	color: rgba(55,55,55,1);
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	padding-right: 3px;
}
.io-one-right em{
	color: rgba(207,172,82,1);
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	padding-right: 3px;
	padding-left: 3px;
}

@media only screen and (max-width: 680px){
.io-one-left{
	min-width:180px;
}
.io-one-icon{
	min-width:46px;
}}
@media only screen and (max-width: 500px){
.info-objekt-one{
font-size: 13.5px;
}
.io-one-left{
	min-width:30%;
}
.io-one-icon{
	min-width:42px;
}
.io-one-right{
	min-width:60%;
}}








.vybavenie-objektu  ul {
	list-style: none;
	padding: 0px 5px 8px 0px;
	margin: 0px;
}

.vybavenie-objektu li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f00c";
	font-size: 11px;
	width:19px;
	display: inline-block;
	color: rgba(207,172,82,1);
	text-align: left;
}

.vybavenie-objektu .none-li li:before {
	display: none;
}




.vybavenie-objektu .faws5{
	color: rgba(207,172,82,1);
	font-weight:600;
	font-size: 16px;
}

.door-open::before{
	content: "\f52b";
}
.moon::before{
	content: "\f186";
}
.shower::before{
	content: "\f2cc";
}
.toilet::before{
	content: "\f7d8";
}
.cookie-bite::before{
	content: "\f564";
}
.sofa::before{
	content: "\f4b8";
}
.tv::before{
	content: "\f26c";
}
.sink::before{
	content: "\e06d";
}
.plus::before{
	content: "\f067";
}
.wifi::before{
	content: "\f1eb";
}
.snow-flake::before{
	content: "\f2dc";
}
.play::before{
	content: "\f04b";
}
.tent::before{
	content: "\f6bb";
}
.kid::before{
	content: "\f1ae";
}
.fire::before{
	content: "\f7e4";
}
.swimming-pool::before{
	content: "\f5c5";
}
.welness::before{
	content: "\f5bb";
}
.ball::before{
	content: "\f45f";
}
.utensils::before{
	content: "\f2e7";
}
.home::before{
	content: "\f015";
}

.calendar::before{
	content: "\f274";
}

.chevron-left:before{
	content: "\f053";
}

.chevron-right:before{
	content: "\f054";
}

.parking::before{
	content: "\f540";
}

.expand::before{
	content: "\f065";
}

.wheelchair::before{
	content: "\f193";
}

.dog::before{
	content: "\f1b0";
}

.fire::before{
	content: "\f06d";
}

.smoking::before{
	content: "\f48d";
}
.map-pin::before{
	content: "\f276";
}
.map-market::before{
	content: "\f3c5";
}
.location-arrow::before{
	content: "\f124";
}
.shop::before{
	content: "\f291";
}
.bus::before{
	content: "\f207";
}
.train::before{
	content: "\f239";
}
.circle-notch::before{
	content: "\f1ce";
}
.ski::before{
	content: "\f7c9";
}
.swimming::before{
	content: "\f5c5";
}
.castle::before{
	content: "\f447";
}
.running::before{
	content: "\f70c";
}
.hiking::before{
	content: "\f6ec";
}
.eye::before{
	content: "\f06e";
}
.person::before{
	content: "\f406";
}
.persons::before{
	content: "\f0c0";
}
.persons2::before{
	content: "\f0c0";
	font-size:11px;
}
.persons3::before{
	content: "\f21d";
}
.language::before{
	content: "\f1ab";
}
.earth::before{
	content: "\f7a2";
}

.mail::before{
	content: "\f0e0";
}

.iphone::before{
	content: "\f3cd";
}

.phone::before{
	content: "\f095";
}

/*
kongresy 
spoločné priestory
 */













.three-buttons {
	width: 100%;
	display: inline-block;
	padding-top: 22px;
	padding-bottom: 42px;
}

.three-buttons {
	width: 100%;
	display: inline-block;
	padding-top: 22px;
	padding-bottom: 42px;
}

.three-one-buttons{
	width: 33%;
	padding: 7px;
	box-sizing: border-box;
}
@media only screen and (max-width: 760px){
.three-one-buttons{
	width: 48%;
}}
@media only screen and (max-width: 510px){
.three-one-buttons{
	width: 82%;
}}

@media only screen and (max-width: 410px){
.three-one-buttons{
	width: 92%;
}}


.button-link{
	width: 100%;
}
.button-link a:link, .button-link a:visited, .button-link a:active{
	width: 100%;
	border: 1px solid rgba(158,158,158,0.8);
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 32px;
	color: rgba(122,122,122,0.8);
	font-size: 22px;
	font-weight: 300;
	background-color: #FFFFFF;
}
.button-link a:hover{
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.7);
}
.button-link a:link:after{
	font-family: FontAwesome;
	content: "\f078";
	font-size: 10px;
	display: inline;
	float: right;
	padding-top: 10px;
	padding-right: 34px;
}






.btn-yellow a:link, .btn-yellow a:visited, .btn-yellow a:active{
	background-color: rgba(240,200,50,1);
	color: rgba(255,255,255,1);
	border: rgba(240,200,50,1);
}
.btn-yellow a:hover{
	color: #FFFFFF;
	background-color: #EF1F23;
	background-color: rgba(153,153,153,1);
	border: 1px solid rgba(153,153,153,1);
}


















.cennik-box {
	width: 100%;
	padding-top: 38px;
	background-image: url(../backgrounds/page-cennik-up---bckg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: rgba(236,236,236,1);
	padding-bottom: 22px;
	margin-top: 7px;
}


.cennik-box p{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 58px;
	font-size: 24px;
	color: rgba(144,144,144,1);
	margin-top: 0px;
}
.cennik-box strong{
	font-size: 32px;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	padding-bottom: 5px;
	color: rgba(51,51,51,1);
}














.photo-slogan-box {
	height: 448px;
	width: 100%;
	background-image: url(../backgrounds/besenova-aquapark---bckg.jpg);
	background-position: center top;
	background-color: rgba(6,6,6,1);
	border-top-width: 5px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(240,192,35,1);
	border-bottom-color: rgba(240,192,35,1);
}











.h2-box {
	width: 100%;
	padding-top: 23px;
	padding-bottom: 28px;
}

.h2-box-bckg {
	background-image: url(../backgrounds/h2-box---bckg.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(234,234,234,1);
}



.h2-box .line {
	height: 34px;
	width: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(142,142,142,1);
	border-radius:3px;
	display: block;
}

.h2-box h2 {
	font-size: 40px;
	color: rgba(233,180,15,1);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
}

.h2-box h2 span{
	font-size: 20px;
	color: rgba(144,144,144,1);
	display: block;
}


















.fotogaleria-box {
	width: 100%;
	padding-top: 52px;
	padding-bottom: 82px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.fotogaleria-box h3, .obsadenost-box h3 {
	font-size: 30px;
	color: rgba(233,180,15,1);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	width: 100%;
	font-weight: 300;
	padding-bottom: 20px;
}
.grey-line-foto {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(146,146,146,1);
	height: 2px;
	width: 100px;
	padding-bottom: 32px;
}



.foto-one {
	width: 33%;
	padding: 8px;
	text-align: center;
	margin-bottom: 6px;
}
@media only screen and (max-width: 800px){
.foto-one {
	width: 32%;
	padding: 7px;
}}
@media only screen and (max-width: 720px){
.foto-one {
	width: 49%;
	padding: 6px;
}}

@media only screen and (max-width: 520px){
.foto-one {
	width: 98%;
	padding:8px;
}}




.foto-one-one {
	width: 99%;
	padding: 15px;
	border-radius: 14px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(98,98,98,0.1);
	box-shadow: 0px 0px 3px 3px rgba(98,98,98,0.1);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	background-color: #FFFFFF;
}
.foto-one-one:hover {
	-webkit-box-shadow: 0px 0px 3px 3px rgba(98,98,98,0.2);
	box-shadow: 0px 0px 3px 3px rgba(98,98,98,0.3);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}


.foto-one-one img{
	width: 100%;
	height:auto;
	border-radius:8px;
}




















/* --------------------------- */
/*        REZERVACIE BOX       */
/* --------------------------- */
.rezervacia-box {
	padding-top: 22px;
	padding-bottom: 18px;
	width:100%;
	display: inline-block;
}



/* --------------------------- */
.rezervacia-box p{
	padding-bottom: 22px;
	padding-left: 2px;
	padding-right: 2px;
	color: #6E6E6E;
	line-height: 19px;
}
/* --------------------------- */



.rezervacia-box .form-input {
	color: #2D2D2D;
	font-size: 16px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 8px;
	border: 1px solid #CCC;
	border-radius: 7px;
	text-align: left;
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	background-color: rgba(255,255,255,0.9);
}
.rezervacia-box .form-input:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6666;
	background-color: rgba(255,255,255,0.9);
}
.rezervacia-box .form-input:focus{
	color: #000000;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: rgba(255,255,255,0.9);
}





.user-input-wrp {
	position: relative;
	width: 100%;
	padding-top: 3px;
}
.user-input-wrp .inputText{
	width: 100%;
	outline: none;
	border:none;
	border-bottom: 1px solid #777;
 	box-shadow: none !important;
	color: #2D2D2D;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2px;
	margin-bottom: 8px;
	
	border: 1px solid #CCC;
	border-radius: 7px;
	
	text-align: left;
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}



.select-css {
	color: #2D2D2D;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	background-color: rgba(255,255,255,0.7);
	
	margin-top: 2px;
	margin-bottom: 13px;
	text-align: left;
	
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	
	max-width: 100%;
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 7px;
	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	
	display: inline-block;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}










.rezervacia-box button {
	color: #FFF;
	font-size: 17px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 12px;
	cursor: pointer;
	border: 1px solid #666666;
	background-color: #666666;
	border-radius: 5px;
	padding-top: 13px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
	width: 100%;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.rezervacia-box button:hover {
	transition: all 0.3s ease-in-out;
	color: #FBFBFB;
	border: 1px solid #71C03C;
	background-color: #71C03C;
}





.spam-code{
	padding-top: 2px;
	padding-bottom: 7px;    
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
    resize: none;
}


.vseobecne-podmienky{
	max-width: 99%;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	margin-top: 18px;
}
.podmienky a:link, .podmienky a:active,.podmienky a:visited{
	display: inline-block;
	color: #999999;
	padding: 3px;
	transition: .5s all;
	font-size: 16px;
	font-weight: 300;
}.podmienky a:hover{
	color: #000000;
	transition: .5s all;
}
.podmienky a:before{
	font-family: FontAwesome;
	content: "\f054";
	font-size: 10px;padding-right: 7px;
	padding-left: 2px;
	opacity: 0.7;
	color: #B6974E;
	padding-bottom: 2px;
}






.page-share{
	width: 100%;
	padding-bottom: 42px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 680px) {
.page-share{
	padding-top: 13px;
	padding-bottom: 15px;
}}	

.page-share .shere-popis{
	font-size: 13.3px;
	color: rgba(102,102,102,1);
	font-weight: 300;
	padding-top: 28px;
	padding-bottom: 7px;
	float: left;
}

.share-right{
	float: right;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,0.3);
	display: inline-block;
	padding-top: 7px;
	padding-right: 8px;
}

	
	
.social-icons-share a:link, .social-icons-share a:visited {
	font-size: 12.7px;
	text-decoration: none;
	color: rgba(244,244,244,0.9);
	border-radius: 50%;
	display: inline-table;
	height: 48px;
	width: 48px;
	transition: 0.5s ease;
	margin-right: 3px;
	margin-left: 2px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.87;
	background-color: rgba(102,102,102,1);
	padding: 0px;
}
.social-icons-share a:hover, .social-icons-share a:active{
	color: rgba(244,244,244,1);
	background-color: #F1C124;
	text-decoration: none;
	transition: 0.5s ease;
	opacity: 1;
}


.facebook_icon_share:before{
	font-family: FontAwesome;content: "\f09a";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.twitter_icon_share:before{
	font-family: FontAwesome;content: "\f099";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.pinterest_icon_share:before{
	font-family: FontAwesome;content: "\f0d2";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.mail_icon_share:before{
	font-family: FontAwesome;content: "\f0e0";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}




























.email-box {
	height: 189px;
	width: 100%;
	padding-top: 58px;
	background-image: url(../backgrounds/page-email-kontakt---bckg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.email-box .yellow-text{
	color: rgba(241,193,36,1);
	font-size: 24px;
	padding-top: 22px;
	display: block;
}
.email-box .logo-email{
	width:118px;
	padding-top: 12px;
}

@media only screen and (max-width: 800px){
.email-box .yellow-text{
	font-size: 22px;
}}
@media only screen and (max-width: 530px){
.email-box-none{
	display:none;
}}












.gmaps-box {
	height: 480px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,0,0,1);	
}










.site-page-down{	
	background-color: #F1C124;
}



.site-down {
	width: 100%;
	background-image: url(../backgrounds/page-down-kontakt---bckg.jpg);
	background-position: right top;
	background-color: rgba(2,2,2,1);
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	display: inline-block;
	padding-bottom: 86px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #F1C124;
	padding-top: 22px;
	border-radius: 0px 0px 22px 22px;
}

.kontakt-info {
	width: 280px;
	float: left;
	margin-top: 44px;
	margin-left: 14px;
}
@media only screen and (max-width: 540px) {
.kontakt-info {
	margin-left: 8px;
}}

.site-down h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: #CCCCCC;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}

.site-down h4 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #F1C124;
	display: block;
	text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
.site-down h4 span{
	font-size: 24px;
}}


.kontakt-slogan{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #9A9A9A;
	font-weight: normal;
	display: block;
	line-height: 16px;
}

.kontakt-adresa{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #C7C7C7;
	font-weight: normal;
	display: block;
	margin-top: 34px;
	margin-bottom: 22px;
}
.kontakt-adresa strong{
	font-size: 15px;
	color: #DFDFDF;
	font-weight: bold;
}


.kontakt-adresa a:link, .kontakt-adresa a:visited, .kontakt-adresa a:active{
	color: #FFFFFF;
	text-decoration: none;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.kontakt-adresa a:hover{
	color: #F1C124;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



.kontakt-logo-socials{
	float: right;
	margin-top: 2px;
	margin-right: 22px;
	text-align: right;
}
@media only screen and (max-width:548px) {
.kontakt-logo-socials{
	display: inline-block;
	width: 100%;
}}


.kontakt-down-social{
	margin-top: 88px;
}
@media only screen and (max-width:720px) {
.kontakt-down-social{
	margin-right: 2px;
}}
@media only screen and (max-width: 612px) {
.kontakt-down-social{
	display:none;
}}






.social_icons_kontakt a:link, .social_icons_kontakt a:visited, .social_icons_kontakt a:active {
	text-decoration: none;
	font-size: 13.7px;
	color: rgba(51,51,51,1);
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	display: inline-table;
	height: 40px;
	width: 40px;
	transition: 0.5s ease;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.87;
	border: 1px solid rgba(203,203,203,1);
}
.social_icons_kontakt a:hover{
	color: rgba(250,250,250,1);
	background-color: rgba(241,193,36,1);
	text-decoration: none;
	transition: 0.5s ease;
	opacity: 1;
	border: 1px solid rgba(27,27,27,1);
}	
.facebook_icon_kontakt:before{
	content: "\f09a";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.instagram_icon_kontakt:before{
	content: "\f16d";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.pinterest_icon_kontakt:before{
	content: "\f0d2";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.google_maps_icon_kontakt:before{
	content: "\f041";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.mail_icon_kontakt:before{
	content: "\f0e0";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.phone_icon_kontakt:before{
	content: "\f095";
	position: absolute;top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}














/* ----------------------------- */
/*          SWD --- Container    */
/* ----------------------------- */

.swd-copyright{
	font-size: 12px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.swd-link a:link, .swd-link a:visited, .swd-link a:active, .swd-link a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.7px;
	color: rgba(51,51,51,0.7);
	display: inline-block;
	transition: .3s all;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	font-weight: normal;
	text-align: center;
}
.swd-link a:hover {
	color: rgba(0,0,0,1);
	transition: .3s all;
}
.swd span {
	font-size: 10.7px;
}


@media only screen and (max-width: 344px) {
.swd{
	display:none
}}

/* ----------------------------- */
/*          SWD --- Container    */
/* ----------------------------- */

















.noline-20 {
	height: 20px;
	width: 100%;	
}
.noline-40 {
	height: 40px;
	width: 100%;	
}















/* --------------------------- */
/*        ALLERT MASSAGE       */
/* --------------------------- */
.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	font-size: 15px;
	position: relative;
	opacity: 0.87;
	text-align: left;
}
.alert p{
	width: 80%;
	margin: 0px;
	padding: 0px;
}
.alert.success {
	background-color: #98C53E;
}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}
.closebtn {
    color: white;
    font-weight: bold;
    right: 21px;
	top: 18px;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
	position: absolute;
}
.closebtn:hover {
    color: black;
}
/* --------------------------- */
/*        ALLERT MASSAGE       */
/* --------------------------- */




















.copyright-box {
	height: 78px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,0,0,1);	
}













.speak-english {
	display: inline-block;
	border-radius: 12px;
	position: fixed;
	bottom: 24px;
	left: 24px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	/* image replacement properties */
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	background-color: rgba(178,118,57,1);
	z-index: 3;
	color: rgba(255,255,255,1);
	font-size: 22px;
	font-weight: 300;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}
c

.speak-english b{
	font-weight: 500;
}














/* --------------------------- */
/*    GOTOP   GOTOP   GOTOP    */
/* --------------------------- */
.cd-top {
	display: inline-block;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	position: fixed;
	bottom: 14px;
	right: 14px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	background-color: rgba(90,90,90,1);
	background-image: url(../images/svg/cd-top-arrow.svg);
	background-repeat: no-repeat;
	background-position: center 50%;
	z-index: 3;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: rgba(90,90,90,1);
	opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 13px;
    bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 13px;
    bottom: 16px;
  }
}
/* --------------------------- */
/*    GOTOP   GOTOP   GOTOP    */
/* --------------------------- */












/* --------------------------- */
/*           LIGHT BOX         */
/* --------------------------- */
/* Preload images */body:after { content: url(../images/close.png) url(../images/gif/loading.gif) url(../images/png/prev.png) url(../images/png/next.png); display: none;}.lightboxOverlay { position: absolute; top: 0; left: 0; z-index: 9999; background-color: black; opacity: 0.87; display: none;}.lightbox { position: absolute; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: normal;}.lightbox .lb-image { display: block; height: auto; max-width: inherit; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}.lightbox a img { border: none;}.lb-outerContainer { position: relative; background-color: white; width: 250px; height: 250px; margin: 0 auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;}.lb-outerContainer:after { content: ""; display: table; clear: both;}.lb-container { padding: 4px;}.lb-loader { position: absolute; top: 43%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0;}.lb-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(../images/gif/loading.gif) no-repeat;}.lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;}.lb-container > .nav { left: 0;}.lb-nav a { outline: none; background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');}.lb-prev, .lb-next { height: 100%; cursor: pointer; display: block;}.lb-nav a.lb-prev { width: 34%; left: 0; float: left; background: url(../images/png/prev.png) left 48% no-repeat; opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s;}.lb-nav a.lb-prev:hover { opacity: 1;}.lb-nav a.lb-next { width: 64%; right: 0; float: right; background: url(../images/png/next.png) right 48% no-repeat; opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s;}.lb-nav a.lb-next:hover { opacity: 1;}.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: block;
}.lb-dataContainer:after { content: ""; display: table; clear: both;}
.lb-data {
	color: #ccc;
	float: left;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	width: 100%;
}
.lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em;}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}.lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999;}
.lb-data .lb-close {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/png/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover { cursor: pointer; opacity: 1;}