.navbar-inverse.small img { height: 65px !important; margin-top: -12px !important; }

@media (min-width: 1200px){
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 970px;
  }
}
.navbar-inverse, .navbar-inverse a, .navbar-inverse img, .navbar-inverse ul, .navbar-inverse li{
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

.navbar.navbar-inverse {
  background: rgba(0, 0, 0, 0.8);
  min-height:60px;
}

/* Sizes for the bigger menu */
.navbar-inverse.large .navbar-right{
  margin-top:15px;
}
.navbar-inverse.large{
  height: 90px;
}
.navbar-inverse.large img{
  width: auto;
  height: 70px;
}

/* Sizes for the smaller menu */
.navbar-inverse.small .navbar-right{
  margin-top:0px;
}
.navbar-inverse.small{
  height: 60px;
}
.navbar-inverse.small img{
  width: auto;
  height: 49px;
  margin-top: -5px;
}

.navbar > .container .navbar-brand {
  margin-left: 0px;
}

#ipad-portrait-warning{ display:none !important; }
/* For portrait layouts only */
@media (max-device-width: 940px) and (orientation:portrait) {
  .landscpe-content{ display:none !important; }
  #ipad-portrait-warning{ display:block !important; }
}
/* For landscape layouts only */
@media (max-device-width: 940px) and (orientation:landscape) {
  #ipad-portrait-warning{ display:none !important; }
  .landscpe-content{ display:block !important; }
}
