/*
 * Copyright inpleworks, Co.
*/


/* content */
.xet-scroll-hssc {
	position: relative;
}
.xet-scroll-hssc .thumbnail {
	position: relative;
	overflow: hidden;
}
.xet-scroll-hssc .thumbnail img {
	vertical-align: top;
	width: 100%;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease,-webkit-transform .6s ease;
}
.xet-scroll-hssc .link {
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    opacity: 0;
    text-align: left;
    color: #fff;
    transition: all 0.5s, color 0.3s 0.3s;
    -webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.xet-scroll-hssc .hover-on .link:hover {
	opacity: 1;
	background-color: rgba(0,0,0,.6);
}
.xet-scroll-hssc .hover-on .thumbnail:hover img {
	-webkit-transform-style: scale(1.05);
transform: scale(1.05);
}
.xet-scroll-hssc .link > div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.xet-scroll-hssc .link span {
	display: block;
	font-size: 14px;
}
.xet-scroll-hssc .link span.subject {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.xet-scroll-hssc .link span.subject:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 20px;
	height: 1px;
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	background: #fff;
}
.xet-scroll-hssc .title {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Owl Carousel
/* ------------------------------------------------------------------------------------------------------------------ */
.owl-scroll-hssc .owl-nav {
	-webkit-tap-highlight-color: transparent; 
}
.owl-scroll-hssc .owl-nav [class*='owl-'] {
	position: absolute;
	top: 45%;
	width: 5%;
	height: 50px;
	font-size: 0;
	margin: -25px 0 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}
.owl-scroll-hssc .owl-nav [class*='owl-'] span {
	display: none;
}
.owl-scroll-hssc .owl-nav button.owl-next {
	right: -7%;
	font-size: 0;
	background: url('../img/angle-next.png') center no-repeat;
	background-size: 15px;
}
.owl-scroll-hssc .owl-nav button.owl-prev {
	left: -7%;
	font-size: 0;
	background: url('../img/angle-prev.png') center no-repeat;
	background-size: 15px;
}
.owl-scroll-hssc .owl-nav [class*='owl-']:hover {
	text-decoration: none; 
}
.owl-scroll-hssc .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}

.owl-scroll-hssc .owl-nav.disabled + .owl-dots {
	margin-top: 15px; 
}
.owl-scroll-hssc .owl-dots {
	margin-top: 15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-scroll-hssc .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-scroll-hssc .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.owl-scroll-hssc .owl-dots .owl-dot.active span, 
.owl-scroll-hssc .owl-dots .owl-dot:hover span {
	background: #38b5c7; 
}


@media (min-width: 992px) {
	.owl-scroll-hssc.owl-carousel.nav-on {
		width: 90%;
		margin: 0 auto;
	}
	.owl-scroll-hssc .owl-nav.disabled + .owl-dots {
		margin-top: 30px; 
	}
}
