/* Added 22092016 */
/* Helpers */
.img-responsive {
   display: block;
   width: 100% \9;
   max-width: 100%;
   height: auto;
}

/* Gallery */
.gallery_images
.home_gallery {
    width: 100%;
}

.home_gallery ul,
.gallery_images ul {
    padding: 0;
}

.home_gallery ul li,
.gallery_images ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 31.723%;
    height: 200px;
    background: no-repeat top center;
    background-size: cover;
}

.home_gallery ul li a,
.gallery_images ul li a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.home_gallery ul li a span {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

#mobile-navigation {
    display: none;
}

#navigation.sticky {
    position: fixed;
    width: 100%;
}

#navigation.sticky ul li:first-child {
    margin-left: 0;
}

.timeline-Widget {
    border-radius: 0 !important;
}

#side-column .mobile-sub-nav {
    display: none;
}

#side-column .sub-navigation {
	display: block;
}

#mobile-nav {
    display: none;
}

.project p {
    padding-top: 0;
    padding-bottom: 0;
}

#project-table tr td {
    display: inline;
}

.projects .social-box {
    position: absolute;
    height: 400px;
    width: 312px;
    right: 0;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Search Results */
#content-column.search {
    width: 100%;
}

/* Newsletter */
.status {
    width: 200px;
    padding: 5px 10px;
}

.status-alert {
    background-color: #f1a899;
    color: #000;
}

.status-success {
    background-color: #84A00C;
    color: #FFF;
}