/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {position:relative;*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}

.bx-wrapper img {display:block;max-width:100%;}
.bxslider {margin:0;padding:0;}
ul.bxslider {list-style:none;}
.bx-viewport {
-webkit-transform: translatez(0);
}


/** THEME
===================================*/
.bx-wrapper {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position:absolute;width:100%;bottom:20px;}

/* LOADER */
.bx-wrapper .bx-loading {position:absolute;left:0;top:0;min-height:50px;width:100%;height:100%;background: url(../../../img/bx_loader.gif) center center no-repeat #fff;z-index:999;}


/* PAGER */
.bx-wrapper .bx-pager {text-align:center;}
.bx-wrapper .bx-pager.bx-default-pager a {display:block;width:10px;height:10px;margin:0 5px;border:none;background:#fff;border-radius:5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {background:#f00001;}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display:inline-block;vertical-align: bottom;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager-item {font-size:0;line-height:0;}


/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {width:50px !important;height:80px !important;}

.bx-wrapper .bx-prev {left:10px;background:url(../../../img/arrow_left.png) no-repeat 50% 50% rgba(0,0,0,0.4);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bx-wrapper .bx-prev:hover {background:url(../../../img/arrow_left.png) no-repeat 50% 50% rgba(0,0,0,0.8);}

.bx-wrapper .bx-next {right:10px;background:url(../../../img/arrow_right.png) no-repeat 50% 50% rgba(0,0,0,0.4);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bx-wrapper .bx-next:hover {background:url(../../../img/arrow_right.png) no-repeat 50% 50% rgba(0,0,0,0.8);}

.bx-wrapper .bx-controls-direction a {position:absolute;top:50%;width:32px;height:32px;margin:-16px 0 0 0;outline:0;text-indent:-99999px;z-index:999;}
.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;width:10px;height:11px;margin:0 3px;outline:0;text-indent:-9999px;background: url(controls.png) -86px -11px no-repeat;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {background-position:-86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display:block;width:9px;height:11px;margin:0 3px;text-indent:-9999px;outline:0;background: url(controls.png) -86px -44px no-repeat;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {background-position:-86px -33px;}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {width:80%;text-align:left;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right:0;width:35px;}


/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position:absolute;left:0;bottom:0;width:100%;background:#666;background:rgba(80, 80, 80, 0.75);}
.bx-wrapper .bx-caption span {display:block;padding:10px;font-family:Arial;color:#fff;font-size: .85em;}

/* text */
.bxslider_text {display:block;position:absolute;width:100%;left:0;top:50%;margin:-60px 0 0 0;font-size:16px;line-height:22px;text-align:center;}
.bxslider_text strong {display:block;margin:0 0 24px 0;color:#222;font-size:36px;font-weight:400;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bxslider_text a {display:inline-block;margin:24px 0 0 0;padding:8px 24px;color:#fff;font-size:13px;background:#666;border-radius:3px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bxslider_text a:hover {background:#444;}




@media screen and (max-width:768px) {
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {width:30px !important;height:40px !important;}

.bx-wrapper .bx-prev {left:10px;background:url(../../../img/arrow_left_s.png) no-repeat 50% 50% rgba(0,0,0,0.4);}
.bx-wrapper .bx-prev:hover {background:url(../../../img/arrow_left_s.png) no-repeat 50% 50% rgba(0,0,0,0.8);}

.bx-wrapper .bx-next {right:10px;background:url(../../../img/arrow_right_s.png) no-repeat 50% 50% rgba(0,0,0,0.4);}
.bx-wrapper .bx-next:hover {background:url(../../../img/arrow_right_s.png) no-repeat 50% 50% rgba(0,0,0,0.8);}

.bxslider_text {margin:-60px 0 0 0;font-size:14px;line-height:20px;}
.bxslider_text strong {font-size:30px;}
}




@media screen and (max-width:480px) {
.bxslider_text {margin:-50px 0 0 0;font-size:13px;line-height:18px;}
.bxslider_text strong {font-size:24px;}
}