.grayscale {
  filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.grayscalealways {
  filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}



/* Licznik */
.countdown_row {
    font-size:30px !important;
    color:#D71920 !important;
    font-weight:700 !important;
    background-color: none !important;
}
.countdown_row span {

}
.countdown_amount {
    font-size:90px !important;
    line-height:90px !important;
    color:#fff !important;
    background-color: none !important;
}






.smoked {
    background: inherit cover;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;  /* Adding overflow hidden */
}
.smoked:before {
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    left: 0px;  /* Giving minus -25px left position */
    right: 0;
    top: 0px;   /* Giving minus -25px top position */
    bottom: 0;
    
    filter: brightness(35%);
}


.fullwidth {
    width: 100%;
}

#footer .copyright span:nth-of-type(2) {display:none !important;}