.bed-structure svg {
	height: 15px;
	padding-left: 3px;
	display: table-cell;
	max-width: 65px;
}

.ikona svg {
	margin-right: 5px;
	width: 25px;
	height: 25px;
}

.svg-fil1 {
	fill-rule: evenodd;
}

.row:first-of-type {
	padding-top: 0;
}

.row-desc {
	padding: 25px 0 !important;
}

.divider {
	margin-bottom: 25px;
	height: 1px;
}

.divider-top {
	margin: 0;
}

[id^="object"] .divider-bottom,
[id^="object"] .divider-top {
	background-color: #e3e3e3 !important;
}

[id^="object"] .row h2.title {
	font-size: 14px;
}

.bottom-rez {
	font-size: 12px;
	margin: -10px auto 0;
	display: table;
	text-align: center;
}

.button,
.aktovka a {
	box-sizing: border-box;
	height: 36px;
	display: block;
	width: 220px;
	margin: 10px auto;
	text-align: center;
	font: 300 14px/36px 'Open Sans', 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

.button:first-of-type {
	margin-top: 0;
}

.back-button {
	color: black !important;
	background: white !important;
	border: 2px solid #f39c12 !important;
	margin: 10px auto !important;
	line-height: 34px;
}

.back-button:hover {
	background: #fff5e7 !important;
}

.back-button img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

@media screen and (min-width: 951px) {
	.left-buttons .back-button {
		margin: 20px auto 0 !important;
	}
}

.aktovka {
	vertical-align: text-bottom;
}

.aktovka a {
	font-size: 12px;
	margin: 0 auto;
	color: #000;
	border: 2px solid #fff;
	line-height: 32px;
}

.aktovka b {
	text-decoration: underline;
	font-weight: 300;
}

.aktovka a:hover {
	border: 2px solid #e2e2e2;
}

.aktovka img {
	height: 15px;
	width: 15px;
	margin-bottom: -2px;
}

.aktovka .case {
	height: 13px;
	width: 13px;
	margin-bottom: -1px;
}

.button {
	color: #fff;
}

.button:hover {
	text-decoration: none;
}

.info-wrapper {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}

.info-wrapper .title {
	padding-bottom: 0;
	float: left;
}

.info-wrapper .web {
	float: none;
}

.info-wrapper .web a {
	text-decoration: underline;
}

.info-wrapper .web a,
.info-wrapper .web span {
	display: block;
}


.info-wrapper .text {
	float: left;
}

.info-wrapper .telefon {
	text-decoration: underline;
	font-weight: 700;
	cursor: pointer;
}

.info-wrapper .back-layer {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 500;
	position: fixed;
	top:0;
	left:0;
	display: none;
}

.info-wrapper .telefon-cont {
	background: white;
	border: 1px solid #8A8A8A;
	position: fixed;
	width: 600px;
	text-align: left;
	min-height: 200px;
	top: 25%;
	left: calc(50% - 300px);
	z-index: 550;
	box-sizing: border-box;
	display: none;
	font-size: 14px;
}

.spinner {
	width: 40px;
	text-align: center;
}

.spinner > div {
	width: 10px;
	height: 10px;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.show-more {
	display: none;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		  -webkit-transform: scale(1.0);
		  transform: scale(1.0);
	  }
}

@media screen and (max-width: 620px) {
	.info-wrapper .telefon-cont {
		width: 98%;
		left: 1%;
	}
}

@media screen and (max-height: 400px) {
	.info-wrapper .telefon-cont {
		top: 5%;
		z-index: 94035;
	}
	.info-wrapper .back-layer {
		z-index: 94035;
	}
}

.info-wrapper .telefon-cont-top {
	width: 100%;
	height: 40px;
	text-align: right;
	vertical-align: middle;
}

.info-wrapper .telefon-cont-top a {
	cursor: pointer;
	padding: 2px;
	display: inline-block;
	text-decoration: none !important;
}

.info-wrapper .telefon-cont-top a::before {
	display: inline-block;
	text-align: center;
	content: "\00d7";
	font-size: 40px;
	color: #d3d3d3;
	width: 40px;
	line-height: 30px;
	font-weight: 900;
}

.info-wrapper .telefon-cont-top a:hover::before {
	color: grey;
}

.info-wrapper .telefon-cont-middle {
	text-align: center;
	padding: 0 20px 35px;
	border-bottom: 1px solid #dcdcdc;
	font-weight: 700;
}

.info-wrapper .telefon-cont-bottom {
	text-align: center;
	padding: 20px;
}

.info-wrapper .back-layer,
.info-wrapper .telefon-cont {
	display:none;
}

.info-wrapper .block-visible {
	display: block;
}

.col-colorful:nth-child(odd) {
	background-color: #e2e2e2;
}

.last-minute,
.blockedTerms {
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
	font-size: 13px;
}

.silvestr {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 13px;
}

.blockedTerms fieldset {
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.blockedTerms fieldset,
.last-minute fieldset,
.silvestr fieldset {
	margin-left: 10px;
	margin-right: 10px;
}

.last-minute table {
	margin: 0 auto;
}

.last-minute td {
	padding-top: 20px;
}

.table {
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 20px;
	position: relative;
}

.tr {
	display: block;
	position: relative;
}

.td {
	display: block;
	position: relative;
	vertical-align: top;
}

.foto-container,
.about-container {
	display: block;
}

.about-container {
	min-height: 365px;
}

.image {
	box-sizing: border-box;
	background: no-repeat center;
	margin: 0 auto;
}

.about-info,
.info-cell {
	font-size: 13px;
}

.info-cell {
	padding-bottom: 20px;
}

.about-info p,
.info-cell p {
	padding: 5px 0;
	display: block;
}

.info-cell,
.foto-cell,
.footer-cell {
	box-sizing: border-box;
}

.foto-container,
.about-cell {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.about-info {
	display: table;
	margin: 0 auto;
	min-width: 220px;
	padding-bottom: 20px;
}

.about-footer {
	position: relative;
	width: 100%;
}

footer {
	box-sizing: border-box;
}

.foto-450 {
	height: 450px;
}

.image.foto-alps {
	max-width: 400px;
	margin: 0 auto;
}

.image.foto-alps img {
	display: block;
}

.image.foto-254 {
	margin: 0 auto;
	height: 252px;
	width: 252px;
}

.bottom-info {
	padding: 0 0 0;
	display: block;
	vertical-align: text-bottom;
	font-size: 12px;
	line-height: 1.8;
}

.bottom-info p:first-child:nth-last-child(1) {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.bottom-info p {
	box-sizing: border-box;
	padding: 7px 10px 5px 15px;
	text-align: left;
	width: calc(50% - 3px);
	float: left;
	margin: 0;
	line-height: 1.8;
}

.bottom-info-2 p {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0;
	text-align: left;
	line-height: 1.2;
}

.bottom-info p:last-child {
	padding-bottom: 20px;
}

.bottom-info p:first-child {
	padding-top: 15px;
}

@media screen and (min-width: 581px){
.bottom-info p:nth-child(2) {
	padding-top: 15px;
}
}

.bottom-info p.snih {
	width: 100%;
	border-top: 2px solid white;
	padding-bottom: 5px;
	text-align: center;
}

.bottom-info a {
	margin-right: 5px;
	text-decoration: none;
}

.bottom-info span {
	text-decoration: underline;
}

.bottom-info img {
	height: 25px;
	width: 25px;
	border: 0;
	margin-bottom: -7px;
}

.social-ico {
	display: inline-block;
	margin: 0 auto;
	line-height: 35px;
}

.social {
	box-sizing: border-box;
	padding: 20px 0 15px;
	display: table;
	width: 100%;
	text-align: center;
}

.social a {
	box-sizing: border-box;
	min-height: 35px;
	margin-right: 5px;
}

.social a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.social img {
	height: 40px;
	width: 40px;
	margin-bottom: -5px;
}

.social.with-background {
	background: none;
}

.foto-container a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}

.foto-container p {
	position: absolute;
	top: 10px;
	right: 0;
	color: #fff;
	font-weight: 700;
	padding: 5px;
}

.snow {
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	width: 370px;
	margin-left: -10px;
}

.snow a {
	text-decoration: underline;
}

.snow p {
	font-size: 12px;
	padding: 5px;
	margin: 0;
}

.snow table {
	font-size: 13px;
	display: table;
	margin: 0 auto;
	width: 100%;
	border-spacing: 0;
}

.snow th,
.snow td {
	padding: 5px 5px;
}

.snow th {
	color: white;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

.snow td {
	text-align: center;
	background-color: #f0f0f0;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.snow td:last-child {
	border-right: none;
}

.snow tbody > tr:last-child > td {
	border-bottom: none;
}

.snow span {
	font-size: 11px;
}

.blockedTerms,
.last-minute,
.silvestr {
	text-align: center;
}

.blockedTerms h3,
.last-minute h3,
.silvestr h3 {
	padding: 5px 0;
}

.blockedTerms p {
	display: inline-block;
	padding: 5px 25px;
}

.silvestr p {
	padding-top: 10px;
}

.image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.info-cell-box {
	display: table;
	margin: 0 auto;
}

.email .title {
	width: 57px;
}

.email .text {
	width: calc(100% - 57px);
}

.email a {
	display: block;
	width: 100%;
}

.details-lang {
	margin: 0 auto 0 auto;
	display: table;
	position: relative;
}

.details-lang span {
	min-width: 120px;
}

.info-details p {
	padding-bottom: 8px;
	text-align: center;
}

.info-details a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	margin-right: 7px;
	margin-top: 7px;
	padding: 7px;
	font-size: 13px;
	line-height: 1.2;
}

.info-details a:last-of-type {
	margin-right: 0;
}

@media screen and (min-width: 401px) {
	.info-details a:first-of-type {
		min-width: 157px;
	}
}

.info-details img {
	vertical-align: middle;
	height: 20px;
}

.seznamka {
	font-size: 13px;
	padding-bottom: 20px;
	text-align: center;
}

.seznamka a {
	text-decoration: underline;
}

.seznamka .select {
	color:red;
	text-decoration: none;
	font-weight: bold;
}

.seznamka .select:hover {
	text-decoration: underline;
}

.sluzby {
	font-size: 13px;
}

.row.provozovatel {
	padding-bottom: 20px;
}

@media screen and (max-width: 880px) {
	.camp {
		width: 70%;
	}
}

@media screen and (min-width: 701px) {
	.col-6 {
		width: 50%;
		float: left;
	}

	.text-r {
		text-align: right;
	}

	.row.provozovatel .col-6.text-r:first-child:nth-child(1) {
		float: right;
	}

	.text-l {
		text-align: left;
	}
}

@media screen and (min-width: 951px) {
	.about-footer.small-foto {
		right: 10px;
		position: absolute;
		bottom: auto;
		left: auto;
		top: calc(50% - 20px);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 851px) {
	.table {
		display: table;
	}

	.tr {
		display: table-row;
	}

	.td {
		display: table-cell;
	}

	.foto-cell,
	.about-cell {
		margin-top: 0;
	}

	.foto-cell {
		width: calc(100% - 380px);
	}

	.about-cell {
		width: 380px;
		padding: 0 0 20px 20px;
	}

	.image {
		margin: 0;
	}

	.image img {
		display: none;
	}

	.foto-cell.small-foto {
		width: 300px;
	}

	.about-cell.small-foto {
		width: calc(100% - 300px);
	}

	.about-info {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 951px) {
	.info-cell {
		padding-right: 250px;
		vertical-align: middle;
	}

	.footer-cell {
		position: absolute;
		top: calc(50% - 20px);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: auto;
		right: 20px;
		bottom: auto;
	}
}

@media screen and (max-width: 950px) {
	.footer-cell {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 741px) and (max-width: 950px) {

	.tr.small-foto {
		display: block;
	}

	.foto-cell.small-foto {
		width: 50%;
		display: table;
		float: left;
	}

	.info-cell {
		width: 50%;
		position: relative;
		display: table;
		float: right;
	}
}

@media screen and (min-width: 581px) and (max-width: 950px) {

	.td.footer-cell {
		position: relative;
		width: 100%;
		display: table;
	}

	.left-buttons {
		display: block;
		float: left;
		width: 50%;
	}

	.right-buttons {
		display: block;
		float: right;
		width: 50%;
	}
}

@media screen and (max-width: 850px) {
	.foto-450 {
		height: auto;
		aspect-ratio: 4/3;
	}

	.image.foto-450 {
		background: none !important;
	}
	
	.about-container {
		min-height: auto
	}
	
}

@media screen and (min-width: 741px) and (max-width: 850px) {
	.about-container {
		position: relative;
		display: table;
		width: 100%;
	}

	.about-info {
		box-sizing: border-box;
		padding-left: 40px;
		float: left;
		width: 410px;
		padding-bottom: 0;
	}

	.about-footer {
		width: calc(100% - 410px);
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
	}

	.snow {
		margin: 20px auto 0 auto;
		position: initial;
		width: 60%;
	}
}

@media screen and (min-width: 741px) {
	.bottom-info p {
		padding: 7px 10px 5px 40px;
	}
}

@media screen and (max-width: 740px) {
	.button,
	.aktovka a {
		width: 220px;
		float: none;
		display: block;
	}

	.info-cell {
		padding-bottom: 20px;
		width: 100%;
	}

	#object {
		margin-top: 0;
		width: 100%;
		padding: 20px 10px 10px 10px;
	}

	.snow {
		margin: 30px auto 0 auto;
		position: initial;
		width: 100%;
	}

	.snow table {
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	.bottom-info p {
		width: calc(100% - 3px);
		padding: 7px 10px 7px 30px;
	}
}

@media screen and (max-width: 540px) {
	.bottom-info,
	.last-minute,
	.blockedTerms {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 400px) {
	.details-lang span {
		display: none;
	}

	.snow th,
	.snow td {
		padding: 5px 3px;
	}
	
	.bottom-info p {
		padding: 7px 10px;
	}
}

@media screen and (max-width: 350px) {
	.button,
	.aktovka a {
		width: 95%;
	}
}

@media screen and (max-width: 315px) {
	.image.foto-254 {
		width: auto;
	}
}

.users-photo {
    display: inline-table;
    vertical-align: middle;
    box-sizing: border-box;
    table-layout: fixed;
    margin: 0 auto;
}

.users-photo img {
    border: 1px solid black;
	min-height: 80px;
}

.users-photo span {
    display: table-cell;
    text-align: center;
	vertical-align: middle;
	width: 132px;
	border-right: 20px solid transparent;
}

.users-photo span:nth-of-type(5) {
    border: 0;
}

.row-users-photo {
    display: table;
    margin: 10px auto 0;
	position: relative;
	vertical-align: middle;
}

.users-photo-next {
	text-decoration: none;
	text-align: center;
	font-size: 58px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: -10px;
	line-height: 0.9;
	top: -8px;
	border-radius: 3px;
	width: 44px;
	}

.users-photo-next .popis {
	font-size:11px; line-height: 1.2;
}
.users-photo-next:hover {
	text-decoration: none;
	color: grey;
	}

@media screen and (max-width: 900px){
    .users-photo span:nth-of-type(5) {display: none;}
	.users-photo span:nth-of-type(4) {border: 0;}
}

@media screen and (max-width: 740px){
    .users-photo span:nth-of-type(4) {display: none;}
	.users-photo span:nth-of-type(3) {border: 0;}
	.users-photo-next {font-size: 40px;	line-height: 1;}
}

@media screen and (max-width: 585px){
    .users-photo span:nth-of-type(3) {display: none;}
	.users-photo span:nth-of-type(2) {border: 0;}
}

@media screen and (max-width: 400px){
    .users-photo span:nth-of-type(1),
    .users-photo span:nth-of-type(2) {
        display: block;
        width: 130px;
		padding: 5px 0;
		border: 0;
    }
	.users-photo {width: 135px; margin-left: 50px;}

.users-photo-next {
	right: -20px;
	width: 40px;
	margin-left: 10px;
	}
}

@media screen and (max-width: 340px){
    
.users-photo-next {
	right: -10px;
	}
}

.email-overflow {
	text-overflow: ellipsis;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
