div.row_thumbnail_container{
    padding-left: 10px;
    text-align: center;
}
.row_thumbnail_header{
    float: left;
    width: 40px;
}
.row_thumbnail_footer{
    float: right;
    height: 144px;
    background-color: #eeeeee;
    width: 30px;
    display: table;
}
.row_thumbnail_footer .glyph_button{
    vertical-align:middle;
    display:table-cell !important;
    text-align:center;
    font-size: 45px;
    line-height: 15px;
    cursor: pointer;
}
.row_thumbnail_footer_mobile{
    height: 20px;
    width: 100% !important;
    background-color: #eeeeee;
    font-size: 45px;
    line-height: 0px;
    cursor: pointer;
    text-align: center;
}
#rt_container_top div.thumbnail{
    height: 144px; 
    background-size: cover;
    line-height: 1.3;
    padding:0;
    position: relative;
}
div.thumbnail{
    height: 160px; 
    background-size: cover;
    line-height: 1.3;
    padding:0;
    position: relative;
}

div.thumbnail.hashtag_thumbnail{
    height: 161px;
}



div.thumbnail div.title{
    height: 48px;
    background:rgb(38,38,38);
    background: transparent\9;
    background-color: rgba(38,38,38,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff);
    zoom: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    overflow: hidden;
    border-top: 4px solid red;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
}


.public_affairs div.thumbnail div.title{
    height: 45px;
    text-align: left;
}

.public_affairs #rt_container .show {
  text-align: left;
}


.homepage div.thumbnail div.title {
  height: 48px;
}

.thumbnail{
    margin-bottom: 0px;
}
div.thumbnail a{
    color: #eeeeee;
}
div.thumbnail a:hover{
    color: white;
}
div.thumbnail a:hover div.title{
    height: auto;
    max-height: none;
    min-height: 48px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.col-xs-3ths,
.col-sm-3ths,
.col-md-3ths,
.col-lg-3ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    float: left;
}
#rt_container{
    overflow: hidden; 
    display: inline-block;
    height: 144px;
}

#rt_container .show{
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    height: 48px;
    padding: 5px;
}

#rt_container .show span{
    color: #8080C0;
}


.row.hotPicksMobile{
    margin: 0px 1px 10px 1px;
    background-color: #04ABEC;
    color: #FFF;
    font-size: 20px;
    line-height: 0px;
    font-family: "Ubuntu Condensed";
    max-height: 37px;
    font-weight: bold;
}

.tpStar{ 
    width: 35px;
    float:left;
    margin: 0px !important;
    max-height: 37px;
}
.tpText{
    width:100px;
    float:left;
    left:44px;
    line-height: 35px;
    height: 25px;
}

@media (min-width: 992px) {
    div.row_thumbnail_container{
        padding-left: 0px;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }


}

@media (min-width: 991px){
    div.tint{
        height: 144px; 
        background-size: cover;
        line-height: 1.3;
        padding:0;
        position: relative;

        background: rgba(0,0,0, 0.1);
        -webkit-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
        -moz-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
        box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    }



    div.tint:hover {
        background: rgba(0,0,0, 0.0);
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;

    }

}

@media (min-width: 768px){
    #rt_container_hashtag #rt_container .thumbnails{
        width: 240px;
    }
    
    .row_thumbnail_home{
        padding: 0px;
    }
}

@media (max-width: 768px){
    #rt_container_hashtag #rt_container{
        display: inline-block;
        overflow: hidden;
        /*height: 470px;*/
    }

    #rt_container_hashtag div.thumbnail{
        height: 154px;
        margin-bottom: 5px;
    }
}

@media (min-width: 200px) and (max-width:767px){
    #rt_container_hashtag #rt_container{
        height: 470px;
    }
}

