/* #references h1.text-center,
#references .span9,
#references h2 {
    color: #fff;
}

#references .headline {
    border-color: #fff;
} */

.btn-download-cv {
    padding: 15px;
    border: 1px solid #252525;
    color: #252525 !important;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    top: 20px;
    position: relative;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.btn-download-cv:hover {
    background-color: #7a7a7a;
    color: #fff !important;

}

.references-slider .bx-wrapper .bx-pager,
.references-slider .bx-wrapper .bx-controls-auto {
    bottom: -25px;
}

.bx-wrapper .bx-controls-direction a {
    top: 45%;
}

@media (max-width: 767px) {
    #references .parallax-content {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #references .parallax-content {
        height: 400px;
    }
}

@media (min-width: 979px) {
    #references .parallax-content {
        height: 625px;
    }
}

#references .parallax-content-inner,
#references .parallax-content-inner .row,
#references .parallax-content-inner .row .span12,
#references .parallax-content-inner .row .span12 .references-slider {
    height: 100%;
}

#references .parallax-content-inner .row .span12 .references-slider .bx-wrapper {
    height: 88%;
}

ul.certificate li {
    display: inline-block;
}

.certificate-top{
    position: absolute;
    top: 210px;
    width: 100%;
}

.certificate-top li{
    display: inline-block;
}

.certificate-top li a{
    position: relative !important;
    border: none !important;
    width: 95px!important;
    height: auto !important;
}

.certificate-top li a:hover {
    background-color: unset !important;
}

.certificate-top li img{
    width: 100%;
}
