/*
#kt_header {
    margin: 1rem auto 0 auto;
    max-width: 1360px;
}
*/

.kt-menu__heading {
    color: white !important;
    font-weight: bold !important;
    font-size: 21px !important;
}

.kt-header-menu {
    margin-right: 25px;
}

@media (min-width: 1025px) {
    .kt-header__li-right {
        position: fixed !important;
        right: 0 !important;
        padding: 0.75rem !important;
        margin-right: 25px !important;
    }
}

.kt-menu__link-ozel {
    padding: 3px 8px !important;
}

.kt-sc {
    background-image: url('../Content/_layout/images/bseu2.jpg');
    position: relative;
    margin: 2rem auto 2rem auto;
}

.kt-sc .kt-sc__bottom {
    padding-bottom: 5rem !important;
}

@media (min-width: 1429px) {
    .kt-sc {
        width: 1330px;
        margin: 2rem auto 2rem auto;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.kt-sc__title--4xl {
    font-size: 6rem !important;
    color: #fff;
    opacity: 1.0 !important;
    z-index: 1;
}

.kt-sc__title--xxl {
    font-size: 3rem !important;
    color: #fff;
    opacity: 1.0 !important;
    z-index: 1;
}

.gradianx {
    background: linear-gradient(135deg, #ce1b28 0%, #111111 74%);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    top: 0;
    webkit-linear-gradientidth: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.kt-vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kt-link {
    font-size: 1.2rem;
    margin: 5px 0 5px 0;
    color: #5d78ff;
}

.kt-link-l {
    font-size: 2rem;
    margin: 5px 0 5px 0;
    color: #5d78ff;
}

.color-red {
    color: red;
}

.kt-table__header-title-l {
    font-size: 1.3rem !important;
}

.kt-table__cell-nowrap {
    white-space: nowrap !important;
}

.kt-table__cell-vertical-center {
    vertical-align: middle !important;
}

.kt-table__td-first {
    width: 200px;
}

select {
    padding-right: 35px !important;
}

@font-face {
    font-family: LineAwesome;
    src: url("../fonts/line-awesome.woff2");
}