.loadingLoader {
    position: fixed;
    z-index: 4000;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}
.loadingLoader img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px !important;
}

/* Menu parent items uppercase fix for Turkish characters */
.menu-parent-uppercase {
    text-transform: uppercase;
}
