
#banner {
  visibility: hidden;
}

.jcarousel-wrapper {
  position: relative;
  width: 100%;
  height: 490px;
  overflow: hidden;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
}

.jcarousel .slide {
  display: block;
  max-width: 100%;
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.jcarousel .slide h1, .jcarousel .slide h2 {
/*  display: inline-block;
  margin: 20px 0;
  padding: 26px 0;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid white;*/
}

body.home .jcarousel-wrapper, body.home .jcarousel .slide {

}

body.home .jcarousel .slide-inner h1, body.home .jcarousel .slide-inner h2 {
  margin: 0;
  border: none;
}

body.single .jcarousel-wrapper, body.single .jcarousel .slide {
  height: 540px;
}
body.single .jcarousel .slide-inner h1, body.single .jcarousel .slide-inner h2 {
  margin: 0;
}
body.single .jcarousel .slide-inner h3 {
  margin: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid white;
  display: inline-block;
  padding: 25px 100px;
}
body.single .jcarousel .no-text h1, body.single .jcarousel .no-text h2 {
  padding: 26px 0;
  border-bottom: none;
  border-top: none;
  width: 100%;
}

.jcarousel .slide.no-slides {
  background-color: #0e69af;
}

/** Carousel Controls **/


/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.jcarousel-pagination li {
  display: inline;
}

.jcarousel-pagination.number a {

}

.jcarousel-pagination.no-number a {
  text-decoration: none;
  display: inline-block;
  text-indent: -500em;
  width: 4px;
  height: 8px;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 14px;
  padding: 4px;
  text-align: center;
  margin: 0 3px;
  background: #ffffff;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(200, 0, 0, 0.9);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.banner-mask {
  margin: -24px -5%;
  position: absolute;
  width: 110%;
  z-index: 100;
  overflow: hidden;
}
.banner-mask .banner-mask-left {
  border: 12px solid white;
  width: 50%;
  float: left;
  border-right-color: transparent;
  border-top-color: transparent;
}
.banner-mask .banner-mask-right {
  border: 12px solid white;
  border-top-color: transparent;
  width: 50%;
  float: left;
  border-left-color: transparent;
}

@media (max-width: 767px) {
  .banner-mask {
    display: none;
  }

  .jcarousel-wrapper, .jcarousel .slide {
    height: 185px;
  }

/*  .jcarousel .slide h1, .jcarousel .slide h2 {
    padding: 16px 0;
    margin-bottom: 25px;
    border-top: 1px solid #fff;
    border-top: 1px solid white;
    display: block;
  }
  .jcarousel .slide p.text {
    display: none;
  }*/

  .jcarousel-control-prev,
  .jcarousel-control-next {
    width: 40px;
    height: 50px;
    padding-top: 10px;
  }
  .jcarousel-control-prev:before,
  .jcarousel-control-next:before {
    width: 25px;
    height: 25px;
    border-width: 1px;
  }

  .jcarousel-control-prev {
    left: 8px;
  }

  .jcarousel-control-next {
    right: 10px;
  }


  body.home .jcarousel .slide-inner h1, body.home .jcarousel .slide-inner h2 {
    margin: 0;
    border: none;
  }

  body.single .jcarousel-wrapper, body.single .jcarousel .slide {
    height: 290px;
  }
  body.single .jcarousel .no-text h1, body.single .jcarousel .no-text h2 {
    padding: 12px 0;
  }
}
/* ==========================================================================
    Grab-Grabbing Cursor Section
========================================================================== */
.grab-cursor {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.grabbing-cursor {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
}

/*# sourceMappingURL=stylebanner.css.map */