/*
-pie-global:enable;
*/
/* Headings */
#yoo-zoo .details {
	margin: 0 0 15px 0;
}

#yoo-zoo .details div.heading {
	border: none;
	padding: 0;
}

#yoo-zoo .details h1.title {
	margin: 0;
	font-family: "UbuntuCondensed";
	font-size: 250% !important;
	line-height: 100%;
	letter-spacing: 0;
	font-weight: normal;
	color: #ffffff;
}

/* Links */

#yoo-zoo .teaser-item a,
#yoo-zoo .item a {
	color: #0174D5;
}

#yoo-zoo .teaser-item a:hover,
#yoo-zoo .item a:hover {
	color: #47A3F0;
	text-decoration: none;
}

/* Items */
#yoo-zoo .items {
	margin: 0;
	overflow: visible !important;
}

/* Teaser items */
#yoo-zoo .teaser-item {
	margin: 0 0 20px 0;
	padding: 0 !important;
	color: #767676;
	background: -moz-linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);
	background: -webkit-linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);
	background: -o-linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);
	background: -ms-linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);
	background: linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 #333333;
}

#yoo-zoo .teaser-item:last-child {
	margin-bottom: 0;
}

#yoo-zoo .items div.teaser-item-bg {
	background: none;
}

#yoo-zoo .teaser-item .pos-media.media-above {
	position: relative;
}

#yoo-zoo .teaser-item .pos-media.media-above .element.image {
	margin: 0;
	height: 180px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

#yoo-zoo .teaser-item .pos-media.media-above .element.image img {
	position: relative;
	border-radius: 10px;
}

#yoo-zoo .teaser-item .pos-media.media-above .element.badge {
	position: absolute;
	left: 10px;
	bottom: -35px;
	margin: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1;
}

#yoo-zoo .teaser-item .pos-media.media-above .element.badge img {
	display: block;
	border-radius: 5px;
}

.yoo-zoo .teaser-item .teaser-wrapper {
	margin: 25px 25px 0 15px;
}

#yoo-zoo .teaser-item .pos-subtitle {
	margin: 0 0 15px 180px !important;
}

#yoo-zoo .teaser-item .pos-subtitle a {
	color: #0174d5;
	text-transform: none;
}

#yoo-zoo .teaser-item .pos-subtitle a:hover {
	color: #47a3f0;
	text-decoration: none;
}

#yoo-zoo .teaser-item p.pos-meta {
	float: left;
	width: 160px;
	font-style: normal;
	text-align: right;
}

#yoo-zoo .teaser-item p.pos-meta > span {
	display: block;
	min-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 25px 0 0;
	background: url('http://zerocarbonworld.org/templates/zerocarbonworld/images/components/com_zoo/meta-icons.png') no-repeat right 0;
}

#yoo-zoo .teaser-item p.pos-meta span.element-itemcreated {
	background-position: right -204px;
}

#yoo-zoo .teaser-item p.pos-meta span.element-itemcommentslink {
	background-position: right -404px;
}

#yoo-zoo .teaser-item p.pos-meta span.element-itemtag {
	background-position: right -604px;
}

#yoo-zoo .teaser-item p.pos-meta a:hover {
	color: #cccccc;
}

#yoo-zoo .teaser-item .teaser-body {
	margin: 0 0 0 170px;
	padding: 0 0 0 10px;
	border-left: #b8b8b8 1px solid;
}

#yoo-zoo .teaser-item .pos-content p {
	margin: 0 0 15px 0;
	text-align: justify;
}

#yoo-zoo .teaser-item .pos-links {
	float: left;
	width: 140px;
	margin: 15px 0 0 0;
}

#yoo-zoo .teaser-item .pos-links span {
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	box-shadow: inset 0 1px 1px 1px #333333;
}

