/*FOOTER GALLERY START */
.gallery {
  width: 250px;
  margin: 0 auto;
  padding: 5px;
  background: #191919;
 /* box-shadow: 0 1px 2px rgba(0,0,0,.3);*/
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  display: block;
  width: 100px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

h1 {
  margin: 40px 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
/*FOOTER GALLERY END */



/*HOME PAGE SLIDER START*/

#services_nav_list {
    z-index: 999 !important;
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 75px;
    position: absolute;
    top: -77px;
    width: 95%;
    max-width: 1020px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
    -moz-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
}


    
#selector_headers{    
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    
    color: #fff;
    text-align: center;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;}



#active{
    margin: 0;
    padding: 0;
    border: 0;
    padding-top: 4px;
    box-sizing: border-box;
    height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    cursor: pointer;
    color: #15b86e;
}











/*HOME PAGE SLIDER END*/