@media (max-width: 991px){
    #rt_container_top #rt_container{
        display: inline-block;
        overflow: hidden;
        height: 733px;
        width: 100% !important;
    }

    .public_affairs #rt_container_top div.thumbnail{
        height: 192px;
        margin-bottom: 0;
    }

    #rt_container_top div.thumbnail{
        height: 240px;
        margin-bottom: 5px;
    }

    .topPicksMobile{
        margin: 0px 1px 10px 1px;
        background-color: #cc0001;
        color: #FFF;
        font-size: 20px;
        line-height: 0px;
        font-family: "Ubuntu Condensed";
        max-height: 37px;
        font-weight: bold;
    }

    .mtpButtonUp{
        width:50%;
        float: left;
        text-align: center;
        border-right: 1px solid gray;
        background-color: #eeeeee;
        height:25px;
        position:absolute;
        right: 50%;
        cursor: pointer;
    }

    .mtpButtonDwn{
        width:50%;
        float: left;
        text-align: center;
        background-color: #eeeeee;
        height:25px;
        position:absolute;
        left: 50%;
        cursor: pointer;
    }

    .mbButton{
        margin: -13px 5px 40px 5px;
        position: relative;
    }

    .col-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        width: 100%;
    }
}
@media (min-width: 992px) {
    div.row_thumbnail_container{
        padding-left: 0px;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }


}

@media (min-width: 991px){

    div.tint{
        height: 144px; 
        background-size: cover;
        line-height: 1.3;
        padding:0;
        position: relative;

        background: rgba(0,0,0, 0.1);
        -webkit-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
        -moz-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
        box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    }



    div.tint:hover {
        background: rgba(0,0,0, 0.0);
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;

    }

}

@media (min-width: 768px){
    #rt_container_hashtag #rt_container .thumbnails{
        width: 240px;
    }
}

@media (max-width: 768px){
    #rt_container_hashtag #rt_container{
        display: inline-block;
        overflow: hidden;
        /*height: 470px;*/
    }

    #rt_container_hashtag div.thumbnail{
        height: 154px;
        margin-bottom: 5px;
    }
}

@media (min-width: 200px) and (max-width:767px){
    #rt_container_hashtag #rt_container{
        height: 470px;
    }
}

@media (max-width: 991px){



}

@media (max-width: 767px){
    #rt_container{
        height:720px;
        width: 100% !important;
    }
    div.thumbnail{
        height:240px;
    }

    div.tint{
        background: none;
    }
    .col-xs-3ths,
    .col-sm-3ths,
    .col-md-3ths,
    .col-lg-3ths {
        width: 100%;
    }

}

/**************************** PORTRAIT VIEW ***********************************/

#row_thumbnail_portrait #rt_container{
    display: inline-block;
    width: 280px !important;
    overflow: hidden;
    height: 788px;
}
#row_thumbnail_portrait div.thumbnail{
    height: 195px;
    margin-bottom: 5px;
}
#row_thumbnail_portrait .topPicksMobile{
    margin: 0px 1px 10px 1px;
    background-color: #cc0001;
    color: #FFF;
    font-size: 20px;
    line-height: 0px;
    font-family: "Ubuntu Condensed";
    max-height: 37px;
    font-weight: bold;
    width: 280px !important;
}
#row_thumbnail_portrait .tpStar{ 
    width: 35px;
    float:left;
    margin: 0px !important;
    max-height: 37px;
}
#row_thumbnail_portrait .tpText{
    width:100px;
    float:left;
    left:44px;
    line-height: 35px;
    height: 25px;
}
#row_thumbnail_portrait .mtpButtonUp{
    width:50%;
    float: left;
    text-align: center;
    border-right: 1px solid gray;
    background-color: #eeeeee;
    height:25px;
    position:absolute;
    right: 50%;
    cursor: pointer;
}
#row_thumbnail_portrait .mtpButtonDwn{
    width:280px;
    float: left;
    text-align: center;
    background-color: #eeeeee;
    height:25px;
    position:absolute;
    left: 50%;
    cursor: pointer;
}
#row_thumbnail_portrait .mbButton{
    margin: -13px 5px 40px 5px;
    position: relative;
}
#row_thumbnail_portrait .col-xs-5ths,
#row_thumbnail_portrait .col-sm-5ths,
#row_thumbnail_portrait .col-md-5ths,
#row_thumbnail_portrait .col-lg-5ths {
    width: 280px;
}
#row_thumbnail_portrait .row_thumbnail_footer_mobile{
    width: 280px !important;
    margin: 0px !important;  
}


/*@media (min-width: 769px){
    #rt_container{
        overflow: hidden; 
        display: inline-block;
        height: 144px;
    }*/
/*    div.row_thumbnail_container{
        padding-right: 15px;
    }*/
/*}*/
