#custom_carousel .item {



  padding:20px 0;
}
#custom_carousel .controls{
  overflow-x: auto;
  overflow-y: hidden;
  padding:0;
  margin:50px 0;
  white-space: nowrap;
  text-align: center;
  position: relative;
  border:1px solid #262626;
}
#custom_carousel .controls li {
  display: table-cell;
  width: 1%;
  max-width:90px
}
#custom_carousel .controls li img{ max-width:100px;}
#custom_carousel .controls li.active {
  background-color:#262626;
  border-top:3px solid #f49435;
}
#custom_carousel .controls a small {
  overflow:hidden;
  display:block;
  font-size:10px;
  margin-top:5px;
  font-weight:bold
}

.product-heading {
  position: relative;
  margin: 45px 0;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px; }
.product-heading:after {
  background: #f49435;
  bottom: -20px;
  content: "";
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 60px; }

.nav-tabs-dropdown > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #262626;
  background-color: #f49435;
  border: 1px solid #333;
  border-bottom-color: transparent;
  cursor: default;
}
.nav > li{ border-bottom: 1px solid #333333}

.pa-ma{ padding: 0px; margin: 0px;}

.product-img{ width: 100%; height: auto; float: left; margin-top: 25px;}
.product-img img{ width: 100%; max-height: 240px; overflow: hidden;}
.product-img p{ background: #f49435; color: #ffffff; padding: 10px; text-align: center; display: block;}
.fancybox{ }
.inner-page{ margin-top: 100px; padding-bottom: 30px;}
#about{ padding: 60px 0px;}

  .fixed-bar{position: fixed;
    right: -34px !important;
    top: 30%;
    background: #f49435;
    color: #ffffff;
    padding: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99999;
    font-size: 15px !important;
    text-transform: uppercase;
        font-weight: bold;}
.catalogue {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.catalogue p{
  background: #ffffff;
  color: #333333;
  padding: 10px;
}
        