/*BUTTONS*/
.btn-blue{
    background: #ea7d0a;
    color: white;
    border: 1px solid #F38D1E;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus{
    background: #f4ac5f;
    color: white;
    outline: none;
}

.btn-white{
    background: white;
    color: #fb8c22;
    border: 1px solid white;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus{
    background: white;
    color: #fb8c22;
    outline: none;
}

.btn-yellow{
    background: #fb8c22;
    color: white;
    border: 1px solid #fb8c22;
}
.btn.btn-yellow:hover, .btn.btn-yellow:active, .btn.btn-yellow:focus{
    background: #F38D1E;
    color: white;
    outline: none;
}

.btn-red{
    background: #FC4F68;
    color: white;
    border: 1px solid #FC4F68;
}
.btn.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red:focus{
    background: #FC4F68;
    color: white;
    outline: none;
}

.btn-white-red{
    background: white;
    color: #FC4F68;
    border: 1px solid #FC4F68;
}
.btn.btn.btn-white-red:hover, .btn.btn-white-red:active, .btn.btn-white-red:focus{
    background: white;
    color: #FC4F68;
    outline: none;
}

.btn-green{
    background: #00BFA6;
    color: white;
    border: 1px solid #00BFA6;
}
.btn.btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green:focus{
     background: #00BFA6;
     color: white;
     outline: none;
}

.btn-white-yellow{
    background: white;
    color: #F38D1E;
    border: 1px solid #F38D1E;
}
.btn.btn.btn-white-yellow:hover, .btn.btn-white-yellow:active, .btn.btn-white-yellow:focus{
    background: white;
    color: #F38D1E;
    outline: none;
}

.btn-white-blue{
    background: white;
    color: #F38D1E;
    border: 1px solid #C4C4C4;
}
.btn.btn.btn-white-blue:hover, .btn.btn-white-blue:active, .btn.btn-white-blue:focus{
    background: white;
    color: #F38D1E;
    outline: none;
}