/* Override Bootstrap navigation */
.navbar-inner, footer {
  border: none;
  padding: 15px 0;
}
.navbar .brand-bootbus {
	font-size: 30px;
	cursor: pointer;
	text-shadow: none;
	color: white;
  font-weight: bold;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: white;
	border-bottom-color: white;
}
.navbar .nav > li > a {
	text-shadow: none;
	color: white;
	font-size: 17px;
  font-weight: bold;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	color: white !important;
	background: #2E3436 !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background: #2E3436;
}


/* Misc presentation */

.content {
  padding: 30px 0;
}
.bottom-space {
  margin-bottom: 30px;
}
.bottom-space-less {
  margin-bottom: 10px;
}
.center-align {
  text-align: center;
}
.product-snap {
  display: inline;
}

footer {
  color: white;
  padding-top: 20px;
}
.footer-divider {
  border-top: 0;  
  border-bottom: 1px solid #333;
}
.quick-links {
  list-style: none;
}
.quick-links > li {
  line-height: 30px;
}
.quick-links > li > a {
  color: white;
}

footer {
	background:black;
	margin-right: -20px;
	margin-left: -20px;
}

.footer-inner {
	background:black;
	padding-right: 20px;
	padding-left: 20px;
}

ul.icons {
	list-style-type: none;
	text-indent: -1.2em;
}

.title-icon {
  margin-top: 5px;
  margin-right: 7px;
}

/* Social Icons */

.social-icon {
  margin-top: 20px;
}
.social-icon > a {
  color: white;
  font-size: 30px;
  width: 20px;
}
.social-icon > a:hover,
.social-icon > a:focus {
  color: lightgray;
  text-decoration: none;
}

h3, h4, h5 
{
	color: #999999;
}

.foot
{
	color: #ffffff;
}

.margin
{
	margin: -8px 0px 0px 0px;
}

/* Responsive CSS section */
@media (max-width: 979px) {
  .nav-collapse .dropdown-menu a {
    color: white;
  }
  .nav-collapse .dropdown-menu a:hover {
    background-color: #2E3436;
  }
  .nav-collapse .nav-header,
  .nav-collapse .dropdown-submenu > a {
    display: none;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 70px;
  }
}


