@media screen and (max-width: 1280px) {
  h3 {
    font-size: 42px;
  }
  
  .slide-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1150px) {
  footer ul#days-nav li {
    margin: 0px 5px;  
  }
  
  footer ul#days-nav li a {
    font-size: 15px;
    padding: 0px;
    background: none!important;
    color: #000!important;
    width: auto!important;
  }
  
  footer ul#days-nav li a span {
    color: #000;
    background: none!important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin-right: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 9999;
    width: 40px;
    height: 48px;
  }
  
  footer ul#days-nav li.current a span {
    color: #e5c181;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin-right: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    background: transparent url('../img/number.png') no-repeat center bottom!important;
    z-index: 9999;
    width: 40px;
    height: 48px;
  }
}