/*
Theme styles loading at the end of the page
*/
/* 
    Created on : Mar 25, 2017, 11:38:52 AM
    Author     : Crowd Favorite
*/

*.force_tiles_gap {
    margin-right: 1.08% !important;
}
*.force_tiles_nogap {
    margin-right: 0 !important;
}

/** This is a known issue that display:table does not work properly on Safari 5,
 * so let's overwrite the slider elements only for safari */
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome, .bxpager {
            display: block !important;
    }
    ::i-block-chrome, .bx-pager-item {
        display: table-cell !important;
        float: left;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
    }
    ::i-block-chrome, .bx-pager-item span {
        bottom: 32%;
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
    }
}
