﻿

#custom_carousel .item {
    color: #000;
    /*background-color: #eee;*/
    padding: 20px 0;
}

.fontcolorsmaster {
    font-size: 17px;
    color: #5e5e5e;
}

.eiltemagintopmase {
    margin-top: -20px;
}

.blogbackgroundcolrs {
    background-color: #f37435;
    color: #fff;
}

.whithe {
    color: #fff;
}

.blognametext {
    color: #fff;
    font-size: 16px;
    margin-top: 3px;
    margin-left: 4%;
}


#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd;
}

.blogpagecm {
    width: 12%;
    border: 2px solid red;
    border-radius: 88px;
    margin-left: 46%;
    margin-top: 2%;
}

#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px;
}

    #custom_carousel .controls li.active {
        background-color: #eee;
        border-top: 3px solid orange;
    }

#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}
