.carousel {
  display: block;
  position: relative;
  height: auto;
  margin-bottom: 35px; }
  @media only screen and (max-width: 360px) {
    .carousel {
      display: none; } }

.carousel-stage {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  height: auto;
  border: none; }
  .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; }
    .carousel-stage li img {
      display: block;
      width: 100%;
      height: auto; }

.carousel-overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: rgba(63, 63, 65, 0.85);
  color: #fff;
  width: 48%;
  padding: 2%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .carousel-overlay h1 {
    margin-top: 0;
    color: #fff; }
  .carousel-overlay p {
    margin-bottom: 0; }
  @media only screen and (max-width: 800px) {
    .carousel-overlay {
      width: auto;
      bottom: 0; }
      .carousel-overlay h1 {
        margin-bottom: 0; }
      .carousel-overlay p {
        margin-top: 5px; } }

.carousel .carousel-sliders {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  margin-top: -23px; }
  @media only screen and (max-width: 640px) {
    .carousel .carousel-sliders {
      display: none; } }
  .carousel .carousel-sliders a {
    font-family: 'Times New Roman', 'Times', serif;
    display: block;
    padding: 4px 0;
    text-align: center;
    width: 54px;
    line-height: 100%;
    color: #fff;
    font-size: 42px;
    background: #333; }
    .carousel .carousel-sliders a span {
      position: relative;
      top: -2px; }
    .carousel .carousel-sliders a.right {
      float: right;
      margin-right: -54px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      @media only screen and (max-width: 1024px) {
        .carousel .carousel-sliders a.right {
          margin-right: 10px;
          border-radius: 3px; } }
    .carousel .carousel-sliders a.left {
      float: left;
      margin-left: -54px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      @media only screen and (max-width: 1024px) {
        .carousel .carousel-sliders a.left {
          margin-left: 10px;
          border-radius: 3px; } }
    .carousel .carousel-sliders a:hover, .carousel .carousel-sliders a:focus {
      text-decoration: none; }

.carousel-navigation ol {
  list-style: none outside 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 li a:hover {
    opacity: 0.5; }
