
.business-header {
    /*
    height: 140px;
    */
    background-color: #fff
}

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

body{
    background-color: #eee;
}

.marbot20p {
    margin-bottom: 20px;
}

.pad20p {
    padding: 20px 20px;
}

.pad10p {
    padding: 10px 10px;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.logoimg{
    margin: 0 0;
}

/* -- supplier carousel -- */
.featured-carousel .carousel-control {
    width: 30px;
}
/* Control buttons  */
.featured-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
.featured-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
.featured-carousel .carousel-control.right
{
  right: -12px !important;
}
.featured-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.featured-carousel .carousel-indicators .active
{
  background: #333333;
}
.featured-carousel .carousel-indicators {
    bottom: -20px !important;
}
.featured-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
}
.featured-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
}


/* -- supplier carousel -- */
#supplierCarousel .carousel-control {
    width: 30px;
}
/* Control buttons  */
#supplierCarousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#supplierCarousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#supplierCarousel .carousel-control.right
{
  right: -12px !important;
}
#supplierCarousel .carousel-indicators li
{
  background: #c0c0c0;
}
#supplierCarousel .carousel-indicators .active
{
  background: #333333;
}
#supplierCarousel .carousel-indicators {
    bottom: -20px !important;
}
#supplierCarousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
}
#supplierCarousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
}

/* -- Back To Top Styles --*/
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 10;
}
/* ----- */


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  /*
  background-color: #159;
  */
    background-image: linear-gradient(#048, #137 60%, #136);
    background-repeat: no-repeat;

  padding: 10px 0;
}
 /* ---------------------------------------------- */


.page-footer{
    color: #fff;
/*
    margin: 10px 0 10px 0;
    padding: 0px;
*/
    font: 12px arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

.page_footer{

    color: #fff;
    background-color: #777;
    border: 1px solid black;
    /*

    margin: 10px 0 5px 0;
    padding: 0;

    */

    font: 12px arial, sans-serif;
    font-weight: bold;
    text-align: center;
}


.panel-default > .panel-heading {
  background-color: #049;
  color: #fff
}

