/*d5001d*/
/*@primaryColorDark: #8e0013;*/
/*@darkBlue: #7b0111;*/
.blockContainer.white .videoBlock .textTitle,
.blockContainer.light_grey .videoBlock .textTitle,
.blockContainer.grey .videoBlock .textTitle,
.blockContainer.hex_light .videoBlock .textTitle {
  color: #ffffff;
}
.blockContainer.white .videoBlock .playButton,
.blockContainer.light_grey .videoBlock .playButton,
.blockContainer.grey .videoBlock .playButton,
.blockContainer.hex_light .videoBlock .playButton {
  color: #ffffff;
}
.blockContainer.white .videoBlock .buttons .button,
.blockContainer.light_grey .videoBlock .buttons .button,
.blockContainer.grey .videoBlock .buttons .button,
.blockContainer.hex_light .videoBlock .buttons .button {
  border-color: #141414;
}
.blockContainer.white .videoBlock .buttons .button:hover,
.blockContainer.light_grey .videoBlock .buttons .button:hover,
.blockContainer.grey .videoBlock .buttons .button:hover,
.blockContainer.hex_light .videoBlock .buttons .button:hover {
  background: #141414;
}
.blockContainer.white .videoBlock .buttons .button:hover .label,
.blockContainer.light_grey .videoBlock .buttons .button:hover .label,
.blockContainer.grey .videoBlock .buttons .button:hover .label,
.blockContainer.hex_light .videoBlock .buttons .button:hover .label {
  color: #ffffff;
}
.blockContainer.white .videoBlock .buttons .button .label,
.blockContainer.light_grey .videoBlock .buttons .button .label,
.blockContainer.grey .videoBlock .buttons .button .label,
.blockContainer.hex_light .videoBlock .buttons .button .label {
  color: #141414;
}
.blockContainer.primary .videoBlock .videos .video .image:after,
.blockContainer.hex .videoBlock .videos .video .image:after,
.blockContainer.hex_light .videoBlock .videos .video .image:after {
  background: #000000;
}
.blockContainer.primary .videoBlock .buttons .button,
.blockContainer.hex .videoBlock .buttons .button {
  border-color: #ffffff;
}
.blockContainer.primary .videoBlock .buttons .button:hover,
.blockContainer.hex .videoBlock .buttons .button:hover {
  background: #ffffff;
}
.blockContainer.primary .videoBlock .buttons .button:hover .label,
.blockContainer.hex .videoBlock .buttons .button:hover .label {
  color: #141414;
}
.videoBlock:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.videoBlock.aos-animate .intro,
.videoBlock.aos-animate .link,
.videoBlock.aos-animate .latestVideo,
.videoBlock.aos-animate .videos,
.videoBlock.aos-animate .buttons {
  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;
}
.videoBlock.aos-animate .latestVideo {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.videoBlock.aos-animate .videos {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.videoBlock.aos-animate .buttons {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.videoBlock .intro {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  position: relative;
}
.videoBlock .link {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.videoBlock .link .textLink {
  line-height: 20px;
}
.videoBlock .latestVideo {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.videoBlock .latestVideo .video {
  opacity: 1;
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.videoBlock .latestVideo .video.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;
}
.videoBlock .latestVideo .video:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #141414;
  opacity: 0.6;
}
.videoBlock .latestVideo .video .videoContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 440px;
  padding: 0 20px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 50px;
  text-align: center;
}
.videoBlock .latestVideo .video .videoContent .textTitle {
  display: block;
}
.videoBlock .latestVideo .video .videoContent .play {
  display: inline-block;
  cursor: pointer;
  margin-left: -70px;
  margin-top: 50px;
}
.videoBlock .latestVideo .video .videoContent .play:hover .playButton {
  background: #d5001d;
  -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;
}
.videoBlock .latestVideo .video .videoContent .play .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-style: italic;
  font-weight: 600;
  width: 70px;
  margin-left: -10px;
}
.videoBlock .latestVideo .video .videoContent .play .playButton {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #d5001d;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: transparent;
  margin-left: 10px;
  position: relative;
  -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;
}
.videoBlock .latestVideo .video .videoContent .play .playButton i {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 1px;
  font-size: 10px;
}
.videoBlock .videos {
  width: calc(100% + 20px);
  margin-left: -10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.videoBlock .videos .video {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  cursor: pointer;
  color: #ffffff;
  margin-bottom: 40px;
}
.videoBlock .videos .video.hidden {
  display: none;
}
.videoBlock .videos .video:hover .image:after {
  opacity: 0.8;
  -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;
}
.videoBlock .videos .video:hover .image .playButton {
  opacity: 1;
}
.videoBlock .videos .video:hover .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(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;
}
.videoBlock .videos .video .image {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.videoBlock .videos .video .image:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #d5001d;
  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;
}
.videoBlock .videos .video .image .playButton {
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
}
.videoBlock .videos .video .image .playButton:hover {
  background: #ffffff;
}
.videoBlock .videos .video .image .playButton:hover i {
  color: #d5001d;
}
.videoBlock .videos .video .image .playButton i {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 1px;
  font-size: 10px;
  -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;
}
.videoBlock .videos .video .tinyTitle {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.videoBlock .videos .video .textTitle {
  display: block;
  max-height: 60px;
  overflow: hidden;
}
.videoBlock .buttons {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.videoBlock .buttons .button {
  min-width: 200px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .videoBlock .intro {
    margin-bottom: 20px;
  }
  .videoBlock .intro .link {
    position: static;
    margin-top: 10px;
  }
  .videoBlock .videos .video {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 500px) {
  .videoBlock .videos .video {
    width: calc(100% - 20px);
  }
}
/*# sourceMappingURL=video_block.css.map */