/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	/**zoom: 1;*/
}
.bx-wrapper .bx-viewport li {
	height: 180px !important;
}

.bx-wrapper .bx-viewport li a {
	display: block;
	height: 100%;
}
.bx-wrapper .bx-viewport li a:after {
	background: transparent;
}
.bx-wrapper .bx-viewport li a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: top;
}
.bx-wrapper .bx-viewport .bx-text {
	position: absolute;
	bottom: 10%;
	/*left: 66px;*/
	font-size: 14px;
	color: #fff;
	width: 80%;
}
.bx-wrapper .bx-viewport .bx-text a {
	color: #fff;
	margin-left: 60px;
}
.bx-wrapper .bx-viewport .bx-text span {
	display: block;
	color: #f5c331;
	font-size: 16px;
	font-weight: bold;
}

.bx-wrapper .bx-viewport .bx-text a,
.bx-wrapper .bx-viewport .bx-text span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport li {
	left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
	display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 5px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -20px 5px;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 21px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:after {
	background: transparent;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-carousel li {

}

.bx-carousel li .bx-carousel-item {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px solid #fff;
}
.bx-carousel li .bx-carousel-item .bx-carousel-logo {
	height: 50px;
}
.bx-carousel li .bx-carousel-item .bx-carousel-logo img {
	width: auto;
	height: auto;
}
.bx-carousel li:first-child .bx-carousel-item {
	border-left: none;
}
.bx-carousel li .bx-carousel-item h4 {
	white-space: normal;
	font-weight: normal;
	padding: 0 10px;
	display: -webkit-box;
	max-width: 190px;
	height: 42px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bx-carousel li .bx-carousel-item img {
	transition: all 0.2s ease-out;
}

.bx-carousel li .bx-carousel-item:hover img {
	transform: scale(1.1);
}

.footer-carousel .bx-wrapper .bx-controls-direction a  {
	margin-top: 0;
	height: 180px;
	top: 0;
	width: 27px;

}
.footer-carousel .bx-wrapper .bx-controls-direction a:after {
	background: transparent;
}
.footer-carousel .bx-wrapper .bx-controls-direction a.bx-prev  {
	background: #FFC14C url(../img/controls.png) no-repeat  5px;
	left: 0;
}
.footer-carousel .bx-wrapper .bx-controls-direction a.bx-next  {
	background: #FFC14C url(../img/controls.png) no-repeat -20px 50%;
	right: 0;
	padding-left: 35px;
}
.footer-carousel .bx-viewport {
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.footer-carousel .bx-wrapper .bx-controls-direction a  {
		display: none;
	}
	.footer-carousel .bx-wrapper .bx-controls-direction a:after {
		background: transparent;
	}
	.bx-carousel li .bx-carousel-item {
		border: none;
	}
	.footer-carousel .bx-viewport li {
		width:  120px !important;
	}
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
	.bx-carousel li .bx-carousel-item {
		border: none;
	}
	.footer-carousel .bx-viewport li {
		width:  185px !important;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-carousel .bx-viewport li {
		width:  191px !important;
	}
}
.bx-article-slider {
	margin-bottom: 45px;
}

.bx-article-slider .article-slider li img {
	width: 100%;
}
.bx-article-slider #bx-pager {
	text-align: center;
}
.bx-article-slider #bx-pager a {
	display: inline-block;
	width: 140px;
	margin: 0 7px;
	height: 100%;
	overflow: hidden;
}
.bx-article-slider #bx-pager a:after {
	background: transparent;
}
.bx-article-slider #bx-pager > a > img {
	width: auto;
	margin: 0 auto;
	height: 105px;
}
.bx-article-slider .bx-wrapper .bx-viewport li {
	height: auto !important;
}



