.portfolio-form {
    font-size: 13px;
    padding-top: 15px;
}

.full {
    width: 100%;
}

.portfolio-form label {
    display: block;
    padding-bottom: 10px !important;
    font-weight: bold;
}

.form-group {
    padding-bottom: 15px;
}

.order-save-msg, .order-save-err, .loading {
    display: none;
}

#portfolio-sort-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
}

#portfolio-sort-list li {
    display: inline-block;
    /*float: left;*/
    width: 23%;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 12px 7px 0;
    position: relative;
}

#portfolio-sort-list img {
    width: 100%;
    border-radius: 5px;
}

.overlay h3 {
    margin: 0;
    padding: 0;
}

.overlay {
    color: #fff;
    display: none;
    background: #03899c url(../img/overlay.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    pointer-events: none;
}