/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0 0 0 24%;width:72%;height:100%;}

.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:absolute;
	float:left;
	width:306px;
	height:100%;
	text-align:center;
}
.ca-item-main{padding:0px;position:absolute;top:0px;left:5px;right:5px;bottom:0px;background:#fff;overflow:hidden;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);}

.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:url(../img/kfi/cross.png)  no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	opacity:0.9;
	z-index:280;
	
}
.ca-close:hover{
	opacity:1.0;
}

.ca-icon{width:100%;height:45%;margin:0 auto;
background:transparent url(../img/kfi/animal1.jpg) no-repeat center center;background-size:cover;}
.ca-item-2 .ca-icon{background-image:url(../img/kfi/animal2.jpg);}
.ca-item-3 .ca-icon{background-image:url(../img/kfi/animal3.jpg);}
.ca-item-4 .ca-icon{background-image:url(../img/kfi/animal4.jpg);}
.ca-item .textito{background-color:#000;border-top:4px solid #FFF;border-bottom:4px solid #FFF;height:12%;position:relative;width:100%;}
.ca-item .textito h3{font-family: 'bebas_neueregular', sans-serif;
	font-size:2em;color:white;text-align:center;font-weight:normal;padding:10px;border-bottom:1px dashed #CCCCCC;}
.ca-item .textito h4{font-family:'Conv_NeutraText-Book';font-size:1.4em;text-align:center;line-height:1.3em;padding:8px;position:relative;font-weight:normal;color:#FF0000;}
.ca-item .textito h4 a{color:#FF0000;}
.ca-item .videokfi{width:100%; height:45%;position:relative;top:0;background-size:cover;}

.ca-more{
    margin:0 auto;
	color:#666;
}
.ca-item .silk{background:url(../img/kfi/animal1b.jpg)no-repeat center center;
width:306px; height:300px;position:absolute;margin:0px auto;background-size:cover;bottom:0px;}
.ca-item .sanitation{background:url(../img/kfi/animal2b.jpg)no-repeat center center;
width:306px;height:300px;position:absolute;margin:0px auto;background-size:cover;bottom:0px;}

	

.ca-item h4 span{
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#FFF;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:100%;
	text-align:left;
	/*z-index:10000;*/
	overflow:hidden;
	background-color:#000;
}
.ca-content {
	width:612px;
	overflow:hidden;
	height:450px;
	margin-top:12%;
}
.ca-content-text{
	width:612px;
	font-family: "Georgia","Times New Roman",serif;
	padding:0px;
	line-height:24px;
	height:450px;
}
.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:25px;
	height:38px;
	background:transparent url(../img/kfi/arrows.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:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}



/*SLIDESHOW 1*/
.sp-slideshowk {position:absolute; margin:0; width:100%;height:500px;max-width: 1000px;min-width: 260px;
background-color:black;}

.sp-contentk {position:relative;width:100%;height:100%;overflow:hidden;}

.sp-sliderk {position:relative;left: 0; width:500%;height: 100%;list-style:none;margin:0;padding:0;
    -webkit-transition: left ease-in 0.8s;
    -moz-transition: left ease-in 0.8s;
    -o-transition: left ease-in 0.8s;
    -ms-transition: left ease-in 0.8s;
    transition: left ease-in 0.8s;}

.sp-sliderk > li {
	color: #fff; width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%; padding: 0; float: left; text-align: center;
	opacity: 0.4;
    -webkit-transition: opacity ease-in 0.4s 0.8s;
    -moz-transition: opacity ease-in 0.4s 0.8s;
    -o-transition: opacity ease-in 0.4s 0.8s;
    -ms-transition: opacity ease-in 0.4s 0.8s;
    transition: opacity ease-in 0.4s 0.8s;}

.sp-sliderk > li img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding:0;
	max-height:100%;
	max-width:100%;
	background-size:cover;}

.sp-sliderk li p{
	display: block;
	margin: 460px 0 0 20px;
	padding:0;
	max-height:100%;
	max-width:100%;
	position:absolute;
	font-family:'FjordOne';font-size:2em;color:white;
	text-shadow:#000000 -2px 2px;
	}

.sp-slideshowk input {
    position:absolute;
	bottom: 15px;
	left: 50%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=1);
    opacity: 0;
}

.sp-slideshowk input + label {
    position: absolute;
    bottom: 15px;
	left: 50%;
    width: 6px;
	height: 6px;
	display: block;
	z-index: 1000;
	border: 3px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color linear 0.1s;
    -moz-transition: background-color linear 0.1s;
    -o-transition: background-color linear 0.1s;
    -ms-transition: background-color linear 0.1s;
    transition: background-color linear 0.1s;
}
.sp-slideshowk input:checked + label {
    background-color: rgba(255,255,255,0.5);
}


.sp-slideshowk input:checked ~ .sp-contentk {
    -webkit-transition: background-position linear 0.6s, background-color linear 0.8s;
    -moz-transition: background-position linear 0.6s, background-color linear 0.8s;
    -o-transition: background-position linear 0.6s, background-color linear 0.8s;
    -ms-transition: background-position linear 0.6s, background-color linear 0.8s;
    transition: background-position linear 0.6s, background-color linear 0.8s;
}


input.sp-selector-1k:checked ~ .sp-contentk .sp-sliderk {
    left: 0;
}

input.sp-selector-2k:checked ~ .sp-contentk .sp-sliderk {
    left: -100%;
}

input.sp-selector-3k:checked ~ .sp-contentk .sp-sliderk {
    left: -200%;
}

input.sp-selector-4k:checked ~ .sp-contentk .sp-sliderk {
    left: -300%;
}

input.sp-selector-5k:checked ~ .sp-contentk .sp-sliderk {
    left: -400%;
}

input.sp-selector-1k:checked ~ .sp-contentk .sp-sliderk > li:first-child, 
input.sp-selector-2k:checked ~ .sp-contentk .sp-sliderk > li:nth-child(2),
input.sp-selector-3k:checked ~ .sp-contentk .sp-sliderk > li:nth-child(3),
input.sp-selector-4k:checked ~ .sp-contentk .sp-sliderk > li:nth-child(4),
input.sp-selector-5k:checked ~ .sp-contentk .sp-sliderk > li:nth-child(5) {
	opacity: 1;
}

#vanity{width:900px;background-color:red;position:absolute;}

@media screen and (max-width: 840px){
	.sp-slideshow { height: 345px; }
}
@media screen and (max-width: 680px){
	.sp-slideshow { height: 285px; }
}
@media screen and (max-width: 560px){
	.sp-slideshow { height: 235px; }
}
@media screen and (max-width: 320px){
	.sp-slideshow { height: 158px; }
}*/


