/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 * http://stackoverflow.com/questions/17935601/how-to-remove-responsive-features-in-twitter-bootstrap-3
 *
 * for v3.1.1
 */
/* Account for fixed navbar */
/* line 11, ../scss/non-responsive.scss */
body {
  min-width: 970px; }

/* Finesse the page header spacing */
/* line 17, ../scss/non-responsive.scss */
.page-header {
  margin-bottom: 30px; }

/* line 20, ../scss/non-responsive.scss */
.page-header .lead {
  margin-bottom: 10px; }

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
/* line 32, ../scss/non-responsive.scss */
.container {
  width: 970px !important;
  max-width: none !important; }

/* Demonstrate the grids */
/* line 38, ../scss/non-responsive.scss */
.col-md-4
{
	width: 33.333333333%;
	float: left;
}

/* line 47, ../scss/non-responsive.scss */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }

/* Always float the navbar header */
/* line 54, ../scss/non-responsive.scss */
.navbar-header {
  float: left; }

/* Undo the collapsing navbar */
/* line 59, ../scss/non-responsive.scss */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important; }

/* line 66, ../scss/non-responsive.scss */
.navbar-toggle {
  display: none; }

/* line 69, ../scss/non-responsive.scss */
.navbar-collapse {
  border-top: 0; }

/* line 73, ../scss/non-responsive.scss */
.navbar-brand {
  margin-left: -15px; }

/* Always apply the floated nav */
/* line 78, ../scss/non-responsive.scss */
.navbar-nav {
  float: left;
  margin: 0; }

/* line 82, ../scss/non-responsive.scss */
.navbar-nav > li {
  float: left; }

/* line 85, ../scss/non-responsive.scss */
.navbar-nav > li > a {
  padding: 15px; }

/* Redeclare since we override the float above */
/* line 90, ../scss/non-responsive.scss */
.navbar-nav.navbar-right {
  float: right; }

/* Undo custom dropdowns */
/* line 95, ../scss/non-responsive.scss */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 106, ../scss/non-responsive.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333; }

/* line 109, ../scss/non-responsive.scss */
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important; }

/* line 117, ../scss/non-responsive.scss */
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important; }
