@import url('fonts.css');
@import url('card-theme.css');

html, body {
    -webkit-font-smoothing: subpixel-antialiased;
    scroll-behavior: smooth;
}

.etkinliknotfound {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.7rem;
}


.ic-golge {
    /*-webkit-box-shadow: inset 0px 8px 64px -21px rgba(0,0,0,0.32);
    box-shadow: inset 0px 8px 64px -21px rgba(0,0,0,0.32);*/
}

.dsp-none {
    display: none !important;
}

header {
    position: relative; 
}

@media (max-width: 991.99px) {

    header.ana-sayfa {
        background-image: url(../img/doku2.png);
        background-repeat: repeat;
        background-size: contain;
        background-color: rgba(4, 62, 68, 1);
        background-size: 4rem;
    }
}

header section.header {
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-color: rgba(4, 62, 68, 1);
    background-size: 4.5rem;
    background-position-y: center;
}

header .container {
    padding: 0;
    position: relative;
}

@media (min-width: 992px) {

    header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4234;
        background: rgba(4, 62, 68, .7);
    }

        header section.header {
            background: rgba(4, 62, 68, .2);
            background-image: none;
        }
}

header.detay-sayfasi section.header {
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-color: rgba(4, 62, 68, 1);
    background-size: 4.5rem;
    background-position-y: center;
}

header.detay-sayfasi {
    position: relative;
    display: block;
}

header .anasayfa__hizli-erisim__section {
    background: #021D21;
    color: #ffffff;
    padding: .3rem;
    display: relative;
}

    header .anasayfa__hizli-erisim__section .top-nav {
        height: 1.5rem;
    }

        header .anasayfa__hizli-erisim__section .top-nav a {
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
        }

        header .anasayfa__hizli-erisim__section .top-nav .text a {
            text-decoration: none;
            color: #ffffff;
        }

        header .anasayfa__hizli-erisim__section .top-nav .sosyal-medya__item {
            background-color: #E5E5E5;
            color: #021D21;
            width: 1.4rem;
            margin-left: .3rem;
            text-align: center;
        }

            header .anasayfa__hizli-erisim__section .top-nav .sosyal-medya__item a {
                color: #021D21;
                text-decoration: none;
            }

            header .anasayfa__hizli-erisim__section .top-nav .sosyal-medya__item i {
                font-size: .9rem;
                line-height: 0;
            }

            header .anasayfa__hizli-erisim__section .top-nav .sosyal-medya__item:first-child {
                margin-left: 0;
            }

@media (max-width: 991.98px) {

    .header .anasayfa__hizli-erisim__section .top-nav .sosyal-medya {
        display: none;
    }
}

header .arrow-up {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 175px;
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: rgba(6, 77, 89, .6) transparent;
    display: block;
    width: 0;
}

header .arrow-down {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 185px;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #021D21 transparent;
    display: block;
    width: 0;
}

@media (max-width: 991.98px) {

    header .arrow-down,
    header .arrow-up {
        display: none;
        visibility: hidden;
    }
}

header section.header .logo {
    padding: 1rem 0;
    width: 50%;
}

    header section.header .logo img {
        height: 6rem;
    }

@media (max-width: 991.98px) {

    header section.header > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header section.header .logo {
        padding: 1rem;
        width: 100%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

header section.header .logo div {
    padding-left: 1rem;
}

    header section.header .logo div span {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.6rem;
    }

        header section.header .logo div span:first-child {
            text-transform: uppercase;
            font-size: 1.6rem;
        }

header section.header .arama {
    width: 30%;
}

@media (max-width: 991.98px) {

    header {
        padding-top: 52px !important;
    }

        header section.header .logo div {
            padding-top: 1rem;
        }

            header section.header .logo div span {
                font-size: 1rem;
            }

                header section.header .logo div span:first-child {
                    font-size: 1.4rem;
                }

        header section.header .arama {
            width: 100%;
        }
}

header section.header .arama input {
    background: rgba(255, 255, 255, .3);
    border: solid 1px #fff;
    border-radius: 0;
    padding: .5rem;
    color: #ffffff;
}

header section.header .arama button {
    border-radius: 0;
}

header section.header .arama i {
    color: #ffffff;
}

header section.header .arama input:focus {
    background: rgba(255, 255, 255, .2);
    border: 0;
    border-radius: 0;
    padding: .5rem;
}

header section.header .arama input::-webkit-input-placeholder,
header section.header .arama textarea::-webkit-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff;
}

header section.header .arama input:-ms-input-placeholder,
header section.header .arama textarea:-ms-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff;
}

header section.header .arama input::-ms-input-placeholder,
header section.header .arama textarea::-ms-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff;
}

header section.header .arama input::placeholder,
header section.header .arama textarea::placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff;
}

header section.anasayfa__nav {
    background: rgba(22, 103, 111,.7)
}



/* Carousel Baslangic */

.anasayfa__carousel__section {
    position: relative;
    min-height: 100%;
}

.anasayfa__carousel__container .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vmin;
}

@media (max-width: 991.98px) {

    .anasayfa__carousel__container .carousel-item {
        background-attachment: fixed;
        background-attachment: scroll;
    }
}

.anasayfa__carousel__container .carousel-item::before {
    background-color: rgba(6, 77, 89, .20);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    z-index: 12;
    width: 100%;
}

.anasayfa__carousel__container .sdu-carousel .carousel-caption {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    width: 100%;
    z-index: 45;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

    .anasayfa__carousel__container .sdu-carousel .carousel-caption .container {
        padding-right: 20%;
    }

        .anasayfa__carousel__container .sdu-carousel .carousel-caption .container h2 {
            font-family: 'Raleway', sans-serif;
            font-weight: 700;
            font-size: 3.5rem;
            color: #ffffff;
            margin-bottom: 0;
            text-shadow: 2px 2px rgba(0,0,0,.5);
        }

        .anasayfa__carousel__container .sdu-carousel .carousel-caption .container h4 {
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            font-size: 2.5rem;
            color: #ffffff;
            text-shadow: 2px 2px rgba(0,0,0,.5);
        }

        .anasayfa__carousel__container .sdu-carousel .carousel-caption .container p {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 1rem;
            color: #ffffff;
            padding: 2rem 0 1.5rem 0;
            text-shadow: 1px 1px rgba(0,0,0,.5);
        }

        .anasayfa__carousel__container .sdu-carousel .carousel-caption .container a {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: .85rem;
            color: #ffffff;
            text-decoration: none;
        }

            .anasayfa__carousel__container .sdu-carousel .carousel-caption .container a button {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: .80rem;
                padding: .4rem 3rem;
                color: #ffffff;
                background: #E10613;
                border: solid 1px #E10613;
                -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .2);
                box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .2);
                text-decoration: none;
            }

@media (max-width: 991.98px) {

    .anasayfa__carousel__container .sdu-carousel .carousel-caption {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .anasayfa__carousel__container .sdu-carousel .carousel-caption .container {
            padding: 1rem;
            text-align: center
        }

            .anasayfa__carousel__container .sdu-carousel .carousel-caption .container h2 {
                font-size: 1.7rem;
            }

            .anasayfa__carousel__container .sdu-carousel .carousel-caption .container h4 {
                font-size: 1.3rem;
                padding-bottom: 1rem
            }

            .anasayfa__carousel__container .sdu-carousel .carousel-caption .container p {
                display: none;
            }

            .anasayfa__carousel__container .sdu-carousel .carousel-caption .container a {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: .85rem;
                color: #ffffff;
                text-decoration: none;
            }

                .anasayfa__carousel__container .sdu-carousel .carousel-caption .container a button {
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: .80rem;
                    padding: .4rem 3rem;
                    color: #ffffff;
                    background: #E10613;
                    border: solid 1px #E10613;
                    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .3);
                    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .3);
                    text-decoration: none;
                }
}

.anasayfa__carousel__container .sdu-carousel .indicators {
    position: absolute;
    width: 100%;
    top: 40%;
    right: 0;
    text-align: left;
    z-index: 50;
    margin: 0;
    padding: 0;
    text-align: right;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.anasayfa__carousel__container .sdu-carousel div.indicators .container {
    position: relative;
}

.anasayfa__carousel__container .sdu-carousel div.carousel-indicators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: 50%;
    right: 0;
}

    .anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div {
        cursor: pointer;
        position: relative;
    }

        .anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            width: 2rem;
            height: 100%;
            border-radius: 50%;
            background-repeat: repeat;
            background-color: rgba(255, 255, 255, 0.2);
        }

        .anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div.active {
            -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .1);
            box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .1);
            border-radius: 50%;
        }

            .anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div.active::before {
                background: rgba(0, 0, 0, 0);
            }

        .anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div img {
            width: 2rem !important;
            height: 2rem !important;
            -o-object-fit: cover;
            object-fit: cover;
            image-rendering: auto;
            image-rendering: crisp-edges;
            -ms-interpolation-mode: nearest-neighbor;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: -moz-crisp-edges;
            image-rendering: -o-pixelated;
            image-rendering: pixelated;
            border-radius: 50%;
        }

@media (max-height: 1000px) {
    .anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div img {
        width: 5rem;
        height: auto;
    }

    .anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 2rem;
        height: 2rem;
        background: rgba(0, 0, 0, .5);
        border-radius: 50%;
    }

    .anasayfa__carousel__container .sdu-carousel .indicators {
        top: 40%;
    }
}

.anasayfa__carousel__container .sdu-carousel div.carousel-indicators > div:not(:last-child) {
    margin-bottom: .7rem;
}

/* Carousel Bitis */

/* Anasayfa Duyurular Baslangic */

.anasayfa__duyurular__section {
    background: rgb(242, 242, 242);
    padding-bottom: .5rem;
    position: relative;
}

