/*all*/
.btn, .sppb-btn{text-transform:uppercase;border:0px!important;}
.btn:focus, .sppb-btn:focus{box-shadow:none!important;outline:none!important;opacity:0.5;}
.btn:hover .fa, .sppb-btn:hover .fa{color:#000!important;}

/*top*/
.sppb-btn-default.contact-top:hover {
    background: #000!important;
    color: #fff!important;
}


/*default*/
.sppb-btn-default {
    background: transparent!important;
    color: #333f48 !important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 0px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    position:relative;
}

.sppb-btn-default:hover{
    background: transparent!important;
    color: #333f48 !important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 0px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    opacity:0.5;
}

.sppb-btn-default:after {
    content: '';
    position: absolute;
    background: #333f48;
    width: 50%;
    bottom: 0;
    top: 0;
    height: 2px;
    margin: auto;
    margin-left:10px;
    transition:0.5s ease;
}

.sppb-btn-default:hover:after {
    content: '';
    position: absolute;
    background: #333f48;
    width: 20%;
    transition:0.5s ease;opacity:0.5;
}

/*primary*/
.sppb-btn-primary {
    background: transparent!important;
    color: #fff !important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 0px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    position:relative;
}

.sppb-btn-primary:hover{
    background: transparent!important;
    color: #fff !important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 0px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    opacity:0.5;
}

.sppb-btn-primary:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 50%;
    bottom: 0;
    top: 0;
    height: 2px;
    margin: auto;
    margin-left:10px;
    transition:0.5s ease;
}

.sppb-btn-primary:hover:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 20%;
    transition:0.5s ease;opacity:0.5;
}

/*videoslide*/
.videoslide-btn.sppb-btn-default {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius:50px;
    line-height: 0!important;
    padding: 18px 25px!important;
}

.videoslide-btn.sppb-btn-default:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}


/*button#bfSubmitButton*/

button#bfSubmitButton {
    background: transparent!important;
    color: #333f48 !important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 0px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    position:relative;
    margin-top: 20px;
}

button#bfSubmitButton:hover{
    background: transparent!important;
    color: #333f48 !important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 0px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    opacity:0.5;
}

button#bfSubmitButton:after {
    content: '';
    position: absolute;
    background: #333f48;
    width: 50%;
    bottom: 0;
    top: 0;
    height: 2px;
    margin: auto;
    margin-left:10px;
    transition:0.5s ease;
}

button#bfSubmitButton:hover:after {
    width: 20%;
    transition:0.5s ease;opacity:0.5;
}



/*contact-top*/
.contact-top {
    text-transform: uppercase;
}


/*map*/
.leaflet-popup-content-wrapper a {
    background: #333f48 !important;
    color: #fff!important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 12px 18px!important;
    border: 0px!important;
    font-size: 12px!important;
}

.leaflet-popup-content-wrapper a:hover{
    background: #333f48 !important;
    color: #fff!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:0.5!important;
}

/*mobile*/
@media (max-width: 767px){
.btn, .sppb-btn, .videoslide-btn.sppb-btn-default {
    font-size: 12px!Important;
    padding: 0px!important;
}}