@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;
  min-height: 700px; }
  @media screen and (max-width: 900px) {
    .carousel {
      min-height: 400px; } }
  @media screen and (max-width: 600px) {
    .carousel {
      min-height: 200px; } }

.carousel-stage {
  position: relative;
  margin: 0px auto 10px auto;
  max-height: 700px;
  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(80%);
      -webkit-filter: brightness(80%);
      -moz-filter: brightness(80%);
      -o-filter: brightness(80%);
      -ms-filter: brightness(80%); }

.carousel .overlay {
  position: absolute;
  text-align: center;
  top: 25%;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  background: rgba(255, 255, 255, 0.7);
  padding: 5%;
  box-sizing: border-box; }
  @media screen and (max-width: 900px) {
    .carousel .overlay {
      left: 50%;
      width: 60%;
      margin-left: -30%; } }
  @media screen and (max-width: 600px) {
    .carousel .overlay {
      left: 50%;
      width: 70%;
      margin-left: -35%;
      top: 15%; } }
  .carousel .overlay h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.02em;
    font-weight: 800; }
    @media screen and (max-width: 600px) {
      .carousel .overlay h1 {
        font-size: 18px; } }
  .carousel .overlay p {
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin: 30px 0px; }
    @media screen and (max-width: 600px) {
      .carousel .overlay p {
        font-size: 15px; } }
  .carousel .overlay .button {
    margin: 15px 50px 40px 50px; }
  @media screen and (max-width: 800px) {
    .carousel .overlay {
      width: 80%;
      margin-left: -40%; } }
  @media screen and (max-width: 400px) {
    .carousel .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;
  text-align: center; }
.carousel-navigation li {
  display: inline-block;
  margin-right: 10px; }
  .carousel-navigation li.selected a {
    text-decoration: none;
    background: #ccc; }
.carousel-navigation a {
  display: block;
  padding: 10px;
  font-size: 1px;
  line-height: 1px;
  color: #f4f4f4;
  background: #f4f4f4;
  border-radius: 100%; }
  .carousel-navigation a:hover {
    opacity: 1;
    background: #333;
    color: #333; }
