@charset "UTF-8";
	/*
	active hell braun: #b4ac89;
	dunkel braun bg:  #494537;
	content-text: #fff;
	*/



.media{		
	padding-top: 40px;
	background-color:transparent;
	width: 660px;
	padding: 20px;
	color: #fff;
	line-height: 1.4;
	font-size: .9em;
	letter-spacing: 1.2px;
	font-weight: 100;
	text-align: justify;
}

 h2 {
	font-weight: 300;
	color: #aaa;
}
 img{ 
	border:1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:52px;
}
hr{
	border-bottom: 1px solid #666;
}

/* pics */
.pic_item{
	position: relative;
	float: left;
	padding-right: 5px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin-right: 26px;
	margin-bottom: 20px;
}
 .projects_pics{
	margin-left:10px;
	width:472;
 }
.pp_details .pp_nav{
	display: none;
}

/* video */

.projects_video{
	margin-left:10px;
 }
.video_item{
	position:relative;
	float:left;
	padding-right:11px;
	padding-bottom:10px;
}
.video-play-btn {
	pointer-events: none;
	position: absolute;
	display: block;
	background: url(../images/play-button.png);
	height: 52px;
	width: 52px;
	top: 28px;
	left: 50px;
}

span#lbCaption a {
  color: #333;
}
