.slider-pro {
    font-family: 'Open Sans', Arial;
}

#rcmd-slider .sp-thumbnail {
    width: 100%;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rcmd-slider .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}

#rcmd-slider .sp-thumbnail-description {
    font-size: 14px;
    color: #333;
}

@media (max-width: 860px) {
    #rcmd-slider .hide-medium-screen {
        display: none;
    }
}

@media (max-width: 640px) {
    #rcmd-slider .sp-layer {
        font-size: 12px;
    }

    #rcmd-slider .hide-small-screen {
        display: none;
    }
}

@media (max-width: 500px) {
    #rcmd-slider .sp-thumbnail {
        text-align: center;
    }

    #rcmd-slider .sp-thumbnail-title {
        font-size: 12px;
        text-transform: uppercase;
    }

    #rcmd-slider .sp-thumbnail-description {
        display: none;
    }
}


#rcmd-slider .sp-thumbnail{
    padding: 0;
}

#rcmd-slider .sp-thumbnail-title{
    height: 37px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    text-transform: none;
    line-height: 13px;
}

#rcmd-slider .sp-thumbnail-description{
    height: 60px;
    overflow: hidden;
}

#rcmd-slider .sp-thumbnail-description img{
    width: 100%;
}

#rcmd-slider .sp-slide{
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
}

#rcmd-slider .sp-slide a{
    text-decoration: none;
    color: #454545;
    display: block;
}

#rcmd-slider .sp-slide a h2 {
    -webkit-font-smoothing: antialiased;
    color: #454545;
    font-family: Arial, Verdana;
    text-shadow: none;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

#rcmd-slider .sp-slide a h2 small {
    font-size: 12px;
    display: block;
    color: #002A9B;
    margin: 5px 0;
}

#rcmd-slider .sp-layer.sp-white{
    background: rgba(255,255,255,0.8);
    transition: background 300ms;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
}

#rcmd-slider .sp-layer.sp-white:hover{
    background: rgba(255,255,255,0.95);
}

/***** GLOBAL TAGS CLOUD ******/

.gtc-portlet{
    .size-10{font-size: 1.6em}
    .size-9{font-size: 1.5em}
    .size-8{font-size: 1.4em}
    .size-7{font-size: 1.3em}
    .size-6{font-size: 1.2em}
    .size-5{font-size: 1.1em}
    .size-4{font-size: 1.05em}
    .size-3{font-size: 1em}
    .size-2{font-size: 0.9em}
    .size-1{font-size: 0.7em}

    ul.tag-list {
        list-style-type: none;
        margin: 0;
        padding: 0;

        li {
            padding: 4px 8px;
            display: inline-block;
        }
    }

}
/***** ALL BLOGS ******/
.all-blogs-portlet{

    .thumbnail {
        padding: 10px;
        color:#3E4043;

        .view-count{
            color: #7FC5EB;
            padding: 8px 0;
            display: inline-block;
        }

        .desc{
            color:#3E4043;
            font-size: 0.9em;
        }
    }
    h2 {
        font-size: 1.2em;
        margin-bottom: 0;
        a{color:#3E4043}
    }

    .nav-tabs{
        margin-bottom : 15px;
    }

    .ajax-loader{
        text-align: center;
        display: none;
    }
}

