/* Copyright (C) JOOlanders SL, http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */

/*
 * item
 */

/* box */
#yoo-zoo .item div.box-1 { padding: 4px 14px 4px 14px; }

/* position headings */
#yoo-zoo .item h3 {
    margin: 30px 0 10px 0;
    font-size: 21px;
    font-weight: normal;
    border-bottom: 1px solid #26305c;
}

/* element type: textarea */
#yoo-zoo .item .element-textarea h3{
	margin: 30px 0 10px 0;
    font-size: 21px;
    font-weight: normal;

}
#yoo-zoo .item .element-textarea > * { margin: 0px 0px 10px 0px; }
#yoo-zoo .item .element-textarea *:last-child { margin-bottom: 0px; }

/* position: top */
#yoo-zoo .item div.pos-top {
	margin: 32px 0 0 12px;
    min-height: 37px;
}



#yoo-zoo .item div.pos-top {
	font-family:'Tenor Sans', Arial;
	font-size:50px;	
	line-height: 46px;
	margin-top: 15px;
}

#yoo-zoo .item div.pos-top .element { margin-bottom: 20px; }
#yoo-zoo .item div.pos-top .element.last { margin-bottom: 0px; }

/* product box */
#yoo-zoo .item > div.floatbox { margin-bottom: 20px; }

/* position: media */
#yoo-zoo .item div.media-left {
	margin: 15px 0px 10px 0px;;
	float: left;
}

#yoo-zoo .item div.media-left img {
	margin: -25px 3px 0 0;	
}

#yoo-zoo .item div.media-right {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .item div.media-center { text-align: center; }

#yoo-zoo .item div.pos-media .element { margin-bottom: 15px; }

/* title */
#yoo-zoo .item h1.pos-title {
	margin: 0px;
	font-weight: bold;
	color: #505050;
	font-size: 21px;
	line-height: 32px;
}

/* position: description */
#yoo-zoo .item div.pos-description {}
#yoo-zoo .item div.pos-description .element { margin-top: 20px; }

/* element type: rating */
#yoo-zoo .item div.pos-description .element-rating { margin-top: 0px; }

#yoo-zoo .item div.pos-description div.rating { overflow: hidden; }
#yoo-zoo .item div.pos-description div.rating div.rating-container {
	margin-right: 10px;
	float: left;
}
#yoo-zoo .item div.pos-description div.rating div.vote-message { line-height: 20px; }

/* position: specification */
#yoo-zoo .item div.pos-specification {
	margin-top: 20px;
	overflow: hidden;
}

#yoo-zoo .item div.pos-specification ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#yoo-zoo .item div.pos-specification ul strong {
	display: inline-block;
	width: 120px;
}

/* position: bottom */
#yoo-zoo .item div.pos-bottom { overflow: hidden; }
#yoo-zoo .item div.pos-bottom .element { margin-top: 20px; }

/* position: related */
#yoo-zoo .item div.pos-related {
	margin-top: 40px;
	overflow: hidden;
}

#yoo-zoo .item div.pos-related h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E7E8;
	color: #323232;
}

#yoo-zoo .item div.pos-related .element-relateditems > div {
	width: 50%;
	margin-bottom: 20px;
	float: left;
}

/* related item */

/* position: media */
#yoo-zoo .pos-related div.media-left {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .pos-related div.media-right {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .pos-related div.media-center { text-align: center; }

/* position: title */
#yoo-zoo .pos-related h4.sub-pos-title {
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

#yoo-zoo .pos-related h4.sub-pos-title a { text-decoration: none; }

/* position: description */
#yoo-zoo .pos-related div.sub-pos-description {}
#yoo-zoo .pos-related div.sub-pos-description .element { margin-top: 7px; }

/* element type: textarea */
#yoo-zoo .pos-related div.sub-pos-description .element-textarea > * { margin: 0px 0px 7px 0px; }
#yoo-zoo .pos-related div.sub-pos-description .element-textarea > *:last-child { margin: 0px; }

/* position: specification */
#yoo-zoo .pos-related ul.sub-pos-specification {
	list-style: none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#yoo-zoo .pos-related ul.sub-pos-specification strong {}

/* position: links */
#yoo-zoo .pos-related p.sub-pos-links { margin: 7px 0px 0px 0px; }

#yoo-zoo .pos-related p.sub-pos-links span a:after {
	content: " »";
	font-size: 14px;
}

/*
 * comments
 */
 
#yoo-zoo div#comments { margin-top: 0px; }

#yoo-zoo div#comments .comments-meta {
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	color: #505050;
	font-size: 21px;
	line-height: 32px;
}

/* Responsive
----------------------------------------------------------------------------*/

/* Only Phones */
@media (max-width: 767px) {

	#yoo-zoo .item > div.meta ul.pos-meta {
		width: auto;
		float: none;
	}

	#yoo-zoo .item > div.meta ul.pos-taxonomy {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	
	#yoo-zoo .item div.googlemapspro {
		width: 99% !important;
	}

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	#yoo-zoo .item div.media-left,
	#yoo-zoo .item div.media-right {
		margin: 0;
		float: none;
		text-align: center;
	}
	
	#yoo-zoo .item div.googlemapspro {
		width: 98.5% !important;
	}
	
	/* Alignment */
	#yoo-zoo .item div.pos-content img.float-left,
	#yoo-zoo .item div.pos-content img.float-right {
		margin: 10px auto;
		float: none;
	}

}






div.pos-title div.dateDag {
	margin:0px 0 0 0;

}

div.detailTitle div.pos-title div.dateDag p {

    color: #ffffff;
    font-size: 19px;
    height: 32px;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}

div.detailTitle div.pos-title div.dateDatum p {
	text-align: center;	
	font-size:80px;
	margin:0px;
	color:#272727; 
	font-weight:bold;
	text-shadow:0px 1px 1px #ffffff;
	padding:23px 0 0 0;
}

div.pos-title div.dateDatum {

    height: 49px;
    padding: 40px 0 0;
}

div.detailTitle div.pos-title div.dateMaand p {
	text-align: center;	
	font-size:27px;
	text-transform:uppercase
	margin:0px;
	padding: 0px 0 0;;
	height:35px;
    color: #f5a300;
}

div.pos-title div.dateMaand {
	margin:0px 0 55px 0;

}

div.dateContainer {
	background: url(../images/bg_datum.png) 50% 0% no-repeat;	
	width:217px;
	height:224px;
	margin: 20px 0 32px 12px
}
