﻿/* Categories */
.hot-categories {
    border-left: dotted 1px #ccc;
    padding-left: 30px;
}

.hot-category-first {
    border-left: none;
    padding-left: 0;
}

.hot-category-item {
    padding: 3px 5px;
}

    .hot-category-item .h5 {
        /*font-weight: bold;*/
        margin-right: 10px;
    }

    .hot-category-item a:not(:first-child) {
        letter-spacing: 1px;
        margin-right: 8px;
    }

/* Banners */
.banners {
    /*padding: 20px 0;*/
}

    .banners .row:first-child {
        margin-bottom: 5px;
    }

@media (max-width: 992px) {
    #leftDiv, #rightDiv, #carousel-example-generic, .hot-category, .ad, .second-banner-title, .second-banner-categories {
        display: none;
    }
}


#leftDiv, #rightDiv {
    width: 130px;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    position: absolute;
    top: 45px;
}

#leftDiv {
    left: 2px;
}

#rightDiv {
    right: 2px;
}


/* Main category zone */
.pages-categories {
    background-color: #fff;
}

.category-item {
    /*border: solid 1px #ccc;
    border-radius: 4px;
    background-color: #fff;*/
    margin: 20px 10px;
    /*padding-bottom:10px;
    border-bottom:dotted 1px #ddd;*/
    /*box-shadow: 0 0 0;*/
}

    .category-item .header {
        margin: 5px;
        /*text-align: center;*/
        padding-left: 65px;
        margin-bottom: 20px;
    }

        .category-item .header .icon,
        .category-item .header .title {
            display: inline-block;
            /*height: 40px;
            line-height: 40px;*/
            font-size: 18px;
        }

        .category-item .header .icon {
            width: 15px;
            /*text-align: center;*/
            /*color: #fff;*/
        }

            .category-item .header .icon i.fa {
                /*font-size: 20px;*/
            }

        .category-item .header .title {
            color: #000;
            padding-left: 5px;
            font-weight:bold;
        }

            .category-item .header .title a {
                color: #333;
            }

                .category-item .header .title a:hover {
                    color: #ff6a00;
                }

    .category-item .ad {
    }

    .category-item .content {
        padding: 5px;
        font-size: 15px;
        letter-spacing: 1px;
        border-right: dashed 1px #aaa;
        min-height: 200px;
    }

        .category-item .content .row .col-md-6 > a {
            display: inline-block;
            line-height: 1.8em;
        }

.pages-categories div.row div.col-md-3:last-child .category-item .content {
    border-right: none;
}

.category-sparate {
    /*border-top: dashed 1px #ddd;*/
    margin-top: 5px;
    padding-top: 5px;
    /*height: 1px;*/
}
/* Website links */
.page-links {
    margin-top: 10px;
}
