/**
 * 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;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper ul {
	margin: 0;
	padding: 0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* THEME */
.bx-wrapper .bx-viewport {	
	background-color: #fff;
	border-radius: 4px;
	
	/*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: 20px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(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;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: transparent;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;	
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 0px;
	background: url(controls.png) no-repeat 0 0;
	background-size: 192px 96px;
	border-radius: 0 4px 4px 0;
}
.bx-wrapper .bx-next {
	right: 0px;
	background: url(controls.png) no-repeat -96px 0;	
	background-size: 192px 96px;
	border-radius: 4px 0 0 4px;
}
@media only screen and (min-width:1281px) {
	.bx-wrapper .bx-prev {
		left: -96px;
		border-radius: 4px 0 0 4px;
	}
	.bx-wrapper .bx-next {
		right: -96px;
		border-radius: 0 4px 4px 0;
	}
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 1;
    width: 96px;
    height: 96px;
    top: 50%;
    margin-top: -48px;
    opacity: 0.5;
    background-color: rgba(255,255,255,.8);
	position: absolute;	
	outline: 0;	
	text-indent: -9999px;	
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-direction {
	opacity: 0;
	visibility: hidden;
}
.bx-wrapper:hover .bx-controls-direction {
	transition: opacity .5s ease;
	opacity: 1;
	visibility: visible;
}

/* USER */
.global-promo-slider {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 1.5rem;	
}
@media only screen and (min-width: 993px) {
	.is-volumetric.is-background .global-promo-slider {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}
}
.global-promo-slider .gps-user-caption {
	position: absolute;
	top: 25px;
	left: 30px;
	right: 30px;
}

.global-promo-slider .gps-user-caption h3 {
    color: rgba(0,0,0,.87);
    background-color: rgba(255,255,255,.7);
    display: inline-block;
	vertical-align: top;
    padding: .75rem;
    margin-bottom: .75rem;
    font-size: 1.8em;
    line-height: 1.2em;
	max-width: 100%;
}
.global-promo-slider .gps-user-caption .gps-user-body {
    color: rgba(0,0,0,.87);
    background-color: rgba(255,255,255,.7);
    padding: .75rem;	
	vertical-align: top;
	display: none;
	margin-bottom: .75rem;
}
.global-promo-slider .gps-user-caption .gps-user-body p {
	margin-bottom: .5rem;
}
@media only screen and (min-width: 601px) {
	.global-promo-slider .gps-user-caption {		
		left: 45px;
		right: 45px;
	}
	.global-promo-slider .gps-user-caption h3 {
		font-size: 2em;
	}
	.global-promo-slider .gps-user-caption .gps-user-body {		
		display: inline-block;
	}
}
@media only screen and (min-width: 993px) {
	.global-promo-slider .gps-user-caption {		
		left: 60px;
		right: 60px;
	}
	.global-promo-slider .gps-user-caption h3 {
		font-size: 2.8em;
	}
}

.global-promo-slider .gps-user-image-tag img {
	width: 100%;
}
.global-promo-slider .gps-user-image-background {	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	max-height: 360px;
}

.global-promo-slider .gps-user-image-background a {
	display: block;
    height: 360px;    
    text-decoration: none;
}