.staff__list .staff__item {
    list-style-type: none;
}
.home-layout .wrap__testimonials {
    background: rgb(72 218 31);
}
.form {
    background-color: rgb(29 73 12);
}
.wrap__form.horizontal:before {
    background-color: rgb(72 218 31);
}
.logo__title {
    font: 18px / 1.2 "quicksand-medium", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
}
.slider__title {
    text-shadow: 2px 2px 2px #ffffff;
}
.slider__caption {
    text-shadow: 2px 2px 2px #ffffff;
}
.slider__button a {
    border: 2px solid #000000;
    color: #000000;
}
.slider__title {
    color: #000000;
}
.slider__caption {
    color: #000000;
}


/*--------------POPUP------------*/
#imagescontainer {
    z-index: 9999;    
    width: 100%;
    height: 100%;
    position: fixed;
    visibility:hidden;
    display:none;
    background-color: rgba(22,22,22,0.5);
}
.showimages {
    background: #e1e1e1;
    margin: 0 auto;
    width: 90%;
    max-width: 570px;
    position: relative;
    z-index: 41;
    top: 5%;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: #03b23f;
    padding-bottom: 20px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.showimages img{
    padding: 10px;
   margin-top: 10px;
}
a.close-modal {
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
    background: #3e3e3e;
    width: 37px;
    border-radius: 5px;
}
/*--------------POPUP------------*/

.cstm-banner img {
    margin-top: 20px;
}

.cstm-banner {
    text-align: center;
}


.cstm-banner a {
    text-align: center;
    font-size: 18pt;
}