/**
 * 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; }
/** 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 }
.bx-wrapper .bx-pager { position: absolute; bottom: 49px; width: 100%; left: 0; display: none; }
/* 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 { 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: inline-block; *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a { background: url(../images/pager-icon.png) no-repeat; text-indent: -9999px; display: block; width: 22px; height: 21px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: url(../images/active-pager-icon.png) no-repeat; }

 /*DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev { background: rgba(0, 0, 0, 0) url("../images/prev_arrow.png") no-repeat scroll 0 0; left: 20px;}
.bx-wrapper .bx-next { background: rgba(0, 0, 0, 0) url("../images/next_arrow.png") no-repeat scroll 0 0; right: 20px;}
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: 0; outline: 0; width: 43px; height: 43px; text-indent: -9999px; z-index: 3; transform:translateY(-50%); display:none;}
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.about_us .bx-wrapper .bx-prev { background: none; left: 0; transform: none }
.about_us .bx-wrapper .bx-next { background: none; left: 0; transform: none }
.about_us .bx-wrapper .bx-prev:hover { background: none; }
.about_us .bx-wrapper .bx-next:hover { background: 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-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 */

.bx-wrapper .bx-caption { margin: 0 auto; position: absolute; text-align: center; top: 12.8%; width: 100%; width: 470px; height: 470px; border-radius: 50%; border: 10px solid rgba(255,255,255,0.3) }
.bx-wrapper .bx-caption h2 { color: #fff; font-family: 'biryaniextrabold'; display: block; font-size: 40px; line-height: 50px; margin-bottom: 10px; font-weight: normal; }
.bx-wrapper .bx-caption p { color: #fff; display: block; font-size: 14px; line-height: 24px; padding-bottom: 11px; font-weight: normal; margin: 0; font-family: 'biryanilight'; }
.bx-wrapper .bx-caption a { display: inline-block; position: relative; text-align: center; line-height: 46px; min-width: 170px; position: relative; z-index: 1; border: 2px solid #3c5ba3; color: #fff; font-family: 'biryanibold'; font-weight: normal; font-size: 14px; 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; text-transform: uppercase; background: #3c5ba3; border-radius: 30px }
.bx-wrapper .bx-caption a:hover { background: #f46363; border: 2px solid #f46363; }
