.btn{
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
    background-color: #28a745;
}

.btn-success {
    background-color: #23953F;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-landing:hover,
.btn-landing:focus,
.btn-landing:active,
.btn-landing:active:focus {
    background-color: #1e7e34;
    box-shadow: none;
}

.btn-danger{
    background-color: #EB4034;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus{
    background-color: #D43428;
}

.btn-default {
    color: #666666;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus{
    background-color: #F5F5F5;
    border: 1px solid #d9d9d9;
    color: #777;
}

.btn-file {
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.input-group-btn{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    margin-left: -1px;
}

.input-group-btn .btn-file{
    width: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.item-payment-methods .btn-default{
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 33px;
    text-transform: none;
}

.item-payment-methods .btn-default:hover,
.item-payment-methods .btn-default:focus,
.item-payment-methods .btn-default:active,
.item-payment-methods .btn-default:active:focus{
    box-shadow: none;
    background-color: #F5F5F5;
}

/*Headlines slider button - ovo treba da se prebecai u konkretan blok */
.handlines-sldier .item .btn{
    background: transparent;
}