/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .neko-slider-data{
 	position: relative;
 }

 .neko-slider-data .owl-item .item{
 	position:relative;
 	text-align: center;
 }

 .neko-slider-data .neko-slider-mask{
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	width: 100%;
 	z-index: 1;
 }

 .caption-wrapper{
 	position: absolute;
 	top: 0;
 	right: auto;
 	width: 100%;
 	height: 100%;
 	z-index: 2;
 }
 .caption-wrapper .btn{
 	margin-top: 1.5em;
 	margin-bottom: 0;
 }

 .caption{
 	display: table;
 	height: 100%;
 	width: 100%;
 	padding: 20px;
 }

 .caption.right{
 	position: absolute;
 	right: 0;
 	left:auto;
 	height: 100%;
 	width: 50%;
 }

 .caption.left{
 	height: 100%;
 	width: 50%;
 }

 .caption-body-wrapper{
 	text-align:left; 
 	display:inline-block;
 }

 .caption-content-position{
 	display: table-cell;
 	padding-right:10px;
 	padding-left:10px;
 }

 .caption-content-position.v-top{ vertical-align: top; }
 .caption-content-position.v-middle{ vertical-align: middle; }
 .caption-content-position.v-bottom{ vertical-align: bottom; }


 .caption h1,
 .caption h2, 
 .caption h3, 
 .caption h4, 
 .caption h5, 
 .caption h6, 
 .caption p{
 	color:inherit;	
 }

 .caption h1:first-child, 
 .caption h2:first-child, 
 .caption h3:first-child, 
 .caption h4:first-child, 
 .caption h5:first-child, 
 .caption h6:first-child,
 .caption p:first-child
 {
 	margin-top:0; 
 } 

 .caption h1:last-child, 
 .caption h2:last-child, 
 .caption h3:last-child, 
 .caption h4:last-child, 
 .caption h5:last-child, 
 .caption h6:last-child, 
 .caption p:last-child
 {
 	margin-bottom:0; 
 }



 .text-center{ text-align: center; }
 .text-left{ text-align: left; }
 .text-right{ text-align: right; }

 .owl-carousel .owl-item img:not(.neko-force-fullwidth-slider):not(.neko_forceResp){
 	max-width: none;
 	width: auto;
 }

 .owl-carousel .owl-item .neko-force-fullwidth-slider{
 	max-width: none;
 	width: 100%;
 }

/* @media (min-width: 1200px){
 	.owl-carousel .owl-item .neko-force-fullwidth-slider{
 		width: 100%;
 		height: auto;
 	}
 }
*/

/* MISC
================================================== */
.neko-fast-animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* END MISC
================================================== */

/* SKIN 1
================================================== */

.owl-theme.neko-slider-theme-1:hover .owl-controls {
	opacity: 1;
}

@media (min-width: 1025px){
	.owl-theme.neko-slider-theme-1:hover .owl-controls .owl-buttons div {
		opacity: 1;
	}
}
.owl-theme.neko-slider-theme-1 .owl-wrapper {
	z-index: 1;
}
.owl-theme.neko-slider-theme-1 .owl-controls {
	margin-top: -30px;
	display: block;
	width: 100%;
	opacity: 0;
}
.owl-theme.neko-slider-theme-1 .owl-controls .owl-pagination {
	z-index: 9999;
	display: block;
	position: relative;
}
.owl-theme.neko-slider-theme-1 .owl-controls .owl-page span {
	background: white;
}
.owl-theme.neko-slider-theme-1 .owl-controls .owl-page.active span {
	opacity: 1;
}
.owl-theme.neko-slider-theme-1 .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	z-index: 2000;
	margin: 0;
	margin-top: -50px;
	height: 100px;
	width: auto;
	padding: 0px 30px;
	border-radius: 0;
	line-height: 100px;
	opacity: 0;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.owl-theme.neko-slider-theme-1 .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.owl-theme.neko-slider-theme-1 .owl-controls .owl-buttons .owl-next {
	right: 0;
}

/* / SKIN 1
================================================== */