/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * layout
 */

#yoo-zoo .row,
#yoo-zoo .floatbox { overflow: hidden; }

#yoo-zoo .width20 {
	float: left;
	width: 19.999%;
}

#yoo-zoo .width25 {
	float: left;
	width: 24.999%;
}

#yoo-zoo .width33 {
	float: left;
	width: 33.333%;
}

#yoo-zoo .width50 {
	float: left;
	width: 49.999%;
}

/*
 * details
 */

#yoo-zoo .details { margin: 0px; }

#yoo-zoo .details h1.title {
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #c8c8c8;
	font-size: 30px;
	line-height: 40px;
	color: #323232;
	font-weight: normal;
}

#yoo-zoo .details h2.subtitle {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #323232;
	font-weight: normal;
}

#yoo-zoo .details.alignment-center h1.title {
	font-size: 38px;
	line-height: 42px;
	letter-spacing: -1px;
}

#yoo-zoo .details div.description {
	margin-bottom: 20px;
	overflow: hidden;
}

#yoo-zoo .details.alignment-center { text-align: center; }

#yoo-zoo .details.alignment-left .image {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .details.alignment-right .image {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .details.alignment-center .image {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

/*
 * categories (only for frontpage)
 */

#yoo-zoo .frontpage-categories {
	margin: 0px -7px 0px -7px;
	overflow: hidden;
}

#yoo-zoo .frontpage-categories div.row { padding-top: 15px; }
#yoo-zoo .frontpage-categories div.first-row { padding-top: 0px; }

#yoo-zoo .frontpage-categories div.category { padding: 0px 7px 0px 7px; text-align: center; }

#yoo-zoo .frontpage-categories div.category-t1 { background: url(../images/category_corners.png) 0 0 no-repeat; }

#yoo-zoo .frontpage-categories div.category-t2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/category_corners.png) 100% -15px no-repeat;
}

#yoo-zoo .frontpage-categories div.category-t3 {
	height: 9px;
	border-top: 1px solid #C8C8C8;
	background: #ffffff;
}

#yoo-zoo .frontpage-categories div.category-1 {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff;
}

#yoo-zoo .frontpage-categories div.category-2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/category_gradient.png) 0 100% repeat-x;
	overflow: hidden;
}

#yoo-zoo .frontpage-categories div.category-b1 { background: url(../images/category_corners.png) 0 -30px no-repeat; }

#yoo-zoo .frontpage-categories div.category-b2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/category_corners.png) 100% -45px no-repeat;
}

#yoo-zoo .frontpage-categories div.category-b3 {
	height: 10px;
	background: url(../images/category_corners.png) 0 -60px repeat-x;
}

#yoo-zoo .frontpage-categories h2.title {
	margin: 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#yoo-zoo .frontpage-categories h2.title a { text-decoration: none; }

#yoo-zoo .frontpage-categories h2.title span {
	font-size: 16px;
	font-weight: normal;
	color: #969696;
}

#yoo-zoo .frontpage-categories p.sub-categories { margin: 0px; }

#yoo-zoo .frontpage-categories p.sub-categories span {
	color: #969696;
	font-size: 11px;
}

#yoo-zoo .frontpage-categories a.teaser-image {
	display: block;
	margin: 10px 0px 5px 0px;
	text-align: center;
}

/*
 * categories
 */

#yoo-zoo .categories {
	margin: 20px -10px 0px -10px;
	overflow: hidden;
}

#yoo-zoo .categories .category { padding: 0px 10px 20px 10px; }

#yoo-zoo .categories a.teaser-image {
	display: block;
	margin: 0px 7px 5px 0px;
	float: left;
}

#yoo-zoo .categories h2.title {
	margin: 0px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	color: #464646;
}

#yoo-zoo .categories h2.title span {
	font-size: 16px;
	font-weight: normal;
	color: #969696;
}

#yoo-zoo .categories div.description { margin-bottom: 7px; }

#yoo-zoo .categories p.sub-categories { margin: 0px 0px 7px 0px; }

#yoo-zoo .categories p.sub-categories a {
	line-height: 14px;
	font-size: 12px;
	color: #323232;
}

#yoo-zoo .categories p.sub-categories span {
	color: #969696;
	font-size: 10px;
}

#yoo-zoo .categories ul.sub-items {
	list-style: none;
	margin: 0px;
	padding-left: 15px;
}

#yoo-zoo .categories ul.sub-items li {
	padding-left: 15px;
	background: url(../images/bullet.png) 0px 50% no-repeat;
	line-height: 24px;
}

#yoo-zoo .categories ul.sub-items li a { text-decoration: underline; }

/*
 * items
 */

#yoo-zoo .items { margin: 20px -7px 0px -7px; }

#yoo-zoo .items-separator {
	padding-top: 20px;
	border-top: 1px solid #D2D3D4;
}

#yoo-zoo .items .row { padding-bottom: 25px; }

#yoo-zoo .items div.teaser-item {
	padding: 0px 7px 0px 7px;
	overflow: hidden;
}

/* position: title */
#yoo-zoo .items h2.pos-title {
	margin: 0px;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
}

#yoo-zoo .items h2.pos-title a { text-decoration: none; }

/* position: description */
#yoo-zoo .items div.pos-description {}
#yoo-zoo .items div.pos-description .element {}

/* element type: textarea */
#yoo-zoo .items div.pos-description .element-textarea > * { margin: 0px 0px 5px 0px; }
#yoo-zoo .items div.pos-description .element-textarea *:last-child { margin-bottom: 0px; }

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

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

/*
 * pagination
 */

#yoo-zoo .zoo-pagination { text-align: center; }

#yoo-zoo .zoo-pagination div.pagination-bg {
	display: inline-block;
	cursor: pointer;
}

#yoo-zoo .zoo-pagination a { text-decoration: none; }

/* bootstrap reset */
#yoo-zoo .row { margin-left: 0; }

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

/* Hide from IE8 */
@media (min-width: 1px) {
	.yoo-zoo img {
		max-width: 100%;
		height: auto;
	}
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#yoo-zoo .width20,
	#yoo-zoo .width25,
	#yoo-zoo .width33 { width: 50%; }

	#yoo-zoo .width50 .width50 { width: 100%; }

}

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

	/* Layout */
	#yoo-zoo .width20,
	#yoo-zoo .width25,
	#yoo-zoo .width33,
	#yoo-zoo .width50 { width: 100%; }

	/* Alignment */
	#yoo-zoo .details.alignment-left .image,
	#yoo-zoo .details.alignment-right .image {
		display: block;
		margin: 0 auto 10px auto;
		float: none;
	}
	#yoo-zoo .items div.media-left,
	#yoo-zoo .items div.media-right {
		margin: 0;
		float: none;
		text-align: center;
	}

	#yoo-zoo .frontpage-categories div.category { margin-bottom: 15px; }

}