.row-fluid .banner-section h1.hero-h,
.row-fluid .banner-section h2.hero-h,
.row-fluid .banner-section h3.hero-h,
.row-fluid .banner-section h4.hero-h,
.row-fluid .banner-section h5.hero-h,
.row-fluid .banner-section h6.hero-h{
    color: #fff;
 {# font-size: 43px;#}
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 2px 2px 8px rgb(0,0,0,0.4);
}


.main-container, .hero--slider .slick-dots {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.hero:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.hero__title {
  font-size: 43px;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  color: white;
}
@media screen and (max-width: 48em) {
  .hero__title {
    font-size: 43px;
  }
}
{#
@media screen and (max-width: 30em) {
  .hero__title {
    font-size: 43px;
    font-weight: 200;
    line-height: 1.5;
  }
}
#}
.hero__teaser {
  font-size: 18px;
  line-height: 1.66;
  color: white;
}
@media screen and (max-width: 48em) {
  .hero__teaser {
    font-size: 14px;
  }
}
.hero__btn {
  margin-top: 25px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 8px 25px;
  cursor: pointer;
  transition: all 0.30s;
  text-align: center;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border: 0;
  background-color: tomato;
  text-decoration: none;
  color: white;
}

.hero--slider__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  {#min-height: 600px;#}
}
.hero--slider__image:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
{#
@media screen and (max-width: 30em) {
  .hero--slider__image {
    position: relative;
    height: 175px;
    min-height: 0;
  }
}
#}
.hero--slider .hero {
{#  min-height: 586px;#}
  /*background-color: black;*/
}
.hero--slider .hero:before {
  display: none;
}
@media screen and (max-width: 64em) {
  .hero--slider .hero {
    {#  min-height: 362px;#}
  }
}
{#@media screen and (max-width: 30em) {
  .hero--slider .hero:before {
    height: 175px;
  }
}
#}

.hero--slider .hero__content {
  padding: 150px 50% 80px 0;
}
@media screen and (max-width: 64em) {
  .hero--slider .hero__content {
    padding: 76px  40% 80px 26px;
  }
}
@media screen and (max-width: 48em) {
  .hero--slider .hero__content {
    padding: 76px  26px 80px;
  }
}
{#
@media screen and (max-width: 30em) {
  .hero--slider .hero__content {
    margin: 0 -16px;
    padding: 40px 20px 80px;
  }
}
#}
@media screen and (max-width: 64em) {
  .hero--slider .hero__title {
    font-size: 43px;
    font-weight: 200;
    line-height: 1.5;
  }
}
@media screen and (max-width: 64em) {
  .hero--slider .hero__teaser {
    font-size: 16px;
  }
}
.hero--slider .hero__btn {
  min-width: 285px;
}
{#
@media screen and (max-width: 30em) {
  .hero--slider .hero__btn {
    min-width: 0;
    display: block;
  }
}
#}
{#
@media screen and (max-width: 30em) {
  .hero--slider .hero[data-background="dark"] .main-container, .hero--slider .hero[data-background="dark"] .slick-dots {
  /*background-color: black;*/
  }
}
#}
.hero--slider .hero[data-background="dark"] {
  background-color: black;
}
.hero--slider .hero[data-background="light"] {
  background-color: white;
}
.hero--slider .hero[data-background="light"] .hero--slider__image:after {
  background-color: rgba(0, 0, 0, 0.1);
}
{#
@media screen and (max-width: 30em) {
  .hero--slider .hero[data-background="light"] .main-container, .hero--slider .hero[data-background="light"] .slick-dots {
    background-color: white;
  }
}
#}
.hero--slider .hero[data-background="light"] .hero__title {
  color: black;
}
.hero--slider .hero[data-background="light"] .hero__teaser {
  color: #333;
}
.hero--slider .slick-dots {
  margin: 0  auto;
  bottom: 60px;
}
@media screen and (max-width: 64em) {
  .hero--slider .slick-dots {
    text-align: center;
    width: 285px;
    margin: 0 50px;
  }
}
@media screen and (max-width: 48em) {
  .hero--slider .slick-dots {
    width: auto;
  }
}
.hero--slider .slick-dots li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.hero--slider .slick-dots button {
  border: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  overflow: hidden;
  color: transparent;
  padding: 0;
  background-color: #d0d0d0;
}
.hero--slider .slick-dots .slick-active button {
  background: tomato;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
