/**
 * 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 60px;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    min-height: 315px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    z-index: 1002;
    bottom: 15px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(slide/bx_loader.gif) center center no-repeat #fff;
    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: 20px;
}
.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: #666;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    outline: 0;
    background: url(slide/bullet.png) no-repeat 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-position: 0 -19px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(slide/left.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(slide/right.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover {
    left: 5px;
}
.bx-wrapper .bx-next:hover {
    right: 5px;
}
.bx-wrapper .bx-controls-direction {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 50%;
    width: 740px;
    margin-left: -370px;
}
.bx-wrapper .bx-controls-direction a {
    display: none;
    position: absolute;
    top: 153px;
    margin-top: -16px;
    outline: 0;
    width: 24px;
    height: 45px;
    text-indent: -9999px;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
}
.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-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: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

#bxSlider {
    width: 100%;
}
.slide-item {
    position: relative;
    height: 315px;
    min-width: 1068px;
}
.slide-item .slide-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1068px;
    height: 315px;
    margin-left: -534px;
}

.slide-item.doctor_locator {
    position: relative;
    height: 253px;
    min-width: 1068px;
}
.slide-item.doctor_locator .slide-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1068px;
    height: 253px;
    margin-left: -534px;
}

.slide-item.slide1 {
    position: relative;
    background-color: #efe7de;
}
.slide-item.slide1 img {
    display: block;
    /*position: relative;*/
    z-index: 100;
}
.slide-item.home-slide:before,
.slide-item.home-slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.slide-item.slide1:before {
    left: 0;
    background-color: #0055aa;
}
.slide-item.slide1:after {
    right: 0;
    background-color: #fff;
}
.slide-item.slide2 {
    background-color: #cdd5e4;
}
.slide-item.slide3 {
    background-color: #efe7de;
}
.slide-item .slide-btn {
    position: absolute;
    z-index: 1010;
    display: block;
}
.slide-item .slide-btn1 {
    top: 220px;
    left: 88px;
}
.slide-item .slide-btn2 {
    right: 183px;
    top: 225px;
}
.slide-item .slide-btn3 {
    top: 198px;
    left: 59px;
}
ul#bxSlider li {
    min-width: 100%;
}


.slide-item .slide-btn.slide-btn41 {
    right:60px;
    top:275px;
}
.slide-item.slide1.slide41 {
    background-color: #E4E5EC; 
}
.slide-item .slide-btn.slide-btn42 {
    right:84px;
    top:260px;
}
.slide-item.slide1.slide42 {
    position: relative;
}

.slide-item.slide1.slide42 img.slide-img {
    height: 315px;
    width: auto;
}

.bx-wrapper .bx-pager {
    width: 250px;
    left:50%;
    margin-left:-125px;
}

.shield {
    display: inline;
    width: 50%;
    height: 315px;
    position: absolute;
}
.shield.shield-before {
    background-color: #94CBEC;
    top:0;
    left: 0;
}
.shield.shield-after {
    background-color: #54ABE0;
    top: 0;
    right: 0;
}
