.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;
}

/* Belgelerimiz (Documents) page styles */
.belgeler-tab {
    float: left;
    width: 40%;
    font-family: "LatoLatinWeb", sans-serif;
}

.belgeler-tab button {
    display: block;
    background-color: inherit;
    color: #444444;
    padding: 12px 14px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
}

.belgeler-tab button:hover {
    color: #000000;
}

.belgeler-tab button.active {
    color: #000000;
    font-weight: bold;
}

.belgeler-tabcontent {
    float: left;
    padding: 0 12px;
    width: 60%;
    font-family: "LatoLatinWeb", sans-serif;
}

.belgeresimx {
    width: 100%;
    max-width: 500px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .belgeler-tab,
    .belgeler-tabcontent {
        float: none;
        width: 100%;
    }
}
