body{
  background-color: #000;
  font-family: Roboto,sans-serif;
}

.mob-blank-block{
  content:'';
  height:100px;
  width:100%;
}

h1,h2,h3,h4,h5,h6{
  font-family: Raleway,sans-serif;
  font-weight: 700;
}

.big-underline{
  content:'';
  height: 4px;
  width: 80%;
  background-color: #958C54;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 760px) and (max-width:990px){
  .big-underline{
    width:40%;
  }
}

p,
.form-control{
  font-family: Roboto,sans-serif;
  font-weight: 400;
}

.text-grey{
  color: #7f7f7f;
}

.text-drainz{
  color:#958c54 !important;
}

.text-superlight{
  color:rgba(255,255,255,0.5);
}

.link-drainz{
  color: #958C54;
}

.link-drainz:hover{
  color:#837B49;
}

.bg-drainz{
  background-color: #958c54;
}

.bg-black{
  background-color: #000000;
}

.bg-darkgrey{
  background-color: #272727;
}

.bg-grey{
  background-color: #4D4D4D;
}

.btn-drainz{
  color:#FFF;
  background-color: #958c54;
  border-color: #958c54;
  border-radius: 0;
  font-size: 0.9em;
}

.btn-drainz:hover{
  background-color: #837b49;
  border-color: #726c40;
}

.btn-drainz a{
  text-decoration: none;
}

.product-search
{
  background-color: #272727;
  border-color: #958c54;
}

.product-search:focus{
  border: 2px solid #958c54 !important;
  box-shadow:0 0 0 0.2rem rgba(149,140,84,0.3) !important;
}

input{
  color:#FFF;
}

#top-nav{
  padding: 10px 0px;
}

#top-nav a{
  color: #7f7f7f;
  text-decoration: none;
  /* font-size: 0.9em; */
}

#top-nav a:hover{
  color: #FFF;
}

/* .active{
  color:#958c54 !important;
  font-weight: 700;
} */

.navbar,
#footer,
#footer2{
  background-color: #272727;
}

.navbar{
  position: fixed;
  z-index:999;
  width:100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom:100px;
}

@media screen and (min-width: 1000px){
  .navbar{
    position: relative;
    margin-bottom: 0px;
  }
}


#navbar{
  height: 100% !important;
}

.navbar a{
  font-family: Raleway,sans-serif;
  color: #958c54 !important;
  font-weight: 700;
  text-decoration: none;
}

a.nav-link{
  font-family: Roboto,sans-serif;
  color: #958c54 !important;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 20px !important;
  font-size: 1.05em;
}

a.nav-link.active{
  background-color: #958C54;
  color:#272727 !important;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}

@media screen and (min-width:1000px){
  a.nav-link{
    padding: 15px 20px !important;
    border-left: 1px solid rgba(149, 140, 84,0.1);
  }
  .menu-border-right{
    border-right: 1px solid rgba(149, 140, 84,0.1);
  }
  a.nav-link.active{
    border: none;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
  }
}

a.nav-link:hover{
  background-color: #958C54;
  color:#272727 !important;
}

.dropdown-menu{
  background-color: #272727;
  /* border: 2px solid #958c54; */
}

a.dropdown-item{
  font-family: Roboto,sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  color: rgba(149, 140, 84,0.4) !important;
}

a.dropdown-item:hover{
  background-color: #272727 !important;
  color:rgba(149,140,84,1) !important ;
}


/* Mobile Menu Slidein */

@media (max-width: 991.98px) {
  .navbar{
    height:100px;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 100px; /* Height of navbar */
    bottom: 0;
    left: 80%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #202020;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
    border-top: 4px solid #000;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}


/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
#DrainzCarousel .carousel-caption {
  bottom: 8rem !important;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#DrainzCarousel .carousel-item {
  height: 32rem;
  /* background-color: #777; */
}
#DrainzCarousel .carousel-item > img {
  position: absolute !important;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


@media (min-width: 40em) {
  /* Bump up size of carousel content */
  #DrainzCarousel .carousel-caption p,
  #DrainzCarousel .caro-text p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media screen and (min-width:1000px){
  #DrainzCarousel .caro-text{
    position: relative;
    left: 120px;
    z-index:15;
  }

  #DrainzCarousel .slider-prod-block img{
    position:relative;
    right: 20px ;
  }
}

