/* basic appearance goes here, positions and font sizes go in the correct layout width style sheet */
.sabre-carousel-width-full,
.sabre-carousel-bean {
  position: relative;
  font-family: 'Lato', sans-serif;
  margin: 0 0 0 -20px;
  overflow: hidden;
  background-color: #000;
  width: auto;
  /*min-width: 980px;*/
  height: 100%;
}

.sabre-carousel-bean.sabre-carousel-width-twothirds {
  margin: 0;
}

.sabre-carousel-bean .slide {
  position: relative;
  overflow: hidden;
}

.sabre-carousel-bean .trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 3px;
  display: none;
}

.sabre-carousel-bean .show-bg .trans {
  display: block;
}

.slide-wrapper .text {
  padding:5px 10px;
  position:relative;
  z-index:10;
}

.sabre-carousel-bean .text a:link,
.sabre-carousel-bean .text a:visited {
    color: #fff;
    text-decoration: none;
}

.sabre-carousel-bean .text a:hover {
    text-decoration: underline;
}

/* pager */
.controls-nav {
    position:absolute;
    z-index: 10;
    bottom: 42px;
    left: 30px;
}

.sabre-carousel-bean .flex-control-paging {
    position: relative;
    top:auto;
    left:auto;
    margin:0 40px;
    list-style: none;
    height:30px;
}

.sabre-carousel-bean .flex-control-paging ol {
    list-style-type: none;
}
.sabre-carousel-bean .flex-control-paging li {
    float:left;
}
.sabre-carousel-bean .flex-control-paging li a,
.sabre-carousel-bean .flex-control-paging li a:link,
.sabre-carousel-bean .flex-control-paging li a:visited {
    float: left;
    position: relative;
    margin:9px 3px 0;
    padding: 5px;
    background-color: transparent;
    border: 0 solid #fff;
    color: #fff;
    border-radius: 0;
    width: 20px;
    height: 20px;
    text-align:center;
    font-size: 14px;
    z-index: 100;
    cursor:pointer;
}

