/**
 * Slideshow stuff for highways and front page.
 */

/* Sets correct with even if there is only one row. Neede for watermark. */
.field-name-field-lu-slideshow-promo {
  position: relative;
}

.field-name-field-lu-slideshow-promo > .field-items > .field-item {
  display: none;
}
.field-name-field-lu-slideshow-promo > .field-items > .field-item:first-child {
  display: block;
}

.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper {
  position: absolute;
  bottom: 16px;
  left: 16px;
  max-width: 550px;
  z-index: 100;
}

.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .field-name-field-ns-promo-link h2 {
  line-height: 30px;
  margin-bottom: 10px;
}
.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .field-name-field-ns-promo-link h2 a {
  color: #FFF;
}
.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .field-name-field-ns-promo-link a:hover
{
  text-decoration: none;
}
.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .field-name-field-ns-promo-description p {
  margin: 0;
}
.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .field-name-field-ns-promo-description {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .read-more a,
.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .read-more a:hover {
  color: #F3EB04;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
}
.field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .read-more a:hover {
  text-decoration: underline;
}
.not-front .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-promo-slideshow-title h2,
.not-front .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-promo-slideshow-title h1 {
  border-bottom: 2px solid #9C6114;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.not-front .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-promo-slideshow-title h2 a,
.not-front .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-promo-slideshow-title h2 a:hover,
.not-front .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-promo-slideshow-title h1 a,
.not-front .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-promo-slideshow-title h1 a:hover {
  color: #FFF;
  text-decoration: none;
}

.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom {
  bottom: 25px;
  position: absolute;
  right: 42px;
  z-index: 225;
}
.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom .prev-slide,
.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom .pause-button,
.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom .next-slide {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  text-indent: -9900px;
  cursor: pointer;
}
.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom .prev-slide {
  background: url("../img/section-promo-prev.png") repeat scroll 0 0 transparent;
  margin-right: 8px;
}
.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom .next-slide {
  background: url("../img/section-promo-next.png") repeat scroll 0 0 transparent;
}
.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom .pause-button.resumed {
  background: url("../img/section-promo-resumed.png") repeat scroll 0 0 transparent;
  margin-right: 8px;
}
.not-front .field-name-field-lu-slideshow-promo .slideshow-controls-bottom .pause-button.paused {
  background: url("../img/section-promo-paused.png") repeat scroll 0 0 transparent;
  margin-right: 8px;
}

/**
 * Slideshow
 */
#ent-section-start .field-name-field-lu-slideshow-promo > .field-items {
  position: relative;
  width: 736px;
  height: 368px;
  overflow: hidden;
}
#ent-section .field-name-field-lu-slideshow-promo > .field-items {
  position: relative;
  width: 704px;
  height: 368px;
}

#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper {
  bottom: 37px;
  left: 32px;
  width: 380px;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.no-image.with-watermark .slideshow-text-wrapper,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.no-image.with-watermark .slideshow-text-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 44px 230px 0px 64px;
  color: #8E5614;
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.no-image.no-watermark .slideshow-text-wrapper,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.no-image.no-watermark .slideshow-text-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 44px 64px 0px 64px;
  color: #8E5614;
}

.field-name-field-lu-slideshow-promo a {
  display: block;
  text-decoration: none;
}

.field-name-field-lu-slideshow-promo .field-name-field-ns-promo-description a {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
}

#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-slideshow-wrapper,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-slideshow-wrapper {
  padding: 16px;
  display: block;
}

#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-slideshow-wrapper .title ,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .lu-slideshow-wrapper .title {
  font-size: 28px;
}

#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .field-name-field-ns-promo-description,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .field-name-field-ns-promo-description {
  min-height: 40px;
  font-size: 14px;
  width: 280px;
  color: #303030;
  text-transform: none;
  letter-spacing: 0;
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.no-image .slideshow-text-wrapper .field-name-field-ns-promo-description,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.no-image .slideshow-text-wrapper .field-name-field-ns-promo-description {
  min-height: 40px;
  font-size: 13px;
  color: #303030;
  text-transform: none;
  letter-spacing: 0;
}

