.full-slide {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .full-slide .row {
    margin: 0; }
    .full-slide .row .col-xs-12 {
      padding: 0; }
  @media (min-width: 768px) {
    .full-slide {
      width: 730px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .full-slide {
      width: 100%;
      margin-top: 0; } }

.classic-slide {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px auto; }
  @media (min-width: 768px) {
    .classic-slide {
      width: 750px; } }
  @media (min-width: 992px) {
    .classic-slide {
      width: 970px; } }
  @media (min-width: 1200px) {
    .classic-slide {
      width: 1170px; } }

.carousel .item, .carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0; }
  .carousel .item.active, .carousel.carousel-fade .item.active {
    opacity: 1; }
.carousel .carousel-control.left, .carousel .carousel-control.right {
  margin: 0;
  background-image: none; }
.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0); }
.carousel.carousel-fade .next, .carousel.carousel-fade .prev {
  left: 0;
  z-index: 1; }
.carousel.carousel-fade .carousel-control {
  z-index: 3; }
.carousel .carousel-caption {
  bottom: 10px; }
  @media (min-width: 768px) {
    .carousel .carousel-caption {
      bottom: 20px; } }
  .carousel .carousel-caption .homeslider-description {
    padding: 10px;
    background: rgba(0, 0, 0, 0.3); }
  .carousel .carousel-caption h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 0;
    color: white; }
  .carousel .carousel-caption p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: white; }
  @media (min-width: 992px) {
    .carousel .carousel-caption h2 {
      font-size: 40px; }
    .carousel .carousel-caption p {
      font-size: 20px;
      line-height: 1.1em; } }
.carousel .carousel-control.left span, .carousel .carousel-control.right span {
  position: absolute;
  top: 50%; }
.carousel .carousel-control.left span {
  left: 15%; }
.carousel .carousel-control.right span {
  right: 15%; }
.carousel .carousel-indicators {
  bottom: 0px; }
  @media (min-width: 768px) {
    .carousel .carousel-indicators {
      bottom: 10px; } }

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

  @media (max-width: 768px) {
.carousel .item {
      height: 250px !important; } }
  @media (min-width: 768px) {
    .carousel .item {
      height: 250px !important; } }
  @media (min-width: 992px) {
    .carousel .item {
      height: 330px !important } }
  @media (min-width: 1200px) {
    .carousel .item {
      height: 392px !important } }
