.eventBlock {
  position: fixed;
  left: 0px;
  top: 50%;
  z-index: 1;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .eventBlock {
    position: inherit;
    margin-top: 2em;
  }
}

.eventBlock .dm {
  width: 60px;
  border-radius: 0 5px 0 0;
  background-color: #ff9900;
  text-align: center;
  padding-bottom: 2.5em;
  line-height: 1em;
  -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 480px) {
  .eventBlock .dm {
    display: none;
  }
}

.eventBlock .dm::before {
  content: ">>";
  line-height: 5em;
}

.eventBlock .dm .title {
  padding-top: 0em;
  position: relative;
}

.eventBlock .dmImg {
  width: 400px;
  height: 300px;
  background-color: #ced4da;
  position: absolute;
  top: 0;
  left: -400px;
  border-radius: 0 5px 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .eventBlock .dmImg {
    position: inherit;
    width: 100%;
    height: 120px;
    border-radius: 0;
  }
}

.eventBlock .dmImg a img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 480px) {
  .eventBlock .dmImg a img {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
  }
}

.openEvent {
  left: 340px;
  z-index: 2;
}

.openEvent .dm {
  z-index: 3;
  padding-bottom: 0;
}

.openEvent .dm::before {
  content: "<<";
}

.openEvent .dmImg {
  z-index: 2;
  left: -340px;
}

.openEvent .title {
  display: none;
}

.brand-carousel {
  position: relative;
}

.brand-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 110%;
  left: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .brand-carousel .owl-nav {
    font-size: 0.5em;
  }
  .brand-carousel .owl-nav div::after {
    content: "";
    background-color: white;
    padding: 0.2em 0.4em;
    border-radius: 2px;
    -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
  }
}

.brandCard {
  margin: 1em 1em 0 1em;
}

@media only screen and (max-width: 480px) {
  .brandCard {
    margin: 0.5em auto;
    margin-bottom: 0;
  }
}

.brandCard a {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  .brandCard a {
    width: 168px;
    height: 168px;
  }
}

.brandCard a .logo {
  position: absolute;
  z-index: 1;
}

.brandCard a .bgImg {
  opacity: 0.6;
  height: 200px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style_addType.css.map */