#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.no-image .slideshow-text-wrapper .promo-icon,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.no-image .slideshow-text-wrapper .promo-icon {
  display: none;
}

/**
 * Promo color schemes
 */
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-pink,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-pink {
  background-color: #fbe5f0;
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-blue,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-blue {
  background-color: #d7eef7;
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-yellow,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-yellow {
  background-color: #f8f368;
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-green,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-green {
  background-color: #dfefe8;
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-brown,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-brown {
  background-color: #f8f3ea; /*9c6114*/
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-white,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .bg-white {
  background-color: #fff;
}

#ent-section-start .field-name-field-lu-slideshow-promo .watermark,
#ent-section .field-name-field-lu-slideshow-promo .watermark {
  position: absolute;
  z-index: 5;
  background: url("../img/section-promo-watermark.png") no-repeat scroll 0 0 transparent;
  height: 240px;
  right: 0;
  top: 0;
  width: 240px;
}
#ent-section-start .field-name-field-lu-slideshow-promo .transparent-bg,
#ent-section .field-name-field-lu-slideshow-promo .transparent-bg {
  background: none;
}
#ent-section-start .field-name-field-lu-slideshow-promo,
#ent-section .field-name-field-lu-slideshow-promo {
  margin-bottom: 16px;
}

#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .title,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper .title {
  border-bottom: 2px solid #9C6114;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 12px;
  padding-right: 0px;
  text-decoration: none;
  color: #8E5614;
  line-height: 1.2;
}
#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.no-image .slideshow-text-wrapper .title,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.no-image .slideshow-text-wrapper .title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 12px;
  padding-right: 0px;
  text-decoration: none;
  color: #8E5614;
  line-height: 1.2;
  font-size:29px;
}

#ent-section-start .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper a:hover .title,
#ent-section .field-name-field-lu-slideshow-promo .slideshow-layout.with-image .slideshow-text-wrapper a:hover .title {
  text-decoration: underline;
}

/* The slideshow controls */
#ent-section-start .slideshow-controls-bottom,
#ent-section .slideshow-controls-bottom {
  bottom: 32px;
  position: absolute;
  right: 32px;
  z-index: 225;
}
#ent-section-start .slideshow-controls-bottom .prev-slide,
#ent-section-start .slideshow-controls-bottom .pause-button,
#ent-section-start .slideshow-controls-bottom .next-slide,
#ent-section .slideshow-controls-bottom .prev-slide,
#ent-section .slideshow-controls-bottom .pause-button,
#ent-section .slideshow-controls-bottom .next-slide {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 226;
}
#ent-section-start .slideshow-controls-bottom .prev-slide,
#ent-section .slideshow-controls-bottom .prev-slide {
  background: url("../img/section-promo-prev.png") repeat scroll 0 0 transparent;
  margin-right: 8px;
}
#ent-section-start .slideshow-controls-bottom .next-slide,
#ent-section .slideshow-controls-bottom .next-slide {
  background: url("../img/section-promo-next.png") repeat scroll 0 0 transparent;
}
#ent-section-start .slideshow-controls-bottom .pause-button.resumed,
#ent-section .slideshow-controls-bottom .pause-button.resumed {
  background: url("../img/section-promo-resumed.png") repeat scroll 0 0 transparent;
  margin-right: 8px;
}
#ent-section-start .slideshow-controls-bottom .pause-button.paused,
#ent-section .slideshow-controls-bottom .pause-button.paused {
  background: url("../img/section-promo-paused.png") repeat scroll 0 0 transparent;
  margin-right: 8px;
}

#ent-section .pane-node-field-lu-slideshow-promo {
  margin-bottom: 8px;
  width: 704px;
  height: 368px; /* 432px? */
}

#ent-section .pane-node-field-lu-slideshow-promo .field-name-field-lu-slideshow-promo > .field-items > .field-item {
  width: 704px;
  height: 368px; /* 432px? */
}

#ent-section-start .pane-node-field-lu-slideshow-promo {
  margin-bottom: 16px;
}