/********** calluot */

.bs-callout {
    background-color: #FFFFFF;
    color: #e86b28;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-left: 5px solid #385777;
    border-radius: 0;
}

.bs-callout h1, .bs-callout h2, .bs-callout h3, .bs-callout h4, .bs-callout h5, .bs-callout h6 {
    margin-top: 0;
}

.bs-callout i {
    background-color: #385777;
    border-radius: 50%;
    line-height: 28px;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 30%;
    left: 0px;
    margin-top: -14px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

/**
* Taksit Secenekleri
 */

.banka {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .banka {
        margin: 15px;
    }
}

.banka .title {
    text-align: center;
    padding-top: 10px;
}

.banka .satir {
    border-left: 1px solid #f1f1f1;
    float: left;
    font-size: 13px;
    width: 100%;
}

.banka .first {
    color: #FF0000;
    font-weight: 600;
}


.banka .satir:hover {
    background-color: #f1f1f1;
}

.banka .first:hover {
    background-color: #fff;
}


.banka .satir .sol, .banka .satir .sag, .banka .satir .rakam {
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    float: left;
    padding: 5px 8px;
    width: 45%;
    text-align: center;
}

.banka .satir .rakam {
    color: #FF0000;
    font-weight: 600;
    width: 10%;
}

.banka .first .rakam {
    border: none;
}