.jednotka{
    background-color:#B1E0BF;position:relative;width:40%
    ;border-radius:4px;padding:0 0 8px 0;margin: 0 0 8px 0;
}
#jednotky_obal{
    display:none;
}
.jednotka h5{
    color:#555;margin:0 0 5px 0;font-size:18px;padding:4px 6px;background:#52aa6d;color:#fff;border-radius:4px 4px 0 0;
}
.jednotka div{
    margin:6px;
}
.jednotka p{
    margin-top:4px;width:100%;color:#222;
}
.jednotka strong{
   color:#777;margin-bottom:5px;display:block;
}
#ubytovaci_jednotky{
    margin:0 0 12px 0;
}
/*#zobrazit_jednotky{
    display:block;padding:4px;
}*/
#skryt_jednotky{
    display:none;padding:4px;
}
#rg .chata {
	margin-right: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	font-size: 13px;
}
#rg p {
	font-size: 14px;
	line-height: 20px;
}
#lf .chata_menu {
	font-size: 12px;
	height: auto;
	line-height: 14px;
	margin: 20px 0px 20px 0px;
	min-height: 263px;
	padding: 4px;
	width: 172px;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-ms-border-radius: 0px 2px 2px 0px;
	-o-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
}
#lf .chata_menu a {
	font-size: 12px;
	line-height: 16px;
}
#lf .chata_menu a img {
	border: none;
}
#lf #mapa {
	z-index: 10;
	margin-left: -5px;
	margin-bottom: 10px;
}
#lf #mapa #umisteni {
	position: relative;
	z-index: 20;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
#lf #mapa #umisteni a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#lf .chata_menu .blok_chata_menu {
	letter-spacing: -1px;
	color: #bbb;
	padding: 5px 5px 2px 5px;
	margin: 5px -4px -2px -4px;
}
#lf .chata_menu #chata_menu_head {
	padding: 4px;
	margin: -4px;
	overflow: hidden;
}
#lf .cht_odk {
	margin-bottom: 6px;
}
#lf .ech_odk {
	font-size: 10px;
	margin-bottom: 8px;
}
#lf .ech_odk a {
	font-size: 11px;
}
#rg .lokalita {
	display: inline;
	font-size: 20px;
}
#galerie {
	float: right;
	padding: 2px;
	width: 470px;
	margin: 0px 0 10px 30px;
	position: relative;
	top: -14px;
}
#main_obal{
    position: relative;
}
#rg #prohlidka{
display: flex;
position: absolute;
bottom: 10px;/*270*/
right: 10px;/*340*/
}
#rg #prohlidka .vr, #rg #prohlidka .video {
	display: flex;
	align-items: center;
	background: rgba(50,110,150,0.8);
	padding: 2px 6px;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
	font-size:14px;
	margin-left: 10px;
}
#rg #prohlidka .vr img, #rg #prohlidka .video img {
	flex-shrink: 0;
	margin-right: 4px;
}
#rg #prohlidka .vr:hover{
background: rgba(50,110,150,0.9);
text-decoration: none;
}
#rg #prohlidka .video{
	background: rgba(255,89,89,0.7);
}
#rg #prohlidka .video:hover{
	background: rgba(255,89,89,0.9);
	text-decoration: none;
}

#fb-like{
	width: 200px;
        height:20px;
        margin: 6px 0 6px -10px;
}
#galerie #nahledy img {
	cursor: pointer;
	float: left;
	margin: 2px 2px 1px 1px;
	width: 114px;
	height: 86px;
	border: none;
}
#galerie #nahledy img.smaller_thumb, #galerie #nahledy .btn-video {
	width: 92px;
	height: 69px;
	margin: 2px 1px 0px 1px;
	border: none;
	padding: 0;
	border-radius: 4px;
}
#galerie #main-img {
	width: 470px;
        border-radius: 8px;
	cursor: pointer;
	margin-bottom: 0px;
}
#galerie #nahledy .btn-video:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.9);
}
#galerie #nahledy .btn-video{
	position: relative;
}
#galerie #nahledy .btn-video img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	margin: 0;
	object-fit: cover;
}
#galerie #nahledy .btn-video:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 21px;
	margin-left: -13px;
	margin-top: -10px;
	background: url(play.svg) no-repeat;
	background-size: contain;
}

.property-full-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.property-full-video .video-wrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 95vw;
}

.property-full-video iframe {
	max-height: 95vh;
	aspect-ratio: 16 / 9;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.property-full-video .close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;
	background: #fff url(xmark-solid.svg) no-repeat;
	background-size: 50%;
	background-position: center;
	border: none;
	border-radius: 50%;  /* Kulaté rohy (volitelné) */
}

