.logo img{
    width: 150px !important;

    height: 40px !important;
}

#infscr-loading {
    margin: auto;
    width: 100px !important;
    text-align: center;
    clear: both;
}

#infscr-loading img{
    margin: auto;
    width: 50px !important;
    text-align: center;
}

.link-list a:hover{
    cursor: pointer;
}

.like:hover{
    cursor: pointer;
}
.red{
    color: #1fa2ef;
}

.single-shot-stats .like.liked:before {
    font-size: 29px !important;
    font-weight: 300;
    margin-right: 10px;
    padding-top: 6px;
}
.single-shot-stats .like:before {
    font-size: 29px !important;
    font-weight: 300;
    margin-right: 10px;
    padding-top: 6px;

}

.play{
    position: absolute;
    z-index: 1000000000;
    /*background: url("../images/controls.png") no-repeat center);*/
    font-size: 50px;
    width: 60px;
    height: 60px;
    color: #fff;
}

.play-sidebar{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000000000;
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
}

.col-sm-6 .play{
    top: 50%;
    left: 43%;
}

.col-md-4 .play{

    top: 50%;
    left: 45%;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #1fa2ef;
}

.center {
    display: block;
    margin:auto;
}

.affiliate-statistics dt, .affiliate-statistics dd{
    padding: 5px 0;
    color: #818a91;
    line-height: 1.42857143;
}

.affiliate-statistics dt {
    float: left;
}


.affiliate-statistics dd {
    margin-left: 0;
}