/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:1055px;
	height:350px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../../images/carousel/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{
	padding:15px;
	position:absolute;
	/*top:5px;
	left:5px;
	right:5px;*/
	/* bottom:5px; */
	/* background:#fff; */
	/* border:2px solid #f1df29; */
	overflow:hidden;
	 -moz-box-shadow:  4px 4px 6px #454545;
	-webkit-box-shadow:  4px 4px 6px #454545;
	box-shadow: 4px 4px 6px #454545;
	
	background: #fff;
padding-bottom: 55px;
}
.ca-icon{
	width:283px;
	height:195px;
	position:relative;
	margin:0 auto;
	margin-top: 10px;	
	padding-bottom: 10px;
}

.ca-icon img{ width:100%; height:100%; overflow:hidden; min-height: 205px; }

.ca-item h3{
	font-size: 1.05em !important;
    color: #000;
    margin-bottom: 0px;
    height: 35px;
    text-align: center;
    max-width: 283px;
    /* padding-top: 10px; */
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-weight: bold;
    /* text-shadow: 0px 1px 1px #e4ebe9; */
    font-family: 'Jura', sans-serif;
	margin-top: 30px;
}



.ca-icon-container {
    position: relative;
    display: inline-block;
}

.ca-icon-container::before {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    content: '';
    position: absolute;
top: 30px;
    right: -15px;
    bottom: -15px;
    left: 15px;
    border:5px solid #fa991b;
}

.ca-icon-container:hover::before {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    content: '';
    position: absolute;
top: -5px;
    right: 15px;
    bottom: 15px;
    left: -15px;
    border: 5px solid #fa991b;
    pointer-events: none;
    z-index: 940;
}


.ca-item a{
-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}

.ca-item a:link                           { color:#303e78; text-decoration: none;  }
.ca-item a:visited                       { color:#303e78; text-decoration: none; }
.ca-item a:active                        { color:#303e78; text-decoration: none; }
.ca-item a:hover                         { color:#f67d1c; text-decoration:none; }




.ca-content-wrapper{
	background:#b0ccc6;
	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:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:60px;
	height:90px;
	background:transparent url(../../images/layout/car-prev.png) no-repeat top left;
	position:absolute;
	top:40%;
	margin-top:-19px;
	left:-70px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
background:transparent url(../../images/layout/car-next.png) no-repeat top left;
	background-position:top right;
	left:auto;
	right:-70px;
}
.ca-nav span:hover{
	opacity:1.0;
}


.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%;
}

/* IE6 3 pixel bug */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


@media only screen and (max-width: 1050px) {

.ca-container {
    margin: 25px auto 20px;
    width: 288px;
    height: 395px;
    position: relative;
}

.ca-item {
    width: 278px;
    height: 100%;

}

.ca-icon {
    width: 240px;
    position: relative;
    margin: 10px auto 0px;
    height: 195px;
}


}


@media only screen and (max-width: 480px) {

.ca-container {
    margin: 25px auto 20px;
    width: 278px;
    height: 355px;
    position: relative;
}

.ca-item {
    width: 278px;
    height: 100%;

}

.ca-icon {
    width: 240px;
    position: relative;
    margin: 10px auto 0px;
    height: 195px;
}

.ca-nav span {
   
   
    position: absolute;
    top: 110%;
    left: 0px;
	width:60px;
	height:90px;
	background:transparent url("../../images/layout/car-prev.png") no-repeat top left;
	position:absolute;
	margin-top:-19px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}

.ca-nav span.ca-nav-next {
    background: transparent url("../../images/layout/car-next.png") no-repeat scroll right top;
    left: auto;
    right: 0px;
}


}