/*Beau emptyspace style height*/
.beau-emptyspace {
  display: block; }

@media (max-width: 575px) {
  .beau-emptyspace.beau-emptyspace__sm {
    display: none !important; } }
@media (max-width: 767px) {
  .beau-emptyspace.beau-emptyspace__md {
    display: none !important; } }
@media (max-width: 991px) {
  .beau-emptyspace.beau-emptyspace__lg {
    display: none !important; } }
@media (max-width: 1199px) {
  .beau-emptyspace.beau-emptyspace__xl {
    display: none !important; } }
h1.counter-number sup {
  top: -2.6rem;
  left: 0.6rem;
  font-size: 1.563rem; }

#beau-timer .timer {
  display: inline-block; }
#beau-timer .timer-item {
  color: #fff;
  padding: 0 15px;
  font-size: 40px;
  line-height: 0; }
  @media (min-width: 768px) {
    #beau-timer .timer-item {
      padding: 0 20px;
      font-size: 60px;
      line-height: 50px; } }
  @media (min-width: 992px) {
    #beau-timer .timer-item {
      padding: 0 30px;
      font-size: 100px;
      line-height: 90px; } }
  @media (min-width: 1200px) {
    #beau-timer .timer-item {
      padding: 0 40px;
      font-size: 150px;
      line-height: 100px; } }
#beau-timer span {
  color: #959595;
  margin-top: 29px;
  display: block;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.1px; }
  @media (min-width: 768px) {
    #beau-timer span {
      font-size: 22px;
      line-height: 25px; } }

.beau-map {
  position: relative; }
  .beau-map__context {
    position: absolute;
    top: 50%;
    transform: translate(50%, 2%);
    left: 2%;
    max-width: 450px;
    background-color: #fff;
    text-align: center; }

.beau-company-contact__button a:before {
  content: "\f041";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 10px;
  color: inherit; }

.gm-style .gm-style-iw {
  padding: 3% 5%; }
  .gm-style .gm-style-iw h6 {
    margin-bottom: 10px; }

.map-popover__inner {
  padding: 10px 25px; }
  @media (min-width: 1200px) {
    .map-popover__inner {
      padding: 3rem 4rem; } }
.map-popover__title {
  margin-top: 0;
  margin-bottom: 10px; }
.map-popover__info {
  display: none; }
  @media (min-width: 768px) {
    .map-popover__info {
      display: block; } }

/*# sourceMappingURL=beau-vc-addons-front.css.map */
.vc-beau-video .jw-background-color {
  background: var(--sosenv-video-bg, transparent);
  transition: all 0.4s;
}

.vc-beau-video .jw-skin-seven .jw-display-icon-container > .jw-icon {
  color: var(--sosenv-video-icon, #212529);
}
