.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

#portfolio-wrap {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block
}

#portfolio-wrap .one-third {
    margin: 0;
    overflow: hidden;
    line-height: 0;
    width: 20%;
    padding: 0
}

.portfolio-item.current {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .37);
    z-index: 101
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.portfolio-item .portfolio-image {
    overflow: hidden;
    display: block;
    position: relative
}

.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto
}

.portfolio .portfolio-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 4;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #e62e00
}

.portfolio>a,
.portfolio>a:hover {
    color: #fff
}

.portfolio-item .portfolio>a:hover>.portfolio-overlay {
    opacity: 1;
    -moz-opacity: 1
}

.portfolio>a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio>a:hover img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio .thumb-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio a:hover .portfolio-overlay .thumb-info {
    opacity: 1;
    -moz-opacity: 1
}

.portfolio-overlay .thumb-info i {
    top: 58%;
    font-size: 50px
}

.portfolio-overlay .thumb-info h3 {
    top: 38%;
    font-size: 30px
}

.portfolio-overlay .thumb-info p {
    top: 50%;
    font-size: 13px
}

.portfolio-overlay .thumb-info h3 {
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center
}

.portfolio-overlay .thumb-info p {
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    font-weight: 700
}

.portfolio-overlay .thumb-info i {
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    display: block
}

#project-navigation {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 1
}

#portfolio {
    padding-bottom: 0
}

.container-gallery {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0
}

.container-gallery .sixteen.columns {
    width: 940px
}

.title-gallery {
    text-align: center
}

.title-gallery h1 {
    font-size: 37px;
    font-family: BebasNeueRegular, sans-serif;
    text-transform: uppercase;
    position: relative;
    line-height: .8;
    margin-bottom: 20px;
    line-height: .8;
    display: inline-block;
    padding: 10px 10px 3px;
    background: #ffd600;
    color: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 0 3px #ffd600
}

.title-gallery h1 {
    line-height: .8
}

.row-gallery:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}