/**
 * 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: -140px; 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: 30px; height: 30px; margin: 0 5px; outline: 0; position: relative; }
.bx-wrapper .bx-pager.bx-default-pager a:before { position: absolute; top: 50%; left: 50%; content: ""; border: 2px solid #bbbbbb; width: 30px; height: 30px; transform: translate(-50%, -50%) scale(0); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.bx-wrapper .bx-pager.bx-default-pager a:after { position: absolute; top: 50%; left: 50%; content: ""; background: #bbbbbb; width: 10px; height: 10px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; transform: translate(-50%, -50%); }
.bx-wrapper .bx-pager.bx-default-pager a:hover:before { transform: translate(-50%, -50%) scale(1); border: 2px solid #0c88ec; }
.bx-wrapper .bx-pager.bx-default-pager a.active:before { transform: translate(-50%, -50%) scale(1); border: 2px solid #0c88ec; }
.bx-wrapper .bx-pager.bx-default-pager a:hover:after { background: #0c88ec; }
.bx-wrapper .bx-pager.bx-default-pager a.active:after { background: #0c88ec; }
/*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: 18.7%; width: 100%; z-index: 1 }
.bx-wrapper .bx-caption span { color: #fff; font-family: 'Open Sans'; display: block; font-size: 50px; line-height: 70px; margin-bottom: 13px; }
.bx-wrapper .bx-caption p { color: #fff; 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'; 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: 0; margin: 0 16px 0 0; overflow: hidden; background: #558d4c; text-transform: uppercase;font-weight: 500; }
.bx-wrapper .bx-caption a.bg_black { background: #ecdd5e; color: #343233; }
.bx-wrapper .bx-caption a.bg_black:hover { background: #343233; color: #fff; }
.bx-wrapper .bx-caption a:hover { background: #343233; color: #fff }
