
/*_________________________________________
	PLACE-DETAIL
___________________________________________*/
#place-detail {
	width: 100%;
	height: auto;
	display: none;
	padding-bottom: 200px;
	font-family: "AlexangDisplay";
	background-color: #f8f4cd;
	/* background-color: #faf5e0; */
	/* background-repeat: repeat; */
	/* opacity: 0.2; */
	/* background-repeat: no-repeat; */
    /* background-size: auto 100%; */
    /* background-position: center center; */
}




/*        FRISE			*/

#place-frise {
	height: 40px;
	width: 100%;
	background-repeat: repeat-x;
    background-size: 130px;
    background-position: center bottom;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-frise {
		background-size: 100px;
	}
}







/*        SUMMARY			*/
#place-summary tr td {
	vertical-align: top;
}

#place-summary-block {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}	
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-summary-block {
		width: 96%;
	}
}

#place-summary-block a,
#place-summary-block a:hover,
#place-summary-block a:visited {
	color: black;
}

#place-summary {
	background-color: #f8f4cd;
	overflow: hidden;
}	
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-summary {
		/* max-width: 80%; */
	}
}

.place-frame {
	width: 250px;
	padding: 60px 45px 45px 45px;
	background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center center;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	.place-frame {
		width: 110px;
		padding: 20px 15px 15px 15px;
		padding: 25px 20px 20px 20px;
	}
}

.place-frame img {
	filter: sepia(1);
	-webkit-filter: sepia(1);
	border-radius: 5px;
}

#place-details {
	width: 70%;
}
	
#place-name {
	font-size: 3vw;
	margin: 30px 0 20px 0px;
	font-weight: bold;
}

@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-name {
		font-size: 8vw;
		margin: 12px 0px 7px 0px;
	}
}


#place-architect {
	font-weight: bold;
	font-size: 1.5vw;
	margin-bottom: 10px;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-architect {
		font-size: 5vw;
	}
}
#place-architect a {
	text-decoration: none;
}
#place-architect i {
	font-size: 1vw;
	color: #666;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-architect i {
		font-size: 3vw;
	}
}

#place-address {
	overflow-wrap: break-word;
	font-size: 1.3vw;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-address {
		font-size: 4vw;
	}
}
#place-address i {
	color: #666;
}
#place-address a {
	text-decoration: none;
}


#place-description {
	font-size: 2vw;
	margin: 10px 10px 30px 10px;
	text-align: justify;
	color: #595959;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-description {
		font-size: 6vw;
		font-weight: bold;
	}
}

#place-credits {
	font-size: 10px;
	font-family: Arial;
	margin: 10px;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-credits {
	}
}
#place-credits ul {
	margin: 5px;
	padding: 5px;
}

#place-credits i {
	color: #666;
}

#place-credits a {
	text-decoration: none;
}









/*        LIST OF IMAGES		*/

#place-detail-images {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	#place-detail-images {
		margin-top: 20px;
	}
}

.place-detail-images-list {
	text-align: center;
	margin: 0;
	padding: 0;
}
.place-detail-images-list img {
	border-radius: 5px;
}
.place-detail-images-list li {
	display: inline-block;
	margin: 0 0 50px 0;
}
	
.place-detail-images-item {
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	padding: 20px;
	background-color: white;
	box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5);
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	.place-detail-images-item {
		padding: 10px;
	}
}

.place-detail-images-item-title {
	font-family: "BoecklinsUniverse";
	text-align: center;
	font-size: 2vw;
	margin: 14px 0 0 0;
}
@media screen and (max-width: 600px),
@media screen and (max-height: 600px) {
	.place-detail-images-item-title {
		font-size: 3vw;
		margin: 8px 0 0 0;
	}
}

