section.duplicatable-content {
    padding-top: 60px;
}

section.inline-image-right {
    padding-top: 80px;
}


.centered-logo .logo {
    bottom: 0;
    margin-top: 10px;
    max-height: 100px;
    max-width: 800px;
}

.centered-logo .bottom-border {
    background: #00942a none repeat scroll 0 0;
    height: 4px;
    width: 100%;
}

.sub a {
    color: #fff;
}

footer.short ul li {
    float: left;
    margin-right: 16px;
}

.social-icons li,
.social-icons li a {
    font-size: 14px !important;
}

/*
.filters {
    display: none;
}*/

.hero-slider .slides li.overlay::before {

    opacity: 0 !important;

}

.background-image-holder.parallax-background {
    height: 100%;
    top: 0%;
}

.hero-slider .slides li h1 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-slider .slides li h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}

@media all and (max-width: 767px) {
    nav {
        max-height: 100px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }
    .centered-logo .logo {
        margin-top: 0;
        max-height: 80px;
        top: 5px;
    }
}
