
.footer-rect {
    position: absolute;
    z-index: 20;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 60px;
    margin-bottom: -88px;
}

.footer-rect{
    top: -56px;
}

.sl-content2{
    background-color: rgba(227,219,191, 0.2);
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 25px;
    -webkit-box-shadow: 0 0 0 8px rgba(227,219,191, 0.5) inset, 0 0 0 8px rgba(227,219,191, 0.2);
    -moz-box-shadow: 0 0 0 8px rgba(227,219,191, 0.5) inset, 0 0 0 8px rgba(227,219,191, 0.2);
    box-shadow: 0 0 0 8px rgba(227,219,191, 0.5) inset, 0 0 0 8px rgba(227,219,191, 0.2);
}

.sl-content2 p{
    font-size: 22px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.button {
    padding: 6px 30px;
    color: #ffffff;
    border: 1px solid;
    font-size: 18px;
    font-family: inherit;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #008036;
    border-color: #008036;
}

.button:hover{
    color: #008036;
    background-color: rgba(227,219,191, 0.8);
}

.button.large{
    height: auto;
    padding: 7px 30px;
    font-size: 2em;
}

.breadcrumb a{
    color: #008036;
}
.breadcrumb a:last-child{
    color: #000000;
}
@media only screen and (max-width: 992px) {
    .blog-item {
        text-align: left;
    }
}
.blog-item li {
    display: list-item !important;
}

@media only screen and (max-width: 1200px){
    .button {
        font-size: 18px;
    }
    .button.large{
        height: auto;
        padding: 7px 30px;
        font-size: 2em;
    }
}

@media only screen and (max-width: 992px){
    .button {
        font-size: 15px;
    }
    .button.large{
        height: auto;
        padding: 7px 23px;
        font-size: 2em;
    }
}

@media only screen and (max-width: 768px){
    .button {
        font-size: 14px;
    }
    .button.large{
        height: auto;
        padding: 6px 18px;
        font-size: 2em;
    }
}

@media only screen and (max-width: 480px){
    .button {
        font-size: 13px;
    }
    .button.large{
        height: auto;
        padding: 5px 14px;
        font-size: 2em;
    }
}

@media only screen and (max-width: 400px){
    .button {
        font-size: 12px;
    }
    .button.large{
        height: auto;
        padding: 4px 10px;
        font-size: 2em;
    }
}