.affix 
{
      top: 0;
      width: 100%;
    -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      z-index: 9999 !important;
}

.affix-top {
      position: static;
      top: -35px;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }

#navbar-user
{
    min-width: 320px;
    width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img 
{
    width: 100%;
    min-width: 315px;
    margin: auto;
    height: 300px;
}

.mySlides0, .mySlides1, .mySlides2
{
    display:none;
}

#w3-content0, #w3-content1, #w3-content2
{
    height: 100px;
    width: 105px;
    float: left;
}
