
#lhsTree > li > span::after{
top: 23px !important;
}

#btmBar ul li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
  text-align: center;
}
h4, .hTag4 {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 20px;
    color: #333;
    font-weight: 400;
}
      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
   

 
.prd-nav {
    padding: 0;
    float: left;
    width: 99%;
}
#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

#btmBar {
    bottom: -96px;
}
.btmBar {
    height: 50px;
}
#btmBar {
    bottom: -96px;
    background: #000;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0;
    width: 100%;
}
