.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%;
}

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

/*.side-bar li {
    border-bottom: 1px dotted #d7d7d7;
}

.side-bar li a:hover {
    background: transparent;
}

.side-bar li a:focus {
    background: transparent;
}*/

span.fa {
    width: 30px;
    height: 22px;
    text-align: center;
    /*padding-left: 5px;*/
    /*padding-right: 2px;*/
    /*border: 1px solid red;*/
}

h4 {
    text-decoration: underline;
}

ul.facility {
    margin-left: 35px;
}

@media (max-width: 768px) {
    
    span.fa-check {
        width: 20px;
        height: 16px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    ul.facility li {
        font-size: 12px;
    }
    
}

ul.facility li {
    list-style: none;
    padding: 2px 0;
}

ul.facility span {
    color: #4ab907;
}

