.slidder-container {
    background-image: url(../images/intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 50px;
    border-bottom: 1px solid #3b7a51;
    padding-top: 14%;
    padding-bottom: 3%;
}

@media (min-width: 992px) {
    .slidder-container {
        /*position: absolute;*/
        /*width: 100%;*/
    }
}

.slidder-container h1 {
    color: #ffffff;
}

.ico {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #e4a853;
    border-radius: 50%;
}

.keep {
    color: #333239;
}

.keep:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #e4a853;
    bottom: -1px;
    left: 50%;
    margin-left: -80px;
}

.keep:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background: #e4a853;
    bottom: -3px;
    left: 50%;
    margin-left: -30px;
}

h2.h5 {
    color: #333239;
}

.brown {
    color: #e4a853;
}