.anasayfa__duyurular__baslik {
    background-color: rgba(231, 73, 48, 1);
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-size: 6.25rem;
    background-position-y: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

@media (max-width: 991.98px) {

    .anasayfa__duyurular__baslik {
        top: 52px;
    }
}

.anasayfa__duyurular__baslik .baslik h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 1rem .6rem;
    font-size: 1.3rem;
}

.anasayfa__duyurular__baslik .icon {
    background: rgba(0,0,0,.3);
    background-image: none;
}

    .anasayfa__duyurular__baslik .icon img {
        width: 3.2rem;
        height: auto;
        padding: .35rem;
    }

.anasayfa__duyurular__baslik .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
    cursor: pointer;
}

    .anasayfa__duyurular__baslik .nav div.item img {
        width: 2.5rem;
        height: auto;
        padding: .25rem;
    }

.anasayfa__duyurular__section .anasayfa__duyurular__icerik {
    background: #ffffff;
}

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik > div {
        width: 100%;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item {
        position: relative;
        cursor: pointer;
    }

        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item:hover {
            background: rgba(248, 104, 80, .1);
        }

            .anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item:hover .panel {
                /*opacity: .87;*/
                background: #c53223 !important;
            }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child {
        border-right: solid .05rem #F86850;
        width: 50%;
        height: 16.8rem;
        line-height: 1.3rem;
        overflow: hidden;
    }

@media (max-width: 991.98px) {

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child {
        border: none;
        width: 100%;
    }
}

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child .tarih {
    position: absolute;
    top: .3rem;
    right: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: .80rem;
}

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child .icerik {
    text-align: justify;
    padding: 3rem 1.5rem 6rem 1.5rem;
}

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child .icerik a {
        text-decoration: none;
        color: #2e313d;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child .icerik span.baslik {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        display: block;
        text-align: center;
        padding-bottom: 1rem;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child .icerik span.aciklama {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: .95rem;
        text-align: justify;
    }

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child .panel {
    width: 100%;
    padding: 0 1rem;
    background: #F64B39;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
}

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .duyuru-item:first-child .panel > div i {
        font-size: 1rem;
        padding-right: .2rem;
    }

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag {
    width: 50%;
}

@media (max-width: 991.98px) {

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag {
            width: 100%;
        }
}

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item {
    width: 100%;
    height: 8.4rem;
    border: none;
    overflow: hidden;
    padding-bottom: 3rem;
    position: relative;
}

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item .icerik {
        padding: 0 1rem;
        text-align: justify;
    }



        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item .icerik a {
            text-decoration: none;
            color: #2e313d;
        }

        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item .icerik span.baslik {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            display: block;
            text-align: center;
            padding: 0 1.5rem;
        }

        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item .icerik span.aciklama {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            font-size: .9rem;
            text-align: justify;
        }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item .panel {
        width: 100%;
        padding: 0 0 0 1rem;
        background: #F64B39;
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: .7rem;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3rem;
        overflow: hidden;
    }



        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item .panel > div:first-child i {
            font-size: .9rem;
            padding-right: .2rem;
        }

        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top .top-sag .duyuru-item .panel > div:nth-child(2) {
            background: rgba(0,0,0,.2);
            color: rgba(255, 255, 255, .5);
            padding: 1rem;
            font-size: 1.5rem;
            font-family: 'Roboto Condensed', sans-serif;
            line-height: 1;
        }



.anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom {
    width: 100%;
}

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item {
        width: 33.33%;
        height: 10rem;
        overflow: hidden;
        padding-bottom: 3rem;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 1.3rem
    }

        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item:nth-child(1),
        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item:nth-child(2),
        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item:nth-child(4),
        .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item:nth-child(5) {
            border-right: solid .05rem #F86850;
        }

@media (max-width: 991.98px) {

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item {
        width: 100%;
        border: none !important;
    }
}

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .icerik {
    padding: 0 1rem;
    text-align: justify;
}

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .icerik a {
        text-decoration: none;
        color: #2e313d;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .icerik span.baslik {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        display: block;
        text-align: center;
        padding: 0 1.5rem;
    }

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .panel {
    width: 100%;
    padding: 0 1rem 0 0;
    background: #F86850;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    overflow: hidden;
}

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .panel > div:nth-child(2) i {
        font-size: 1rem;
        padding-right: .2rem;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .panel > div:first-child {
        background: rgba(0,0,0,.2);
        color: rgba(255, 255, 255, .5);
        padding: 1rem;
        font-size: 1.5rem;
        font-family: 'Roboto Condensed', sans-serif;
    }

.anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item {
    position: relative;
}

    /*.anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .panel:before {

    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    transform: translateX(-50%);
}*/

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item .panel:after {
        display: none;
    }

@media (max-width: 991.98px) {

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item .panel:after {
        content: "";
        position: absolute;
        top: 0;
        right: .35rem;
        border-width: 0 7px 7px 7px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 1) transparent;
        display: block;
        width: 0;
        -webkit-transform: rotate(180deg) translateX(.5rem);
        transform: rotate(180deg) translateX(.5rem);
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item:hover .panel:after {
        border-color: #fff0ed transparent;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .duyuru-item:hover {
        background: #fff0ed !important;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .top > .duyuru-item:first-child .panel:after {
        display: none;
    }

    .anasayfa__duyurular__section .anasayfa__duyurular__icerik .bottom .duyuru-item .panel:after {
        left: .35rem;
        -webkit-transform: rotate(180deg) translateX(-.5rem);
        transform: rotate(180deg) translateX(-.5rem);
    }
}

.anasayfa__duyurular-liste {
    background: rgba(255, 255, 255, .45);
}

    /*.anasayfa__duyurular-liste .anasayfa__duyurular-liste__item {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        padding: .5rem;
        width: 100%;
        border-bottom: 1px dashed rgba(246, 75, 57, .2);
    }

    .anasayfa__duyurular-liste div.anasayfa__duyurular-liste__item:last-child {
        border-bottom: none;
    }

    .anasayfa__duyurular-liste .anasayfa__duyurular-liste__item a {
        color: #2e313d;
        text-decoration: none;
    }

        .anasayfa__duyurular-liste .anasayfa__duyurular-liste__item a i {
            color: rgba(246, 75, 57, .8);
            text-decoration: none;
            font-size: .7rem;
        }*/


        /*Guncelleme 24.12.2019 */
    .anasayfa__duyurular-liste .anasayfa__duyurular-liste__item {
        padding: .5rem 1rem;
        width: 100%;
        border-bottom: 1px dashed rgba(243, 136, 149, .5);
    }

        .anasayfa__duyurular-liste .anasayfa__duyurular-liste__item:last-child {
            border-bottom: none;
        }

        .anasayfa__duyurular-liste .anasayfa__duyurular-liste__item a {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            color: #2e313d;
            text-decoration: none;
        }

            .anasayfa__duyurular-liste .anasayfa__duyurular-liste__item a span {
                display: block;
            }

                .anasayfa__duyurular-liste .anasayfa__duyurular-liste__item a span.tarih {
                    color: rgba(231, 73, 48, 1);
                    padding-bottom: .3rem;
                }
        /*Guncelleme Bitis*/

/* Anasayfa Duyurular Bitis */

/* Anasayfa Etkinlikler */
.anasayfa__etkinlikler__section {
    background: #f4e4e4;
    padding: .5rem 0;
    position: relative;
}

.anasayfa__etkinlikler__baslik {
    background: #e7545f;
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-size: 6.25rem;
    background-position-y: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

@media (max-width: 991.98px) {

    .anasayfa__etkinlikler__baslik {
        top: 52px;
    }
}


.anasayfa__etkinlikler__baslik .baslik h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 1rem .6rem;
    font-size: 1.3rem;
}

.anasayfa__etkinlikler__baslik .icon {
    background: rgba(0,0,0,.2);
}

    .anasayfa__etkinlikler__baslik .icon img {
        width: 3.2rem;
        height: auto;
        padding: .35rem;
    }

.anasayfa__etkinlikler__baslik .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
    cursor: pointer;
}

    .anasayfa__etkinlikler__baslik .nav div.item img {
        width: 2.5rem;
        height: auto;
        padding: .25rem;
    }

.anasayfa__etkinlikler__icerik > div {
    padding: 0;
    position: relative;
    background: #F2F2F2;
}

    .anasayfa__etkinlikler__icerik > div:first-child,
    .anasayfa__etkinlikler__icerik > div:last-child {
        background: #ffffff;
    }
.anasayfa__etkinlikler__icerik .etkinlik-item {
    cursor:pointer !important;
}

.anasayfa__etkinlikler__icerik .gelecek-etkinlikler {
    background: #ffffff;
    padding: 1rem .7rem;
}

    .anasayfa__etkinlikler__icerik .gelecek-etkinlikler > span {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 1.3rem;
        color: #2e313d;
        padding-left: .75rem;
    }

    .anasayfa__etkinlikler__icerik .gelecek-etkinlikler .etkinlik-item {
        padding: .75rem 1rem;
    }

        .anasayfa__etkinlikler__icerik .gelecek-etkinlikler .etkinlik-item a {
            text-decoration: none;
        }

        .anasayfa__etkinlikler__icerik .gelecek-etkinlikler .etkinlik-item span {
            display: block;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            color: #2e313d;
        }

            .anasayfa__etkinlikler__icerik .gelecek-etkinlikler .etkinlik-item span.tarih {
                color: #DF2D4B;
                padding-bottom: .3rem;
            }

.anasayfa__etkinlikler__icerik .kare-etkinlikler {
    height: 100%;
    position: relative;
}

    .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item {
        min-height: 17rem;
        height: 50%;
    }

    .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item {
        background: #F2F2F2;
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 1rem;
    }

        .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item:first-child {
            background: #F38895;
        }

        .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icon img {
            width: 100%;
        }

        .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icon {
            position: absolute;
            left: 1rem;
            width: 40%;
        }

        .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icerik .etkinlik-adi {
            padding-bottom: 1rem;
        }

            .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icerik .etkinlik-adi span {
                color: #ffffff;
                text-transform: uppercase;
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 700;
                font-size: 1.5rem;
            }

        .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icerik .tarih {
            text-align: right;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
        }

            .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icerik .tarih span {
                display: block;
                text-transform: uppercase;
                line-height: 1rem;
            }

        .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icerik .tarih {
            text-align: right;
        }

            .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icerik .tarih span {
                font-weight: 300;
                color: #ffffff;
            }

                .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item .icerik .tarih span:first-child {
                    font-weight: 700;
                    font-size: 1.2rem;
                    color: #D3145A;
                }

        .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item.takvim .icerik {
            width: 100%;
        }

@media (max-width: 991.98px) {

    .anasayfa__etkinlikler__icerik .kare-etkinlikler .etkinlik-item {
        height: 15rem;
    }
}

.anasayfa__etkinlikler__icerik .anasayfa__etkinlikler__liste .etkinlik-item {
    padding: .5rem 1rem;
    width: 100%;
    border-bottom: 1px dashed rgba(243, 136, 149, .5);
}

    .anasayfa__etkinlikler__icerik .anasayfa__etkinlikler__liste .etkinlik-item:last-child {
        border-bottom: none;
    }

    .anasayfa__etkinlikler__icerik .anasayfa__etkinlikler__liste .etkinlik-item a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        color: #2e313d;
        text-decoration: none;
    }

        .anasayfa__etkinlikler__icerik .anasayfa__etkinlikler__liste .etkinlik-item a span {
            display: block;
        }

            .anasayfa__etkinlikler__icerik .anasayfa__etkinlikler__liste .etkinlik-item a span.tarih {
                color: #DF2D4B;
                padding-bottom: .3rem;
            }


/* */

/* Anasayfa Haberler */
.haberler__section {
    background: #e4f2f1;
    padding: .5rem 0;
    position: relative;
}

.anasayfa__haberler__baslik {
    background: #038888;
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-size: 6.25rem;
    background-position-y: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

@media (max-width: 991.98px) {

    .anasayfa__haberler__baslik {
        top: 52px;
    }
}

.anasayfa__haberler__baslik .baslik h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 1rem .6rem;
    font-size: 1.3rem;
}

.anasayfa__haberler__baslik .icon {
    background: rgba(0,0,0,.3);
}

    .anasayfa__haberler__baslik .icon img {
        width: 3.2rem;
        height: auto;
        padding: .35rem;
    }

.anasayfa__haberler__baslik .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
    cursor: pointer;
}

    .anasayfa__haberler__baslik .nav div.item img {
        width: 2.5rem;
        height: auto;
        padding: .25rem;
    }

