@font-face {
  font-family: Arrows;
  src: url("icons/arrows.4d942e8119e8.eot");
  src: url("icons/arrows.4d942e8119e8.eot?#iefix") format("embedded-opentype"), url("icons/arrows.4592735db6a8.woff") format("woff"), url("icons/arrows.89e4aed2719b.ttf") format("truetype"), url("icons/arrows.51ef3d012b1f.svg") format("svg");
  font-style: normal;
  font-weight: normal; }
.carousel {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0px auto 30px auto; }

.carousel-stage {
  position: relative;
  margin: 0px auto 10px auto;
  max-height: 400px;
  border: none;
  overflow: hidden; }
  .carousel-stage ol {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0; }
  .carousel-stage li {
    float: left;
    list-style: none outside none;
    position: relative;
    padding: 0;
    overflow: hidden; }
    .carousel-stage li img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0px auto;
      filter: brightness(70%);
      -webkit-filter: brightness(70%);
      -moz-filter: brightness(70%);
      -o-filter: brightness(70%);
      -ms-filter: brightness(70%); }

.carousel.defaultpage .carousel-stage {
  max-height: 150px; }

.carousel .slide-overlay {
  position: absolute;
  left: 52%;
  top: 0;
  z-index: 100;
  padding: 2%;
  width: 44%;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  margin-top: 50px; }
  .carousel .slide-overlay h2 {
    font-weight: 300;
    font-size: 30px;
    font-variant: small-caps;
    color: #333;
    margin-top: 0px; }
  .carousel .slide-overlay h3 {
    font-weight: 300;
    font-family: 'Open sans';
    font-size: 16px;
    line-height: 140%;
    margin-top: 0px; }
  @media screen and (max-width: 800px) {
    .carousel .slide-overlay {
      width: 80%;
      left: 10%;
      box-sizing: border-box; } }
  @media screen and (max-width: 600px) {
    .carousel .slide-overlay {
      display: none; } }

.carousel .carousel-sliders {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  margin-top: -45px; }
  .carousel .carousel-sliders a {
    background: #333;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font: normal 54px/24px "Arrows";
    text-align: center;
    color: #fff; }
    .carousel .carousel-sliders a.right {
      float: right;
      margin-right: -75px;
      padding: 10px 8px 10px 12px; }
    .carousel .carousel-sliders a.left {
      float: left;
      margin-left: -75px;
      padding: 10px 12px 10px 8px; }
    .carousel .carousel-sliders a:hover, .carousel .carousel-sliders a:focus {
      text-decoration: none;
      opacity: 0.8; }

.carousel-navigation ol {
  list-style: none;
  height: 20px;
  padding: 0;
  margin: 0; }
.carousel-navigation li {
  float: left;
  margin-right: 10px; }
  .carousel-navigation li.selected a {
    text-decoration: underline; }
.carousel-navigation a:hover {
  opacity: 0.5; }
