/* Portfolio Container */
#fgp-portfolio {
    font-family: "Open Sans", Arial;
    text-align: center;
}

/* Filters */
#fgp-filters {
    list-style: none;
    margin: 0;
    display: inline-block;
}

#fgp-filters li {
    float: left;
}

#fgp-filters li a {
    font-family: 'Open Sans', sans-serif;
    margin-right: 8px !important;
    margin-bottom: 5px !important;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 15px !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    box-shadow: none !important;
    color: #444;
    display: block;
}

#fgp-filters li a:hover {
    color: #037a89 !important;
}

/* Portfolio Grid */
#fgp-gallery {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
}

#fgp-gallery li {
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 12px 7px 0;
    position: relative;
}

#fgp-gallery img {
    width: 100%;
    border-radius: 5px;
}

#fgp-gallery .overlay {
    font-family: "Open Sans", Arial;
    color: #fff;
    display: none;
    background: #2f2f2f url(../img/overlay.png) no-repeat top center;
    opacity: .85;
    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;
    overflow: hidden;
}

#fgp-gallery .overlay h3 {
    display: inline-block;
    font-size: 15px !important;
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#fgp-gallery .overlay p {
    font-size: 13px;
    color: #fff !important;
}

/* Required for MixItUp filters */
#fgp-gallery .mix {
    display: none;
}

/* Helpers */
.clearfix {
    clear: both;
}