.gallery-container {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    /*-webkit-box-shadow: -1px 0px 19px rgba(20, 20, 20, 0.85);
    -moz-box-shadow: -1px 0px 19px rgba(20, 20, 20, 0.85);
    box-shadow: -1px 0px 19px rgba(20, 20, 20, 0.85);*/
    /*min-height: 800px;*/
    /*background: #f9f9f9;*/
    margin-top: 40px;
    padding: 40px;
}
.og-close {
    z-index: 1;
}
/*.og-expander-inner {
    padding: 45px 45px;
    height: 80%;
}*/
.og-close::before, .og-close::after {
    background: #fff;
	    height: 2px;
}
.og-close:hover::before, .og-close:hover::after {
    background: #fff;
}
.og-details h3 {
    /* font-weight: 300; */
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
	color: #fff;
}
.og-details p {
    /* font-weight: 400; */
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    padding-bottom: 20px;
}
.og-expander {
    background: #29292a;
}
.og-details a.link-button {
    color: #fff !important;
    cursor: pointer !important;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
}
.elastislide-wrapper {
     box-shadow: none; 
    -moz-box-shadow: none;
     -webkit-box-shadow: none; 
}
.wagwep-container ul#portfolio-filter li.current a {
    color: #333;
    font-weight: normal;
    background: #29292a;
    color: #fff;
	border-radius: 0;
}
.wagwep-container ul#portfolio-filter {
    border-bottom: none;
}