.haberler__section .row,
.haberler__section .container {
    padding: 0;
    margin: auto;
}

.haberler__section .haberler__icerik {
    width: 100%;
}

    .haberler__section .haberler__icerik .haber-item {
        position: relative;
        cursor: pointer;
    }

        .haberler__section .haberler__icerik .haber-item > a {
            text-decoration: none;
            color: inherit;
        }

@media (max-width: 991.98px) {

    .haberler__section .haberler__icerik .haber-item {
        border: none;
    }
}

.haberler__section .haberler__icerik > .haber-item:first-child {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .haberler__section .haberler__icerik > .haber-item:first-child div.resim {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 66.77%;
        position: relative;
        height: 25rem;
        overflow: hidden;
    }

@media (max-width: 991.98px) {

    .haberler__section .haberler__icerik > .haber-item:first-child .resim:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 45%;
        border-width: 0 20px 20px 20px;
        border-style: solid;
        border-color: #7aa9ab transparent;
        display: block;
        width: 0;
    }
}

.haberler__section .haberler__icerik > .haber-item:first-child .detay {
    background: #7aa9ab;
    width: 33.3333%;
    padding: 5rem 2rem;
    position: relative;
}



    .haberler__section .haberler__icerik > .haber-item:first-child .detay:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: -60px;
        border: solid 30px transparent;
        border-right-color: #7aa9ab;
        z-index: 1;
    }

    .haberler__section .haberler__icerik > .haber-item:first-child .detay h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 2.2rem;
        line-height: 3rem;
        padding-bottom: 1rem;
    }

    .haberler__section .haberler__icerik > .haber-item:first-child .detay span {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1.8rem;
        padding-bottom: 1rem;
    }

    .haberler__section .haberler__icerik > .haber-item:first-child .detay .yayinlama-detay {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem 1.5rem;
        width: 100%;
    }

        .haberler__section .haberler__icerik > .haber-item:first-child .detay .yayinlama-detay div {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
            color: #fff;
            font-size: .9rem;
        }