#yoo-zoo .teaser-item .pos-links span a {
	display: inline-block;
	width: 100px;
	margin: 7px 6px 5px 6px;
	padding: 5px 20px;
	color: #ffffff;
	font-family: "UbuntuCondensed";
	text-transform: uppercase;
	text-align: center;
	background: -moz-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: -webkit-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: -o-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: -ms-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: linear-gradient(top, #8f9090 0%, #646565 100%);
	box-shadow: inset 0 -2px 5px 0 #484848;
}

#yoo-zoo .teaser-item .pos-links span a:hover {
	padding: 7px 20px 3px 20px;
	background: #646565;
	box-shadow: inset 0 2px 5px 0 #333333;
	text-decoration: none;
}

#yoo-zoo .teaser-item .pos-links span a:after {
	content: "" !important;
}

#yoo-zoo .teaser-item .pos-social {
	min-height: 35px;
	margin: 32px 0 0 165px;
}

/* Listings */
ul.zoo-list li {
	border-top: #dddddd 1px dotted;
}

/* Item */
#yoo-zoo .item {
overflow: hidden;
margin: 0;
padding: 0 !important;
color: #343434;
background: -moz-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
background: -webkit-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
background: -o-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
background: -ms-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
background: linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
border-radius: 10px;
box-shadow: 0 2px 2px 0 #333333;
position: relative;
}

#yoo-zoo .item .pos-media.media-above {
	position: relative;
}

#yoo-zoo .item .pos-media.media-above .element.image {
	height: 270px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#yoo-zoo .item .pos-media.media-above .element.image img {
	border-radius: 10px;
	display: block;
}

#yoo-zoo .item .pos-media.media-above .element.badge {
	position: absolute;
	left: 10px;
	bottom: -15px;
	width: 70px;
	height: 70px;
	margin: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1;
}

#yoo-zoo .item .pos-media.media-above .element.badge img {
	display: block;
	border-radius: 5px;
}

#yoo-zoo .item .item-wrapper {
	margin: 35px 25px 0 25px;
}

#yoo-zoo .item p.pos-meta {
	margin: 0;
}

#yoo-zoo .item p.pos-meta > span {
	display: inline-block;
	min-height: 20px;
	margin: 0 10px 15px 0;
	padding: 4px 0 0 25px;
	background: url('http://zerocarbonworld.org/templates/zerocarbonworld/images/components/com_zoo/meta-icons.png') no-repeat 0 0;
}

#yoo-zoo .item p.pos-meta span.element-itemcreated {
	background-position: 0 -200px;
}

#yoo-zoo .item p.pos-meta span.element-itemcommentslink {
	background-position: 0 -404px;
}

#yoo-zoo .item p.pos-meta span.element-itemtag {
	background-position: 0 -604px;
}

#yoo-zoo .item h1.pos-title {
	margin: 0 0 15px 0;
	color: #0174d5;
	font-family: "UbuntuCondensed";
	letter-spacing: normal;
}

#yoo-zoo .item h3 {
	font-family: "UbuntuCondensed";
}

.yoo-zoo .item .pos-content {
	margin: 0 0 15px 0;
	border-bottom: #ababab 1px dotted;
}

#yoo-zoo .item .pos-content a {
	color: #0174D5;
}

#yoo-zoo .item .pos-content a:hover {
	color: #56a3e4;
	text-decoration: none;
}

.yoo-zoo .item .pos-social {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: #ababab 1px dotted;
}

#yoo-zoo .item .pos-bottom .element {
	background: none !important;
}

/* Page items */
#yoo-zoo.page-default .item {
	padding: 0 0 15px 0 !important;
}

#yoo-zoo.page-default .item .pos-content {
	margin: 0;
	border-bottom: none;
}

#yoo-zoo.page-default .pos-media .element-image {
	height: 279px;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#yoo-zoo.page-default .pos-media .element-image.first img {
	border-radius: 10px;
	
}

#yoo-zoo.page-default h1.pos-title {
	margin: 15px 30px;
}

