/*-------- Boeking info ---------*/
.bold-title {
	font-weight: 700;
	color: rgb(173, 164, 114);
}

.foto-display {
	width: 100%;
}


@media (max-width: 1200px) { 
	.mini-album {
		padding: 0;
	}
}

.mini-album-foto, .mini-album-video {
	padding: 5px;
}

.mini-album-video iframe{
	aspect-ratio: 16/9;
}

/*------ prices ---------*/

.prices {
	background-color: white;
	color: rgb(173, 164, 114);
	text-align: center;
	padding: 0;
	margin: 20px;
	border-radius: 10px;
}

.booking-type {
	display: flex;
    align-items: center;  
    justify-content: center; 
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 112px;
    font-size: 30px;
    font-weight: 500;
    background-color: rgb(173, 164, 114);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (max-width: 992px) {
	.booking-type { 
	    display: block;
	    min-height: 0;
	}
}

.prices .price {
	margin: 15px 0 0 0;
	font-weight: 550;
  font-size: 45px;
}

.prices span {
	position: relative;
	top: -15px;
}

.specifications {
	padding: 0 15px;
	list-style-position: inside;
}

.specifications li::marker {
  content: '-   ';
  color: white;
}

.specifications li {
	margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgb(173, 164, 114);
}

.subtext {
	font-size: 11px;
	line-height: 1;
}

.foto-album {
	width: 100%;
}