mbs{
    display: block;
}

mbs.hiza{
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
    width: 90%;
    max-width: 1180px;
    min-width: 300px;
    /*overflow: hidden;*/
}

mbs.hiza:before,
mbs.hiza:after{
    content: " ";
    display: table;
    clear: both;
}

mbs.hiza.icerik{
    min-height: calc(100% - 56px - 90px);
}

mbs.alan{
    float: left;
    min-height: 1px;
    /*position: relative;*/
    z-index: 5;
    padding: 12px 5px;
}

mbs.alan:before,
mbs.alan:after{
    content: " ";
    display: table;
    clear: both;
}

/*
[class*="alan"] + [class*="alan"]:last-child {
    float: right;
}
*/

mbs.alan.hizaSol{
    width: calc(8.333333% * 2.6);
}
mbs.alan.hizaOrta{
    width: calc(8.333333% * 7);
}
mbs.alan.hizaSag{
    width: calc(8.333333% * 2.4);
}



mbs.yukleniyor{
    float: left;
    margin: 0 auto;
    height: 12px;
    width: 12px;
    background: url("/tasarim/yukleniyor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: calc(50% - 6px);
    top: -24px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
mbs.yukleniyor.doluyor{
    top: calc(46px - 24px);
}

mbs.yuklen_bar{
    width: 100%;
    background: #fefefe;
    height: 2px;
}
mbs.yuklen_bar.doluyor{
    background: rgb(78, 110, 236);
}