.projects-thumbnail {
    padding: 0;
    border: none;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    background: transparent;
    border-radius: 0px;

}



.projects-thumbnail:hover {

}
.projects-thumbnail:hover  .short {
    color: rgba(0, 0, 0, 0.66);
}

.projects-thumbnail h3 {
    margin: 5px 0px 15px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 21px;
    color: #f26b35;
}

.projects-thumbnail .short {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: justify;
    color: rgba(39, 57, 88, 0.54);
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);

}



.projects-thumbnail .caption {
    background: rgb(255, 255, 255);
}


.votable-block {
    margin-top: 20px;
}

.votable-block .votable-actions {
    /*margin-top: 10px;*/
}


.votable-block .fb-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.votable-block .fb-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


.votable-block .votable-actions .key {
    font-size: 20px;
    color: #ff5c41;
}

.votable-block .votable-actions .value {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-left: 5px;

}
.votable-block .votable-actions .like-link {
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;

}

.votable-block .votable-caption {
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #f1eeee;
}


.vote.like-link {
    color: #ff5c41;
    cursor: pointer;
}


.vote.like-link:hover,
.vote.like-link:active,
.vote.like-link:focus{
    color: rgba(255, 90, 67, 0.82);
    text-decoration: underline;
}