@charset "utf-8";
html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    color: #000;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.row {  padding-left: 10px; }
.col-xs-3 {
    width: 250px;
    height: 250px;
    border: 1px solid #999;
    margin: 10px;    
}

.glyphicon-play.bt-thumb,
.top-right,
.top.premium { display: none; }

.embed-responsive {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
}

.title-head h1 { text-align: center; font-size: 20px; }

.entry-date{
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #999;
}

.embed-responsive img{display: none;}