/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * layout
 */

#yoo-zoo .row,
#yoo-zoo .floatbox { overflow: hidden; font-family: 'ProximaNovaRegular';}

#yoo-zoo .width20 {
	float: left;
	margin:12px;
	width: 200px;
}

#yoo-zoo .width25 {
    width: 210px;
	float: left;
	margin:10px;
    padding:0;
}

#yoo-zoo .width33 {
    background-color:#fff;
	float: left;
	margin:14px;
	width: 215px;
    height: 280px;
    padding: 15px;
}

#yoo-zoo .width50 {
	float: left;
	margin:12px;
	width: 200px;
}

/*
 * category description
 */

#yoo-zoo .catdesc {
	width:950px;
	height:80px;
	font-family: 'ProximaNovaRegular';
	font-size:14px;
	color:#2A2A2A;
	text-align:left;
	position:absolute;
    margin:0;
	overflow:hidden;
}

/*
 * alpha-index
 */

#yoo-zoo .alpha-index {
	font-family: 'ProximaNovaRegular';
	height: 25px;
	position:absolute;
	margin-top:240px;
	margin-left:40px;
	overflow: hidden;
}

#yoo-zoo .alpha-index a,
#yoo-zoo .alpha-index span {
	display: block;
	width: 30px;
	height: 45px;
	border-right:1px dotted #ccc;
	float: left;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
}
#yoo-zoo .alpha-index :last-child { background: none; }

#yoo-zoo .alpha-index a:link,
#yoo-zoo .alpha-index a:visited {
	color: #FFCC00;
	text-decoration: none;
}

#yoo-zoo .alpha-index a:hover {
	color: #fff;
	text-decoration: none;
}

#yoo-zoo .alpha-index span {
	color: #fff;
	cursor: default;
}

/*
 * details
 */

#yoo-zoo .details {
	margin: 0px 0px 10px 0px;
	
}

#yoo-zoo .details h1.title {
	font-family: 'Oswald', sans-serif;
	text-align:left;
	text-transform:uppercase;
	margin: 0px;
	font-size: 30px;
	line-height: 30px;
	color: #2A2A2A;
        text-shadow: 1px 1px 0px #F1EBDF;
	font-weight: 600;
	display:block;
	position:absolute;
	margin-top:80px;
}

#yoo-zoo .details div.description {
	/* -moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
    border: solid 0px #c0c0c0; */
    border-bottom: 5px dotted #A7A399; 
    background: transparent !important;
	width:950px;
    height: 125px;
	overflow: hidden;
}

#yoo-zoo .details.alignment-center { text-align: center; }

#yoo-zoo .details.alignment-left .image {
	float: left;
}

#yoo-zoo .details.alignment-right .image {
	float: right;
}

#yoo-zoo .details.alignment-center .image {
	display: block;
}

/*
 * categories
 */

#yoo-zoo .categories {
	margin: 0px -10px 0px -10px;
	overflow: hidden;
}

#yoo-zoo .categories .category { padding: 0px 10px 20px 10px; }

#yoo-zoo .categories h2.title {
	height: 28px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #C8C9CA;
	line-height: 29px;
	text-indent: 7px;
	font-size: 17px;
	font-weight: normal;
	overflow: hidden;
}

#yoo-zoo .categories h2.title a { text-decoration: none; }

#yoo-zoo .categories h2.title span {
	font-size: 13px;
	font-weight: normal;
	color: #969696;
}

#yoo-zoo .categories div.description {
	margin-bottom: 5px;
	padding-left: 7px;
}

#yoo-zoo .categories a.teaser-image {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

#yoo-zoo .categories ul.sub-categories {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#yoo-zoo .categories ul.sub-categories li { text-indent: 10px; }

#yoo-zoo .categories ul.sub-categories span {
	color: #969696;
	font-size: 11px;
}

/*
 * items
 */

#yoo-zoo .items {
font-family: 'ProximaNovaRegular';
margin:10px;
padding:0px;
float:left;
}

#yoo-zoo .items-separator {
	padding-top: 20px;
}

#yoo-zoo .items .row { float:left; }

#yoo-zoo .items div.teaser-item {
    /* -moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; */
	margin:0;
}

/* position: media */
#yoo-zoo .items div.pos-media {
margin: 0px;
padding: 0px;
float: left;
}

#yoo-zoo .items div.pos-media > * {
	
}
#yoo-zoo .items div.pos-media > a,
#yoo-zoo .items div.pos-media > a > img { 
    display:block;
}

#yoo-zoo .items div.media-left {
	float: left;
}

#yoo-zoo .items div.media-right {
	float: right;
}

#yoo-zoo .items div.media-center { text-align: center; }
#yoo-zoo .items div.media-center > * { display: block; }

#yoo-zoo .items img {
    padding:7px;
    background-color:#BBB7AB;
}

/* position: title */
#yoo-zoo .items h2.pos-title {
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
}

#yoo-zoo .items h2.pos-title a { text-decoration: none; }

/* position: subtitle */
#yoo-zoo .items p.pos-subtitle {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-rendering: optimizelegibility;
    color: #2A2A2A;
    text-shadow: 1px 1px 0px #F1EBDF;
    margin: 5px 5px 2px 5px;
    padding:0;
    float:left;
}

/* position: description */
#yoo-zoo .items div.pos-description {
font-size:13px;
margin:0;
padding:0;
text-rendering: optimizelegibility;
color: #000;
text-shadow: 1px 1px 0px #F1EBDF;
float:left;
}

#yoo-zoo .pos-subtitle a:link { color:#333; }
#yoo-zoo .pos-subtitle a:visited { color:#333; }
#yoo-zoo .pos-subtitle a:hover { color:#FFF; text-shadow: 1px 1px 0px #333; }

#yoo-zoo .items div.pos-description .element {
margin:0px 5px 0px 5px;
padding:0;	
float:left;
}

/* element type: textarea */
#yoo-zoo .items div.pos-description .element-textarea > * { margin: 0px 0px 7px 0px; }
#yoo-zoo .items div.pos-description .element-textarea *:last-child { margin-bottom: 0px; }

/* position: links */
#yoo-zoo .items p.pos-links { margin: 7px 0px 0px 0px; }

#yoo-zoo .items p.pos-links span a:after {
	content: " »";
	font-size: 13px;
}

/*
 * pagination
 */

#yoo-zoo .zoo-pagination ul {
	text-align: center;
	}

#yoo-zoo .zoo-pagination ul li {
	list-style:none;
    display: inline-block;
    padding: 0px 15px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
	
#yoo-zoo .zoo-pagination li a:active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
	
#yoo-zoo .zoo-pagination li a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}



/* bootstrap reset */
#yoo-zoo .row { margin-left: 0; }

/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Hide from IE8 */
@media (min-width: 1px) {
	.yoo-zoo img {
		height: auto;
	}
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#yoo-zoo .width20,
	#yoo-zoo .width25 { width: 50%; }

	#yoo-zoo .width50 .width50 { width: 100%; }

}

/* Only Phones */
@media (max-width: 767px) {

	/* Alignment */
	#yoo-zoo .items div.media-left,
	#yoo-zoo .items div.media-right {
		margin: 0 auto 10px 0;
		float: none;
		text-align: center;
	}

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

	/* Alpha Index */
	#yoo-zoo .alpha-index a,
	#yoo-zoo .alpha-index span {
		width: 15px;
		font-size: 12px;
	}

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* Alpha Index */
	#yoo-zoo .alpha-index a,
	#yoo-zoo .alpha-index span {
		width: 10px;
		background: none;
		font-size: 11px;
	}

	/* 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 0;
		float: none;
	}

}