/* comp-department css starts here */

.department-content .image-carousel {
    min-height: 402px;
}
.department-content .image-carousel .carosel-heading {
    padding-bottom: 35px;
}
.department-content .image-carousel .img-carousel {
    padding-bottom: 85px;
    color: #333333;
}
.department-content .image-carousel .slick-slide a {
    display: inline-block;
}
.department-content .image-carousel .slick-dots {
    bottom: 40px;
}
.department-content .image-banner {
    width: 100%;
    position: relative;
}
.department-content .image-banner h4 {
    right: 0;
    left: 0;
}
.department-content .text-carousel-home-page,
.department-content .text-carousel-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}
.department-content .text-carousel .slick-prev:before,
.department-content .text-carousel .slick-next:before {
    display: none;
}
.department-content .banner-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.department-content .banner-overlay .overlay-img {
    min-width: 100%;
}
.department-content .banner-overlay .overlay-img-wrap {
    position: relative;
}
.department-content .banner-overlay .overlay-img-wrap .product-on-banner-overlay {
    left: 15%;
    width: 27%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.department-content .banner-overlay .overlay-img-wrap img.banner-overlay-bg {
    min-width: 100%;
}
.department-content .banner-overlay .overlay-img-wrap .banner-product-background {
    top: 50%;
    position: absolute;
    width: 55%;
    left: 0;
}
.department-content .banner-overlay .main-info {
    width: 38%;
    position: absolute;
    right: 8%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.department-content .banner-overlay .main-info h2,
.department-content .banner-overlay .main-info p,
.department-content .banner-overlay .main-info button {
    color: #fff;
}
.department-content .banner-overlay .main-info h2 {
    font-size: 40px;
}
.department-content .banner-overlay .main-info hr {
    width: 35px;
    border-bottom: none;
    margin: 17px auto;
}
.department-content .banner-overlay .main-info button {
    background: rgba(243, 243, 243, 0.5);
    height: 50px;
    font-size: 14px;
    margin-top: 15px;
    width: 338px;
    border-color: #bfbfbf;
}
.department-content .banner-overlay .main-info button:hover {
    background: #f3f3f3;
    color: #4C4C4A;
}
.department-content .overlay-border {
    background: #333333;
    height: 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.department-content .overlay-tooltip {
    display: block;
    background: url("https://clarks.scene7.com/is/image/Pangaea2Build/IC%5Fgrey%2Dtooltip?$Original$") no-repeat top center;
    height: 28px;
}
.department-content .preview-title {
    margin-top: 5px;
}
.department-content .img-gradient {
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.department-content .img-wrap .img-gradient {
    display: none;
}
.outer-img-banner .img-wrap {
    overflow: hidden;
}
/* Tablets Responsive CSS starts */

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .department-content {
        overflow: hidden;
    }
    .department-content .image-carousel {
        min-height: 301px;
    }
    .department-content .outer-img-banner .img-wrap img {
        float: left;
        width: 159%;
        max-width: 200%;
        position: relative;
        left: -32%;
    }
    .department-content .preview-title {
        padding: 15px 0;
        margin: 5px 10px 0;
    }
    .department-content .banner-overlay .overlay-img-wrap img.banner-overlay-bg {
        width: 166%;
        max-width: 200%;
        position: relative;
        left: -32%;
    }
    .department-content .image-carousel .img-carousel {
        padding-left: 7%;
        padding-right: 7%;
        padding-bottom: 45px;
    }
    .department-content .image-carousel .img-carousel .slick-dots {
        bottom: 20px;
    }
    .department-content .text-carousel {
        height: 75px;
        padding-top: 0px;
    }
    .department-content .text-carousel .text-2,
    .department-content .text-carousel .verticle-line-separator {
        display: none;
    }
    .department-content .text-carousel .text-1 {
        margin: 0;
    }
    .department-content .text-carousel a {
        font-size: 32px;
        font-family: Lato, Lato-Light;
        font-weight: 300;
    }
    .department-content .text-carousel .slick-slide {
        margin: 15px 20px;
    }
    .department-content .banner-overlay .overlay-img-wrap .product-on-banner-overlay {
        left: 7%;
        width: 256px;
    }
    .department-content .banner-overlay .overlay-img-wrap .banner-product-background {
        top: 52%;
        width: 58%;
        left: -13px;
    }
    .department-content .banner-overlay .main-info {
        width: 329px;
        right: 2%;
    }
    .department-content .banner-overlay .main-info p {
        font-size: 18px;
        padding: 0;
        font-family: Lato, Lato-Light;
        font-weight: 300;
    }
    .department-content .banner-overlay .main-info h2 {
        font-size: 36px;
    }
    .department-content .banner-overlay .main-info hr {
        border-color: #e4e4e4;
        margin: 20px auto;
        width: 65px;
    }
    .department-content .banner-overlay .main-info button {
        background: rgba(255, 255, 255, 0.3);
        height: 53px;
        width: 310px;
    }
    .department-content .img-wrap .img-gradient {
        display: block;
    }
}
/* mobile media query*/

@media (max-width: 767px) {
    .department-content img.banner-overlay-bg {
        width: 1000%;
        max-width: 252%;
        position: relative;
        left: -79%;
    }
    .department-content .image-carousel {
        min-height: 243px;
    }
    .small-loader.product-carausel-bg {
        background-image: url("https://clarks.scene7.com/is/content/Pangaea2Build/HomePage/IC_loader-small.gif?$original$");
    }
    .department-content {
        padding: 0;
        overflow: hidden;
    }
    .department-content .image-carousel {
        background: #fff;
        border-bottom: 1px solid #e4e4e4;
    }
    .department-content .image-carousel .img-carousel {
        background-color: #fff;
        padding-bottom: 0;
    }
    .department-content .image-carousel .img-carousel .slick-slide {
        min-height: 145px;
    }
    .department-content .overlay-tooltip {
        height: 17px;
        background-size: auto 100%;
        top: -2px;
        position: relative;
    }
    .department-content .overlay-border {
        height: 15px;
        bottom: 0;
    }
    .department-content .banner-overlay .main-info {
        right: 0;
        left: 0;
        width: 100%;
        max-width: 450px;
        margin: 0px auto;
    }
    .department-content .banner-overlay .main-info p {
        font-size: 11px;
        padding: 0 15px;
    }
    .department-content .banner-overlay .main-info h2 {
        font-size: 30px;
    }
    .department-content .banner-overlay .main-info hr {
        border-color: #e4e4e4;
        margin: 20px auto;
    }
    .department-content .banner-overlay .main-info button {
        background: rgba(255, 255, 255, 0.8);
        height: 37px;
        color: #333333;
        margin-top: 15px;
        width: 100%;
    }
    .department-content .img-wrap .img-gradient {
        display: block;
    }
    .department-content .transbox div {
        margin-top: 13px;
    }
}
@media only screen and (min-width: 1160px) {
    .department-content .image-carousel .slick-slide img:hover {
        position: relative;
        max-height: 273px;
        max-width: 273px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 772px) {
    .department-content img.banner-overlay-bg {
        width: 1000%;
        max-width: 124%;
        position: relative;
        left: -21%;
    }
}
/* mobile media query ends*/
/* comp-department css ends here */