@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; }
  @media screen and (max-width: 500px) {
    .carousel.projects, .carousel.people {
      display: none; } }

.carousel-stage {
  position: relative;
  margin: 0px auto 10px auto;
  max-height: 900px;
  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; }

.carousel .slide-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 100;
  margin-left: 0%;
  padding: 2%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: none;
  text-align: left;
  background: rgba(0, 0, 0, 0.2); }
  .carousel .slide-overlay a {
    color: white; }
  .carousel .slide-overlay h2 {
    position: relative;
    left: 50%;
    bottom: 0;
    font-weight: 700;
    font-size: 36px;
    color: white;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    margin-top: 10%;
    width: 50%;
    margin-left: -500px; }
  .carousel .slide-overlay p {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    margin-top: 5%;
    width: 30%;
    left: 50%;
    margin-left: -500px; }
  @media screen and (max-width: 800px) {
    .carousel .slide-overlay {
      top: 0;
      width: 100%; }
      .carousel .slide-overlay h2 {
        float: none;
        font-size: 20px;
        margin-left: 2%; }
      .carousel .slide-overlay p {
        float: none;
        font-size: 16px;
        font-weight: 500;
        margin-left: 2%; } }
  @media screen and (max-width: 640px) {
    .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 {
  text-align: center; }
  .carousel-navigation ol {
    display: inline-block;
    list-style: none;
    height: 20px;
    padding: 0;
    margin: 0 auto; }
  .carousel-navigation li {
    float: left;
    margin-right: 10px; }
    .carousel-navigation li.selected a {
      text-decoration: none;
      background: #ccc;
      color: #ccc; }
  .carousel-navigation a {
    border-radius: 100%;
    background: #333;
    color: #333;
    padding: 3px 8px; }
    .carousel-navigation a:hover {
      opacity: 0.5;
      text-decoration: none; }
