body {
  background: #f2f2f2;
  font-size: 14px; }

.top-bar {
  background: #f7901e;
  height: 29px;
  text-align: right;
  position: relative; }
  .top-bar a {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 28px;
    text-decoration: none;
    padding: 2px; }

.header {
  background: url("../img/headerbg.png") repeat-x bottom;
  padding: 15px 0px; }
  .header .logo {
    margin-bottom: 20px;
    display: inline-block; }
    .header .logo img {
      max-height: 100px; }
  .header .navbar {
    margin-bottom: 0px;
    min-height: inherit;
    border-radius: 0px; }
  .header .navbar-default {
    background: rgba(247, 144, 30, 0.7);
    border-color: transparent;
    border-bottom: solid 3px #f7901e;
    margin-top: 10px;
    border-radius: 4px; }
    .header .navbar-default .navbar-nav li a {
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 400;
      padding-left: 14px;
      padding-right: 14px; }
      .header .navbar-default .navbar-nav li a:hover {
        color: #fdcc96; }
    .header .navbar-default .navbar-nav li:last-child {
      border-right: 0px; }
  .header h3 {
    color: #fdcc96;
    font-size: 18px;
    text-align: left;
    margin: 10px 0px 0px 15px; }

.header-bar {
  background: url("../img/headerbtm.png") repeat-x;
  position: relative;
  top: -10px;
  border-bottom: double 6px #fdcc96; }
  .header-bar .container {
    position: relative; }
  .header-bar h3 {
    font-size: 18px;
    text-align: left;
    color: #f7901e; }
  .header-bar .callnow {
    background: url("../img/businessbg.png") repeat-x;
    height: 80px;
    width: 243px;
    position: absolute;
    top: -30px;
    right: 0px; }
    .header-bar .callnow h4 {
      padding: 5px;
      text-align: center;
      color: #FFFFFF;
      line-height: 1.6; }
      .header-bar .callnow h4 span {
        font-size: 14px;
        display: block; }

.slider {
  border-radius: 10px;
  border-bottom: solid 10px #f7901e;
  overflow: hidden;
  margin-bottom: 20px; }
  .slider .carousel-caption {
    font-size: 24px; }

.sidebar .btn-primary {
  margin: 15px 0;
  background: #f7901e;
  border: solid 1px #da7608;
  padding: 15px 0; }

.sidebar ul {
  margin: 0px 0px 15px;
  padding: 10px 0px;
  list-style-position: inside;
  list-style: none;
  background: #f7901e;
  border-radius: 5px; }
  .sidebar ul li {
    padding: 5px 15px;
    border-bottom: solid 1px #fdcc96;
    color: #FFFFFF; }
    .sidebar ul li a {
      color: #FFFFFF;
      text-decoration: none; }
    .sidebar ul li:last-child {
      border-bottom: none; }

.sidebar img {
  margin: 15px 0; }

.content {
  margin: 15px 0; }
  .content h2 {
    color: #f7901e;
    border-bottom: solid 1px #fdcc96; }
  .content ul {
    padding: 0px 0px;
    list-style-position: inside; }
    .content ul li {
      padding: 3px 0; }
  .content p {
    line-height: 1.6;
    font-size: 14px; }
  .content .products .product-wrap, .content .products .item {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    border: solid 1px #e6e6e6; }
    .content .products .product-wrap h3, .content .products .item h3 {
      color: #f7901e;
      font-size: 24px;
      margin: 0px; }
      .content .products .product-wrap h3 span, .content .products .item h3 span {
        font-size: 16px;
        font-weight: 300; }
    .content .products .product-wrap h2, .content .products .item h2 {
      font-size: 20px;
      text-transform: uppercase; }

footer {
  padding: 50px 0;
  background: url(../img/footerbg.png) repeat-x;
  color: #FFFFFF;
  text-align: center; }
  footer a {
    color: #FFFFFF; }

@media (min-width: 0px) and (max-width: 768px) {
  .top-bar {
    text-align: center; }
  .header img {
    max-width: 120px;
    margin: 0px auto; }
  .header .nav-main {
    margin: 20px -15px;
    background: #f7901e;
    color: #FFFFFF;
    padding: 5px 15px; }
    .header .nav-main .navbar-default {
      padding: 0px;
      margin-top: 0px;
      border-width: 0px; }
    .header .nav-main ul li {
      border-bottom: solid 1px #fdcc96; }
      .header .nav-main ul li a {
        padding: 10px 15px; }
      .header .nav-main ul li:last-child {
        border-bottom: none; }
  .header h3 {
    text-align: center; }
  .header-bar {
    text-align: center; }
    .header-bar h3 {
      text-align: center; }
  .slider {
    border-radius: 4px;
    border: solid 1px #f7901e;
    overflow: hidden; }
    .slider .carousel-caption {
      font-size: 14px; } }
