﻿.projects-count {
    color: #666;
}
.project-thumbnail {
    width: 270px;
    display: block;
    float: left;
    font-family: 'AllerItalic';
    position: relative;
    font-size: 13px;
    margin-bottom: 8px;
}
.project-thumbnail .old-project-info {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 6px;
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #d8d8d8;
}
.project-thumbnail .old-project-info .fa-lock {
    color: #bbb;
}
.project-thumbnail .project-info {
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #d8d8d8;
    display: block;
}
.project-thumbnail .project-info .fa-lock {
    color: #bbb;
}
.project-thumbnail.new-project {
    height: 265px;
    background: #fdfdfd;
    border: 1px dashed #d8d8d8;
    border-radius: 5px;
    padding: 80px 50px;
    text-align: center;
    color: #777;
    text-decoration: none;
    font-family: 'allerregular';
}
.project-thumbnail.new-project .fa {
    font-size: 60px;
    color: #d8d8d8;
    margin-bottom: 10px;
}
.project-thumbnail figure {
    position: relative;
}
.project-thumbnail-image {
    border: 4px solid #fff;
    width: 270px;
    height: 215px;
    position: relative;
    background-size: cover;
    background-position: center center;
    display: block;
}
.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-thumbnail-caption {
    padding: 10px;
    /*.edit-caption {
        display: none;
        padding: 10px 0 10px 10px;
    }*/
}
.project-thumbnail-caption .normal-caption {
    display: block;
    padding: 10px;
}
.project-thumbnail-caption .hover-caption {
    display: none;
    color: white;
    text-align: center;
}
.project-thumbnail-caption .hover-caption .like-hover {
    padding: 10px;
    display: block;
}
.project-thumbnail-caption .hover-caption a {
    color: white;
}
.project-thumbnail-caption .like,
.project-thumbnail-caption .views {
    float: right;
    word-spacing: 5px;
}
.project-thumbnail-caption .like a,
.project-thumbnail-caption .views a {
    text-decoration: none;
    color: #da4537;
}
.project-thumbnail-caption .comment {
    color: #f0f0f0 !important;
    float: right;
    word-spacing: 5px;
    margin-top: -5px;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    text-align: right;
    display: block;
    text-decoration: none;
}
.project-thumbnail-caption .noComment {
    color: #999 !important;
    float: right;
    margin-top: -5px;
    line-height: 40px;
    height: 40px;
    min-width: 20px;
    text-align: right;
    display: block;
    text-decoration: none;
}
.project-thumbnail-caption .like {
    color: #da4537;
    margin-top: -5px;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    text-align: right;
    display: block;
    text-decoration: none;
    padding-right: 3px;
}
.project-thumbnail-caption .views {
    color: #f0f0f0 !important;
    display: none;
    margin-top: 4px;
}
.project-thumbnail-caption .hidden {
    display: none;
}
/*//TOTO tirar
.no-touch .commentsHover:hover {
    .hover-picture-comment {
        visibility: visible;
        opacity: 1;
    }

    .hover-picture-comment:hover {
        visibility: hidden;
        opacity: 0;
        -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 {
            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;
        }
    }
}*/
/*//TOTO tirar
.no-touch .likeHover:hover {
    .hover-picture-like {
        visibility: visible;
        opacity: 1;
    }

    .hover-picture-like:hover {
        visibility: hidden;
        opacity: 0;
        -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 {
            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;
        }
    }
}*/
/*//TOTO tirar
.no-touch .detailsHover:hover {
    .hover-picture {
        visibility: visible;
        opacity: 1;
    }
}*/
.project-title {
    text-decoration: none;
}
.project-author {
    color: #606060;
}
#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;
}
.spec-unavailable-info {
    border: 1px solid #ebccd1;
}
.no-hover .draft-area {
    display: block;
    position: absolute;
    bottom: 55px;
    left: 10px;
}
.no-hover .draft-area .translucent-button {
    float: right;
    clear: both;
    margin-bottom: 5px;
    height: 35px;
}
.no-hover .draft-area .translucent-button span {
    font-size: 13px;
}
.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 .fa {
    font-size: 1.5em;
}
.no-hover .edit-caption {
    color: #d8d8d8;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 61%;
    float: left;
}
.no-hover .rename-project {
    color: #d8d8d8;
    text-decoration: none;
}
.no-hover .rename-project:hover {
    text-decoration: underline;
}
.no-hover .project-thumbnail:hover .project-thumbnail-caption {
    /*background-image: url('../images/greyTexture.jpg');*/
}
.no-hover .rename-mode {
    display: none;
}
.no-hover .project-title {
    margin-right: 5px;
}
.no-hover [data-role='nameProject'] {
    width: 100px;
}
.draft .edit-caption {
    width: 100%;
}
.draft .draft-indicator {
    color: #888;
}
.draft .project-thumbnail-image {
    border-color: #787878;
}
.highlight-project {
    -moz-animation: highlight-clone 3s;
    -o-animation: highlight-clone 3s;
    -webkit-animation: highlight-clone 3s;
    animation: highlight-clone 3s;
}
@-moz-keyframes highlight-clone {
    0% {
        box-shadow: none;
    }
    15% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    30% {
        box-shadow: none;
    }
    45% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    60% {
        box-shadow: none;
    }
    75% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    90% {
        box-shadow: none;
    }
}
@-webkit-keyframes highlight-clone {
    0% {
        box-shadow: none;
    }
    15% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    30% {
        box-shadow: none;
    }
    45% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    60% {
        box-shadow: none;
    }
    75% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    90% {
        box-shadow: none;
    }
}
@keyframes highlight-clone {
    0% {
        box-shadow: none;
    }
    15% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    30% {
        box-shadow: none;
    }
    45% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    60% {
        box-shadow: none;
    }
    75% {
        box-shadow: 0 0 15px 3px #ccc;
    }
    90% {
        box-shadow: none;
    }
}
#designs [data-role='elements'],
#myDesigns [data-role='elements'],
#spec [data-role='elements'],
#userDesigns [data-role='elements'] {
    overflow: visible;
}
#designs [data-role='elements'] .modalLikes,
#myDesigns [data-role='elements'] .modalLikes,
#spec [data-role='elements'] .modalLikes,
#userDesigns [data-role='elements'] .modalLikes {
    width: 440px;
    max-height: 300px;
    padding: 0;
}
#designs [data-role='elements'] .modalLikes .modalIntro,
#myDesigns [data-role='elements'] .modalLikes .modalIntro,
#spec [data-role='elements'] .modalLikes .modalIntro,
#userDesigns [data-role='elements'] .modalLikes .modalIntro {
    padding: 0;
    position: fixed;
    width: 450px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #eeeeee;
    border-bottom: 1px solid #c8c8c8;
}
#designs [data-role='elements'] .modalLikes .modalIntro .close,
#myDesigns [data-role='elements'] .modalLikes .modalIntro .close,
#spec [data-role='elements'] .modalLikes .modalIntro .close,
#userDesigns [data-role='elements'] .modalLikes .modalIntro .close {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    font-weight: bold;
}
#designs [data-role='elements'] .modalLikes .modalIntro .close a,
#myDesigns [data-role='elements'] .modalLikes .modalIntro .close a,
#spec [data-role='elements'] .modalLikes .modalIntro .close a,
#userDesigns [data-role='elements'] .modalLikes .modalIntro .close a {
    color: #7e7e7e;
}
#designs [data-role='elements'] .modalLikes .modalIntro .close a:hover,
#myDesigns [data-role='elements'] .modalLikes .modalIntro .close a:hover,
#spec [data-role='elements'] .modalLikes .modalIntro .close a:hover,
#userDesigns [data-role='elements'] .modalLikes .modalIntro .close a:hover {
    color: #bbb;
}
#designs [data-role='elements'] .modalLikes .modalIntro .title,
#myDesigns [data-role='elements'] .modalLikes .modalIntro .title,
#spec [data-role='elements'] .modalLikes .modalIntro .title,
#userDesigns [data-role='elements'] .modalLikes .modalIntro .title {
    padding: 10px 20px 0 20px;
}
#designs [data-role='elements'] .modalLikes .modalIntro .title h3,
#myDesigns [data-role='elements'] .modalLikes .modalIntro .title h3,
#spec [data-role='elements'] .modalLikes .modalIntro .title h3,
#userDesigns [data-role='elements'] .modalLikes .modalIntro .title h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}
#designs [data-role='elements'] .modalLikes .profiles,
#myDesigns [data-role='elements'] .modalLikes .profiles,
#spec [data-role='elements'] .modalLikes .profiles,
#userDesigns [data-role='elements'] .modalLikes .profiles {
    padding: 0;
}
#designs [data-role='elements'] .modalLikes .profiles ul,
#myDesigns [data-role='elements'] .modalLikes .profiles ul,
#spec [data-role='elements'] .modalLikes .profiles ul,
#userDesigns [data-role='elements'] .modalLikes .profiles ul {
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}
#designs [data-role='elements'] .modalLikes .profiles ul li,
#myDesigns [data-role='elements'] .modalLikes .profiles ul li,
#spec [data-role='elements'] .modalLikes .profiles ul li,
#userDesigns [data-role='elements'] .modalLikes .profiles ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}
#designs [data-role='elements'] .modalLikes .profiles ul li a,
#myDesigns [data-role='elements'] .modalLikes .profiles ul li a,
#spec [data-role='elements'] .modalLikes .profiles ul li a,
#userDesigns [data-role='elements'] .modalLikes .profiles ul li a {
    text-decoration: none;
    color: #000;
}
#designs [data-role='elements'] .modalLikes .profiles ul li a span,
#myDesigns [data-role='elements'] .modalLikes .profiles ul li a span,
#spec [data-role='elements'] .modalLikes .profiles ul li a span,
#userDesigns [data-role='elements'] .modalLikes .profiles ul li a span {
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;
}
#designs [data-role='elements'] .modalLikes .profiles ul li a figure,
#myDesigns [data-role='elements'] .modalLikes .profiles ul li a figure,
#spec [data-role='elements'] .modalLikes .profiles ul li a figure,
#userDesigns [data-role='elements'] .modalLikes .profiles ul li a figure {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-size: cover;
    float: left;
    margin-bottom: 10px;
}
#designs [data-role='elements'] .modalLikes .profiles ul li a:hover span,
#myDesigns [data-role='elements'] .modalLikes .profiles ul li a:hover span,
#spec [data-role='elements'] .modalLikes .profiles ul li a:hover span,
#userDesigns [data-role='elements'] .modalLikes .profiles ul li a:hover span {
    text-decoration: underline;
}
#designs [data-role='elements'] .modalLikes .profiles li:first-child,
#myDesigns [data-role='elements'] .modalLikes .profiles li:first-child,
#spec [data-role='elements'] .modalLikes .profiles li:first-child,
#userDesigns [data-role='elements'] .modalLikes .profiles li:first-child {
    width: 400px;
    margin-top: 40px;
}
#designs [data-role='elements'] .modalLikes .profiles li:last-child,
#myDesigns [data-role='elements'] .modalLikes .profiles li:last-child,
#spec [data-role='elements'] .modalLikes .profiles li:last-child,
#userDesigns [data-role='elements'] .modalLikes .profiles li:last-child {
    border-bottom: none;
}
@media screen and (max-width: 900px) {
    #projectDetails .project-buttons {
        position: initial !important;
        margin: 10px 0;
    }
}
@media screen and (max-width: 550px) {
    #designs [data-role='elements'] .modalLikes .modalIntro,
    #myDesigns [data-role='elements'] .modalLikes .modalIntro,
    #spec [data-role='elements'] .modalLikes .modalIntro,
    #userDesigns [data-role='elements'] .modalLikes .modalIntro {
        width: 438px;
    }
}
@media screen and (max-width: 490px) {
    #designs [data-role='elements'] .modalLikes,
    #myDesigns [data-role='elements'] .modalLikes,
    #spec [data-role='elements'] .modalLikes,
    #userDesigns [data-role='elements'] .modalLikes {
        width: auto;
        margin-left: auto;
    }
    #designs [data-role='elements'] .modalLikes .modalIntro,
    #myDesigns [data-role='elements'] .modalLikes .modalIntro,
    #spec [data-role='elements'] .modalLikes .modalIntro,
    #userDesigns [data-role='elements'] .modalLikes .modalIntro {
        width: 98%;
    }
    #designs [data-role='elements'] .modalLikes li:first-child,
    #myDesigns [data-role='elements'] .modalLikes li:first-child,
    #spec [data-role='elements'] .modalLikes li:first-child,
    #userDesigns [data-role='elements'] .modalLikes li:first-child {
        width: auto;
    }
}
@media screen and (max-width: 455px) {
    #designs [data-role='elements'] .modalLikes,
    #myDesigns [data-role='elements'] .modalLikes,
    #spec [data-role='elements'] .modalLikes,
    #userDesigns [data-role='elements'] .modalLikes {
        overflow-x: hidden;
        width: 285px;
        margin-left: 10px;
    }
    #designs [data-role='elements'] .modalLikes .modalIntro,
    #myDesigns [data-role='elements'] .modalLikes .modalIntro,
    #spec [data-role='elements'] .modalLikes .modalIntro,
    #userDesigns [data-role='elements'] .modalLikes .modalIntro {
        width: 285px;
    }
}
#menuClose #menuOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 17;
}
#menuClose .deactive {
    display: none;
}
#projectDetails {
    background: #f5f5f5;
    min-height: 100%;
    font-family: 'allerregular';
}
#projectDetails .content-block {
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
}
#projectDetails .project-image {
    width: 100%;
    margin-bottom: 5px;
}
#projectDetails .project-thumb {
    width: 100%;
    margin: 5px 0;
}
#projectDetails .owner-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
#projectDetails .project-name {
    margin: 0 0 10px 0;
    font-size: 1.5em;
}
#projectDetails .owner-name {
    font-size: 1.25em;
    display: inline-block;
    margin: 0 0 5px 0;
    text-decoration: none;
    color: black;
}
#projectDetails .message-button {
    display: block;
}
#projectDetails hr {
    margin: 10px 0;
}
#projectDetails .created-at {
    color: #777;
}
#projectDetails .project-info-container {
    position: relative;
    height: 50px;
}
#projectDetails .stats-section {
    position: absolute;
    right: 0;
    bottom: 0;
}
#projectDetails .like {
    color: #999;
    text-decoration: none;
}
#projectDetails .stats-count-container {
    display: inline-block;
    width: 70px;
    margin: 0 3px;
    text-align: center;
    color: #999;
}
#projectDetails .stats-count-container .stats-count {
    font-size: 1.15em;
    display: block;
}
#projectDetails .stats-count-container .stats-label {
    font-size: 0.8em;
    display: block;
}
#projectDetails h2 {
    font-size: 1.25em;
    margin-bottom: 10px;
}
#projectDetails .comments .comment {
    padding: 5px 0;
    overflow: auto;
}
#projectDetails .comments .comment-response {
    padding-left: 40px;
}
#projectDetails .comments .comment-image {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
#projectDetails .comments .comment-author {
    font-weight: bold;
    text-decoration: none;
    color: #777;
}
#projectDetails .comments .comment-author:hover {
    color: #555;
}
#projectDetails .comments .comment-date {
    color: #999;
    font-size: 0.7em;
}
#projectDetails .comments .comment-content {
    display: block;
    margin-left: 50px;
}
#projectDetails .comments .send-comment textarea {
    height: 60px;
    width: calc(100% - 90px);
}
#projectDetails .comments .send-comment .send-comment-button {
    margin-top: 10px;
}
#projectDetails .comments .flat {
    color: #999 !important;
}
#projectDetails .comments .send-comment-button {
    float: right;
}
#projectDetails .comments .comment-actions {
    padding-left: 40px;
    clear: left;
    font-size: 0.9em;
}
#projectDetails .comments .comment-actions .btn-link {
    padding: 0 6px;
}
#projectDetails .comments .edit-comment-mode,
#projectDetails .comments .reply-comment-mode {
    display: none;
}
#projectDetails .comments .reply-comment-text,
#projectDetails .comments .updating-comment-text {
    width: calc(100% - 50px);
}
#projectDetails .comments .reply-comment-actions,
#projectDetails .comments .updating-comment-actions {
    text-align: right;
}
#projectDetails .comments .reply-comment-actions button,
#projectDetails .comments .updating-comment-actions button {
    height: 24px;
    padding: 3px 10px;
    font-size: 0.9em;
    color: #777;
}
#projectDetails .project-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
}
#projectDetails .related-project-name {
    text-decoration: none;
    color: #0967a3;
}
#projectDetails .related-project-name:hover {
    color: #0e88d9;
}
#projectDetails .edit-project {
    color: white;
    background-color: #d8d8d8;
    border: none;
    width: 100px;
}
@media screen and (max-width: 550px) {
    #projectDetails .project-info-container {
        height: auto;
    }
    #projectDetails .stats-section {
        position: static;
        margin-top: 10px;
        text-align: right;
    }
    #projectDetails .stats-count-container {
        width: 60px;
    }
    #projectDetails .stats-count-container .stats-count {
        font-size: 1em;
    }
    #projectDetails .stats-count-container .stats-label {
        font-size: 0.7em;
    }
    .project-thumbnail {
        margin-left: 0;
        width: 100%;
        max-width: 270px;
    }
    .project-thumbnail .project-thumbnail-image {
        width: 100%;
    }
    #myDesigns [data-role='elements'] {
        padding: 10px;
    }
}
.slideshow-trigger {
    cursor: pointer;
}
.slider {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /*overflow: auto;*/
}
.slider-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 99999px;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
    overflow: auto;
}
.slider-list li {
    display: inline-block;
    margin-right: 20px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}
.slider-list-container {
    width: calc(100% - 70px);
    display: inline-block;
    overflow: hidden;
    float: left;
}
.slider-left,
.slider-right {
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 85px;
    color: #888;
    float: left;
}
.user-projects-pagination-container {
    width: 100%;
    position: absolute;
    bottom: 0;
}
