@font-face {
  font-family: "IM FELL DW Pica PRO Roman";
  src: url("../fonts/IM_FELL_DW_Pica_PRO_Roman.eot");
  src: url("../fonts/IM_FELL_DW_Pica_PRO_Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/IM_FELL_DW_Pica_PRO_Roman.woff2") format("woff2"), url("../fonts/IM_FELL_DW_Pica_PRO_Roman.woff") format("woff"), url("../fonts/IM_FELL_DW_Pica_PRO_Roman.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkPro";
  src: url("../fonts/MarkPro.eot");
  src: url("../fonts/MarkPro.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkPro.woff2") format("woff2"), url("../fonts/MarkPro.woff") format("woff"), url("../fonts/MarkPro.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "MarkPro" !important;
  font-weight: normal !important;
  font-style: normal !important;
}
h1, h2, h3, h4 {
  font-family: "IM FELL DW Pica PRO Roman" !important;
  font-weight: normal !important;
  font-style: normal !important;
}
h2 {
  text-transform: none !important;
}
@keyframes move {
  from {
    left: -100%;
  }
  to {
    left: 150%;
  }
}
#myanimation {
  width: 400px;
  bottom: -50px;
  left: -100%;
  position: absolute;
  animation: move 15s linear 1s infinite;
  z-index: 999;
}
#footer {
  color: white !important;
}
#footer h1, #footer h2, #footer h3, #footer h4 {
  color: white !important;
}
@media screen and (max-width: 767px) {
  @keyframes movemobile {
    from {
      left: -100%;
    }
    to {
      left: 120%;
    }
  }
  #myanimation {
    bottom: -100px;
    left: -100%;
    animation: movemobile 5s linear 1s infinite;
  }
}
.image-overlay {
  display: none !important;
}
.product_meta {
  display: none !important;
}
.iconlist-timeline {
  display: none !important;
}