#yoo-zoo.page-default .pos-sidebar {
	position: relative;
	z-index: 1;
	float: right;
	width: 240px;
	margin: 60px 30px 20px 30px;
	padding: 0 20px 5px 20px !important;
	color: #ffffff;
	background: #0166ce;
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#yoo-zoo.page-default .pos-sidebar h2 {
	font-size: 200% !important;
}

#yoo-zoo.page-default .item .pos-content .element-textarea {
	margin: 0 30px 15px 30px;
}

#yoo-zoo.page-default .item .pos-content .element-titledtextarea {
	margin: 0 0 25px 0;
}

#yoo-zoo.page-default .item .zoo-element-accordion {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#yoo-zoo.page-default .item .zoo-element-accordion h3.accordion-title {
	clear: both;
	margin: 0 0 5px 0;
	padding: 12px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100% !important;
	font-weight: bold;
	cursor: pointer;
}

#yoo-zoo.page-default .item .zoo-element-accordion .accordion-title.closed {
	-pie:disable;
	position: relative;
	background: #848484 url('http://zerocarbonworld.org/templates/zerocarbonworld/images/components/com_zoo/accordion_icons.png') no-repeat right -55px;
	color: #ffffff;
	box-shadow: inset 0 2px 2px #666666;
}

#yoo-zoo.page-default .item .zoo-element-accordion .accordion-title.open {
	-pie:disable;
	position: relative;
	background: #0f7edb url('http://zerocarbonworld.org/templates/zerocarbonworld/images/components/com_zoo/accordion_icons.png') no-repeat right -5px;
	color: #ffffff;
	box-shadow: inset 0 2px 2px #000099;
}

