body.no-scroll {
    overflow: hidden;
    height: 100%;
}
.cat-title .more {
    margin-top: 5px;
}
.cat-title .more a {
    color: #428bca;
}
.ul-display {
    padding-left: 0px;
    margin: 0 0 0 0;
}
.feature-wall {
    max-width: 100%;
}
#products {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    overflow: hidden;
}
#products .home-product:nth-of-type(1) .home-product-pic1,
#products .home-product:nth-of-type(5) .home-product-pic1,
#products .home-product:nth-of-type(9) .home-product-pic1 {
    margin-left: 0;
}
#products .home-product:nth-of-type(4) .home-product-pic1,
#products .home-product:nth-of-type(8) .home-product-pic1,
#products .home-product:nth-of-type(12) .home-product-pic1 {
    margin-right: 0;
}
#products .home-product .home-product-pic1 {
    border: 2px solid #fff;
    position: relative;
    width: 25%;
    float: left;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    #products .home-product .home-product-pic1 {
        width: 33.33%;
    }
}
@media (min-width: 760px) and (max-width: 1200px) {
    #products .home-product .home-product-pic1 {
        width: 50%;
    }
}
@media (max-width: 760px) {
    #products .home-product .home-product-pic1 {
        width: 100%;
    }
}
#products .home-product .home-product-pic1 .fade-effect {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
}
#products .home-product .home-product-pic1:hover .fade-effect {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
#products .home-product .home-product-pic1 img {
    width: 100%;
}
.home-product-button {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 98px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms;
    color: #fff  !important;
    padding-top: 4px;
    text-align: center;
    font-size: 14px;
}
.home-product-button:hover {
    background-color: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    color: #333333 !important;
}
.home-product-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2% 5%;
}
.home-product-text h2,
.home-product-text h3,
.home-product-text p {
    text-align: left;
    color: #fff;
}
.home-product-text h2 {
    color: #00aeff;
}
.home-product-text h3 {
    font-weight: 600;
}
.wall-container {
    margin: 0 auto;
   /* max-width: 1200px;*/
    min-width: 320px;
}

.home-product-text-middle {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}
.home-product-text-middle h1 {
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.home-product-text-middle img {
    width: 10% !important;
    margin-bottom: 10px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
}
.blackbackground {
    background-color: rgba(0, 0, 0, 0.5);
}
ul {
    list-style-type: none;
}
li {
    list-style-type: none;
}

/*

.slider-template .click_to_play_next {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.popularsection {
    margin: 20px 0 40px;
}
.popularsection .recommend-title {
    font-weight: lighter;
    text-align: center;
    padding: 20px 0 10px;
}
.popularsection .recommend-pro-wrapper {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}*/
