﻿.project-thumbnail {
    position: relative;
}
.project-thumbnail-image {
    width: 270px;
    height: 215px;
}
.project-thumbnail-image {
    border: 5px solid #555555;
    width: 270px;
    height: 215px;
    position: relative;
    display: block;
}
.project-thumbnail-image .project-thumbnail-image-hover {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/search-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.25s;
    opacity: 0;
}
.project-thumbnail-image:hover .project-thumbnail-image-hover {
    opacity: 0.6;
}
.project-thumbnail-caption {
    background-color: #555555;
    height: 50px;
    -moz-transition:
        background-color 0.2s,
        background-image 0.2s;
    -o-transition:
        background-color 0.2s,
        background-image 0.2s;
    -webkit-transition:
        background-color 0.2s,
        background-image 0.2s;
    transition:
        background-color 0.2s,
        background-image 0.2s;
}
.project-thumbnail-caption .like {
    color: #ff8e00 !important;
    margin-top: -5px;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    text-align: right;
    display: block;
    text-decoration: none;
    padding-right: 3px;
}
.project-thumbnail-link {
    display: block;
    position: relative;
}
.partnership-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-height: 25px;
    max-width: 50px;
}
.old-partnership-logo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 25px;
    width: 50px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.edit-area {
    display: none;
}
.hover-picture {
    visibility: hidden;
    opacity: 0;
    -moz-transition:
        visibility 0.2s,
        opacity 0.2s;
    -o-transition:
        visibility 0.2s,
        opacity 0.2s;
    -webkit-transition:
        visibility 0.2s,
        opacity 0.2s;
    transition:
        visibility 0.2s,
        opacity 0.2s;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 262px;
    height: 207px;
    color: #d8d8d8;
    text-align: center;
    margin: 4px;
    line-height: 215px;
    font-size: 11pt;
    z-index: 1;
    top: 0;
}
.hover-picture .hover-caption {
    display: none;
}
.hover-picture .hover-caption.active {
    display: inline;
}
.no-touch .project-thumbnail:hover .hover-picture {
    visibility: visible;
    opacity: 1;
    -moz-transition:
        background-color 0s,
        background-image 0s;
    -o-transition:
        background-color 0s,
        background-image 0s;
    -webkit-transition:
        background-color 0s,
        background-image 0s;
    transition:
        background-color 0s,
        background-image 0s;
}
.hover-picture-comment {
    visibility: hidden;
    opacity: 0;
    -moz-transition:
        visibility 0.2s,
        opacity 0.2s;
    -o-transition:
        visibility 0.2s,
        opacity 0.2s;
    -webkit-transition:
        visibility 0.2s,
        opacity 0.2s;
    transition:
        visibility 0.2s,
        opacity 0.2s;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 262px;
    height: 207px;
    color: #d8d8d8;
    text-align: center;
    margin: 4px;
    line-height: 215px;
    font-size: 11pt;
    z-index: 1;
    top: 0;
    left: 0;
}
.hover-picture-like {
    visibility: hidden;
    opacity: 0;
    -moz-transition:
        visibility 0.2s,
        opacity 0.2s;
    -o-transition:
        visibility 0.2s,
        opacity 0.2s;
    -webkit-transition:
        visibility 0.2s,
        opacity 0.2s;
    transition:
        visibility 0.2s,
        opacity 0.2s;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 262px;
    height: 207px;
    color: #d8d8d8;
    text-align: center;
    margin: 4px;
    line-height: 215px;
    font-size: 11pt;
    z-index: 1;
    top: 0;
    left: 0;
}
.project-title {
    text-decoration: none;
}
.project-author {
    color: #f0f0f0;
}
#spec [data-role='content'] aside {
    border: none;
    padding: 0;
}
.spec-info {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}
.translucent-button {
    float: right;
    clear: both;
    margin-bottom: 5px;
    height: 35px;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    border-radius: 3px;
}
.translucent-button span {
    font-size: 13px;
}
.translucent-button:hover {
    background: rgba(0, 0, 0, 0.5);
    border: none !important;
}
.no-hover .draft-area {
    display: block;
    position: absolute;
    bottom: 55px;
    left: 10px;
}
.no-hover .edit-area {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}
.no-hover .edit-area .translucent-button {
    float: right;
    clear: both;
    margin-bottom: 5px;
    width: 35px;
    height: 35px;
}
.no-hover .edit-area .translucent-button i {
    font-size: 1.5em;
}
.no-hover .edit-caption {
    color: #555555;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    max-width: 130px;
}
.no-hover .rename-project {
    color: #555555;
    text-decoration: none;
}
.no-hover .rename-project .icon-thumbnail {
    color: #f0f0f0;
}
.no-hover .name-project-draft {
    color: #888;
}
.no-hover .rename-project:hover {
    text-decoration: underline;
}
.no-hover .project-thumbnail:hover .project-thumbnail-caption {
    /*background-color: #ddd;*/
}
.no-hover .rename-mode {
    display: none;
}
.no-hover .project-title {
    margin-right: 5px;
}
.no-hover [data-role='nameProject'] {
    width: 100px;
}
@media screen and (max-width: 455px) {
    .project-thumbnail-image {
        width: 260px;
    }
    .hover-picture {
        width: 252px;
    }
    .hover-picture-like {
        width: 252px;
    }
    .hover-picture-comment {
        width: 252px;
    }
}
