header .advertising {
  display: block;
  padding: 11px 9px 7px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0 !important;
  transform: translateY(-42px);
  transition: transform linear .2s;
  text-decoration: underline;
  background-color: #c94d53;
  border-color: #c94d53; }
  header .advertising:hover {
    text-decoration: none; }

body.header-fixed header .advertising {
  transform: translateY(-3px); }

.fancybox-inner #fancybox-adv {
  max-width: 100%;
  max-height: 100%; }
  .fancybox-inner #fancybox-adv img {
    max-width: 100%;
    max-height: 100%; }

/*# sourceMappingURL=style.css.map */
