.btn-client { 
background-color: #007662;
}
#page-footer {
    background-color: #252525;
    bottom: 0;
    clear: both;
    height: 100px;
    overflow: auto;
    position: absolute;
    width: 100%;
}
.btn-client { 
background-color: #26958d;
}

.btn-client { 
color: #000000;
}
.btn-client { 
color: #ffffff;
}
#header-block .header-section {
    padding-bottom: 0;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: left;
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-control.right {
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%)
}