#rg p {
	margin-bottom: 8px;
}
#in_odk {
	padding: 30px 0px 20px 0px;
	font-size: 11px;
	text-align: center;
}
#rg .h_p {
	font-size: 17px;
	margin: 12px 0px 5px -5px;
	line-height: 20px;
	display: inline-block;
	padding: 1px 5px 1px 5px;
}
#rg table {
	font-size: 13px;
	border-collapse: separate;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#rg td,
#rg tr {
	border-collapse: collapse;
}
#rg td {
	padding: 4px;
        border-radius: 4px;
}
#rg  #checks {
	margin-top: 10px;
}
.dalsi_chaty {
	text-align: center;
	margin-top: 40px;
	padding-right: 20px;
/*        display: none;*/
}
.dalsi_chaty .rr {
	margin-left: 35px;
}
.banner-button {
	margin-left: 40px;
}
.akt, .wk {
	margin: 15px 0px 10px 10px;
	width: 180px;
}
.akt a, .akt strong, .wk a, .wk strong {
	text-decoration: none;
}
.akt a:hover strong, .akt a:hover, .wk a:hover strong, .wk a:hover {
	text-decoration: underline;
}
#rg .h_p span {
	color: #555;
        font-size: 15px;
	font-weight: normal;
}
#lf a img {
	border: none;
}
#rg #ikony {
	padding-top: 1px;
	margin: 5px 0 10px 0;
        color:#D48535;
}
#rg #ikony img {
	width: 40px;
	height: 38px;
}
#bs input,
#bs .inp {
	width: 178px;
	font-size: 12px;
	padding: 5px;
	margin: 2px 0px;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #2D96B4;
	color: #FFF;
	height: 30px;
}
#bs .inp {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 160px;
}
#rg h3 {
	font-size: 13px;
}
.menu_img {
	width: 94px;
	display: block;
	float: left;
	margin: 6px 11px 4px 0;
}
#bs input:active,
#bs #galerie input:active, #bs #galerie input:hover, #bs #galerie a.subg1:hover, #bs .chata_menu input:active, #bs .chata_menu input:hover {
	background-color: #378F52;
	
}
#bs #galerie form {
	float: left;
}
#bs .chata_menu input {
	width: 171px;
	font-size: 13px;
	padding: 7px;
	margin: 2px 0px;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #52aa6d;
	color: #FFF;
	height: 30px;
}

