h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

.carousel .carousel-caption {
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.fullwidth-feature .full-feature {
  margin: 0;
}

.site-footer a {
    color: inherit;
    font-size: inherit;
}

/* THEME SPECIFIC */
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
    max-height: 400px;
    height: 400px;
}

@media screen and (min-width: 483px) {
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
      max-height: 450px;
      height: 450px;
	}
}

@media screen and (min-width: 768px) {
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
      max-height: 500px;
      height: 500px;
	}
}

@media screen and (min-width: 1024px) {
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
      max-height: 600px;
      height: 600px;
	}
}

@media screen and (min-width: 1366px) {
  .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
	.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
      max-height: 650px;
      height: 650px;
	}
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg {
  width: 100% !important;
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-caption {
  top: 0;
  bottom: 0;
  margin: auto;
}

/*.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .item .carousel-caption.calculated {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .item .carousel-caption {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .item .carousel-caption {
	-webkit-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}*/

.large-feature .related-title,
.large-feature .related-summary,
.large-feature .related-link {
  text-align: center;
}
/* THEME SPECIFIC */