 #recent-works {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
	 padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}
#recent-works .links > a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #2dcc70;
    text-shadow: none;
}
ul.gallery {
    display: block;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}
ul.gallery.col-1 li {
    width: 100%;
}
ul.gallery.col-2 li {
    width: 50%;
}
ul.gallery.col-3 li {
    width: 33.3333%;
}
ul.gallery.col-4 li {
    width: 25%;
}
ul.gallery li {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.gallery li .desc {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}
ul.gallery li .preview {
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
}
ul.gallery li .preview .overlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-delay: 0s;
    transition-duration: 300ms;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 100%;
}
ul.gallery li .preview .links {
    height: 40px;
    left: 50%;
    margin-left: -52px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50px);
    transition-delay: 0s;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease;
    width: 104px;
}
ul.gallery li .preview .links > a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2dcc70;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    width: 50px;
}
ul.gallery li .preview:hover .overlay, ul.gallery li .preview:hover .links {
    opacity: 1;
}
ul.gallery li .preview:hover .links {
    transform: translate(0px, 0px);
}
ul.faq {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
ul.faq li {
    margin-top: 30px;
}
ul.faq li:first-child {
    margin-top: 0;
}
ul.faq li span.number {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2dcc70;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
ul.faq li > div {
    margin-left: 70px;
}
ul.faq li > div h3 {
    margin-top: 0;
}

.gap {
    margin-bottom: 50px;
}
.big-gap {
    margin-bottom: 100px;
}