@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/BentonSans/b36a47f4-8876-40cb-b31a-d02f16a88d78-1.ttf');
  font-weight: 400;

}

@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/BentonSans/90a77a6d-79fe-4845-96a8-b6dadd7d52a4-1.ttf');
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'BentonSans', canada-type-gibson, sans-serif;
}

.top_banner
{
  min-width: 100%;
}

header {
  background-color: #000;
  padding: 15px 0;
}

.col_left .logo {
  height: 35px;
}

footer {
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

footer p {
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  border-top: 2px solid #333;
}

.trigger_contact
{
    position: fixed;
    right: 0;
    top: calc(50% - 50px);
    width: 100px;
    cursor: pointer;
    z-index: 9999;
}

@media screen and (max-width: 992px) {
  header .logo {
    margin-left: 20px !important;
  }
}

@media screen and (orientation: landscape) {

  .mobile
  {
    display: none;
  }
}

@media screen and (orientation: portrait) {

  .desktop
  {
    display: none;
  }
  .trigger_contact
  {
      position: fixed;
      right: 0;
      top: unset;
      bottom: 100px;
      width: 100px;
  }
}

#timer
{
  opacity: 1 !important;
}