@media (max-width: 991.98px) {

    .haberler__section .haberler__icerik > .haber-item:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .haberler__section .haberler__icerik > .haber-item:first-child div.resim {
            width: 100%;
            height: 270px;
        }

        .haberler__section .haberler__icerik > .haber-item:first-child .detay {
            background: #7aa9ab;
            width: 100%;
            padding: 3rem 2rem 5rem 2rem;
        }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(2) {
    width: 33.33%;
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(2) {
        width: 100%;
    }
}

.haberler__section .haberler__icerik > .haber-item:not(:first-child) > div {
    overflow: hidden;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(2) div.resim {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 16rem;
    overflow: hidden;
    transform: scale(1) !important;
}

@media (max-width: 991.98px) {

    .haberler__section .haberler__icerik > .haber-item:nth-child(2) div.resim:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 45%;
        border-width: 0 20px 20px 20px;
        border-style: solid;
        border-color: #ea6157 transparent;
        display: block;
        width: 0;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(2) div.detay {
    background: #ea6157;
    color: #ffffff !important;
    padding: 1rem;
    height: 16rem;
    width: 100%;
}



@media (min-width: 1200px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(2) div.detay:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 12.5rem;
        border: solid 30px transparent;
        border-bottom-color: #ea6157;
        z-index: 1123;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(2) div.detay h3 {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(2):hover div.detay h3 {
    text-decoration: underline;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(2) div.detay .yayinlama-detay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1.5rem;
    width: 100%;
    font-size: .9rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) {
    width: 66.66%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) {
        width: 100%;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > div.haber-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > div.haber-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 32rem;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child {
    width: 100%;
    height: 16rem;
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child {
        height: 32rem;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.resim {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 50%;
    height: 16rem;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3):hover > .haber-item:first-child div.resim {
    transform: scale(1) !important;
}

@media (max-width: 991.98px) {

    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.resim:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        border-width: 0 20px 20px 20px;
        border-style: solid;
        border-color: #fbfae7 transparent;
        display: block;
        width: 0;
        -webkit-transform: rotate(180deg) translateX(50%);
        transform: rotate(180deg) translateX(50%);
    }
}

@media (min-width: 1200px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.resim:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        border: solid 30px transparent;
        border-left-color: #fbfae7;
        z-index: 1123;
    }
}



.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.detay {
    background: #fbfae7;
    color: #2e313d !important;
    padding: 1rem;
    height: 16rem;
    width: 50%;
    position: relative;
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child,
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.detay,
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.resim {
        width: 100%;
        overflow: hidden;
    }
}


@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.resim:before {
        display: none;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.detay h3 {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3):hover > .haber-item:first-child div.detay h3 {
    text-decoration: underline;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:first-child div.detay .yayinlama-detay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1.5rem;
    width: 100%;
    font-size: .9rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #ea6157;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:not(:first-child) {
    position: relative;
    width: 50%;
    height: 16rem;
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:not(:first-child) {
        width: 100%;
        height: 16rem;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:not(:first-child) div.resim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 500;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:not(:first-child) div.detay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 1.5rem 1rem 1.5rem 0;
    line-height: 1.3rem;
    z-index: 501;
}

    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:not(:first-child) div.detay span {
        background: rgba(0,0,0,.65);
        color: #ffffff;
        padding: .09rem .3rem .01rem .4rem;
        display: inline;
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1rem;
    }

.haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:not(:first-child) div.tarih {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    line-height: 1;
    z-index: 501;
}

    .haberler__section .haberler__icerik > .haber-item:nth-child(3) > .haber-item:not(:first-child) div.tarih span {
        background: rgba(0,0,0,0.45);
        display: inline;
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: .7rem;
        color: #fff;
        padding: .4rem;
        font-weight: 400;
    }

.haberler__section .haberler__icerik > .haber-item:nth-child(4),
.haberler__section .haberler__icerik > .haber-item:nth-child(5),
.haberler__section .haberler__icerik > .haber-item:nth-child(6),
.haberler__section .haberler__icerik > .haber-item:nth-child(7) {
    position: relative;
    width: 25%;
    height: 16rem;
    
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(4),
    .haberler__section .haberler__icerik > .haber-item:nth-child(5),
    .haberler__section .haberler__icerik > .haber-item:nth-child(6),
    .haberler__section .haberler__icerik > .haber-item:nth-child(7) {
        width: 100%;
        height: 16rem;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(4) div.resim,
.haberler__section .haberler__icerik > .haber-item:nth-child(5) div.resim,
.haberler__section .haberler__icerik > .haber-item:nth-child(6) div.resim,
.haberler__section .haberler__icerik > .haber-item:nth-child(7) div.resim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 500;
}

.haberler__section .haberler__icerik > .haber-item:nth-child(4) div.detay,
.haberler__section .haberler__icerik > .haber-item:nth-child(5) div.detay,
.haberler__section .haberler__icerik > .haber-item:nth-child(6) div.detay,
.haberler__section .haberler__icerik > .haber-item:nth-child(7) div.detay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 1.5rem 1rem 1.5rem 0;
    line-height: 1.3rem;
    z-index: 501;
}

@media (max-width: 991.98px) {
    .haberler__section .haberler__icerik > .haber-item:nth-child(4) div.detay,
    .haberler__section .haberler__icerik > .haber-item:nth-child(5) div.detay,
    .haberler__section .haberler__icerik > .haber-item:nth-child(6) div.detay,
    .haberler__section .haberler__icerik > .haber-item:nth-child(7) div.detay {
        line-height: 1.2rem;
    }
}

.haberler__section .haberler__icerik > .haber-item:nth-child(4) div.detay span,
.haberler__section .haberler__icerik > .haber-item:nth-child(5) div.detay span,
.haberler__section .haberler__icerik > .haber-item:nth-child(6) div.detay span,
.haberler__section .haberler__icerik > .haber-item:nth-child(7) div.detay span {
    background: rgba(0,0,0,.65);
    color: #ffffff;
    padding: .09rem .3rem .01rem .4rem;
    display: inline;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
}

.haber-item {
    transition: all 1s;
    overflow: hidden;
}

    .haber-item:hover > div.resim {
        transform: scale(1.2);
        transition: all 1s;
    }

.anasayfa__haberler-liste {
    background: rgba(255, 255, 255, .45);
}

    .anasayfa__haberler-liste .anasayfa__haberler-liste__item {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        padding: .5rem;
        width: 100%;
        border-bottom: 1px dashed rgba(3, 136, 136, .2);
    }

    .anasayfa__haberler-liste div.anasayfa__haberler-liste__item:last-child {
        border-bottom: none;
    }

    .anasayfa__haberler-liste .anasayfa__haberler-liste__item a {
        color: #2e313d;
        text-decoration: none;
    }

        .anasayfa__haberler-liste .anasayfa__haberler-liste__item a i {
            color: rgba(3, 136, 136, .8);
            text-decoration: none;
            font-size: .7rem;
        }
/* Anasayfa Haberler Bitiş */

/* Anasayfa Baglantilar */
.anasayfa__baglantilar__section {
    background: #E9E9EA;
    padding: .5rem 0;
    position: relative;
}

.anasayfa__baglantilar__baslik {
    background: #e7231f;
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-size: 6.25rem;
    background-position-y: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

@media (max-width: 991.98px) {

    .anasayfa__baglantilar__baslik {
        top: 52px;
    }
}

.anasayfa__baglantilar__baslik .baslik h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 1rem .6rem;
    font-size: 1.3rem;
}

.anasayfa__baglantilar__baslik .icon {
    background: rgba(0,0,0,.3);
}

    .anasayfa__baglantilar__baslik .icon img {
        width: 3.2rem;
        height: auto;
        padding: .35rem;
    }

.anasayfa__baglantilar__baslik .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
    cursor: pointer;
}

    .anasayfa__baglantilar__baslik .nav div.item img {
        width: 2.5rem;
        height: auto;
        padding: .25rem;
    }

/*.anasayfa__baglantilar__item:nth-child(1),
.anasayfa__baglantilar__item:nth-child(6),
.anasayfa__baglantilar__item:nth-child(11) {
    background: #266d88;
    color: #fff;
    fill: #fff;
}

.anasayfa__baglantilar__item:nth-child(2),
.anasayfa__baglantilar__item:nth-child(7),
.anasayfa__baglantilar__item:nth-child(12) {
    background: #39bbbd;
    color: #fff;
    fill: #fff;
}

.anasayfa__baglantilar__item:nth-child(3),
.anasayfa__baglantilar__item:nth-child(8) {
    background: #ea6157;
    color: #fff;
    fill: #fff;
}

.anasayfa__baglantilar__item:nth-child(4),
.anasayfa__baglantilar__item:nth-child(9) {
    background: #f2efdb;
    color: #465660;
    fill: #465660;
}

.anasayfa__baglantilar__item:nth-child(5),
.anasayfa__baglantilar__item:nth-child(10) {
    background: #f38895;
    color: #465660;
    fill: #465660;
}

.anasayfa__baglantilar__item:nth-child(13) {
    background: #465660;
    color: #fff;
    fill: #fff;
}

.anasayfa__baglantilar__item:nth-child(14) {
    background: #727e8a;
    color: #fff;
    fill: #fff;
}

.anasayfa__baglantilar__item:nth-child(15) {
    background: #a1a3a0;
    color: #fff;
    fill: #fff;
}

.anasayfa__baglantilar__item:nth-child(16) {
    background: #b3b5b2;
    color: #465660;
    fill: #465660;
}

.anasayfa__baglantilar__item:nth-child(17) {
    background: #cbcbcb;
    color: #465660;
    fill: #465660;
}

.anasayfa__baglantilar__item:nth-child(18) {
    background: #e5e5e5;
    color: #465660;
    fill: #465660;
}*/

.anasayfa__baglantilar__item:nth-child(2n+1) {
    background: #e5e5e5;
    color: #465660;
    fill: #465660;
}

.anasayfa__baglantilar__item:hover {
    background: #2e313d;
    color: #fff;
    fill: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.anasayfa__baglantilar__item {
    height: 12rem;
    overflow: hidden;
    width: 16.66%;
    
}



.anasayfa__baglantilar__item path {
    fill:inherit !important;
}


@media (max-width: 991.98px) {

    .anasayfa__baglantilar__item {
        width: 50%;
    }
}

.anasayfa__baglantilar__item a {
    text-align: center;
    text-decoration: none;
    color: inherit;
    line-height: 1.3;
    padding: 1.5rem;
}

    .anasayfa__baglantilar__item a img {
        width: 60%;
        height: auto;
        margin: 0 auto;
        padding-bottom: .6rem;
        display: block;
    }

    .anasayfa__baglantilar__item a svg {
        width: 35%;
        height: auto;
        margin: 0 auto;
        padding-bottom: .6rem;
        display: block;
    }

@media (max-width: 991.98px) {

    .anasayfa__baglantilar__item a img {
        width: 50%;
    }

    .anasayfa__baglantilar__item a svg {
        width: 30%;
    }
}

.anasayfa__baglantilar__item a span {
    color: inherit;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: .9rem;
}

@media (max-width: 991.98px) {

    .anasayfa__baglantilar__item a span {
        font-size: 1rem;
    }
}

.anasayfa__baglantilar__liste {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

    .anasayfa__baglantilar__liste .anasayfa__baglantilar__item {
        height: 3rem;
        overflow: hidden;
        width: 50%;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

@media (max-width: 991.98px) {

    .anasayfa__baglantilar__liste .anasayfa__baglantilar__item {
        width: 100%;
        justify-content: flex-start !important;
    }
}

.anasayfa__baglantilar__liste .anasayfa__baglantilar__item a {
    text-align: left;
    text-decoration: none;
    color: inherit;
    line-height: 1;
}

    .anasayfa__baglantilar__liste .anasayfa__baglantilar__item a img {
        width: 7%;
        height: auto;
        margin: 0 auto;
        display: inline;
        padding-bottom: 0;
    }

    .anasayfa__baglantilar__liste .anasayfa__baglantilar__item a svg {
        width: 7%;
        height: auto;
        margin: 0 auto;
        display: inline;
        padding-bottom: 0;
    }

    .anasayfa__baglantilar__liste .anasayfa__baglantilar__item a span {
        padding-left: .4rem;
    }

/* Anasayfa Baglantilar Bitis */

/* Anasayfa Video Alanı */
.anasayfa__video__section {
    background: rgba(229, 211, 234, 0.7);
    padding: .5rem 0;
    position: relative;
}

.anasayfa__video__baslik {
    background: #AB2EAE;
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-size: 6.25rem;
    background-position-y: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

@media (max-width: 991.98px) {

    .anasayfa__video__baslik {
        top: 52px;
    }
}

.anasayfa__video__baslik .baslik h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 1rem .6rem;
    font-size: 1.3rem;
}

.anasayfa__video__baslik .icon {
    background: rgba(0,0,0,.3);
}

    .anasayfa__video__baslik .icon img {
        width: 3.2rem;
        height: auto;
        padding: .3rem;
    }

.anasayfa__video__baslik .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
}

    .anasayfa__video__baslik .nav div.item img {
        width: 2.5rem;
        height: auto;
        padding: .25rem;
    }

.anasayfa__video__icerik {
    min-height: 400px;
}

    .anasayfa__video__icerik > div {
        padding: 0;
    }

    .anasayfa__video__icerik .video__onizleme {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        position: relative;
        
    }


        .anasayfa__video__icerik .video__onizleme .play img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background: #B667B6;
            padding: 1rem;
            border: .6rem solid rgba(255, 255, 255, .6);
            width: 12%;
            height: auto;
            cursor: pointer;
        }

        .anasayfa__video__icerik .video__onizleme:hover .play img {
            background: rgb(46,49,61);
            border: .6rem solid rgba(255, 255, 255, .6);

        }

@media (max-width: 991.98px) {

    .anasayfa__video__icerik .video__onizleme {
        height: 300px;
    }

        .anasayfa__video__icerik .video__onizleme .play img {
            width: 23%;
            height: auto;
        }
}

.anasayfa__video__icerik .video__nav .video__nav__item {
    overflow: hidden;
    height: 100px;
    cursor: pointer;
}


    .anasayfa__video__icerik .video__nav .video__nav__item .resim {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 45%;
        position: relative;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item .detay {
        padding: .3rem;
        background-color: #B8A6D0;
        width: 55%;
        position: relative;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:nth-child(2) .detay {
        background-color: #ffffff;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:nth-child(3) .detay {
        background-color: #D8B4FF;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:nth-child(4) .detay {
        background-color: #C2B8CB;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:hover .detay {
        background-color: #2e313d;
        color: #fff;
    }

    

    .anasayfa__video__icerik .video__nav .video__nav__item .detay:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: -30px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: solid 15px transparent;
        border-right-color: #B8A6D0;
        z-index: 1;
    }

    

    .anasayfa__video__icerik .video__nav .video__nav__item .active:after {
        display: none;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:nth-child(2) .detay:after {
        border-right-color: #FFFFFF;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:nth-child(3) .detay:after {
        border-right-color: #D8B4FF;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:nth-child(4) .detay:after {
        border-right-color: #C2B8CB;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item:hover .detay:after {
        border-right-color: #2e313d;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item .detay .baslik {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: .95rem;
        display: block;
    }

    .anasayfa__video__icerik .video__nav .video__nav__item .detay .aciklama {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: .7rem;
        display: block;
        padding-top: .3rem;
    }

.anasayfa__videolar-liste {
    background: rgba(255, 255, 255, .45);
}

    .anasayfa__videolar-liste .anasayfa__videolar-liste__item {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        padding: .5rem;
        width: 100%;
        border-bottom: 1px dashed rgba(171, 46, 174, .2);
    }

    .anasayfa__videolar-liste div.anasayfa__videolar-liste__item:last-child {
        border-bottom: none;
    }

    .anasayfa__videolar-liste .anasayfa__videolar-liste__item a {
        color: #2e313d;
        text-decoration: none;
    }

    .anasayfa__videolar-liste .anasayfa__videolar-liste__item:hover {
        background: rgba(255,255,255,.2);
    }

        .anasayfa__videolar-liste .anasayfa__videolar-liste__item a i {
            color: rgba(171, 46, 174, .8);
            text-decoration: none;
            font-size: .7rem;
        }

/* Anasayfa Video Alani Bitis */

.footer__baglanti {
    padding: 1rem 20rem;
    background: #F2F2F2;
}

.footer__baglanti__item {
    padding: 0 .7rem;
}

    .footer__baglanti__item img {
        width: 100%;
        margin: 0 auto;
    }

@media (min-width: 1199.98px) {

    .footer__baglanti__item {
        padding: 0 .5rem;
    }

        .footer__baglanti__item img {
            max-width: 80%;
        }
}

@media (max-width: 991.98px) {

    .footer__baglanti {
        padding: 1rem;
    }

    .footer__baglanti__item img {
        width: 100%;
    }
}

.footer__iletisim {
    position: relative;
}

    .footer__iletisim .row {
        margin: 0;
    }

    .footer__iletisim div.container-fluid {
        padding: 0;
    }

.footer__iletisim__detay {
    background: rgba(6, 45, 48, 1);
    padding: 0;
}

    .footer__iletisim__detay > div {
        width: 100%;
        position: relative;
        height: 50%;
    }

    .footer__iletisim__detay .footer__iletisim__harita iframe {
        width: 100%;
        height: 100%;
        border: 0
    }


.footer__iletisim__adres {
    height: 100%;
    color: #f9f9f9;
    padding: 5.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.footer__iletisim__sosyal-medya a {
    text-decoration: none;
    font-size: 1.3rem;
    padding: .1rem;
    color: #f9f9f9;
}

@media (max-width: 991.98px) {

    .footer__iletisim__sosyal-medya {
        padding-right: 1rem;
    }
}

.footer__iletisim__bize-ulasin p:last-child {
    margin: 0
}

.footer__iletisim__form {
    background: rgb(6, 77, 89);
    padding: 2rem 1rem;
}

    .footer__iletisim__form form {
        background-image: url("../img/footer-iletisim-sdu-arkaplan.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 4.6rem;
    }

        .footer__iletisim__form form .iletisim-input {
            padding: 0;
        }

            .footer__iletisim__form form .iletisim-input:first-child {
                padding-right: .5rem;
            }

            .footer__iletisim__form form .iletisim-input:last-child {
                padding-left: .5rem;
            }

@media (min-width: 1200px) {
    .footer__iletisim__form form {
        padding: 0 10rem;
    }
}

@media (max-width: 991.98px) {
    .footer__iletisim__form form {
        padding: 1.6rem;
    }

        .footer__iletisim__form form .iletisim-input:first-child {
            padding-right: 0;
        }

        .footer__iletisim__form form .iletisim-input:last-child {
            padding-left: 0;
        }
}

.footer__iletisim__form form div {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.2rem;
    color: #fff;
    font-size: .9rem;
}

.footer__iletisim__form form h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.footer__iletisim__form form input,
.footer__iletisim__form form textarea {
    border-color: rgb(6, 77, 89);
    border-radius: .15rem;
    color: rgb(6, 77, 89);
}

    .footer__iletisim__form form input:focus,
    .footer__iletisim__form form textarea:focus {
        border-color: rgba(255, 255, 255, 1);
    }

    .footer__iletisim__form form input::-webkit-input-placeholder,
    .footer__iletisim__form form textarea::-webkit-input-placeholder {
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        font-weight: 300;
        font-size: .9rem;
    }

    .footer__iletisim__form form input:-ms-input-placeholder,
    .footer__iletisim__form form textarea:-ms-input-placeholder {
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        font-weight: 300;
        font-size: .9rem;
    }

    .footer__iletisim__form form input::-ms-input-placeholder,
    .footer__iletisim__form form textarea::-ms-input-placeholder {
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        font-weight: 300;
        font-size: .9rem;
    }

    .footer__iletisim__form form input::placeholder,
    .footer__iletisim__form form textarea::placeholder {
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        font-weight: 300;
        font-size: .9rem;
    }

.footer__iletisim__form form button {
    background: #f9f9f9;
    color: rgb(6, 77, 89);
    padding: .3rem 3.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border-width: .2rem;
    border-color: #f9f9f9;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    .footer__iletisim__form form button:hover {
        background: rgb(6, 77, 89);
        color: #f9f9f9;
        border-width: .2rem;
    }

.footer__bottom {
    background: rgb(2, 29, 33);
    padding: 15px;
}

.footer__bottom__img {
    width: 100%
}

    .footer__bottom__img img {
        width: 100px;
        height: auto;
    }

        .footer__bottom__img img:nth-child(2) {
            width: 60px;
            height: auto;
        }

.footer__bottom__mobil-icon {
    padding: .3rem
}

    .footer__bottom__mobil-icon a {
        font-size: 2.5rem;
        color: rgba(0,0,0,.7);
        line-height: 1;
        text-decoration: none;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

        .footer__bottom__mobil-icon a:hover {
            color: #f9f9f9;
        }

.footer__bottom__copyright span {
    color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: .8rem;
}

/* Main Content */
section.main-content {
    background: rgb(239,245,251);
}

    section.main-content .container {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #fff;
        -webkit-box-shadow: outset 0px 8px 64px -21px rgba(0,0,0,0.5);
        box-shadow: outset 0px 8px 64px -21px rgba(0,0,0,0.5);
    }

    section.main-content h2.icerik-baslik {
        padding-bottom: .85rem;
    }

    section.main-content.icerik h1,
    section.main-content.icerik h2,
    section.main-content.icerik h3,
    section.main-content.icerik h4 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #019C99;
    }

    section.main-content h2 {
        font-size: 1.5rem;
    }

    section.main-content h3 {
        font-size: 1.4rem;
    }

    section.main-content h4 {
        font-size: 1.3rem;
    }

    section.main-content h5 {
        font-size: 1.2rem;
    }

    section.main-content div.icerik-detay {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #000000;
        font-size: .95rem;
        text-align: left;
        padding-bottom: 1rem;
    }

        section.main-content div.icerik-detay img {
            padding: 4px;
            line-height: 1.42857143;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 0;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            display: block;
            max-width: 100%;
            height: auto !important;
            margin: 5px auto;
        }

    section.main-content div.icerik-bilgi {
        border: .001rem solid #f6f6f6;
        padding: 1rem;
        border-right: none;
        border-left: none;
    }

        section.main-content div.icerik-bilgi .genel {
            width: 70%
        }

            section.main-content div.icerik-bilgi .genel > div {
                padding: .1rem 0;
                color: #999999;
                font-size: .90rem;
                font-family: 'Open Sans', sans-serif;
                font-weight: 300;
            }

                section.main-content div.icerik-bilgi .genel > div span:first-child {
                    font-weight: 400;
                }

        section.main-content div.icerik-bilgi .paylas {
            width: 30%
        }

            section.main-content div.icerik-bilgi .paylas > div {
                text-align: right;
            }

                section.main-content div.icerik-bilgi .paylas > div:first-child span {
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 600;
                    color: #999999;
                    font-size: .90rem;
                }



                section.main-content div.icerik-bilgi .paylas > div:first-child {
                    padding-bottom: .4rem
                }

                section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a {
                    text-decoration: none;
                }

                    section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a:not(:last-child) {
                        padding-right: .5rem;
                    }

                    section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a.facebook {
                        color: #3b5999
                    }

                    section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a.twitter {
                        color: #55acee
                    }

                    section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a.instagram {
                        color: #e4405f
                    }

                    section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a.youtube {
                        color: #cd201f
                    }

                    section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a.linkedin {
                        color: #0077B5
                    }


                    section.main-content div.icerik-bilgi .paylas > div:nth-child(2) a.whatsapp {
                        color: #25D366
                    }



@media (max-width: 991.98px) {
    section.main-content div.icerik-bilgi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        section.main-content div.icerik-bilgi .paylas {
            width: 100%;
            padding-top: 1rem;
        }

        section.main-content div.icerik-bilgi .genel {
            width: 100%
        }

        section.main-content div.icerik-bilgi .paylas > div {
            text-align: center;
        }
}

section.main-content div.son-gonderiler-baslik {
    padding: 4rem 0 2rem 0;
    color: rgb(22, 103, 111);
    font-family: 'Roboto Condensed', sans-serif;
}

    section.main-content div.son-gonderiler-baslik a {
        color: rgb(22, 103, 111);
        text-decoration: none;
    }

    section.main-content div.son-gonderiler-baslik div:not(:nth-child(2)) a {
        font-size: 2rem
    }

section.main-content div.son-gonderiler-icerik {
    padding-bottom: 2rem;
}

    section.main-content div.son-gonderiler-icerik a {
        color: #737373;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        text-decoration: none;
    }

        section.main-content div.son-gonderiler-icerik a img {
            padding-bottom: .4rem
        }

section.main-content div.son-gonderiler-icerik {
    line-height: 1.2rem;
}

@media (max-width: 991.98px) {

    section.main-content div.son-gonderiler-icerik > div {
        padding-bottom: 1rem;
    }
}

/* Personel */
section.main-content div.personel-detay {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: .90rem;
    text-align: justify;
    padding-bottom: 1rem;
}

    section.main-content div.personel-detay img {
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border-radius: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 5px auto;
    }

    section.main-content div.personel-detay .card {
        margin-bottom: 1rem;
        border-radius: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: .90rem;
    }

        section.main-content div.personel-detay .card a {
            text-decoration: none;
            color: #428bca;
        }

        section.main-content div.personel-detay .card .list-group {
            margin-bottom: 20px;
            padding-left: 0;
            border-radius: 0;
        }

            section.main-content div.personel-detay .card .list-group > li.list-group-item:first-child {
                border-radius: 0;
            }

        section.main-content div.personel-detay .card .pcounter {
            margin-right: 5px;
            background: #cdcdcd;
        }

        section.main-content div.personel-detay .card .badge {
            display: inline-block;
            min-width: 10px;
            padding: 3px 7px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            line-height: 1;
            vertical-align: middle;
            white-space: nowrap;
            text-align: center;
            background-color: #999;
            border-radius: 10px;
        }

        section.main-content div.personel-detay .card .card-body div.col-md-12 {
            padding: 0;
        }

.card-header {
    border-radius: 0 !important;
    border-bottom: none !important;
}

.card-body {
    padding: .75rem;
}

    .card-body .table {
        margin: 0;
    }

        .card-body .table.kisisel-bilgiler {
            margin-bottom: 1rem;
        }

/* Duyuru Portal Sayfasi */
.duyuru-listesi .anasayfa__duyurular__section {
    padding: 0;
}

    .duyuru-listesi .anasayfa__duyurular__section .container:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }

.duyuru-portal > .container:first-child {
    padding: 0;
}

.duyuru-listesi__section .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: none !important;
}

.duyuru-listesi__section .duyuru-listesi__baslik {
    background: #038888;
    padding: .3rem .25rem;
    border-top: .3rem solid #ffffff;
    border-bottom: .3rem solid #ffffff;
}

@media (max-width: 991.98px) {
    .duyuru-listesi__section .duyuru-listesi__baslik {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.duyuru-listesi__section .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
    cursor: pointer;
}

.duyuru-listesi__section .duyuru-listesi__baslik .nav div.item img {
    width: 2.5rem;
    height: auto;
    padding: .25rem;
}

.duyuru-listesi__section .duyuru-listesi__baslik .arama {
    padding: 0 .25rem;
    font-size: .9rem;
    width: 40%
}

@media (max-width: 991.98px) {
    .duyuru-listesi__section .duyuru-listesi__baslik .arama {
        width: 100%;
        padding: .3rem 0 .5rem 0;
    }
}

.duyuru-listesi__section .duyuru-listesi__baslik input {
    background: none;
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
}

.duyuru-listesi__section .duyuru-listesi__baslik .input-group-append button {
    background: #FFFFFF;
    color: #038888;
    border-radius: 0;
}

    .duyuru-listesi__section .duyuru-listesi__baslik .input-group-append button:hover {
        background: #FFFFFF;
        color: #038888;
    }

.duyuru-listesi__section .duyuru-listesi__baslik input::-webkit-input-placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.duyuru-listesi__section .duyuru-listesi__baslik input:-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.duyuru-listesi__section .duyuru-listesi__baslik input::-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.duyuru-listesi__section .duyuru-listesi__baslik input::placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.duyuru-listesi__section .duyuru-listesi__baslik input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .duyuru-listesi__section .duyuru-listesi__baslik .tarih {
        padding: 0 0 .5rem 0;
    }
}

.duyuru-listesi__section .duyuru-listesi__baslik .tarih .input-group-append {
    margin: 0;
}

    .duyuru-listesi__section .duyuru-listesi__baslik .tarih .input-group-append button {
        background: #FFFFFF;
        color: #038888;
        border-radius: 0;
        border: none !important;
    }

        .duyuru-listesi__section .duyuru-listesi__baslik .tarih .input-group-append button:hover {
            background: #FFFFFF;
            color: #038888;
        }

.duyuru-listesi__section .duyuru-listesi__item {
    background: #f7f7f7;
    background: rgba(3, 136, 136, 0.87);
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
}

    .duyuru-listesi__section .duyuru-listesi__item:not(:last-child) {
        border-bottom: .1rem solid #ffffff;
    }

    .duyuru-listesi__section .duyuru-listesi__item .sira {
        background: rgba(0,0,0,.2);
        color: rgba(255, 255, 255, .5);
        padding: .8rem;
        font-size: 1.2rem;
        line-height: 1;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .duyuru-listesi__section .duyuru-listesi__item .tarih {
        color: rgba(255, 255, 255, 1);
        font-size: .85rem;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 0 1rem;
    }

        .duyuru-listesi__section .duyuru-listesi__item .tarih i {
            font-size: .9rem;
            padding: 0 .2rem;
        }

    .duyuru-listesi__section .duyuru-listesi__item .baslik {
        font-size: .95rem;
        background: #f6f6f6;
        color: #1b1e21;
        width: 100%;
        padding: .3rem 1rem;
        line-height: 1.2rem;
    }

    .duyuru-listesi__section .duyuru-listesi__item a {
        text-decoration: none;
        color: inherit;
    }

    .duyuru-listesi__section .duyuru-listesi__item .icon {
        font-size: 2rem;
        background: #f6f6f6;
        color: rgba(3, 136, 136, 0.87);
        padding: 0 1rem;
    }

.duyuru-listesi__section .duyuru-listesi__pagination {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .85rem;
    width: 100%;
}

    .duyuru-listesi__section .duyuru-listesi__pagination > * {
        padding: 0 1rem;
    }

@media (max-width: 991.98px) {
    .duyuru-listesi__section .duyuru-listesi__pagination > * {
        padding: .5rem;
    }
}

.duyuru-listesi__section .duyuru-listesi__pagination nav,
.duyuru-listesi__section .duyuru-listesi__pagination nav ul,
.duyuru-listesi__section .duyuru-listesi__pagination nav ul li {
    border-radius: 0 !important;
    border: none !important;
}

    .duyuru-listesi__section .duyuru-listesi__pagination nav ul {
        margin: 0;
    }

    .duyuru-listesi__section .duyuru-listesi__pagination nav li a {
        color: #000;
        text-decoration: none;
    }

.duyuru-listesi__section .duyuru-listesi__pagination .sayi select {
    height: 2rem;
    padding: .325rem 1.75rem .325rem .75rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .85rem;
}

.duyuru-listesi__section .duyuru-listesi__pagination .sayi span {
    padding: 0 .5rem;
}

/* Duyuru Portal Bitis */

/* Haber Portal Sayfasi */
.haber-listesi .haberler__section {
    padding: 0;
}

    .haber-listesi .haberler__section .container:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }

.haber-portal > .container:first-child {
    padding: 0;
}

.haber-listesi__section .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: none !important;
}

.haber-listesi__section .haber-listesi__baslik {
    background: #038888;
    padding: .3rem .25rem;
    border-top: .3rem solid #ffffff;
    border-bottom: .3rem solid #ffffff;
}

@media (max-width: 991.98px) {
    .haber-listesi__section .haber-listesi__baslik {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.haber-listesi__section .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
    cursor: pointer;
}

.haber-listesi__section .haber-listesi__baslik .nav div.item img {
    width: 2.5rem;
    height: auto;
    padding: .25rem;
}

.haber-listesi__section .haber-listesi__baslik .arama {
    padding: 0 .25rem;
    font-size: .9rem;
    width: 40%
}

@media (max-width: 991.98px) {
    .haber-listesi__section .haber-listesi__baslik .arama {
        width: 100%;
        padding: .3rem 0 .5rem 0;
    }
}

.haber-listesi__section .haber-listesi__baslik input {
    background: none;
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
}

.haber-listesi__section .haber-listesi__baslik .input-group-append button {
    background: #FFFFFF;
    color: #038888;
    border-radius: 0;
}

    .haber-listesi__section .haber-listesi__baslik .input-group-append button:hover {
        background: #FFFFFF;
        color: #038888;
    }

.haber-listesi__section .haber-listesi__baslik input::-webkit-input-placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.haber-listesi__section .haber-listesi__baslik input:-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.haber-listesi__section .haber-listesi__baslik input::-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.haber-listesi__section .haber-listesi__baslik input::placeholder {
    color: rgba(242, 242, 242, .8);
    font-family: 'Open Sans', sans-serif;
    font-size: .90rem;
}

.haber-listesi__section .haber-listesi__baslik input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .haber-listesi__section .haber-listesi__baslik .tarih {
        padding: 0 0 .5rem 0;
    }
}

.haber-listesi__section .haber-listesi__baslik .tarih .input-group-append {
    margin: 0;
}

    .haber-listesi__section .haber-listesi__baslik .tarih .input-group-append button {
        background: #FFFFFF;
        color: #038888;
        border-radius: 0;
        border: none !important;
    }

        .haber-listesi__section .haber-listesi__baslik .tarih .input-group-append button:hover {
            background: #FFFFFF;
            color: #038888;
        }

.haber-listesi__section .haber-listesi__item {
    background: #f7f7f7;
    background: rgba(3, 136, 136, 0.87);
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
}

    .haber-listesi__section .haber-listesi__item:not(:last-child) {
        border-bottom: .1rem solid #ffffff;
    }

    .haber-listesi__section .haber-listesi__item .sira {
        background: rgba(0,0,0,.2);
        color: rgba(255, 255, 255, .5);
        padding: .8rem;
        font-size: 1.2rem;
        line-height: 1;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .haber-listesi__section .haber-listesi__item .tarih {
        color: rgba(255, 255, 255, 1);
        font-size: .85rem;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 0 1rem;
    }

        .haber-listesi__section .haber-listesi__item .tarih i {
            font-size: .9rem;
            padding: 0 .2rem;
        }

    .haber-listesi__section .haber-listesi__item .baslik {
        font-size: .95rem;
        background: #f6f6f6;
        color: #1b1e21;
        width: 100%;
        padding: .3rem 1rem;
        line-height: 1.2rem;
    }

    .haber-listesi__section .haber-listesi__item a {
        text-decoration: none;
        color: inherit;
    }

    .haber-listesi__section .haber-listesi__item .icon {
        font-size: 2rem;
        background: #f6f6f6;
        color: rgba(3, 136, 136, 0.87);
        padding: 0 1rem;
    }

.haber-listesi__section .haber-listesi__pagination {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .85rem;
    width: 100%;
}

    .haber-listesi__section .haber-listesi__pagination > * {
        padding: 0 1rem;
    }

@media (max-width: 991.98px) {
    .haber-listesi__section .haber-listesi__pagination > * {
        padding: .5rem;
    }
}

.haber-listesi__section .haber-listesi__pagination nav,
.haber-listesi__section .haber-listesi__pagination nav ul,
.haber-listesi__section .haber-listesi__pagination nav ul li {
    border-radius: 0 !important;
    border: none !important;
}

    .haber-listesi__section .haber-listesi__pagination nav ul {
        margin: 0;
    }

    .haber-listesi__section .haber-listesi__pagination nav li a {
        color: #000;
        text-decoration: none;
    }

.haber-listesi__section .haber-listesi__pagination .sayi select {
    height: 2rem;
    padding: .325rem 1.75rem .325rem .75rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .85rem;
}

.haber-listesi__section .haber-listesi__pagination .sayi span {
    padding: 0 .5rem;
}
/* Haber Portal Bitis */

/* Arama Sonuc Sayfasi Baslangic */

.arama-icerik {
    padding: .5rem 0;
}

    .arama-icerik .arama-baslik {
        width: 100%;
        font-size: 1.5rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
        padding: .2rem;
    }

        .arama-icerik .arama-baslik i {
            font-size: 1.3rem;
            color: rgba(0,0,0,.6);
        }

    .arama-icerik .arama-kategorileri {
        width: 100%;
        font-size: 1rem;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
        padding: .7rem 0;
    }

        .arama-icerik .arama-kategorileri .item {
            color: #999999;
            font-family: 'Roboto', sans-serif;
        }

@media (max-width: 991.98px) {
    .arama-icerik .arama-kategorileri .item {
        width: 25%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

.arama-icerik .arama-kategorileri .item a {
    color: inherit;
    text-decoration: none;
}

.arama-icerik .arama-kategorileri .item span:nth-child(2) {
    font-weight: 500;
}

.arama-icerik .arama-kategorileri .item.active {
    color: #019C99;
    border-bottom: .15rem solid #019C99;
}

.arama-icerik .arama-sonuclari {
    padding: .5rem 0;
}

    .arama-icerik .arama-sonuclari .item {
        width: 100%;
        border-bottom: 1px dotted rgba(0, 0, 0, .05);
        padding: .7rem 0;
        color: #019C99;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1rem;
    }

        .arama-icerik .arama-sonuclari .item:last-child {
            border: none;
        }

        .arama-icerik .arama-sonuclari .item a {
            text-decoration: none;
            color: inherit;
        }

            .arama-icerik .arama-sonuclari .item a.telefon {
                background: rgba(6, 77, 89, .8);
                color: #FFFFFF;
                margin-right: .3rem;
                padding: .4rem;
                font-size: .85rem;
                font-weight: 300;
            }

                .arama-icerik .arama-sonuclari .item a.telefon i {
                    font-size: .65rem;
                }

        .arama-icerik .arama-sonuclari .item.yayin > * {
            display: block;
        }

        .arama-icerik .arama-sonuclari .item.yayin span {
            font-weight: 300;
            color: #1b1e21;
            line-height: 1.2rem;
            font-size: .9rem;
        }


/* Arama Sonuc Sayfasi Bitis */


.anasayfa__hizli-erisim__section .quick-nav {
    -webkit-transition: box-shadow 300ms linear;
    -kthtml-transition: box-shadow 300ms linear;
    -webkit-transition: -webkit-box-shadow 300ms linear;
    transition: -webkit-box-shadow 300ms linear;
    transition: box-shadow 300ms linear;
    transition: box-shadow 300ms linear, -webkit-box-shadow 300ms linear;
}

    .anasayfa__hizli-erisim__section .quick-nav .baslik {
        border-bottom: .05rem solid rgb(22, 103, 111);
    }

        .anasayfa__hizli-erisim__section .quick-nav .baslik a {
            font-size: 1.5rem;
            color: inherit;
            padding: .5rem 0;
        }

    .anasayfa__hizli-erisim__section .quick-nav .list {
        padding-top: .3rem;
    }

        .anasayfa__hizli-erisim__section .quick-nav .list .quick-nav__list {
            width: 20%;
            padding: .5rem .5rem .5rem 0;
        }

@media (max-width: 991.98px) {
    .anasayfa__hizli-erisim__section .quick-nav .list .quick-nav__list {
        width: 100%;
    }
}

.anasayfa__hizli-erisim__section .quick-nav .list .quick-nav__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .anasayfa__hizli-erisim__section .quick-nav .list .quick-nav__list ul li {
        padding: 0 0 0 .7rem;
        position: relative;
        line-height: 1.2rem;
    }

        .anasayfa__hizli-erisim__section .quick-nav .list .quick-nav__list ul li:before {
            font-family: "Font Awesome 5 Free";
            content: "\f054";
            font-weight: 600;
            position: absolute;
            vertical-align: middle;
            top: 0;
            left: 0.1rem;
            font-size: .6rem;
            color: rgb(22, 103, 111);
        }

        .anasayfa__hizli-erisim__section .quick-nav .list .quick-nav__list ul li a {
            color: rgb(22, 103, 111);
            font-size: .85rem;
        }

            .anasayfa__hizli-erisim__section .quick-nav .list .quick-nav__list ul li a:hover {
                color: #ffffff;
            }

td.highlight {
    border: none !important;
    padding: 1px 0 1px 1px;
    background: #d4d3d3;
    color: #ffffff !important;
    overflow: hidden;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    margin-left: 0px;
    width: 342px !important;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.miniboxcontainer {
    margin: 10px 0 0 0;
}

/*sonradan eklendi end*/

.minibox.cherry {
    border-top-color: #C40000;
}

.minibox.rougeGodot {
    border-top-color: #F22929;
}

.minibox.whateverLolaWants {
    border-top-color: #DE5050;
}

.minibox.pinkLederhosen {
    border-top-color: #F76F6F;
}

.minibox.sortOfRed {
    border-top-color: #FF9191;
}

.minibox.fallApart {
    border-top-color: #BA0202;
}

/*.minibox.cherry:hover, .minibox.rougeGodot:hover , .minibox.whateverLolaWants:hover, .minibox.pinkLederhosen:hover, .minibox.sortOfRed:hover, .minibox.fallApart:hover {
    background-color:#FCC7C7
}*/

.minibox.cherry > .title > span, .minibox.cherry a {
    color: #EE5A24;
}

.minibox.rougeGodot > .title > span, .minibox.rougeGodot a {
    color: #EE5A24;
}

.minibox.whateverLolaWants > .title > span, .minibox.whateverLolaWants a {
    color: #EE5A24;
}

.minibox.pinkLederhosen > .title > span, .minibox.pinkLederhosen a {
    color: #EE5A24;
}

.minibox.sortOfRed > .title > span, .minibox.sortOfRed a {
    color: #EE5A24;
}

.minibox.fallApart > .title > span, .minibox.fallApart a {
    color: #EE5A24;
}

/*end of video miniboxes - tones of red*/


.minibox.green {
    border-top-color: #00A69A;
}

.minibox.blue {
    border-top-color: #26A8DF;
}

.minibox.purple {
    border-top-color: #9B005D;
}

.minibox.orange {
    border-top-color: #EE5A24;
}

.minibox.green:hover {
    background-color: #b2e4e1;
}

.minibox.blue:hover {
    background-color: #bde5f5;
}

.minibox.purple:hover {
    background-color: #e0b2ce;
}

.minibox.orange:hover {
    background-color: #facdbd;
}

.minibox.green > .title > span, .minibox.green a {
    color: #00A69A;
}

.minibox.blue > .title > span, .minibox.blue a {
    color: #26A8DF;
}

.minibox.purple > .title > span, .minibox.purple a {
    color: #9B005D;
}

.minibox.orange > .title > span, .minibox.orange a {
    color: #EE5A24;
}


.minibox {
    position: relative;
    padding: 5px 15px;
    border-top-width: 5px;
    border-top-style: solid;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    height: 130px;
}

.miniboxdesc {
    height: 200px;
}

.minibox.last {
}

.minibox > .title {
    width: 100%;
    height: 80px;
    text-align: left;
}

.miniboxdesc > .title {
    width: 100%;
    height: 50px;
}

.minibox > .title > span {
    height: 50px;
    overflow: hidden;
    font-size: 12pt;
    margin: 10px 0 0 0;
}

.minibox .desc {
    height: 80px;
    overflow: auto;
}

.minibox .more {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

/* Kitaplar Icin - 15.11.2018 - Burak */
.kitap__container {
    padding: 25px;
    width: 100%;
    display: flex;
    flex-directory: row;
    flex-wrap: wrap;
}

.kitap__item {
    width: 33.33%;
}

.kitap__detay {
    margin: 5px 5px 15px 5px;
    background: white;
}

    .kitap__detay img {
        width: 100%;
        border: none !important;
        border: 1px solid #f0f0f0 !important;
    }

    .kitap__detay a.kitap__link {
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }

        .kitap__detay a.kitap__link:hover {
            text-decoration: none;
            color: #000
        }

        .kitap__detay a.kitap__link span {
            display: block;
        }

    .kitap__detay span.kitap__adi {
        font-size: 15px;
        color: #000514;
        font-weight: 500;
        margin: 4px 0 0;
        font-family: sans-serif;
    }

@media only screen and (max-width : 992px) {
    .kitap__item {
        width: 50%;
    }
}

@media only screen and (max-width : 767px) {
    .kitap__item {
        width: 100%;
    }
}


/* Kitaplar Son */
.yemekhane-today {
    background-color: #ccff0047 !important;
}

/* Bootstrap Breadcrumb */
.breadcrumb {
    background-color: rgba(233, 236, 239, 0.47);
}

    .breadcrumb a,
    .breadcrumb a:active,
    .breadcrumb a:hover,
    .breadcrumb a:focus {
        color: #16666f !important;
    }

.embed-responsive-16by9::before {
    padding-top: 0;
}

.modal {
    z-index: 999999 !important;
}

.rtrules img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 5px auto;
}

.embed-responsive {
    position: relative !important;
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.embed-responsive-item, iframe, embed, object, video {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}



.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}


.embed-responsive-4by3 {
    padding-bottom: 75% !important;
}


/* International Arama Icınde Sosyal Medya  */

.arama .sosyal-medya {
    align-items: flex-end;
    justify-content: flex-end;
}

.arama .sosyal-medya__item {
    background-color: #E5E5E5 !important;
    color: #021D21 !important;
    width: 1.4rem;
    margin-left: .3rem;
    text-align: center;
}

    .arama .sosyal-medya__item a {
        color: #021D21;
        text-decoration: none;
    }

    .arama .sosyal-medya__item i {
        font-size: .9rem;
        line-height: 0;
        color: #021D21 !important;
    }

    .arama .sosyal-medya__item:first-child {
        margin-left: 0;
    }

@media (max-width: 991.98px) {

    .arama .sosyal-medya {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }
}

/* International Arama Icınde Sosyal Medya Son  */

#mob-logo {
    display: none;
}

div.baslik > a {
    text-decoration: none !important;
    color: inherit;
}

.etkinlik-carousel .right.carousel-control, .etkinlik-carousel .left.carousel-control {
    display: none;
    visibility: hidden;
}

.etkinlik-carousel {
    cursor: pointer !important;
}

    .etkinlik-carousel .etkinlik-kare-icerik-item {
        padding: 0 1.5rem;
    }

/* Haber Duyuru Etkinlik Video Basliklari Sayfalama */

.anasayfa__duyurular__baslik .nav div.sayfa,
.anasayfa__etkinlikler__baslik .nav div.sayfa,
.anasayfa__haberler__baslik .nav div.sayfa,
.anasayfa__baglantilar__baslik .nav div.sayfa,
.anasayfa__video__baslik .nav div.sayfa {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.anasayfa__duyurular__baslik .nav div.item a,
.anasayfa__etkinlikler__baslik .nav div.item a,
.anasayfa__haberler__baslik .nav div.item a,
.anasayfa__baglantilar__baslik .nav div.item a,
.anasayfa__video__baslik .nav div.item a {
    text-decoration: none;
    color: #ffffff;
}

.anasayfa__duyurular__baslik .nav div.sayfa > a > span,
.anasayfa__etkinlikler__baslik .nav div.sayfa > a > span,
.anasayfa__haberler__baslik .nav div.sayfa > a > span,
.anasayfa__baglantilar__baslik .nav div.sayfa > a > span,
.anasayfa__video__baslik .nav div.sayfa > a > span {
    width: 2.5rem;
    height: auto;
    padding: .25rem .75rem;
    font-size: .95rem
}

/* Haber Duyuru Etkinlik Video Basliklari Sayfalama Bitis */

/* Footer AB Logolari */
.footer__bottom__img img {
    width: 80px;
    height: auto;
}

@media (max-width: 991.98px) {

    .footer__bottom__img img {
        width: 75px;
        height: auto;
    }
}
/* Footer AB Logolari Bitis */


/* Back To Top Button */
#back_to_button {
    display:inline-block;
    border-radius: 3px;
    color: #fff !important;
    line-height: 20px;
    display: none;
    justify-content:center;
    align-items:center;
    transition: all .5s ease-in-out;
    background: linear-gradient(180deg,#90a4ae,#78909c);
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 1000001;
    cursor: pointer;
}

    #back_to_button::after {
        font-family: "Font Awesome 5 Free";
        content: "\f106";
        font-weight: 600;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

#back_to_button:hover {
    cursor: pointer;
    background-color: #333;
}

#back_to_button:active {
    background-color: #555;
}

#back_to_button.show {
    opacity: 1;
    visibility: visible;
}

/* Start Cookie Policy Bar */

#cookie-bar {
    background: rgba(59,68,77,.7);
    height: auto;
    line-height: 24px;
    padding: 10px;
    z-index: 999;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

#cookie-bar p {
    margin: 0;
    padding: 0;
    color: #eee;
    text-align: center;
    font-size: 14px;
    line-height: 25px
}

#cookie-bar a {
    color: #fff !important;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
    font-size: 14px
}

#cookie-bar .cb-enable {
    background: #070
}

#cookie-bar .cb-enable:hover {
    background: #090
}

#cookie-bar .cb-disable {
    background: #900
}

#cookie-bar .cb-disable:hover {
    background: #b00
}

#cookie-bar .cb-policy {
    background: #03b
}

#cookie-bar .cb-policy:hover {
    background: #05d
}

/* End Cookie Policy Bar */

/* Start Akademik Kose */

.anasayfa__akademikkose__section {
    background: rgba(45,97,135,.08);
    padding: .5rem 0;
    position: relative;
}

.anasayfa__akademikkose__baslik {
    background: #2d6187;
    background-image: url(../img/doku2.png);
    background-repeat: repeat;
    background-size: contain;
    background-size: 6.25rem;
    background-position-y: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

@media (max-width: 991.98px) {

    .anasayfa__akademikkose__baslik {
        top: 52px;
    }
}

.anasayfa__akademikkose__baslik .baslik h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 1rem .6rem;
    font-size: 1.3rem;
}

.anasayfa__akademikkose__baslik .icon {
    background: rgba(0,0,0,.3);
}

.anasayfa__akademikkose__baslik .icon img {
    width: 3.2rem;
    height: auto;
    padding: .35rem;
}

.anasayfa__akademikkose__baslik .nav div.item {
    background: rgba(0,0,0,.3);
    border-radius: 0;
    cursor: pointer;
}

.anasayfa__akademikkose__baslik .nav div.item img {
    width: 2.5rem;
    height: auto;
    padding: .25rem;
}

.anasayfa__akademikkose__section .anasayfa__akademikkose__icerik {
    background: #f9f9f9;
}

.anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item > div {
    width: 50%;
}

@media (max-width: 991.98px) {

    .anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item > div {
        width: 100%;
    }
}

.anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.detay {
    padding: 15px
}

    .anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.detay h4 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 600;
    }

    .anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.detay p {
        font-size: .95rem;
        text-align: justify;
        line-height: 1.3rem;
        padding-top: 15px;
        font-family: 'Open Sans', sans-serif;
    }


@media (max-width: 991.98px) {

    .anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.detay p {
        padding-bottom: 15px;
    }
}

.anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.detay .detay-btn {
    right: 10px;
    bottom: 10px
}

    .anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.detay .detay-btn a {
        padding: 10px;
        font-family: 'Roboto Condensed';
        color: #2d6187;
        font-size: 0.85rem;
        text-decoration: none;
        font-weight: 500;
    }

    .anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.kapak a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-decoration: none;
        font-size: 4rem;
        color: rgba(45, 97, 135, .5); 
        transition: all 1s;
    }

.anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.kapak a svg {
    width: 3.5rem;
    height: auto;
    }

        .anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.kapak:hover a svg > path.path-dis {
            fill: #2d6187
        }

.anasayfa__akademikkose__section .anasayfa__akademikkose__icerik .item div.kapak:hover a svg > path.path-ic {
    fill: #ffffff;
}
/* End Akademik Kose */