/*d5001d*/
/*@primaryColorDark: #8e0013;*/
/*@darkBlue: #7b0111;*/
.blockContainer.white .smallHeaderBlock .content .mediumBigTitle,
.blockContainer.grey .smallHeaderBlock .content .mediumBigTitle,
.blockContainer.light_grey .smallHeaderBlock .content .mediumBigTitle,
.blockContainer.hex_light .smallHeaderBlock .content .mediumBigTitle,
.blockContainer.white .smallHeaderBlock .content .tinyTitle,
.blockContainer.grey .smallHeaderBlock .content .tinyTitle,
.blockContainer.light_grey .smallHeaderBlock .content .tinyTitle,
.blockContainer.hex_light .smallHeaderBlock .content .tinyTitle {
  color: #ffffff;
}
.smallHeaderBlock {
  margin-top: 0;
  height: 550px;
  width: 100%;
  position: relative;
}
.smallHeaderBlock.aos-animate .content .mediumBigTitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.smallHeaderBlock.aos-animate .content .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.smallHeaderBlock.aos-animate .background {
  opacity: 1;
  -webkit-transition: opacity 1s 0.3s ease-out;
  -moz-transition: opacity 1s 0.3s ease-out;
  -o-transition: opacity 1s 0.3s ease-out;
  transition: opacity 1s 0.3s ease-out;
}
.smallHeaderBlock .content {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1200px;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
  text-align: center;
}
.smallHeaderBlock .content .mediumBigTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  display: block;
  margin-bottom: 20px;
}
.smallHeaderBlock .content .text {
  color: #ffffff;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
  max-height: 120px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.smallHeaderBlock .content .text a {
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.smallHeaderBlock .content .text a:hover {
  color: #afafaf;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.smallHeaderBlock .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
}
.smallHeaderBlock .background .wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.smallHeaderBlock .background .wrapper:after {
  content: "";
  background: #141414;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
}
.smallHeaderBlock .background .wrapper .headerVideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.smallHeaderBlock .background .wrapper img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.smallHeaderBlock .background .wrapper .image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  background-size: cover;
  background-position: center center;
}
.smallHeaderBlock .background .wrapper .image.lazy {
  background-image: none !important;
  background-color: #8e0013;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.smallHeaderBlock .background .skewBar {
  background: #141414;
  height: 165px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: -165px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
@media all and (max-width: 767px) {
  .blockContainer.white .smallHeaderBlock .content .mediumBigTitle,
  .blockContainer.grey .smallHeaderBlock .content .mediumBigTitle,
  .blockContainer.light_grey .smallHeaderBlock .content .mediumBigTitle,
  .blockContainer.hex_light .smallHeaderBlock .content .mediumBigTitle,
  .blockContainer.white .smallHeaderBlock .content .text,
  .blockContainer.grey .smallHeaderBlock .content .text,
  .blockContainer.light_grey .smallHeaderBlock .content .text,
  .blockContainer.hex_light .smallHeaderBlock .content .text,
  .blockContainer.white .smallHeaderBlock .content .tinyTitle,
  .blockContainer.grey .smallHeaderBlock .content .tinyTitle,
  .blockContainer.light_grey .smallHeaderBlock .content .tinyTitle,
  .blockContainer.hex_light .smallHeaderBlock .content .tinyTitle {
    color: #141414;
  }
  .smallHeaderBlock {
    height: auto;
    margin-bottom: 0;
  }
  .smallHeaderBlock .background {
    height: 250px;
    position: relative;
  }
  .smallHeaderBlock .background .skewBar {
    height: 100px;
    bottom: -100px;
  }
  .smallHeaderBlock .content {
    position: relative;
    text-align: left;
    margin-top: 20px;
    top: 0;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .smallHeaderBlock .content .text {
    margin: 0;
    max-height: inherit;
    width: auto;
  }
  .smallHeaderBlock .content .mediumBigTitle {
    font-size: 28px;
    line-height: 34px;
    font-style: italic;
    font-weight: 700;
  }
}
/*# sourceMappingURL=small_header_block.css.map */