/**
* BxSlider v4.1.3 - 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
===================================*/
#page .bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }
  #page .bx-wrapper img {
    max-width: 100%;
    display: block; }
#page .bxslider {
  margin: 0;
  padding: 0; }
#page .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
#page .bx-wrapper {
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */ }
  #page .bx-wrapper bx-pager,
  #page .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  #page .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }
  #page .bx-wrapper .bx-pager .bx-pager-item,
  #page .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  #page .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #page .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #page .bx-wrapper .bx-pager.bx-default-pager a.active,
  #page .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #333; }
  #page .bx-wrapper .bx-prev {
    left: 10px; }
    #page .bx-wrapper .bx-prev:after {
      content: "\f137"; }
  #page .bx-wrapper .bx-next {
    right: 10px; }
    #page .bx-wrapper .bx-next:after {
      content: "\f138"; }
  #page .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    z-index: 9999; }
    #page .bx-wrapper .bx-controls-direction a:after {
      display: block;
      width: 35px;
      color: #888888;
      text-indent: 0;
      text-align: center;
      font-size: 30px;
      font-family: "FontAwesome";
      position: absolute;
      z-index: 2; }
    @media (min-width: 992px) {
      #page .bx-wrapper .bx-controls-direction a {
        display: none; } }
  #page .bx-wrapper:hover .bx-controls-direction a {
    display: block; }
  #page .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
  #page .bx-wrapper .bx-controls-auto {
    text-align: center; }
  #page .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; }
  #page .bx-wrapper .bx-controls-auto .bx-start:hover,
  #page .bx-wrapper .bx-controls-auto .bx-start.active,
  #page .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0; }
  #page .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; }
  #page .bx-wrapper .bx-controls-auto .bx-stop:hover,
  #page .bx-wrapper .bx-controls-auto .bx-stop.active,
  #page .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px; }
  #page .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  #page .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  #page .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
  #page .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }
