/*all*/
.btn, .sppb-btn{text-transform:uppercase;border:0px!important;font-family: 'fang';}
.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: #ff0000!important;
    color: #fff!important;
    border-radius: 8px!important;
    line-height: 0!important;
    padding: 25px 25px!important;
    font-size: 16px!important;
}

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

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

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


/*videoslide*/
.videoslide-btn.sppb-btn-default {
    background: #ff0000!important;
    color: #fff!important;
    line-height: 0!important;
    padding: 25px 25px!important;
    margin-top: 30px;
    font-size: 16px!important;
    border-radius: 8px!important;
}

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


/*button#bfSubmitButton*/
button#bfSubmitButton {
    background: #ff0000!important;
    color: #fff!important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 25px 25px!important;
    border: 0px!important;
    font-size: 14px!important;
}

button#bfSubmitButton:hover{
    background: #000!important;
    color: #fff!important;
    border-radius: 50px;
    opacity:1!important;
}


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


/*map*/
.leaflet-popup-content-wrapper a {
    background: #ff0000!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: #171717!important;
    color: #fff!important;
    line-height: 0!important;
    opacity:1!important;
}

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