/* Light Carousel v1.0.0 | (c) 2015 Taisuke J | This project is released under the MIT license. */

/*-------------------------------------------------------------------------------------------*/
/* Settings (tweek it for your use) */
/*-------------------------------------------------------------------------------------------*/

.caption {
	background: #003580;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.thumbnails li {
	width: 25%;
	padding: 3px;
}
@media screen and (max-width: 767px) {
	.thumbnails li {
		width: 20%;
		padding: 3px;
	}
}
.thumbnails .selected div:before {
	border-color: #00B6FF;
	background: #00B6FF;
}


/*-------------------------------------------------------------------------------------------*/
/* Core CSS */
/*-------------------------------------------------------------------------------------------*/


.carousel {
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 730px !important;
}
.carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.carousel li {
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
		left: 0;
		top: 0;
		/*width: 100%;*/
		width: 730px;
		-webkit-transition: 0.4s linear;
		transition: 0.4s linear;
		align-content: center;
		background-color: white;
	}
.carousel li:first-child {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel li.current {
	opacity: 1;
	filter: alpha(opacity=100);
}
	.carousel img {
		display: block;
		/*width: 100%;*/
		/*height: auto;*/
		border: none;
		/*vertical-align: bottom;*/
		object-fit: contain;
		margin: auto;
	}
.caption {
	opacity: 0;
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
	position: absolute;
	right: 0;
    visibility:hidden;
	bottom: 10px;
	width: 50%;
	padding: 20px 30px;
	font-size: 1.5em;
	-webkit-transition: 0.6s 0.8s;
	transition: 0.6s 0.8s;
	text-transform:capitalize;
}
@media screen and (max-width:1080px) {
	.thumbnails li {
		width:19.5%;
	}
	.caption {
		font-size: 1.2em;
	}
	.thumbnails .selected div:before {
		left: -1.5px;
	}
}
@media screen and (max-width:640px){
	.thumbnails li {
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	.caption {
		bottom: 0;
		width: 100%;
		padding: 15px 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 430px) {
	.caption {
		padding: 10px 15px;
		font-size: 16px;
	}
	/*carusel*/
	.carousel {
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		width: 100% !important;
	}

		.carousel li {
			opacity: 0;
			filter: alpha(opacity=0);
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			/*width: 730px;*/
			-webkit-transition: 0.4s linear;
			transition: 0.4s linear;
			/*	align-content: center;
		background-color: white;*/
		}

		.carousel img {
			display: block;
			width: 100%;
			height: 450px !important;
			border: none;
			vertical-align: bottom;
		}
}

@media screen and (max-width: 760px) {
	.caption {
		padding: 10px 15px;
		font-size: 16px;
	}
	/*carusel*/
	.carousel {
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		width: 100% !important;
	}

		.carousel li {
			opacity: 0;
			filter: alpha(opacity=0);
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			/*width: 730px;*/
			-webkit-transition: 0.4s linear;
			transition: 0.4s linear;
			/*	align-content: center;
		background-color: white;*/
		}

		.carousel img {
			display: block;
			width: 100%;
			height: 450px !important;
			border: none;
			vertical-align: bottom;
		}
}

.caption span {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-transition: 0.6s 1.2s;
	transition: 0.6s 1.2s;
	font-family: 'Quicksand', sans-serif;
}
.current .caption,
.current .caption span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile .controls {
	display: block;
}
/*.carousel:hover .prev,
.carousel:hover .next {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}*/
.carousel:hover .prev:hover,
.carousel:hover .next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.prev {
	opacity: 1;
	/*filter: alpha(opacity=0);*/
	filter: alpha(opacity=80);
	position: absolute;
	left: 10px;
	top: 60%;
	line-height: 1;
	margin-top: -35px;
	font-size: 70px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transform: translate3d(-10px, 0, 0);
	/*transform: translate3d(-10px, 0, 0);*/
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.3s;
	background-color: #da0813;
	transition: 0.3s;
	display: block;
	/*background: url(../images/img-sp.png) no-repeat -76px -175px;*/
	width: 40px;
	height: 40px;
	border-radius: 22px;
}
.prev:before {
	display: block;
	content: "";
	background:url(../images/img-sp.png) no-repeat -76px -172px;
	width:40px;
	height:40px;
}
.next {
	opacity: 1;
	filter: alpha(opacity=0);
	position: absolute;
	right: 10px;
	top: 60%;
	line-height: 1;
	margin-top: -35px;
	font-size: 70px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transform: translate3d(10px, 0, 0);
	/*transform: translate3d(10px, 0, 0);*/
	transform: translate3d(0px, 0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #da0813;
	/*background: url(../images/img-sp.png) no-repeat -115px -175px;*/
	width: 40px;
	height: 40px;
	border-radius: 22px;
}
	.next:before {
		display: block;
		content: "";
		background: url(../images/img-sp.png) no-repeat -106px -172px;
		width: 40px;
		height: 40px;
	}

.thumbnails {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbnails ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 3px;
}
.thumbnails li {
	float: left;
}
.thumbnails div {
	position: relative;
	background: #fff;
}
.thumbnails .selected div:before {
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	content: "";
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.thumbnails img {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	cursor: pointer;
	-webkit-transform: translateZ(0); /* bug fix for chrome */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.thumbnails img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumbnails .selected img {
	cursor: default;
}
.thumbnails .selected img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


.buttonWpp {
	border: 1px solid hsl(113.62deg 73.06% 37.84%);
	background-color: hsl(113.62deg 73.06% 37.84%);
	color: white;
	margin: 6px auto;
	align-content: center;
	width: fit-content;
	padding: 2px 10px;
	border-radius: 5px;
}

	.buttonWpp a:hover {
		color: white;
	}
	.buttonWpp a {
		font-size: large;
		font-family: sans-serif;
	}