.uk-logo-inverse {
    height: 25px;
}

.sublogo {
    height: 25px;
}

.mobilelogo {
    height: 22px;
}

.el-image-ek {
    max-width: 450px;
}

#page\#5>[class*='uk-background-'] {
    min-height: 50vh;
}

.uk-margin-xlarge {
    margin-bottom: 0px !important;
}

*+.uk-margin-medium {
    margin-top: 5px !important;
}


/* .uk-margin-medium {
    margin-bottom: 5px;
} */

.payver1 {
    margin-bottom: 70px !important;
}

.altbr {
    line-height: 38px;
}

.fab,
.fas {
    font-size: xx-large;
}

.backbg {
    background-size: cover;
}

.newbuts {
    font-size: 15px;
    margin: 0;
    right: 0px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    overflow: visible;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 40px !important;
    background-color: #ff6450;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-position, border-color, box-shadow;
    letter-spacing: .4px;
    border-radius: 500px;
    background-origin: border-box;
    float: left;
}

.alerti {
    max-width: 185px;
}

.turunc {
    color: #ff6450 !important;
}

textarea {
    color: black;
}

.giz {
    display: none;
}

.orta {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.orta1 {
    left: 0;
    right: 0;
    margin: auto;
}

.orta2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.ortayaz {
    text-align: center;
}

.inaktifpic {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/* loader */

.loader {
    padding: 20px;
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    background-color: #000000ab;
    width: 100%;
    height: 100%;
}

.loader_ajax_small {
    border: 2px solid #f3f3f3 !important;
    border-radius: 50%;
    border-top: 2px solid #2D2D2D !important;
    width: 29px;
    height: 29px;
    -webkit-animation: spin_loader_ajax_small 2s linear infinite;
    animation: spin_loader_ajax_small 2s linear infinite;
    position: absolute;
}

@-webkit-keyframes spin_loader_ajax_small {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin_loader_ajax_small {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* /loader */

.uk-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (min-width: 320px) {
    .uk-heading-large {
        font-size: 40px;
    }
    .uk-heading-medium {
        font-size: 40px;
    }
    div.uk-heading-small.uk-margin-small {
        font-size: 32px;
    }
    .uk-heading-small {
        font-size: 32px;
    }
}

@media (min-width: 960px) {
    .uk-heading-small {
        font-size: 46px;
    }
    .uk-svg {
        width: inherit;
    }
}

@media (min-width: 1200px) {
    .uk-heading-large {
        font-size: 76px;
    }
}