/* Encorp Pacific (Canada) 2011 Site Design (2015 Responsive Revision) - JCarousel Include CSS */
/* Last Updated: 2022.07.27 ET */

.jcarousel-wrapper {
	margin: 24px auto;
	position: relative;
}

/** Carousel **/

.jcarousel {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px 34px;
	/* border: 1px dashed orange; */
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	width: 200px;
	float: left;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px;
}

.jcarousel li strong {
	display: block;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}

.jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0px auto 10px auto;
}

.jcarousel li a, .jcarousel li a:visited {
	color: black;
	text-decoration: none;
}

.jcarousel li a:hover {
	color: rgb(0,53,173);
	text-decoration: underline;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 44px;
	transform: translateY(-50%);
}

.jcarousel-control-prev {
	left: 0px;
	background: transparent url('../images/encp_button_scroller-prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-control-next {
	right: 0px;
	background: transparent url('../images/encp_button_scroller-next-horizontal.png') no-repeat 0 0;
}

/** Carousel Pagination **/

.jcarousel-pagination {
	position: absolute;
	bottom: -24px;
	width: 100%;
	margin: 0;
	text-align: center;
}

.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	background: #fff;
	color: rgb(82,82,82);
	border-radius: 10px;
	text-indent: -9999px;
	margin-right: 7px;
	-webkit-box-shadow: 0 0 2px rgb(82,82,82);
	-moz-box-shadow: 0 0 2px rgb(82,82,82);
	box-shadow: 0 0 2px rgb(82,82,82);
}

.jcarousel-pagination a.active {
	background: rgb(206,218,237);
	color: white;
	opacity: 1;
	-webkit-box-shadow: 0 0 2px rgb(206,218,237);
	-moz-box-shadow: 0 0 2px rgb(206,218,237);
	box-shadow: 0 0 2px rgb(206,218,237);
}