/*
 * Style twaks
 * --------------------------------------------------
 */
body {
	/* Originally 70px, not sure why think it was for the old sidemenu */
  padding-top: 55px;
}
footer {
  padding-left: 15px;
  padding-right: 15px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
/* pricing table */
.price-cents {
vertical-align: super;
font-size: 50%;
}
.price-month {
font-size: 35%;
font-style: italic;
}
.price {
font-size: 2.4em;
}
/* jquery ui custom */
.ui-widget {
    font-size:80%;
}
/* carousel subscribe */
/**/.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-indicators li {
  background-color: #000;
  width:14px;
  height:14px;
}
.carousel-indicators .active {
  background-color: #FF0000;
  width:14px;
  height:14px;
  margin:1px;
}
.carousel-controls{
 position:relative; 
  width:300px;
  margin:0 auto;
}
.carousel-control{
	color:#000;
}
.carousel-indicators{
   bottom:-50px; 

}
.carousel-inner {
   margin-bottom:50px;
}