
noscript div {
  background: #ccc;
  border: 1px solid #900;
  margin: 20px 0;
  padding: 15px
}

.coda-slider {
  background-color: #fefefd;
  border: 1px solid #ffe43b;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
  height: 200px;
  overflow: auto !important;
  padding-right: 20px
}

.coda-slider, .coda-slider .panel {
  width: 820px;
}

.panel img {
  max-width: 435px;
  width: 56%;
  overflow: hidden;
  float: left;
}

.panel img.right {
  height: 305px;
  overflow: hidden;
  float: right;
  margin: 0;
  width: auto;
}

.panel img.big {
  height: 305px;
  overflow: hidden;
  float: left;
  margin: 0;
  width: auto;
}

.panel .slide-text {
  float: right;
  margin: 40px 40px 20px;
  max-width: 320px;
  width: 35%;
}

.panel .slide-text-left {
  float: left;
  margin: 40px 20px 20px;
  max-width: none;
  width: 75%;
}

.panel .big {
  max-width: 566px;
  width: 75%;
  margin: 10px 20px 20px;
}

.panel .big p {
  margin: 5px 0;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
  width: 600px
}

.coda-slider-wrapper.arrows .coda-slider {
  margin: 0 10px
}

/* Arrow styling */
.coda-nav-left a {
  background: url(../images/arrow-left.png) no-repeat center center;
  color: transparent;
  padding: 5px;
  width: 50px;
  height: 50px;
}

.coda-nav-right a {
  background: url(../images/arrow-right.png) no-repeat center center;
  color: transparent;
  padding: 5px;
  width: 50px;
  height: 50px;
}

/* Panel padding */
.coda-slider .panel-wrapper {
  padding: 20px
}

/* Preloader */
.coda-slider p.loading {
  padding: 20px;
  text-align: center
}

.coda-slider {
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.coda-slider .panel {
  display: block;
  float: left
}

.coda-slider .panel-container {
  position: relative
}

.coda-nav-left {
  float: left;
  margin-top: 160px;
}

.coda-nav-right {
  float: right;
  margin-top: 160px;
}

.coda-nav-left a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.coda-nav-right a {
  display: block;
  text-align: center;
  text-decoration: none; /*position:absolute;*/
}

.hwh {
  background-color: #009D8C;
}

.hwh h1 {
  color: #fff;
  text-align: left;
  margin: 2px 0 0 75px;
  font-size: 26px;
}

.hwh h1 a {
  background-color: transparent;
}

.hwh .subheadline {
  color: #fff;
  margin: 40px 0 20px 75px;
}

.hwh p {
  color: #fff;
  margin-left: 75px;
}

@media screen and (max-width: 620px) {
  .coda-nav-right {
    float: right;
    margin-top: -460px;
  }

  .panel img.big {
    height: auto;
    max-width: 170px;
  }

  .panel .big {
    max-width: 440px;
  }

  .panel .slide-text-left {
    margin: 40px -45px 20px;
    width: 59%;
  }

  .panel img.right {
    clear: both;
    height: 288px;
    max-width: 0;
  }

  .hwh h1 {
    margin: 2px 0 0 105px;
  }

  .hwh .subheadline {
    margin: 40px 0 20px 190px;
  }

}