.sabre-carousel-bean .flex-control-paging li a.flex-active {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

/* prev/next links */
ul.flex-direction-nav {
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    list-style-type: none;
    z-index: 10;
}

ul.flex-direction-nav a {
  line-height: 1;
  z-index: 10;
  width: 29px;
  height: 52px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}

ul.flex-direction-nav a.flex-prev,
ul.flex-direction-nav a.flex-next {
    top:0px
}

ul.flex-direction-nav a.flex-next {
  position:absolute;
  right: 0;
  background: url(/sites/all/themes/muse/images/slider-next.png) no-repeat 0 0;
}

ul.flex-direction-nav a.flex-prev {
  position:absolute;
  left: 0;
  background: url(/sites/all/themes/muse/images/slider-prev.png) no-repeat 0 0;
}

/* image */
.sabre-carousel-width-full .flex-viewport {
  overflow: visible !important;
}

.sabre-carousel-width-full .flex-viewport .slides {
  margin: 0;
}

.sabre-carousel-width-twothirds .flex-viewport {
  width: 620px;
}


.sabre-carousel-width-full .slide-image,
.sabre-carousel-width-full .slide-image img {
    width: 980px;
    height: 374px;
    overflow: hidden;
    z-index: 0;
}

.sabre-carousel-width-twothirds .slide-image img {
  width: 100%;
}

.headline-wrapper h2,
.headline-wrapper h3 {
    margin-bottom:0;
    padding:5px 10px;
    z-index:10;
    position:relative;
}

/* left layout */
.scb-layout-left .text-wrapper {
    position: absolute;
    width: 280px;
    height: 100%;
    padding: 20px 0 0 50px;
    top: 0;
}

/* right layout */
.scb-layout-right .text-wrapper {
    position: absolute;
    top:40px;
    left:540px;
    width:40%;
}

/* headline only at bottom */
.scb-layout-title_bottom .text-wrapper {
    position: absolute;
    padding: 15px 40px 0 40px;
    top: 0;
}

.scb-layout-title_bottom .text {
    display: block;
}

/* Font styling */
.sabre-carousel-bean .text-wrapper h1,
.sabre-carousel-bean .text-wrapper h2,
.sabre-carousel-bean .text-wrapper h3,
.sabre-carousel-bean .text-wrapper a,
.sabre-carousel-bean .text-wrapper a:link,
.sabre-carousel-bean .text-wrapper a:visited,
.sabre-carousel-bean .text {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 22px;
  padding: 0;
  z-index: 10;
  position: relative;
}

.sabre-carousel-bean .text-wrapper h1,
.sabre-carousel-bean .text-wrapper h2 {
  font-size:28px;
  line-height:31px;
  font-weight: 700;
  margin-bottom:15px;
}

.sabre-carousel-bean .text-wrapper h2 {
  font-weight: 300;
  font-size: 27px;
}

.sabre-carousel-bean .text-wrapper h3 {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 0;
}

.sabre-carousel-bean .text-wrapper h2,
.sabre-carousel-bean .text-wrapper h3 {
  letter-spacing: 0.04em;
}

.sabre-carousel-bean .text-wrapper h4,
.sabre-carousel-bean .text-wrapper p {
  font-size: 14px;
}


/* dark text scheme */
.scb-color-dark .text-wrapper h2,
.scb-color-dark .text-wrapper h3,
.scb-color-dark .text-wrapper h2 a:link,
.scb-color-dark .text-wrapper h2 a:visited,
.scb-color-dark .text {
    color: #333;
}

.scb-color-dark .trans {
    background-color: #f0f0f0;
    opacity: 0.6;
}

/* light text scheme */
.scb-color-light .text-wrapper h2,
.scb-color-light .text-wrapper h3,
.scb-color-light .text-wrapper h2 a:link,
.scb-color-light .text-wrapper h2 a:visited,
.scb-color-light .text {
  color: #fff;
}

.sabre-carousel-bean .text-only {
    margin-top: 0;
}

.scb-color-light .trans {
    background-color: #111;
    opacity: 0.6;
}

/* basic responsiveness */

@media only screen
  and (max-width: 980px) {
  .sabre-carousel-width-full,
  .sabre-carousel-bean {
    width: auto;
    min-width: auto;
    margin: 0 -10px;
  }
}

@media only screen
  and (max-width: 320px) {
  .sabre-carousel-bean .text-wrapper h3,
  .sabre-carousel-bean .text-wrapper h4,
  .sabre-carousel-bean .text-wrapper p {
    display: none;
  }
}

@media only screen
  and (max-width: 480px) {
  .sabre-carousel-bean .slide-image img {
      width:auto;
      height:auto;
  }
  .sabre-carousel-width-full .scb-layout-left .text-wrapper,
  .scb-layout-title_bottom .text-wrapper {
    padding-left: 40px;
  }
  .sabre-carousel-width-full .scb-layout-left .text-wrapper {
    width: 70%;
  }
}

@media only screen
  and (min-width: 480px)
  and (max-width: 739px) {
  .sabre-carousel-width-full .scb-layout-left .text-wrapper {
    width: 40%;
    padding: 20px;
  }
}

/* Phones & Tablets */
@media only screen
  and (max-width: 739px)
  and (-webkit-min-device-pixel-ratio: 1) {
  .sabre-carousel-width-full .slide-image img {
    width: 100%;
    height:auto;
  }
  /* .sabre-carousel-width-full,
  .sabre-carousel-bean {
    padding-bottom: 60px;
  } */
  .sabre-carousel-bean .controls-nav {
    bottom: 16px;
    left: 25px;
  }

  /* Font sizing */
  .sabre-carousel-bean .text-wrapper h1,
  .sabre-carousel-bean .text-wrapper h2 {
    font-size:24px;
    line-height:29px;
  }

  .sabre-carousel-bean .text-wrapper h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .sabre-carousel-bean .text-wrapper h4,
  .sabre-carousel-bean .text-wrapper p {
    font-size: 12px;
  }
}

@media only screen
  and (min-width: 740px)
  and (max-width: 980px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .sabre-carousel-width-full,
    .sabre-carousel-bean {
      /*width: 100%;*/
      width: 720px;
      height: 100%;
      padding-bottom: 0;
      margin-left: -10px;
    }
    .sabre-carousel-bean.sabre-carousel-width-twothirds {
      width: auto;
    }
    .sabre-carousel-width-twothirds .flex-viewport {
      width: 460px;
    }
    .sabre-carousel-bean .controls-nav {
      bottom: 55px;
      left: 25px;
    }
    .sabre-carousel-width-full .slide-image img {
      width: 100%;
      height:auto;
    }
}

@media only screen and (min-width: 980px) {
  .sabre-carousel-width-full {
    width: 980px;
    margin-left: -20px;
  }
}

/* Phones & Tablets */
/* Phones */
/*@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 768px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .sabre-carousel-bean .text-only h2 {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
  .sabre-carousel-bean .text-only h3,
  .sabre-carousel-bean .text-only h4 {
    font-size: 0.8rem !important;
    line-height: 1rem !important;
  }
  .sabre-carousel-bean .text-only p {
    font-size: 100% !important;
  }
}*/
/* Tablets */
/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1023px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .sabre-carousel-bean .text-only p {
    font-size: 100% !important;
  }
  .sabre-carousel-width-full .scb-layout-left .text-wrapper {
    width: auto;
    bottom: auto;
  }
}*/
/*@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 1023px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .sabre-carousel-bean .controls-nav {
    bottom: 5px;
    left: 5px;
  }
  .sabre-carousel-bean .slide {
    padding-top: 0;
    overflow: hidden;
  }
  .sabre-carousel-bean .text-only > div {
    margin: 0 10px !important;
    width: auto !important;
  }
  .sabre-carousel-bean .text-only {
    padding: 5px;
  }

  .sabre-carousel-width-full .slide-image,
  .sabre-carousel-width-full .slide-image img {
    width: 100%;
    height: auto;
  }
}*/
