#header {
    float: left;
    width: 100%;
}

#header a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    font-size: 15px;
}

#header-left {
    float: left;
    height: 50px;
}

#header-left:hover #header-left-icon {
    background-color: #3F8DBF;
}

#header-left:hover #header-left-text {
    background-color: #599BC8;
}

#header-left-icon {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-left-icon a {
    font-size: 25px;
}

#header-left-text {
    float: left;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-left-text a {
    padding-left: 20px;
    padding-right: 20px;
}

#header-right {
    float: right;
    height: 50px;
}

#header-right:hover #header-right-icon {
    background-color: #3F8DBF;
}

#header-right:hover #header-right-text {
    background-color: #599BC8;
}

#header-right-icon {
    float: right;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-right-text {
    float: right;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-right-text a {
    padding-right: 20px;
    padding-left: 20px;
}

#gallery {
    float: left;
    width: 100%;
}

#gallery-header {
    height: 100px;
    width: 100%;
    float: left;
}

#gallery-header-center {
    height: 100px;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}

#gallery-header-center-left {
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 32px;
}

#gallery-header-center-left-icon {
    float: left;
    height: 35px;
    width: 35px;
    background-color: rgba(63, 141, 191, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 20px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#gallery-header-center-left-icon:hover {
    background-color: rgba(63, 141, 191, 0.5);
    cursor: pointer;
}

#gallery-header-center-left-title {
    float: left;
    height: 35px;
    font-size: 25px;
    color: #3f8dbf;
    margin-left: 20px;
}

#project-filter-box {
    float: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
    vertical-align: top
}

.project-filter-links:before {
    left: 5px;
    top: 11px;
    width: 10px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #e5e4e7;
}

.project-filter-links {
    margin: 0 12px;
    border: none;
    color: #333431;
    font-size: 12px;
    line-height: 30px;
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
}

.project-filter-links:hover, .project-filter-links.current {
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    background-color: #c13c3c;
}

.project-filter-links.current:before, .project-filter-links:hover:before {
    display: none;
}

#gallery-content-center li {
    margin: 30px 0 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

#gallery-content-center li figure img {
    width: 100%;
}

.project-details {
    background-color: #fff;
    padding: 10px;
}

.project-details figure {
    margin: 0 0 25px
}

.project-details figure img {
    width: 100%;
}

.project-details h3 {
    margin: 0 0 12px;
}

.project-details p {
    margin: 0 0 16px;
}

.project-details > div {
    padding: 0 10px;
}

.close {
    color: #c13c3c;
    opacity: 1;
    font-size: 38px;
}

.glyphicon-chevron-left::before, .glyphicon-chevron-right::before {
    display: none;
}