#sp-header .logo a {
    position:  absolute;
    top: 0;
}
.logo-image {
    top: 0 !important;
}
.logo-image {
    height: 180px;
    position: relative;
    top: 65px;
}
.sp-page-title {
    background: #000000 !important;
}
.sp-page-title h2 {
    margin: 0;
    text-align: center;
    color: #fff;
}
.sp-page-title .breadcrumb {
    display: block;
    text-align: center;
}
.breadcrumb-item {
    text-align: center;
    display: inline;
}
ol.breadcrumb li.float-left {
    float: none !important;
    display: inline-block;
}
.sppb-btn-lg {
    padding: 20px 30px 20px 65px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 5px;
}
.sppb-btn-lg {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    background-image: url(/images/button-icon.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 10px 25px;
    transition: all .15s ease-in-out;
}
.sppb-btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.sppb-btn-default {
    color: #010101;
    background-color: #eff1f4;
    background-image: url(/images/button-icon-dark.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 10px 25px;
}
