.navigation-top {
	background-image: url(../img/navigation-top-bg-2x.png) !important;
	-webkit-background-size: 1px 65px;
}

.grid .item.fontcolor-yellow .btn-play {
    background-image: url(/img/btn-play-yellow-2x.png) !important;
    -webkit-background-size: 50px 50px;
}

.grid .item.fontcolor-white .btn-play {
    background-image: url(/img/btn-play-white-2x.png) !important;
    -webkit-background-size: 50px 50px;
}

.grid .item.fontcolor-black .btn-play {
    background-image: url(/img/btn-play-black-2x.png) !important;
    -webkit-background-size: 50px 50px;
}

.grid .item.fontcolor-blue .btn-play {
    background-image: url(/img/btn-play-blue-2x.png) !important;
    -webkit-background-size: 50px 50px;
}

.entry-page .votes .icon {
    background-image: url(/img/icon-heart-2x.png);
    -webkit-background-size: 30px 25px;
}

.entry-page .votes.voted .icon {
    background-image: url(/img/icon-heart-voted-2x.png);
}