/**
 * 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: 49px; width: 100%; left: 0; display: none; }
.bx-controls.bx-has-pager { top: 50%; position: absolute; right: 100px; transform: translateY(-50%); }
.bx-wrapper .bx-pager { padding-top: 0; z-index: 0; bottom: 50%; position: absolute; }
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 0; margin-left: 0; text-indent: -99999 }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: block; *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a:before { content: "0"; }
.bx-wrapper .bx-pager.bx-default-pager a { display: block; margin: 31px 0 16px; outline: 0; color: #fff; font-size: 22px; font-family: 'Roboto Bold'; line-height: 70px; width: 30px; height: 30px; border-radius: 50%; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { color: #26aebc; }
.bx-wrapper .bx-controls-direction { display: none; }
/*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; }
/*.bx-wrapper .bx-prev:before { background: url("../images/sprite.png") no-repeat scroll 0 0; position: absolute; content: ""; left: 0; width: 31px; height: 56px; background-position: -146px -13px; }
.bx-wrapper .bx-next:before { background: url("../images/sprite.png") no-repeat scroll 0 0; position: absolute; content: ""; right: 0; width: 31px; height: 56px; background-position: -192px -13px; }
/* 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 { position: relative; padding: 30px 0 0 50px; z-index: 0 }
.text-cnt:before { position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.8); width: 570px; height: 350px; content: ""; z-index: -1; }
.bx-wrapper .bx-caption { margin: 0 auto; position: absolute; text-align: left; top: 25%; width: 100%; z-index: 1 }
.bx-wrapper .bx-caption span { color: #fcb816; font-family: 'Poppins Medium'; display: inline-block; font-size: 40px; line-height: 60px; margin-bottom: 12px; position: relative; }
.bx-wrapper .bx-caption span:before { position: absolute; right: 200px; bottom: 25px; width: 85px; height: 3px; background: #fcb816; content: ""; }
.bx-wrapper .bx-caption p { color: #fff; display: block; font-size: 18px; line-height: 36px; padding-bottom: 27px; }
.bx-wrapper .bx-caption a { width: 200px; height: 50px; line-height: 50px; display: inline-block; color: #000; font-size: 18px; font-family: 'Poppins SemiBold'; text-align: center; text-transform: uppercase; background: #fcb816 }
.bx-wrapper .bx-caption a:hover { background: #000; color: #fcb816 }
