body {
  background: url("../img/bodybg.jpg") repeat;
  font-size: 14px;
}

.top-bar {
  background: url("../img/topbg.png") repeat-x;
  height: 29px;
  text-align: right;
  position: relative;
}

.top-bar a {
  font-size: 26px;
  color: #3e6996;
  line-height: 28px;
}

.header {
  background: url("../img/headerbg.png") repeat-x;
  padding: 15px 0px;
}

.header .navbar {
  margin-bottom: 0px;
  min-height: inherit;
  border-radius: 0px;
}

.header .navbar-default {
  background: none;
  border-color: transparent;
  border-bottom: solid 1px #9fb9d3;
  margin-top: 10px;
}

.header .navbar-default .navbar-nav li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.header .navbar-default .navbar-nav li a:hover {
  color: #9fb9d3;
}

.header .navbar-default .navbar-nav li:last-child {
  border-right: 0px;
}

.header h3 {
  color: #9fb9d3;
  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 #9fb9d3;
}

.header-bar .container {
  position: relative;
}

.header-bar h3 {
  font-size: 18px;
  text-align: left;
  color: #3e6996;
}

.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: solid 5px #3e6996;
  overflow: hidden;
}

.slider .carousel-caption {
  font-size: 24px;
}

.sidebar .btn-primary {
  margin: 15px 0;
  background: #3e6996;
  padding: 15px 0;
}

.sidebar ul {
  margin: 0px 0px 15px;
  padding: 10px 0px;
  list-style-position: inside;
  list-style: none;
  background: #3e6996;
  border-radius: 5px;
}

.sidebar ul li {
  padding: 5px 15px;
  border-bottom: solid 1px #9fb9d3;
  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: #3e6996;
  border-bottom: solid 1px #9fb9d3;
}

.content ul {
  padding: 0px 0px;
  list-style-position: inside;
}

.content ul li {
  padding: 3px 0;
}

.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: #3e6996;
  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: 20px 0;
  background: #3e6996;
  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: #3e6996;
    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 #9fb9d3;
  }
  .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 #3e6996;
    overflow: hidden;
  }
  .slider .carousel-caption {
    font-size: 14px;
  }
}
