/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
html {
  overflow-y : scroll;
}

@media only screen and (min-width:767px) {
  body.shiftnav-enabled{
    overflow-x:visible!important;
  }

  .page-wrap {
    padding-top : 3px !important;
  }
}

#slider .slides li {
  float : left;
}