/**
 * 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 0px; padding: 0; *zoom: 1;
}
.bx-wrapper img { width: 100%; display: block; /*width: auto;*/ max-width: initial; position: relative; /*transform: translateX(-50%); left: 50%;*/ }
/** THEME
===================================*/

.bx-wrapper .bx-viewport {   /*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-viewport ul li { background: none; padding: 0; margin-bottom: 0 }
/* LOADER */

.bx-wrapper .bx-loading { min-height: 50px; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }
/* PAGER */
.bx-wrapper .bx-pager { position: absolute; bottom: 90px; width: 100%; left: 0; display: block; text-align: center }
.bx-controls.bx-has-pager { bottom: 0; left: 0; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; }
.bx-wrapper .bx-pager.bx-default-pager a { text-indent: -9999px; display: block; width: 7px; height: 30px; margin: 0 16px; outline: 0; position: relative; background: #dddddd; transform: rotate(45deg) }
.bx-wrapper .bx-pager.bx-default-pager a:hover { background: #e31e24; }
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #e31e24; }
/*DIRECTION CONTROLS (NEXT / PREV) */ 

.bx-wrapper .bx-prev { left: 8.7%; position: relative }
.bx-wrapper .bx-next { right: 9%; position: relative; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 46.9%; margin-top: 0; outline: 0; width: 30px; height: 56px; text-indent: -9999px; z-index: 3; }
.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/controls.png) -86px -11px no-repeat;  margin: 0 3px;}*/
.bx-controls-auto { display: none; }
.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/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: center; width: 100%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }
/* IMAGE CAPTIONS */
.text-cnt { }
.bx-wrapper .bx-caption { margin: 0 auto; position: absolute; text-align: left; top: 25%; width: 100%; z-index: 1 }
.bx-wrapper .bx-caption h2 { color: #fff; font-family: 'Lato-Bold'; display: block; font-size: 34px; line-height: 50px; margin-bottom: 19px; }
.bx-wrapper .bx-caption h3 { color: #fff; font-family: 'Lato-Bold'; display: block; font-size: 30px; line-height: 50px; margin-bottom: 19px; }
.bx-wrapper .bx-caption p { color: #666666; display: block; font-size: 16px; line-height: 30px; padding-bottom: 33px; }
.bx-wrapper .bx-caption a { display: inline-block; text-align: center; line-height: 50px; min-width: 220px; position: relative; z-index: 1; color: #FFF; font-family: 'Open Sans Bold'; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 5px; margin: 8px 0 0; overflow: hidden; background: #e31e24; }
.bx-wrapper .bx-caption a:hover { background: #333333; color: #fff }