/* Common Section Padding */

.history,
.unique,
.milestone,
.projects{
  padding: 50px 20px;
}

@media screen and (min-width:1000px){
  .history,
  .unique,
  .milestone,
  .projects{
    padding: 80px 20px;
  }

}

@media screen and (min-width: 992px){
  .unique > .big-underline{
    width: 60%;
  }
}
/* Unique Products Slider */

#uniqueCarousel{
  border: 4px solid #958C54;
}

#uniqueCarousel .unique-caro-text{
  min-height:100%;
}

#uniqueCarousel img{
  width: auto;
  height: 100%;
}

/* Projects Slider */

.projects .card{
  border: 4px solid #958C54;
  /* padding: 20px; */
}

.projects .card img{
  height: 100px;
  width: auto;
  margin-bottom:20px;
  /* width: 100px; */
  /* padding: 10px; */
}

.projects .card p{
  font-size: 0.9em;
}

.slick-slide{
    margin: 0px 20px;
}
.slick-slide img{
    /* width: 100%; */
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#footer p{
  font-size:0.8em;
}

#footer a{
  font-size: 0.9em;
  padding-bottom:10px;
}

@media screen and (max-width:500px){
  #footer-prod-h5{
    font-size:18px;
  }
}

.footer-line{
  content:'';
  height:1px;
  background-color: #FFFFFF;
  width:95%;
}

#aboutHero{
  background: url('../img/about-hero.jpg');
  background-position: center;
  background-size: cover;
  width:100%;
  height: 50vh;
}

#quote img{
  width: 40px;
}
@media screen and (min-width:1000px) {
  #quote img{
    width: 65px;
  }
}
#quote p{
  font-size: 1.4em;
}

#quote h4{
  position: relative;
  top: 5px;
}

.form-control{
  background-color: #272727;
  border: 1px solid #958c54;
  border-radius: 0;
}

.form-control:focus{
  background-color: #272727;
  border-color: #958c54;
  border-width: 2px;
  box-shadow:0 0 0 0.2rem rgba(149,140,84,0.3);
}

.form-control::placeholder{
  text-align:left;
}

#map{
  height:400px;
  width:100%;
  border:4px solid #958c54;
}

.breadcrumb{
  background-color: transparent;
  font-size: 0.9em;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>>';
  color: #FFF;
}

/* ***************************************** */

.custom-filter {
  position: relative;
  font-family: Arial;
  min-width:100px;
  font-size: 0.9em;
}

@media screen and (max-width:750px){
  .custom-filter{}
}

.custom-filter select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #272727;
  /* border: 1px solid #958c54; */
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: relative;
  content: "";
  top: 10px;
  left:5px
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: -10px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 10px;
  /* border: 1px solid transparent; */
  /* border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent; */
  cursor: pointer;
  user-select: none;
}

.select-items>div{
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent !important;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #272727;
  border: 2px solid #958c54;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.pagination a.page-link{
  background-color: #4D4D4D !important;
  color: #FFF;
  border-color: #958c54 !important;
}

.pagination .active a.page-link{
  background-color: #958c54 !important;
}

.pagination .page-link:hover{
  background-color: #3E3E3E !important;
}

.pagination .page-link:focus{
  box-shadow: none !important;
}

#big_search input{
  width: 60% !important;
  height: 50px !important;
}

#big_search button{
  height: 49px !important;
  width: 50px !important;
}

#distributorHero{
  background: url('../img/distributor-Hero.jpg');
}

#productsHero{
  background: url('../img/products-Hero.jpg');
}

#catalogsHero{
  background: url('../img/catalogs-Hero.jpg');
}
#distributorHero,
#productsHero,
#catalogsHero{
  background-position: center;
  background-size: cover;
  width:100%;
  height: 50vh;
}

.login-box{
  padding: 20px;
  border: 4px solid #958c54;
}

.btn-danger{
  border-radius: 0;
}

table.prod-specs{
  border-collapse: separate;
  border-spacing: 5px 10px !important;
}

#prod-blocks img{
  padding: 3px;
  border: 2px solid #958c54;
}
