/**
 * 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 { -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; top: 21.5%; width: 100%; left: 15%; 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 { display: block; margin: 10px; outline: 0; color: #fff; font-size: 18px; font-family: 'Montserrat-Regular'; position: relative }
.bx-wrapper .bx-pager.bx-default-pager a:before { position: absolute; left: -130px; top: 19px; width: 30px; height: 2px; background: #fff; content: "" }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { color: #edd134 }
.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 { float: right; position: relative }
.text-cnt:before { position: absolute; right: -200px; bottom: -100px; background: url(../images/location_icon.png); width: 384px; height: 384px; content: ""; opacity: 0.15 }
.bx-wrapper .bx-caption { margin: 0 0 0 30px; position: absolute; text-align: left; top: 32%; width: 100%; z-index: 1 }
.bx-wrapper .bx-caption h2 { color: #fff; font-family: 'Montserrat Semi Bold'; display: block; font-size: 80px; line-height: 100px; margin-bottom: 39px; }
.bx-wrapper .bx-caption span { font-family: 'Montserrat-Regular'; font-size: 30px; color: #fff; margin: 0 0 32px; display: block; }
.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: 60px; min-width: 270px; position: relative; z-index: 1; color: #24398c; font-family: 'Montserrat Bold'; font-size: 18px; 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 0; background: none; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 10px 10px 0; }
.bx-wrapper .bx-caption a:before { position: absolute; content: ""; left: 10px; top: 10px; width: 100%; height: 100%; background: #2882fd; z-index: -2; 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; }
.bx-wrapper .bx-caption a:after { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: #edd134; z-index: -1; 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; }
.bx-wrapper .bx-caption a:hover { background: #666666; color: #fff }
.bx-wrapper .bx-caption a:hover:before { background: #edd134; }
.bx-wrapper .bx-caption a:hover:after { background: #2882fd; }