#yoo-zoo.page-default .item .zoo-element-accordion .accordion-textarea {
	position: relative;
	z-index: 1;
	margin: 30px;
	text-align: justify;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list {
	margin: 0 0 0 30px;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul {
	margin: 0;
	padding: 0;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li {
	float: left;
	width: 47%;
	margin: 0 3% 20px 0;
	padding: 0;
	list-style: none;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li.clear {
	clear: both;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li h3 {
	min-height: 31px;
	padding: 20px 0 0 70px;
	font-size: 200% !important;
	background: url('http://zerocarbonworld.org/templates/zerocarbonworld/images/components/com_zoo/our_vision_sprite.png') no-repeat 0 0;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li h3.visionary {
	background-position: 0 -204px;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li h3.innovative {
	background-position: 0 -153px;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li h3.transparent {
	background-position: 0 -255px;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li h3.expertise {
	background-position: 0 -102px;
}

#yoo-zoo.page-default .item .pos-content .element.feature-list ul li h3.pragmatic {
	background-position: 0 -51px;
}

#yoo-zoo.page-default .item .pos-content .element.pdf-download-links p {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #0174D5;
	font-family: "UbuntuCondensed";
	font-size: 150%;
}

#yoo-zoo.page-default .item .pos-content .element.pdf-download-links .button {
	float: right;
	font-size: 65%;
}

/* Contact Page items */
#yoo-zoo.page-default-contact-us .item .pos-content .information {
	float: left;
	width: 300px;
}
#yoo-zoo.page-default-contact-us .item .pos-content .form { 
	position: relative;
	z-index: 1;
	color: #3D3D3D;
	margin-left: 320px;
	position: relative;
}
#yoo-zoo.page-default-contact-us .item .pos-content .form form select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BEBEBE;
	border-radius: 3px 3px 3px 3px;
	color: #666666;
	padding: 5px 10px;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form  form legend {
	background: none;
	font-family: "UbuntuCondensed";
	font-size: 120%;
	color: #3D3D3D;

}

#yoo-zoo.page-default-contact-us .item .pos-content .form .rsform-block-submit .formBody {
	text-align: right;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form .formCaption {
	float: left;
	font-family: "UbuntuCondensed";
	font-size: 110%;
	height: auto;
	width: 120px;
	padding-top: 5px;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form fieldset {
	border: none;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form .rsform-block {
	clear: none;
	float: left;
	list-style: none outside none;
	position: relative;
	width: 100%;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form input[type="text"], 
#yoo-zoo.page-default-contact-us .item .pos-content .form textarea, 
#yoo-zoo.page-default-contact-us .item .pos-content .form select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BEBEBE;
	border-radius: 3px 3px 3px 3px;
	color: #666666;
	padding: 5px 10px;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form .rsform-text-box {
	width: 400px;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form .button, 
#yoo-zoo.page-default-contact-us .item .pos-content .form button, 
#yoo-zoo.page-default-contact-us .item .pos-content .form input[type="button"], 
#yoo-zoo.page-default-contact-us .item .pos-content .form input[type="submit"] {
	background: none repeat scroll 0 0 #015DAB;
	border: 5px solid #6E6E6E;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 -2px 5px 0 #00396A inset;
	color: #FFFFFF !important;
	display: inline-block;
	font-family: "UbuntuCondensed";
	padding: 5px 20px;
	text-transform: uppercase;
	vertical-align: middle;
}

#yoo-zoo.page-default-contact-us .item .pos-content .form .button:hover, 
#yoo-zoo.page-default-contact-us .item .pos-content .form button:hover, 
#yoo-zoo.page-default-contact-us .item .pos-content .form input[type="button"]:hover, 
#yoo-zoo.page-default-contact-us .item .pos-content .form input[type="submit"]:hover {
	background: none repeat scroll 0 0 #DA8C20;
	box-shadow: 0 2px 5px 0 #2E1B00 inset;
	padding: 7px 20px 3px;
}

/* Staff items */
#yoo-zoo.staff-default .item {
	position: relative;
	overflow: visible;
	min-height: 410px;
	padding: 0 0 70px 0 !important;
}

#yoo-zoo.staff-default .item .pos-top {
	padding: 10px 20px 0 290px;
	color: #ffffff;
	background: linear-gradient(top, #61a8e5 0%, #0c7ad7 100%);
	background: -webkit-linear-gradient(top, #61a8e5 0%, #0c7ad7 100%);
	background: -o-linear-gradient(top, #61a8e5 0%, #0c7ad7 100%);
	background: -ms-linear-gradient(top, #61a8e5 0%, #0c7ad7 100%);
	background: linear-gradient(top, #61a8e5 0%, #0c7ad7 100%);
	border-radius: 10px 10px 0 0;
	position: relative;
}

#yoo-zoo.staff-default .item .pos-top a {
	color: #bebebe;
}

#yoo-zoo.staff-default .item .pos-top a:hover {
	color: #ffffff;
}

#yoo-zoo.staff-default .item .pos-media {
	position: absolute;
	bottom: 0;
	width: 270px;
}

#yoo-zoo.staff-default .item .pos-media .element {
	margin: 0;
}

.yoo-zoo.staff-default .item .pos-media.media-above img {
	-pie: disable;
	display: block;
	border-radius: 0 0 0 10px !important;
}

#yoo-zoo.staff-default .item .pos-top .element {
	margin: 0 0 10px 0;
}

#yoo-zoo.staff-default .item h1.pos-title {
	margin: 20px 20px 10px 290px;
	padding: 0 0 10px 0;
	font-size: 350% !important;
	border-bottom: #4b9bde 1px solid;
}

#yoo-zoo.staff-default .item h2.pos-subtitle {
	margin: 0 20px 30px 290px;
	text-transform: none !important;
}

#yoo-zoo.staff-default .item .floatbox {
	margin: 0 20px 0 290px;
}

#yoo-zoo.staff-default .item .pos-content {
	margin: 0;
	padding: 0 0 10px 0;
	border: none;	
}

#yoo-zoo.staff-default .item .pos-social {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 650px;
	height: 40px;
	padding: 10px 0 0 0;
	border-top: #4b9bde 1px solid;
	border-bottom: none;
	text-align: right;
}

