/**
 * 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
===================================*/

@font-face {
    font-family: 'Billy Ohio';
    src: url('../site_resources_main/site_data/fonts/Billy-Ohio.otf');
}

.bxslider {
    width: 100%;
    height: 100%;
    display: none;
    background: #ffffff;
    overflow: hidden;
}

.bx-wrapper {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0;
    *zoom: 1;
    min-height: 250px;
    display: none;
    max-height: 770px;
}

.bx-wrapper img {
    height:100% !important;
    width: 100%;
    margin:-15px 40px 10px -40px;
    object-fit: cover; 
    object-position: center; 
    width: 100% !important;
    margin: 0px;
    min-height: 250px;
    max-height: 770px;
    height: 100%;
    overflow: hidden;
    padding: 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    right:0;
    left: 0;
    width: auto;
    bottom: -40px;
    background: none;
    /*controls*/
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    background: #fff;
    /*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);
    background:none;
    width: 100% !important;
}

/* LOADER */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}


.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../site_resources_main/site_data/site_images/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: 'Open Sans';
    font-weight: bold;
    color: #666;
    padding:3px 0px;
    margin:0px auto 85px auto;
    width: 150px;
}

.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: white;
    border:1px solid #ffffff;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4553F1;
    background: #0e639d;
}

.content_title_wrapp_bx {
    width: 450px;
    max-width: 800px;
    position: absolute;
    top: 100px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    display: none;
    padding-right: 0px;
}

.title_bx_Slider {
    font-size:35px;
    font-family: 'Billy Ohio';
    color:#ffffff;
    line-height: 35px;
}

.content_bx_Slider {
    margin-top:20px;
    text-align: center;
    color:#ffffff;
}

.bx-controls-direction {
    width: 70%;
    max-width: 1200px;
    position: absolute;
    top: 250px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../site_resources_main/site_data/site_images/controls.png) no-repeat 0px -32px;
    z-index:9000;
    display: none;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../site_resources_main/site_data/site_images/controls.png) no-repeat -43px -32px;
    z-index:9000;
    display: none;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;

}

.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(../site_resources_main/site_data/site_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(../site_resources_main/site_data/site_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;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Sans-Serif,Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

@media screen and (min-width: 500px) {
   .bxslider, .bx-wrapper {
      display: block;
   }
  .bx-wrapper img, .bx-wrapper {
    min-height: 400px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a, .content_title_wrapp_bx {
    display: block;
  }
}

@media screen and (min-width: 700px) {
  .bx-wrapper img, .bx-wrapper {
    min-height: 450px;
  }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-next  {
        display: block;
    }
    .content_title_wrapp_bx {
        top: 140px;
    }
}

@media screen and (min-width: 1000px) {
  .bx-wrapper img, .bx-wrapper {
    min-height: 670px;
  }
  .bx-controls-direction {
        top: 300px;
    }
    .content_title_wrapp_bx {
        width: 550px;
        top: 200px;
    }
    .title_bx_Slider {
        font-size:55px;
        line-height: 55px;
    }
}

@media screen and (min-width: 1300px) {
  .bx-wrapper img, .bx-wrapper {
    min-height: 770px;
  }
  .bx-controls-direction {
    top: 350px;
  }
  .content_title_wrapp_bx {
    width: 700px;
    top: 260px;
  }
  .title_bx_Slider {
    font-size:65px;
    line-height: 65px;
  }
}