/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* ===================================
DESIGN MODE 
=================================== */
/* primary */
/* secondary */
/* base */
/* misc */
/* ===================================
WIREFRAME MODE 
=================================== */
/* ===================================
   DESIGN MODE 
   =================================== */
.block.custom-hompage-hero {
  /* video */
}
.block.custom-hompage-hero .video-wrapper {
  position: relative;
  width: 100%;
}
.block.custom-hompage-hero .video-wrapper .video-full {
  display: none;
}
.block.custom-hompage-hero .video-wrapper .video-loop {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .video-wrapper .video-loop {
    height: auto;
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .video-wrapper .video-loop {
    height: 320px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero .video-wrapper .video-loop {
    height: 480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.custom-hompage-hero .video-wrapper .video-loop {
    background: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .block.custom-hompage-hero .video-wrapper .video-loop {
    background: none !important;
  }
}
.block.custom-hompage-hero .video-wrapper .video-loop .play {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .video-wrapper .video-loop .play {
    display: block;
  }
}
.block.custom-hompage-hero .video-wrapper .caption {
  width: 100%;
  position: absolute;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .video-wrapper .caption {
    position: relative;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .video-wrapper .caption {
    position: absolute;
    top: 5%;
    background: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero .video-wrapper .caption {
    position: absolute;
    top: 20%;
    background: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.custom-hompage-hero .video-wrapper .caption {
    position: absolute;
    top: 25%;
    background: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .block.custom-hompage-hero .video-wrapper .caption {
    position: absolute;
    top: 25%;
    background: none !important;
  }
}
.block.custom-hompage-hero .video-wrapper .caption h1 {
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 800px;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .video-wrapper .caption h1 {
    font-size: 20pt;
  }
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .video-wrapper .caption .lead .btn {
    width: 100%;
  }
}
.block.custom-hompage-hero .video-wrapper .bottom {
  display: block;
  background: #c32c2c;
  border-top: solid 3px #F1E6A0;
  border-bottom: solid 3px #F1E6A0;
  height: 30px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.34);
}

.block.custom-hompage-card {
  /* video modal */
}
.block.custom-hompage-card .modal .modal-dialog {
  max-width: 100%;
}
.block.custom-hompage-card .modal .modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.block.custom-hompage-card .modal .modal-content .modal-header {
  border: none;
  position: relative;
  height: 50px;
  padding: 0px;
}
.block.custom-hompage-card .modal .modal-content .modal-header .btn-close {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  z-index: 99999;
}
.block.custom-hompage-card .modal .modal-content .modal-body {
  padding: 0px !important;
}
.block.custom-hompage-card .card {
  background: #ffffff;
  border: none;
  max-width: 100%;
  border-radius: 0px;
  padding: 0px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 576px) {
  .block.custom-hompage-card .card {
    margin-top: 2rem !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-card .card {
    margin-top: 2rem !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-card .card {
    margin-top: -100px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.custom-hompage-card .card {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.custom-hompage-card .card {
    margin-top: -150px;
  }
}
.block.custom-hompage-card .card .left .image {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  width: 100%;
}
@media (max-width: 576px) {
  .block.custom-hompage-card .card .left .image {
    background-position: top;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-card .card .left .image {
    background-position: top;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-card .card .left .image {
    background-position: top;
  }
}
.block.custom-hompage-card .card .left .image .play {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background: #c32c2c;
  display: block;
  width: 90px;
  height: 90px;
  color: #ffffff;
  padding: 0px;
  text-decoration: none;
  font-size: 0.9rem;
  padding-top: 10px;
}
.block.custom-hompage-card .card .left .image .play svg {
  color: #ffffff;
  margin: 0px;
  height: 40px;
}
@media (max-width: 576px) {
  .block.custom-hompage-card .card .right .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-card .card .right .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=custom-hompage-hero.css.map */
