.video{
    position: relative;
    margin-bottom: 20px;
}

.video .thumb:before{
    width: 100%;

    position: absolute;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 60px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    top: 25%;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.video .thumb img{
    opacity: 0.7;
    width: 100%;
}

.video:hover .thumb img{
    opacity: 1;
}
.video:hover .thumb:before{
    color: rgba(255,255,255,0.9);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

}


.video .player-footer{
    background-color: black;
    color: #ffffff;
}

.video .player-footer i.fa{
    font-size: 30px;
    background-color: #59b048;
    color: #ffffff;
    padding: 5px 10px;
    float: right;

    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.video:hover .player-footer i.fa{
    background-color: #448844;
}

.video .player-footer >div{
    display: inline-block;
    padding: 10px;
}

.video .player-footer .title{
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
}

.video:hover .player-footer .title{
    text-decoration: underline;
}

#sharethis{
    background-color: #ffffff;
    padding: 5px;
    color: #333;
}

#sharethis span{
    margin-bottom: -2px;
}

.stwrapper.stwrapper5x ,#stOverlay {
    visibility: hidden;
    display: none;
}