section.main {
	padding:0px;
	position:relative;
}
h1 {
	position:absolute;
	top:20px;
	border:none;
	background:none;
	font-weight:bold;
	color:#FFF;
	padding:0px;
	margin:0px;
	font-size:52px;
	text-shadow:0px 0px 10px #000;
	font-family: 'Dancing Script', cursive;
	font-variant:normal;
}
#desc-ph {
	margin-left:20px;
}
#float-desc {
	width:500px;
	padding:10px;
	float:left;
}
#float-desc * {
	font-size:12px;
	text-align:justify;
}
.photo-mos {
	float:left;
	width:530px;
	height:200px;
	margin:10px;
	overflow:hidden;
	position:relative;
}
h2, h2 *{
}
.photo-mos .cnt-mos {
	width:150px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
.photo-mos .cnt-mos#der {
	width:225px;
}
.photo-mos  .img-page {
	width:400px;
	overflow:hidden;
}
.gal-photo-cp {
	float:left;
	width:100px;
	overflow:hidden;
	position:relative;
}
.gal-photo-cp::after {
	content:'';
	position:absolute;
	width:10px;
	height:100%;
	top:0px;
	right:0px;
	background-color:rgba(255,255,255,.8);
}
.gal-photo-cp:nth-child(1) {
	width:200px;
}
.gal-photo-cp:nth-child(2) {
	width:150px;
}
.gal-photo-cp:nth-child(3) {
	width:180px;
}
.nb_photo {
	position:absolute;
	height:100%;
	line-height:200px;
	width:100px;
	right:0px;
	top:0px;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	text-shadow:0px 0px 5px rgb(0,0,0);
}