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


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

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
        margin: 0 auto;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(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(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

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

.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(images/bx_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(images/bx_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

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

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* 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 !important;
	background: #666\9;
	width: 100%;
        margin-bottom: -4px !important;
}

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

/* TWEAKS */
.bxslider {
margin: 0;
padding-left: 0;
}

.bxslider img {
width: 100%;
}

.bx-caption span {
padding: 8px 10px !important;
text-align: left;
font-size: 12px !important;
text-transform: uppercase;
}

#imageslider { visibility:hidden; }

.flip-container { margin-bottom: 10px; }

.flip-title {
text-align:center;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
color: #333;
margin: 0 5px;
padding: 8px 0 3px;
}

.flip-excerpt {
font-size: 12px;
text-align: center;
padding: 0 15px 3px;
}

.flip-title-above {
text-align: center;
text-transform: uppercase;
height: 22px;
font-weight: bold;
font-size: 14px;
color: #333;
}

.bx-prev, .bx-next {
z-index: 0 !important;
}

.bx-wrapper .bx-next {
margin-right: 10px;
}

/* Sidebar */
.module-slider  {
margin: 0 !important;
}

.module-slider .bx-viewport {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0 0;
    border: 1px solid #cdcdcd !important;
    background: #fff !important;
    left:0;
    width: 98% !important;
}

.module-slider .bx-viewport img {
margin-top: -10px !important;
}

.module-slider .sidebar-slider-image {
display: inline-block;
}

.module-slider img {
width: 100% !important;
}

.module-slider .bx-viewport ul {
margin-top: 10px !important;
}

.module-slider .sidebar-slider-text {
display: inline-block;
margin: 10px 20px !important;
border: 1px solid transparent;
}

.module-slider h3 {
text-align: center;
font-size: 17px;
line-height: 18px;
margin-top: 0;
margin-bottom: 8px;
}

.module-slider a {
color: black !important;
}

.module-slider p {
text-align: center;
font-size: 12px;
margin-top: 3px;
}

.module-slider .bx-caption {
     background: rgba(0, 0, 0, 0.45) !important;
     top: auto !important;
     bottom: 30px !important;
     height: auto !important;
     width: 100% !important;
}

.module-slider .bx-caption  span {
text-align: center !important;
}

.module-slider .bx-controls {
border: 1px solid transparent;
margin-top: 0 !important;
}

.module-slider .bx-pager-item {
padding-top: 5px;
}

.module-slider .bx-controls-auto-item {
margin-top: 0 !important;
}