/* this file provides theme-specific styles that affect the carousel
 *
 * these changes have been placed in a separate file because they are included
 * in the control panel when the carousel is being previewed
 *
 * they cannot be included in slide-show.css because that is compiled
 * automatically from slide-show.scss */

/* fixes incorrect width created by the `slide' transition in the admin preview
 * modal */
#slide-show-preview .slide-show-render.slide-show {
    width: 980px;
}

.slide-show-render.slide-show {
    position: relative;
}
.slide-show-render.slide-show .flex-prev, .slide-show-render.slide-show .flex-next {
    width: 22px;
    height: 38px;
}
.slide-show-render.slide-show .flex-prev {
    background-image: url('../../Runway/images/Carousel-Navigation-L.png');
    left: 30px!important;
}
.slide-show-render.slide-show .flex-prev:hover {
    background-image: url('../../Runway/images/Carousel-Navigation-L-Hover.png');
}
.slide-show-render.slide-show .flex-next {
    background-image: url('../../Runway/images/Carousel-Navigation-R.png');
    right: 30px!important;
}
.slide-show-render.slide-show .flex-next:hover {
    background-image: url('../../Runway/images/Carousel-Navigation-R-Hover.png');
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li {
    margin-left: 0px;
    margin-right: 7px;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background-color: rgba(71,71,71,0.75);
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a.flex-active {
    background-color: rgba(137,137,137,0.75);
}

h2.slide-heading {
    text-transform: uppercase;
}
.slide-show-render-full .slide-heading  {
margin: 0;    
padding: 0 !important;
line-height: inherit !important;
}

.slide-show-render-full .slide-button span {
  display: block;
  font-family: 'Karla',Arial,Helvetica,sans-serif;
  letter-spacing: 0.1em;
text-transform: uppercase;

  font-size: 20px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.slide-image-wrapper {
display: block;
width: 980px;    
}
.slide-image-wrapper img {
width: 980px !important;
height: 450px !important;    
}
.slide-show-render .slides {
  height: 350px !important;
  overflow: hidden;
  position: relative;
  width: 980px;
}


.slide-show-render-full .slide-text {
  font-size: 20px !important;
  margin: 0 !important;
  padding: 15px 0 !important;
  text-transform: uppercase !important;
}