.wrapper-ourstory .section {
    width: 100%;
    float: left;
    padding: 30px 0;
    border-top: 1px solid #ccc;
}
@media (max-width: 699px){
    .wrapper-ourstory .section {
        text-align: center;
    }
}

.wrapper-ourstory .section.first {
    border: none;
    margin: 0;
    padding-top: 0;
}

.wrapper-ourstory .section h1, .wrapper-ourstory .section h1 a, .wrapper-ourstory .section h2, .wrapper-ourstory .section h2 a {
    font-size: 32px;
    font-weight: normal;
    text-decoration: none;
}

.wrapper-ourstory .section h3 {
    font-size: 22px;
}

@media (max-width: 699px){
    .wrapper-ourstory .section > p {
        padding: 0 10px;
    }
}

.wrapper-ourstory .section .cta-blog {
    font-family: "ltc-bodoni-175", Georgia, serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}

.image-slider {
    margin: 0;
    padding: 0!important;
}

.image-slider li img {
    width: 100%;
    height: auto;
}

.image-slider-thumbs {
    margin: 0;
    padding: 0!important;
}

.image-slider-thumbs li {
    float: left;
    width: 10%;
    border: 3px solid white;
}

.image-slider-thumbs li img {
    width: 100%;
    height: auto;
}

.image-grid {
    margin: 0;
    padding: 0!important;
    text-align: justify;
}

.image-grid li {
    display: inline-block;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.image-grid li img {
    width: 100%;
    height: auto;
}

.image-grid.grayscale li img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: 0.6s all ease;
}

.image-grid.grayscale img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.6s all ease;
}

.image-grid li .list-wrapper {
    position: relative;
}

.image-grid li .list-wrapper .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255,0.7);
    opacity: 0;
    z-index: 1;
    transition: 0.6s all ease;
}
.image-grid li .list-wrapper:hover .info {
    opacity: 1;
    transition: 0.6s all ease;
}

.image-grid li .info h4 {
    width: 100%;
    font-size: 18px;
}

.image-grid-3 li {
    width: 33%;
    margin-bottom: 17px;
}
@media (max-width: 699px){
    .image-grid-3 li {
        width: 49%;
    }
}

.wrapper-ourstory .flexslider {
    border: none;
    margin: 0;
    box-shadow: none;
}

.wrapper-ourstory .flexslider ul, .wrapper-ourstory .flexslider ol {
    list-style: none;
    padding: 0!important;
}

.wrapper-ourstory .flexslider .flex-control-thumbs li {
    width: auto;
    height: 50px;
}
@media (max-width: 699px){
    .wrapper-ourstory .flexslider .flex-control-thumbs li {
        height: auto;
        width: 24%!important;
        margin: 0.5%;
    }
}

.wrapper-ourstory .flexslider .flex-control-thumbs li img {
    width: auto!important;
    height: 100%!important;
}
@media (max-width: 699px) {
    .wrapper-ourstory .flexslider .flex-control-thumbs li img {
        width: 100%!important;
        height: auto!important;
    }
}

.wrapper-ourstory .flexslider .flex-direction-nav {
    display: none;
}