
#linesSlider {
    position: relative;
}

    #linesSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        /*margin: 0 5%;*/
    }

        #linesSlider .MS-content .item {
            display: inline-block;
            /*width: 16.666%;*/
            width: 312px;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0 10px;
        }

            #linesSlider .MS-content .item.gallery {
                width: 395px;
                padding: 0 6px;
            }

            #linesSlider .MS-content .item.productgallery {
                width: 100%;
                padding: 0 6px;
            }
            #linesSlider .MS-content .item.newsgallery {
                width:560px;
                padding: 0 6px 10px 0;
            }

#linesSlider .MS-content .item .imgTitle {
    position: relative;
}

    #linesSlider .MS-content .item .imgTitle .blogTitle {
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
        color: #252525;
        font-style: italic;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        bottom: 0;
        font-weight: bold;
        padding: 0 0 2px 10px;
    }

    #linesSlider .MS-content .item .imgTitle img {
        height: auto;
        width: 100%;
    }

#linesSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

/*#linesSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

    #linesSlider .MS-content .item a:hover {
        text-shadow: 0 0 1px grey;
    }*/

#linesSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 40%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

    #linesSlider .MS-controls button:hover {
        color: rgba(255,255,255,1);
    }

    #linesSlider .MS-controls .MS-left {
        left: 20px;
        color: rgba(255,255,255,0.8);
    }

    #linesSlider .MS-controls .MS-right {
        right: 20px;
        color: rgba(255,255,255,0.8);
    }




@media (max-width: 1280px) {
    #linesSlider .MS-content .item {
        /*width: 25%;*/
        width: 312px;
    }
}

@media (max-width: 991px) {
    #linesSlider .MS-content .item {
        /*width: 33%;*/
        width: 312px;
    }
    #linesSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #linesSlider .MS-content .item {
        width: 100%;
    }

    #linesSlider .MS-controls button {
        font-size: 20px;
    }
    /*#linesSlider .MS-controls .MS-left {
        left: -10px;
    }
    #linesSlider .MS-controls .MS-right {
        right: -10px;
    }*/
}
/*@media (max-width: 560px) {
    #linesSlider .MS-content .item {
        width: 100%;
    }
}*/







#categoriesSlider {
    position: relative;
}

    #categoriesSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        /*margin: 0 5%;*/
    }

        #categoriesSlider .MS-content .item {
            display: inline-block;
            width: 33.34%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0 20px 0px 0px;
        }



            #categoriesSlider .MS-content .item .imgTitle {
                position: relative;
            }

                #categoriesSlider .MS-content .item .imgTitle .blogTitle {
                    margin: 0;
                    text-align: left;
                    letter-spacing: 2px;
                    color: #252525;
                    font-style: italic;
                    position: absolute;
                    background-color: rgba(255, 255, 255, 0.5);
                    width: 100%;
                    bottom: 0;
                    font-weight: bold;
                    padding: 0 0 2px 10px;
                }

                #categoriesSlider .MS-content .item .imgTitle img {
                    height: auto;
                    width: 100%;
                }

            #categoriesSlider .MS-content .item p {
                font-size: 16px;
                margin: 2px 10px 0 5px;
                text-indent: 15px;
            }

    /*#categoriesSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

    #categoriesSlider .MS-content .item a:hover {
        text-shadow: 0 0 1px grey;
    }*/

    #categoriesSlider .MS-controls button {
        position: absolute;
        border: none;
        background-color: transparent;
        outline: 0;
        font-size: 50px;
        top: 40%;
        color: rgba(0, 0, 0, 0.4);
        transition: 0.15s linear;
    }

        #categoriesSlider .MS-controls button:hover {
            color: rgba(255,255,255,1);
        }

    #categoriesSlider .MS-controls .MS-left {
        left: 20px;
        color: rgba(255,255,255,0.8);
    }

    #categoriesSlider .MS-controls .MS-right {
        right: 20px;
        color: rgba(255,255,255,0.8);
    }




@media (max-width: 991px) {
    #categoriesSlider .MS-content .item {
        width: 100%;
    }

    #categoriesSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #categoriesSlider .MS-content .item {
        width: 100%;
    }

    #categoriesSlider .MS-controls button {
        font-size: 20px;
    }
    /*#categoriesSlider .MS-controls .MS-left {
        left: -10px;
    }
    #categoriesSlider .MS-controls .MS-right {
        right: -10px;
    }*/
}
/*@media (max-width: 560px) {
    #categoriesSlider .MS-content .item {
        width: 100%;
    }
}*/
