/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@media (max-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .navi{
	bottom:0;
    left: 0;
	}
	
		  
}
@media (max-width: 480px) {
	
	
.navbar {
    clear: both;
    float: left;
    width: 100%;
}
.navbar-inner{
	padding:0;
	}
  
 .nav-collapse {
    z-index: 1111111;
}


}

@media (min-width: 768px) and (max-width: 979px) {
  
  
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 96%;
  }
  
  
} 

@media (max-width: 979px) {
  
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