#bs #galerie input {
	width: 152px;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 6px;
	margin: 4px 3px 2px 0px;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #52aa6d;
        background-color: #70c88b;
	color: #FFF;
	height: 32px;
}
#bs #galerie a.subg1 {
	width: 149px;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 6px 3px;
	margin: 4px 3px 2px 0px;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #52aa6d;
	background-color: #70c88b;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	text-align: center;
}
#bs #galerie a.subg {
	text-align: center;
	float: left;
	display: block;
	width: 146px;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 6px 3px;
	margin: 1px 3px 2px 0px;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #52aa6d;
	color: #FFF;
	height: 17px;
}
#bs #galerie a.end {
	width: 149px;
}
#bs #galerie svg {
	width: 14px;
        color:#efe;
}
#bs #galerie a.subg:hover,
#bs #galerie a.subg1:hover {
	text-decoration: none;
}
#bs #galerie input.subg {
	margin: 1px 3px 2px 0px;
	background-color: #52aa6d;
	font-size: 12px;
	height: 31px;
        width:149px;
}
#bs .noa,
#bs #galerie .noa, #bs #galerie .noa:active, #bs #galerie .noa:hover {
	background-color: #afafaf;
	cursor: default;
	color: #f5f5f5;
}
#kapacita {
	display: block;
	font-size: 16px;
	color: #656565;
	margin-bottom: 12px;
	margin-top: 2px;
}
#kapacita span {
	font-weight: bold;
}
.recenze {
	margin-bottom: 30px;
	padding: 6px;
	background-color: #efefef;
        border-radius: 6px;
}
.recenze span {
}
.recenze .plu {
	color: green;
	font-weight: normal;
}
.recenze .min {
	color: orangered;
	font-weight: normal;
}
.recenze .obd {
	color: #4270B2;
	font-weight: bold;
}
.recenze .skup {
	color: #555;
	font-weight: normal;
}
.recenze .vloz {
	font-weight: normal;
}
.recenze img {
	display: inline-block;
	width: 14px;
	margin-bottom: -2px;
}
.recenze .ndps img {
	display: block;
	width: 94px;
	margin-bottom: 2px;
	border: 1px solid green;
}
.recenze .hid {
	display: none;
}
#rg .recenze a {
	font-weight: normal;
	color: #333;
}
#rg .recenze .ndps a {
	font-weight: bold;
	color: green;
}
#rg .hvezdicky {
	margin: 1px 0 0 0;
	text-indent: 0;
}
.hvezdicky img {
	display: inline-block;
	margin-bottom: -2px;
}
.hvezdicky span {
	display: inline-block;
	width: 180px;
	color: #333;
}
.prumer span {
	width: 200px;
	color: #333;
}
#rg .prumer {
	margin-bottom: 30px;
}
#smapa {
	height: 300px;
	width: 100%;
	border-radius: 5px;
	margin: 8px 0;
}
#rg .smapa_r a {
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}
.smapa_r {
	width: 100%;
	margin: 8px 0 0 0px;
}
#rg .smapa_r a {
	display: inline-block;
	margin-bottom: 22px;
}
#rg .smapa_r span {
	font-size: 16px;
        color:#555;
        display:inline-block;
        padding: 0 6px;
}
#rg .smapa_r a.out {
	margin-bottom: 22px;
	font-size: 15px;
}
#rg #dest {
	margin-top: 0px;
        border-width: 14px;
        border-bottom-width: 4px;
}
#dest tr {
	float: left;
	margin: 0 8px 10px 0;
}
#dest td {
	padding: 4px;
}
#dest .td_t {
	font-weight: bold;
	color: #666;
	background-color: #efefef;
	/*padding-right: 2px;*/
}
#rg #vetsi_mapa {
	font-weight: normal;
}
#cislo_o {
	color: #D48535;
}
#cenik {
	width: 40%;
	float: left;
}
#rg #kontakty {
	margin-bottom: 26px;
        width:100%;
        background: #B1E0BF;
        border-width: 14px;
}
#rg #kontakty td{
    background: #B1E0BF;
    padding:4px;
    letter-spacing: 0.5px;
}
#rg #kontakty td.bold{
    font-weight: bold;
}
#kontakty input{
    margin:4px;
    margin-left:0px;
    float:left;
}
#aktuality {
	width: 56%;
	float: left;
	margin-left: 2%;
	padding: 1%;
	background-color: #efefef;
	max-height: 400px;
	overflow: scroll;
}
#rg #aktuality .akt, #rg #aktuality .wk {
	color: orangered;
	font-weight: normal;
	width: 100%;
	margin: 0 0 14px 0;
	line-height: 16px;
}
#rg #aktuality .wk {
	color: #444;
}
#rg .akt p, #rg .wk p {
	line-height: 16px;
}
#aktuality .hghlt {
	font-weight: bold;
}
#fb-root {
}
#sklikReklama_6709 {
	margin-left: 45px;
}
#mn .mn_txt {
	margin-left: 10px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 8px;
	display: inline-block;
}
#nmn {
	margin-left: 14px;
}
#obl {
}
#hd #obl a {
	color: #666;
}
#spustit_fotogalerii {
	cursor: pointer;
	display: block;
	font-size: 15px;
	margin-top: 2px;
	font-weight: normal;
	height: 20px;
	padding: 2px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#lf {
	overflow: visible;
}
.kamdal {
	margin-top: 50px;
}
#rg .kam_dal {
	background-color: #fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #519EB4;
        border:1px solid #2D96B4;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0.5em 0 0;
	padding: 0.5em 1.2em;
	text-align: center;
	text-decoration: none;
}
#rg .kam_dal span {
	font-size: 120%;
        color:#2D96B4;
}
#rg .kam_dal:hover {
	text-decoration: none;
        border:1px solid #14424F;
        color:#2D96B4;
        background-color: #efefef;
}
#rg .chata {
	/*border-top: 1px solid #dfdfdf;*/
}
#lf .chata_menu {
	background-color: #efefef;
	border: 0px solid #99C7F0;
	color: #444;
	padding-bottom: 0px;
	border-bottom: 1px solid #dfdfdf;
	border-radius: 3px;
}
#lf .chata_menu a {
	color: #999;
}
#lf .blok_chata_menu a {
	color: #005369;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
}
#lf .chata_menu a:hover {
	color: #333;
}
#lf #mapa #umisteni a {
	color: red;
}
#lf .chata_menu #chata_menu_head {
	border-bottom: 0px solid #a0aFc4;
	background-color: #dfdfdf;
	line-height: 16px;
	border-radius: 3px 3px 0 0;
}
#lf .chata_menu #chata_menu_head .obec {
	color: #D49A5F;
}
#galerie {
	/*border: 1px solid #99C7F0;
	background-color: #efefef;
*/
}
#in_odk {
	color: #999;
}
#in_odk a {
	color: #aaa;
}
#rg .lokalita,
#rg h3,
#rg h2 {
	color: #414141;
        color: #316171;
}
#cenik h3{
    color:#222;
}
#rg table {
	border: 1px solid #B1E0BF;
	background-color: #B1E0BF;
}
#rg td {
	border: 1px solid #B1E0BF;
	background-color: #fff;
	height: 20px;
}
#rg #cenik td {
	border: 0px solid #B1E0BF;
}
#rg td.h_t {
	background-color: #B1E0BF;
}
.akt {
	color: red;
	font-weight: bold;
}
.akt_hd {
	color: orangered;
}
.wk .akt_hd {
	color: #555;
}
.akt a {
	color: #4270B2;
}
.akt strong {
	color: #4E4943;
}
.akt a:hover strong, .akt a:hover {
	color: #2270C2;
}
#lf .blok_chata_menu .hdn {
	color: green;
	font-weight: bold;
}
#lf .blok_chata_menu .hdn img {
	display: inline-block;
	width: 14px;
	margin-bottom: -2px;
}
#lf .blok_chata_menu .aktu {
	color: orangered;
	font-weight: bold;
}
#mn .mn_txt {
	color: #D49A5F;
}
#spustit_fotogalerii {
	background-color: #dfdfdf;
	color: #4270B2
}
#hd #pl {
}
#galerie #nahledy a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 5;
	box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.9);
}
#rg p.prehled {
	float: left;
	width: 205px;
  margin-right: 50px;
}
.prehled span {
	font-weight: bold;
	display: inline-block;
	padding: 3px 0px;
}
.mapa_cela {
	display: inline-block;
	width: 187px;
	height: 110px;
}
@media only screen and (min-width: 1410px) {
    #galerie{
        width:580px;
    }
    #galerie #main-img {
    width: 580px;
    margin-bottom: 1px;
}
/*#rg #vr{
top: 350px;
left: 405px;
padding: 6px;
border-radius: 5px;
}*/

