/* @override http://muthemes.com/yield/wp-content/themes/yield/framework/css/jquery.jscrollpane.css */

/* @override http://muthemes.com/yield/wp-content/themes/yield/framework/css/jquery.jscrollpane.css */

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin-bottom: 30px;
	margin-top: 30px;
	
	width:920px;
	height:500px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:310px;
	height:100%;
	text-align:center;
	
	
}
a.ca-more { }
a.ca-more:hover { background: #ff4200 url(images/a-right.png)center no-repeat; }

.ca-more{
	float: right;
	margin-top: -7px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight:normal;
	background: #444;
	text-align:center;
	color: white;
	 background:#444 url(images/a-right.png)center no-repeat;
	font-family: "Droid Sans", sans-serif;font-size:22px;font-weight:normal;text-transform:uppercase;color:#444;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	
	position:absolute;
	top:5px;
	left:0px;
	right:10px;
	bottom:5px;
	border: 1px solid #eee;
	overflow:hidden;
	
	
}

.ca-item-main h5 a:hover {color: #ff4200 !important;  }

.ca-item-main img { height: 400px; }
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
}
.ca-item-2 .ca-icon{
	background-image:url(images/animal2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(images/animal3.png);
}
.ca-item-4 .ca-icon{
	background-image:url(images/animal4.png);
}
.ca-item-5 .ca-icon{
	background-image:url(images/animal5.png);
}
.ca-item-6 .ca-icon{
	background-image:url(images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(images/animal8.png);
}
.ca-item h3{
	font-family: "Droid Sans", sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	text-align:left;
	opacity: .9;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	display:block;
}
.ca-item h4.ca-title{
position: absolute;padding: 10px; padding-top: 2px; margin-top:280px; margin-left:0px;padding-bottom: 5px;font-weight: normal;text-shadow: none;font-family: "Droid Sans", sans-serif;font-size:22px;font-weight:normal;text-transform:uppercase;color:#444;
}
.ca-content-wrapper{
	background:#333;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:610px;
	overflow:hidden;
	padding-top: 30px;
}
.ca-content-text{
	font-size: 14px;
	
	font-family: "Droid Sans", sans-serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
	color: #999;
	font-size: 13px;
	font-family: "Droid Sans", sans-serif;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:18px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom:15px;
	font-family: "Droid Sans";
	color:#ddd;
	border-bottom:1px solid #444;
	text-shadow: none;
}
.ca-content ul{
	margin:0px 35px;
	height:30px;
}
.ca-content ul li{
	float:right;
	margin-top:0px;
	margin-left: 20px;
}
.ca-content ul li a{
	color:#ccc;
	background:#222;
	padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right:10px;
	font-size:10px;
	font-family: "Droid Sans", sans-serif;
	text-transform: uppercase;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(arrows2.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-60px;
}
.ca-nav span.ca-nav-prev {background-position:top left;
	left:auto;
	left:-60px;  }
.ca-nav span:hover{
	opacity:1.0;
}

#cc1 .ca-content-wrapper { height: 400px; }
#cc1 .ca-container{ height: 410px; }
#cc1 a.ca-more { margin-top: -37px;margin-left: 274px; position: absolute;padding-top: 11px;padding-left: 10px;}
#cc1 h4.ca-title { margin-top: 364px;width: 278px; background: #444; color: #fff;}
#cc1 h4.ca-title a { color: #fff;font-size: 14px; }

/*cc2*/
#cc2 .ca-content-wrapper { height: 380px; }
#cc2 .ca-item-main { background:#333; overflow:hidden; }
#cc2 .ca-item-main img { height: 200px; margin-bottom: 0;}
#cc2 .ca-item-main { background:#fff url(../images/bg-diag.png);}
#cc2 .ca-item-main p {text-align: center; padding: 20px;padding-top: 10px; background:#fff url(../images/bg-diag.png); color: #777;font-size: 12px;}
#cc2 h5 { padding-left:1px;padding-right: 10px;	font-family:"Droid Sans",sans-serif;font-size:18px;font-weight:normal;text-transform:uppercase; background:#fff url(../images/bg-diag.png); text-shadow: none;margin: 0; padding-top: 30px;
 }
#cc2 h5 a { color: #444; }
 #cc2 .ca-container { height: 374px; }