#yoo-zoo.staff-default .item .pos-social .element.stay-in-touch-links {
	float: left;
	width: 500px;
	text-align: left;
	font-size: 90%;
}

/*
#yoo-zoo.staff-default .item .pos-social .element.element-link {
	display: inline-block;
	overflow: hidden;
	width: 51px;
	margin: 0 0 0 15px;
	background: url('http://zerocarbonworld.org/templates/zerocarbonworld/images/components/com_zoo/social-icons.png') no-repeat 0 0;
}
*/
#yoo-zoo.staff-default .item .pos-social .element.element-link {
	display: inline-block;
	overflow: hidden;
	width: 51px;
	margin: 0 0 0 15px;
	background: url('http://zerocarbonworld.org/templates/zerocarbonworld/images/components/com_zoo/social-icons-blue.png') no-repeat 0 0;
}

#yoo-zoo.staff-default .item .pos-social .element.twitter-link {
	background-position: 0 0;
}

#yoo-zoo.staff-default .item .pos-social .element.facebook-link {
	background-position: 0 -36px;
}

#yoo-zoo.staff-default .item .pos-social .element.linkedin-link {
	background-position: 0 -72px;
}

#yoo-zoo.staff-default .item .pos-social .element-link a {
	display: block;
	height: 0;
	padding: 36px 0 0 0;
}

/* Supporters */
#yoo-zoo.supporters-default {}

#yoo-zoo.supporters-default .item {
	padding: 30px 30px 15px 30px !important;
	border-radius: 0 0 10px 10px;
}

#yoo-zoo.supporters-default .item .pos-media {
	float: left;
	z-index: 1;
}

#yoo-zoo.supporters-default .item div.media-above .element.element-image {
	position: relative;
	z-index: 1;
	display: table-cell;
	width: 280px;
	height: 280px;
	margin: 0 0 20px;
    vertical-align: middle;
    background: #ffffff;
    border-radius: 10px;
}

#yoo-zoo.supporters-default .item .pos-media.media-above img {
	border-radius: 10px;
}

#yoo-zoo.supporters-default .item .pos-title {
	margin: 0 0 15px 310px;
}

#yoo-zoo.supporters-default .item .pos-title a {
	color: #0174d5;
}

#yoo-zoo.supporters-default .item .pos-title a:hover {
	text-decoration: none;
}

#yoo-zoo.supporters-default .item .floatbox {
	overflow: visible !important;
	margin: 0 0 15px 310px;
}

#yoo-zoo.supporters-default .item .pos-content {
	border-bottom: none;
}

/* Comments */
#yoo-zoo #comments {
	margin: 0 15px 15px 15px;
}

#yoo-zoo .item .pos-content .element-textarea p {
	margin: 0 0 15px 0;
	text-align: justify;
	z-index: 1;
	position: relative;
}
#yoo-zoo .item .pos-content .element-textarea p img {
	z-index: 1;
}
#yoo-zoo #comments .actions {
	display: inline-block;
	margin: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	box-shadow: inset 0 1px 1px 1px #333333;
}

/* Zoo comments */
#yoo-zoo #comments .actions input[type=submit] {
	display: inline-block;
	margin: 7px 6px 5px 6px;
	padding: 5px 20px;
	color: #ffffff;
	font-family: "UbuntuCondensed";
	text-transform: uppercase;
	text-align: center;
	background: -moz-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: -webkit-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: -o-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: -ms-linear-gradient(top, #8f9090 0%, #646565 100%);
	background: linear-gradient(top, #8f9090 0%, #646565 100%);
	border: none;
	border-radius: 0;
	box-shadow: inset 0 -2px 5px 0 #484848;
}

#yoo-zoo #comments .actions input[type=submit]:hover {
	padding: 7px 20px 3px 20px;
	background: #646565;
	box-shadow: inset 0 2px 5px 0 #333333;
	text-decoration: none;
}

/* Custom */
.yoo-zoo .element iframe.openchargemap {
	margin: 0 0 10px 0;
	border: #848484 5px solid;
}