
.posts-pages-list {
	background-color:#FFF;
	padding:0 0 0 0;
}
.posts-pages-list-element {
	margin : 0 0 30px 0 ;
}
.posts-pages-list-picture{
	position:relative;
	margin:10px 0 0 0 ;
	display:block;
/*	padding:15px;
	height:350px;  */
	width:100%;
	color:#FFF;
	font-size:1.6em;
	font-weight:500;
}
.posts-pages-list-title-inside {
	position:absolute;
	bottom:10px;
	padding : 0 10px 0 15px;
	line-height:1.1em;
	text-shadow:1px 2px 3px #000;
}
.posts-pages-list-title-outside {
	padding : 8px 0 0 0 ;
	font-size: 1.7em;
	font-weight: 500;
	line-height:1.1em;
	color: #666;
	/*text-shadow:1px 2px 3px #000;*/
	white-space: break-spaces;
}

.posts-pages-list-header {
	margin : 5px 0 0 0 ;
	color: #666;
	font-size:1em;
	font-weight:100;
	line-height:1.3em
}

.posts-pages-detail {
	margin : 20px 0 0 0;
}
.posts-page-detail {
	margin : 0 0 10px 0;
	padding: 20px 0 0 0 ;
}
.back {
	display:block;
	width:100%;
	text-align:right;
	margin : 0 0 40px 0;
}
.back-button {

}
.back-button {
	background-color: #DD782B;
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 20px;
	text-decoration: none;
}
.back-button:hover {
	background-color:#DD6000;
}
.back-button:active {
	position:relative;
	top:1px;
}
