/*@tokc-yellow: #FFDE83;*/
.promoButton {
  position: relative;
  background-color: orange;
  color: #000;
  padding-left: 40px;
  z-index: 100;
}
.promoButton:after {
  position: absolute;
  display: block;
  font-family: 'Glyphicons Halflings';
  content: "\e101";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .promoButton {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    right: 0 !important;
  }
}
.promoPhoneButton {
  position: relative;
  z-index: 100;
}
.site-index .promoButton {
  position: absolute;
  right: 40px;
  top: 20px;
}
@media (max-width: 768px) {
  .site-index .promoButton {
    position: relative !important;
    top: 0 !important;
  }
}
.site-page .promoButton {
  position: absolute;
  right: 20px;
  top: 0;
}
@media (max-width: 768px) {
  .site-page .promoButton {
    position: relative !important;
    top: 0 !important;
  }
}
.site-item .promoButton {
  position: absolute;
  right: 20px;
  top: 0;
}
@media (max-width: 768px) {
  .site-item .promoButton {
    position: relative !important;
    top: 0 !important;
  }
}
