#door-hanger {
  opacity: 0;
  position: fixed;
  top: 290px;
  transform: translateY(-50%);
  width: 340px;
  transition: right 0.5s ease-in-out;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  #door-hanger {
    width: 500px;
    top: 520px;
  }
}
@media only screen and (min-width: 1200px) {
  #door-hanger {
    top: 530px;
  }
}
#door-hanger .door-hanger-tab {
  background-color: #af272f;
  width: 80px;
  text-align: center;
  padding: 0 5px 5px;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#door-hanger .door-hanger-tab .door-hanger-arrow {
  width: 20px;
  height: 20px;
  padding: 3px;
  margin: -10px auto 5px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #231F20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #door-hanger .door-hanger-tab .door-hanger-arrow {
    width: 25px;
    height: 25px;
    padding: 5px;
    margin: -12.5px auto 5px;
  }
}
@media only screen and (min-width: 1200px) {
  #door-hanger .door-hanger-tab .door-hanger-arrow {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: -15px auto 5px;
  }
}
@media only screen and (min-width: 1440px) {
  #door-hanger .door-hanger-tab .door-hanger-arrow {
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: -17.5px auto 5px;
  }
}
#door-hanger .door-hanger-tab .door-hanger-arrow img {
  height: 100%;
  width: auto;
}
#door-hanger .door-hanger-tab .door-hanger-tab-icon {
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}
@media only screen and (min-width: 768px) {
  #door-hanger .door-hanger-tab .door-hanger-tab-icon {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #door-hanger .door-hanger-tab .door-hanger-tab-icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  #door-hanger .door-hanger-tab .door-hanger-tab-icon {
    width: 35px;
    height: 35px;
  }
}
#door-hanger .door-hanger-tab p {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #door-hanger .door-hanger-tab p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  #door-hanger .door-hanger-tab p {
    font-size: 16px;
  }
}
#door-hanger .door-hanger-content {
  background-color: #fff;
  border-left: 5px solid #af272f;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
#door-hanger .door-hanger-content .door-hanger-inner-content {
  background-color: #fff;
  background-image: url("../img/bkgd-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-left: 5px solid #231F20;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  #door-hanger .door-hanger-content .door-hanger-inner-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #door-hanger .door-hanger-content .door-hanger-inner-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  #door-hanger .door-hanger-content .door-hanger-inner-content {
    padding: 60px;
  }
}
#door-hanger .door-hanger-content .door-hanger-inner-content h2 {
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.2;
  color: #55565A;
}
#door-hanger .door-hanger-content .door-hanger-inner-content p {
  margin: 0 0 20px 0;
  line-height: 1.5;
  color: #231F20;
}

/*# sourceMappingURL=door-hanger.css.map */