#rg #ikony {
	padding-top: 9px;
	margin: 5px 0 10px 0;
}
#rg #ikony img {
	width: 51px;
	height: 50px;
}
#oblibene-galerie {
    top: 210px;
    margin-left: 1010px;
}
#oblibene-galerie input {
    font-size: 13px;
    width: 130px;
    height: 30px;
}
#galerie #nahledy img {
    width: 142px;
    height: 107px;
    margin: 3px 2px 0px 1px;
}
#galerie #nahledy img.smaller_thumb, #galerie #nahledy .btn-video {
    width: 113px;
    height: 85px;
    margin: 3px 2px 0px 1px;
}
#rg .lokalita {
    font-size: 24px;
}
#rg .chata {
    font-size: 16px;
}
#kapacita {
    font-size: 18px;
}
#rg p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
#rg .h_p {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
}
#rg .h_p span {
    font-size: 18px;
}
#bs #galerie input{
    width:189px;
    font-size: 16px;
    height: 36px;
}
#bs #galerie a.subg1{
    width:186px;
    font-size: 16px;
    height: 25px;
    line-height: 24px;
}
#bs #galerie a.subg{
    width:183px;
    padding: 7px 3px;
    height: 20px;
    font-size: 16px;
}
#bs #galerie a.end {
    width: 186px;
}

#bs #galerie input.subg{
    width:186px;
    font-size: 16px;
    height: 34px;
}

#bs input, #bs .inp {
    width: 246px;
    font-size: 16px;
    height: 40px;
}
#bs .inp {
height: 30px;
line-height: 30px;
width: 236px;
}
#rg table {
    font-size: 16px;
}
#rg h3 {
    font-size: 16px;
}
#lf .chata_menu{
    width:222px;
    padding:8px;
}
#lf .chata_menu #chata_menu_head{
    margin:-8px;
}
#lf .blok_chata_menu a{
    font-size: 16px;
    line-height: 24px;
    
}
.menu_img{
    width:164px;
    margin-right: 6px;
}
#lf .chata_menu #chata_menu_head{
    font-size: 15px;
    line-height: 18px;
}
#bs .chata_menu input {
    width: 220px;
    font-size: 14px;
    height: 34px;
}
#smapa {
    height: 400px;
    width: 100%;
}


prvek {

}
#rg .smapa_r span {
    font-size: 20px;
}
#rg .smapa_r a {
    font-size: 16px;
    font-weight: normal;
}
#in_odk {
    font-size: 13px;
}
#rg .smapa_r a.out{
    font-size: 18px;
}
}