.slideshow {
  margin-top: 51px;
  height: 300px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .slideshow {
    margin-top: 0;
    height: 300px;
  }
}

.clear {
  clear: both;
}

.slideshow .buttons {
  display: block;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  top: -46px;
  width: 672px;
  z-index: 100;
}
@media screen and (min-width: 900px) {
  .slideshow .buttons {
    padding: 6px 10px;
    top: 0;
  }
}

.slideshow .buttons li {
  background: #d5eaff;
  border: 1px solid #9fc9eb;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.slideshow .buttons li.active {
  background: #649ac7 none repeat scroll 0 0;
  border: 1px solid #036;
  color: #036;
}
@media screen and (min-width: 900px) {
  .slideshow .buttons li {
    background: url("../images/show_button.png");
    background-repeat: no-repeat;
    border: none;
    display: inline;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    margin-right: 5px;
    text-align: center;
    width: 16px;
  }
  .slideshow .buttons li.active {
    background: url("../images/show_button.png");
    border: none;
    color: #fff;
  }
}

.slideshow .transparency {
  background: rgba(0, 0, 0, 0);
  float: left;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .slideshow .transparency {
    background: rgba(0, 0, 0, 0.6);
  }
}

@media screen and (min-width: 899px) {
  .slide__transparency.left {
    width: 500px;
    left: 0;
  }
}

@media screen and (min-width: 899px) {
  .slide__transparency.right {
    width: 500px;
    right: 0;
  }
}

@media screen and (min-width: 899px) {
  .slide__transparency.left.narrow {
    width: 310px;
    left: 0;
  }
}

.slideshow .buttons li a {
  color: #036;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .slideshow .buttons li a {
    color: #aaa;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 16px;
    outline: 0;
    padding: 0;
    text-decoration: none;
    width: 16px;
  }
}

.slideshow ul.buttons li a:hover {
  color: #036;
  /* light gray */
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .slideshow ul.buttons li a:hover {
    color: #ccc;
  }
}

.slideshow ul.buttons li.active a:hover, .slideshow ul.buttons li.active a {
  color: #fff;
}

#panel_content {
  display: none;
}

#top_glass {
  height: 28px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 692px;
}
#top_glass.transparency {
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  #top_glass.transparency {
    background: rgba(0, 0, 0, 0.6);
  }
}

#panel_switch {
  background-image: url("../images/hide.png");
  background-repeat: no-repeat;
  bottom: 1px;
  cursor: pointer;
  height: 6px;
  left: 580px;
  position: absolute;
  width: 32px;
  z-index: 101;
}

#play_pause:before {
  color: #036;
  content: "\f04c";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 0.75em;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  #play_pause:before {
    color: #fff;
    margin-left: 0;
  }
}

#play_pause.play:before {
  content: "\f04b";
}

#bottom_glass {
  height: 40px;
  overflow: hidden;
  position: absolute;
  width: 692px;
}
#bottom_glass .transparency {
  background: rgba(0, 0, 0, 0.6);
}

.slides {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.slide {
  height: 300px;
  position: absolute;
  visibility: hidden;
  width: 100%;
  top: 0;
}

.slide__contents {
  font-family: Cantarell, Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
  position: relative;
  width: 100%;
  float: left;
}

.slide__image {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 545px) and (max-width: 898px) {
  .slide__image {
    height: 190px;
  }
}
@media screen and (min-width: 899px) {
  .slide__image {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 99;
  }
}
.slide__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 600px) and (max-width: 898px) {
  .slide__image img {
    width: 100%;
  }
}
@media screen and (min-width: 899px) {
  .slide__image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
  }
}

.slide__transparency {
  background: #595959;
  float: left;
  padding: 16px;
  width: 100%;
}
.slide__transparency:hover {
  text-decoration: none;
}
@media screen and (min-width: 899px) {
  .slide__transparency {
    background: rgba(0, 0, 0, 0.7);
    top: auto;
    bottom: 0;
    padding: 16px;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: auto;
  }
}

.slide__contents--title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
}

.slide__contents--text {
  color: #ccc;
  display: block;
}

.slide__logo {
  left: 0;
  position: absolute;
  top: 80px;
  width: 200px;
  z-index: 102;
  display: none;
}
@media screen and (min-width: 899px) {
  .slide__logo {
    width: 340px;
    display: block;
  }
}
.slide__logo img {
  height: auto;
  max-width: 100%;
}

.overlink {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 99;
}