@font-face {
    font-family: 'HandelSans'; /*a name to be used later*/
    src: url('https://bardac.com/fonts/HandelSansEFCEOP-BoldObl.woff2'); /*URL to font*/
}
p.driveweb {
    font-family: 'HandelSans' !important;
    font-weight: 100;
    font-size: 103%;
}

/*h1 .driveweb {*/
/*    font-family: 'HandelSans' !important;*/
/*    font-weight: 100;*/
/*    font-size: 103%;*/
/*}*/
#footer a {
    text-decoration: none;
}
.holiday-image {
    margin: 0 !important;
}
.holiday-image img {
    padding: 0;
    margin: 0 0 0 -50px;
    max-width: 110%;
    transition: none !important;
}

.notice {
  background: #ff8575;
}
.notice-text {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.notice-text a {
    color: black;
}

/*.bardac-password-form .gform_footer br {*/
/*  display: none;*/
/*}*/
/*.bardac-password-form .gform_wrapper, .bardac-password-form form {*/
/*  margin-bottom: 0;*/
/*}*/

@media only screen and (max-width: 990px) {
    .holiday-image img {
      margin-left: calc(50% - 50vw);
      /*margin-right: calc(50% - 50vw);*/
      max-width: 1000%;
      width: auto;
    }
}
table.product-table td {
  white-space: nowrap;
}

.full-width {
    text-align: center;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: -9% !important;
  }
  .flex-column .full-width {
    margin-bottom: 0;
  }
}

.table-flex {
  display: flex;
}

.table-flex tr:nth-child(odd) td { 
  background: #eee; 
}

.fit-height ul.avia-slideshow-inner  {
  height: 100% !important;
}

#after_section_1 > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}