html,
body {
    height: 100%;
}
.carousel, .item, .active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#carousel-custom {
    margin: 20px auto;
    width: 400px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-caption {
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
a.slideshow-button {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #000000;
  background: #744143;
  font-family: 'Marcellus SC', serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #744143;
  background-image: -webkit-gradient(top, #744143, #532f30);
  background-image: -webkit-linear-gradient(top, #744143, #532f30);
  background-image: -moz-linear-gradient(top, #744143, #532f30);
  background-image: -ms-linear-gradient(top, #744143, #532f30);
  background-image: -o-linear-gradient(top, #744143, #532f30);
  background-image: linear-gradient(to bottom, #744143, #532f30);
}
a.slideshow-button:hover {
  color: #FFFFFF;
  background-color: #744143;
  background-image: -webkit-gradient(top, #532f30, #744143);
  background-image: -webkit-linear-gradient(top, #532f30, #744143);
  background-image: -moz-linear-gradient(top, #532f30, #744143);
  background-image: -ms-linear-gradient(top, #532f30, #744143);
  background-image: -o-linear-gradient(top, #532f30, #744143);
  background-image: linear-gradient(to bottom, #532f30, #744143);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a.slideshow-button:visited {
  color: #FFFFFF;
}
.carousel-arrow-center {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}



/* X-Large */
@media (min-width: 1200px) {
.carousel.slide {
  max-width: 100%; 
  min-width: 100%;
  overflow: hidden;
}
.carousel-inner {
  width: 90%;
  vertical-align: center;
  }

.btn-show {
  float: right;
}
.carousel-caption h3 {
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #000000;
  font-size: 2.5rem;
  line-height: 1.5;
  padding-top: 24px;
}
.carousel-caption p {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
  padding-bottom: 12px;
  font-size: 2rem;
  line-height: 1.5;
}
a.slideshow-button {
  min-width: 80px;
  padding: 10px 20px;
  display: inline-block;
  text-align: 1.5rem;
  line-height: 1;
}
}

/* Large */
@media (min-width: 992px) {
.carousel.slide {
  max-width: 100%; 
  min-width: 100%;
  overflow: hidden;
}
.carousel-inner {
  width: 100%;
  align-content: center;
}
.carousel-caption h3 {
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #000000;
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 24px;
}
.carousel-caption p {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
  padding-bottom: 12px;
  font-size: 1.5rem;
  line-height: 1.5;
}
a.slideshow-button {
  min-width: 80px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
}

/* Medium */
@media (min-width: 768px) and (max-width: 991px) {
.carousel.slide {
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}
.carousel-inner {
  width: 100%;
  align-content: center;
}
.carousel-caption h3 {
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #000000;
  font-size: 1.75rem;
  line-height: 1.5;
  padding-top: 24px;
}
.carousel-caption p {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
  padding-bottom: 24px;
  font-size: 1.25rem;
  line-height: 1.5;
}
a.slideshow-button {
  min-width: 65px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
}

@media only screen and (max-width: 767px) {
.carousel.slide {
  max-width: 100%; 
  min-width: 100%;
  overflow: hidden;
}
.carousel-inner {
  width: 100%;
  align-content: center;
}
.carousel-caption h3 {
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #000000;
  padding-bottom:32px;
  font-size: 1.25rem;
  line-height: 1;
}
.carousel-caption p {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
  margin-bottom:0.5rem;
  font-size: 1rem;
  line-height: 1;
}
a.slideshow-button {
  min-width: 65px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
}

/* Small */
@media only screen and (max-width: 479px) {
.carousel.slide {
  max-width: 480px;
  overflow: hidden;
}
.carousel-inner {
/*  
  width: 480px;
  left: 50%;
  margin-left: -240px;
*/
  width: 100%;
  align-content: center;
}

.carousel-caption h3 {
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #000000;
  padding: 12px 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
}
.carousel-caption p {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
  padding-bottom: 0px;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  line-height: 1;
}
a.slideshow-button {
  min-width: 50px;
  padding: 5px;
  display: inline-block;
  text-align: center;
  font-size: 0.625rem;
  line-height: 12px;
}
}

/* X-Small */
@media only screen and (max-width: 320px) {
.carousel.slide {
  max-width: 320px;
  min-width: 300px;
  overflow: hidden;
}
.carousel-inner {
  width: 320px;
  left: 50%;
  margin-left: -160px;
}
.carousel-caption h3 {
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #000000;
  font-size: 0.75rem;
  line-height: 1;
}
.carousel-caption p {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font-size: 0.6275rem;
  line-height: 1;
}
a.slideshow-button {
  min-width: 50px;
  padding: 5px;
  display: inline-block;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1;
}
}


#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#carousel-custom {
    margin: 20px auto;
    width: 400px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}