/***************************************/
.nav-inline li {
  list-style: none;
  display: inline-block; }
  .nav-inline li a {
    text-decoration: none;
    display: block; }

.img-responsive img {
  max-width: 100%;
  height: auto; }

.img-responsive-full img {
  width: 100%;
  height: auto; }
