@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebasregular';
  src: url("../fonts/BebasNeue-webfont.eot");
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#bebasregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .navbar-collapse {
    overflow-y: visible !important;
    padding: 0px !important;
  }

  .navbar-nav {
    padding: 0px;
  }
  .navbar-nav li {
    border-right: none !important;
    border-bottom: solid 1px #282828;
  }
  .navbar-nav li:last-child {
    border: none !important;
  }

  form input {
    margin: 0px !important;
  }
  form button {
    width: 97%;
    background-image: url(../images/button-bg.png);
    margin-left: 0px !important;
    line-height: 37px;
    height: 37px;
    margin-top: 5px;
    float: left;
  }

  .login-links {
    margin: 15px 5% 15px 5%;
    float: left;
    width: 90%;
  }
  .inner-content{
	  padding: 0;
  }
}
/* iPads (portrait and landscape) ----------- */
