﻿body {
    font-family: 'Roboto';
    font-style: normal;
}
.f-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
}
a, button {
    outline: none;
}
body.modal-open .mm-slideout {
    z-index: unset
}
#mmenu:not(.mm-menu_opened) {
    display: none;
}
.mm-menu {
    --mm-color-background: #06345D;
    --mm-color-background-emphasis: #0085D0;
    --mm-color-background-highlight: #0069a7;
    --mm-color-text: #fff;
    --mm-color-text-dimmed: rgba(255, 255, 255, .75);
    --mm-color-button: #fff;
}
.mm-menu_offcanvas,
.mm-wrapper_opened {
    width: 100vw;
    max-width: inherit;
}
.mm-panel .mm-navbar_sticky {
    display: none;
}
.mm-navbars_top .mm-navbar_tabs a {
    display: -webkit-box;
    -webkit-box-pack: initial;
}
.mm-page {
    position: initial;
}
a.mmenu-bar {
    color: inherit;
}
.mm-menu .mm-listitem__text {
    padding-left: .7rem;
}
.mm-bottom-link {
    font-size: .9rem;
}
    .mm-bottom-link i {
        margin-right: .25rem;
    }
    .mm-bottom-link.disable {
        display: none;
    }

.gx-8 {
    --bs-gutter-x: 8rem;
}
.w-15 {
    width: 15% !important;
}

#modalResponsive .modal-header .close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    padding: .5rem .5rem;
    margin: -.25rem -.25rem -.5rem auto;
}
.modal-backdrop {
    position: initial;
}

#mainheader {
    position: relative;
    z-index: 3;
}

.bread {
    background-color: #fff;
}

.breadPAU {
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .breadPAU a {
        display: block;
        position: relative;
        text-decoration: none;
        padding: .5rem 0;
        color: inherit;        
    }
        .breadPAU a i {
            margin-right: .5rem;
        }
        .breadPAU a .slogan {
            position: absolute;
            left: 30px;
            bottom: -8px;
            text-transform: initial;
            font-family: 'Satisfy';
            font-style: normal;
            font-weight: 300;
            color: #717171;
        }

.bread a.nav-link h2 {
    font-size: 1rem;
    line-height: inherit;
}
.bread ul.pauMenu > li {
    padding: .5rem .75rem;
}
.bread ul.nav > li:last-child {
    padding-right: 0;
}
.bread ul.nav li:last-child a {
    padding-right: 0;
}
.bread ul.nav li a {
    font-weight: 400;
    color: rgba(182, 182, 182, .85);
    transition: all .5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    position: relative;
}
.bread ul.nav li.spMenu a {
    color: rgba(0, 70, 132, .85);
}
.bread ul.nav li.spMenu a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: block;
    color: rgba(0, 70, 132, .85);
    position: absolute;
    font-size: 1.2rem;
    margin-top: -1.25rem;
    margin-left: 44%;
}
    .bread ul.nav li.active a,
    .bread ul.nav li a:hover {
        color: rgba(0, 70, 132, .85);
    }
        .bread ul.nav li.active a:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f107";
            display: block;
            color: rgba(0, 70, 132, .85);
            position: absolute;
            margin-top: -1.25rem;
            margin-left: 45%;
            font-size: 1.2rem;
            position: absolute;
        }
        .bread .drpdownMenu {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 4rem;
            background-color: #fff;
            z-index: 1;
        }
        .bread .open {
            display: block !important;
            transition: all 0.25s;
        }
        .bread .subMenu {
            background-color: #0386D0;
        }
        .bread .subMenu li.nav-item:not(:last-child) {
            margin-right: 1rem;
        }
        .bread .subMenu .nav-pills .nav-link {
            color: #fff;
            border-radius: 0;
            font-size: 1.2rem;
            font-weight: 500;
        }
        .bread .subMenu .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
            color: #000;
            background-color: transparent;
            border-bottom: 2px solid #000;
            padding-top: .5rem;
            padding-bottom: .15rem;
        }
        .bread .subContent {
            padding-top: .5rem;
            padding-bottom: 1rem;
            box-shadow: 0rem 5rem 10rem #000;
        }
        .bread .subContent a {
            display: block;
            color: #000;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.25s;
        }
        .bread .subContent a:hover {
            color: #0386D0;
        }
        .bread .subContent h5 {
            color: #0386D0;
            font-weight: 500;
            transition: all 0.25s;
        }
.bread .websiteLangOp > ul {
    padding: 0;
}
.bread .websiteLangOp .dropdown {
    display: none;
}
.bread .websiteLangOp .dropdown ul.dropdown-menu a {
    padding: .25rem 1rem;
}

.bread a.closeMenu {
    position: absolute;
    right: 2.5rem;
    top: 0.5rem;
}

.navLine {
    background-color: rgba(14, 77, 134, .8);
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}
    .navLine .websiteLogo img {
        max-height: 5rem;
        width: auto;
        padding-right: 0.5rem;
    }
    .navLine .websiteTitle {
        color: #fff;
        letter-spacing: .2px;
        max-height: 5rem;
        overflow: hidden;
    }        
        .navLine .websiteTitle h1 {
            font-size: 1.8rem;
        }
        .navLine .websiteTitle a {
            text-decoration: none;
            color: inherit;
        }
    .navLine .websiteNav li.nav-item {
        text-align: right;
        width: min-content;
    }
    .navLine .websiteNav a.nav-link {
        color: #fff;
        line-height: 1.5rem;
    }

.websiteNav nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.websiteNav ul.navbar-nav > li.nav-item:last-child > ul.dropdown-menu {
    left: inherit;
    right: 0;
}
.websiteNav ul.navbar-nav > li.nav-item a.nav-link {
    font-size: 1.2rem;
    /*font-weight: 500;
    letter-spacing: .2px;*/
    border-bottom: 1px solid transparent;
}
.navLine .websiteNav a.dropdown-toggle {
    white-space: inherit;
}
.websiteNav ul.navbar-nav > li.nav-item > a.dropdown-toggle::after {
    font-size: 1.1rem;
    position: absolute;
    top: 1rem;
}
.websiteNav ul.navbar-nav > li.nav-item a.dropdown-toggle.show {
    color: #000;
    border-bottom: 1px solid #000;
}
.websiteNav .dropdown-menu li a.dropdown-toggle {
    text-decoration: none;
    color: #000;
    display: block;
    cursor: pointer;
}
    .websiteNav .dropdown-menu li a.dropdown-toggle::after {
        margin-left: .75em;
        vertical-align: .03em;
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
.websiteNav .navbar .navbar-nav li > ul.dropdown-menu ul.dropdown-menu li.dropdown-item {
    padding: 0;
}
.websiteNav .dropdown-menu[data-bs-popper] {
    margin-top: 0.7rem;
}
.websiteNav .dropdown-menu[data-bs-popper] li:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

.navLine .vmCollapse > a,
.navLine .search {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .2px;
}
.navLine .vmCollapse {
    display: none;
    position: relative;
}
    .navLine .vmCollapse #vMenu {
        position: absolute;
        z-index: 1000;
        right: 0;
        width: max-content;
    }
    .navLine .vmCollapse .card-body {
        padding: .2rem;
    }
    .navLine .vmCollapse .verticalMenuLeft .verticalMenuLeftTitle {
        text-align: center;
        margin-bottom: 0;
        border-bottom: 1px solid #f3f3f3;
    }
    .navLine .vmCollapse .verticalMenuLeft .accordion-item {
        background: transparent;
        border: none;
    }
    .navLine .vmCollapse .verticalMenuLeft .accordion-header {
        background: none;
        padding: inherit;
    }
        .navLine .vmCollapse .verticalMenuLeft .accordion-header a {
            color: #000;
            text-decoration: none;
            display: block;
            padding: .5rem;
            transition: all .5s ease;
        }
            .navLine .vmCollapse .verticalMenuLeft .accordion-header a:hover {
                color: #1e2125;
                background-color: #e9ecef;
            }
            .navLine .vmCollapse .verticalMenuLeft .accordion-header a.subs {
                padding-right: 2rem;
            }
        .navLine .vmCollapse .verticalMenuLeft .accordion-header a.subs:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f107";
            position: absolute;
            right: .75rem;
        }
        .navLine .vmCollapse .verticalMenuLeft .accordion-collapse .accordion-body {
            padding: .1rem .5rem;
        }

.navLine .search {
    cursor: pointer;
}

#pauGuide .form-control {
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-radius: 0;
    color: #ccc;
    font-size: 1.5rem;
}

    #pauGuide .form-control:focus {
        color: #fff;
        font-size: 2rem;
        box-shadow: 0 0 0 0;
    }

#pauGuide .form-floating > label {
    color: #fff;
    padding: .2rem .75rem;
}

#pauGuide .resultSearch {
    color: #fff;
}

    #pauGuide .resultSearch .info {
        display: none;
        color: #0B5ED7;
    }

    #pauGuide .resultSearch .item {
        border-bottom: 1px solid #033758;
    }

        #pauGuide .resultSearch .item .unvan {
            font-weight: 300;
            color: rgba(255, 255, 255, .98);
        }

        #pauGuide .resultSearch .item .adsoyad {
            font-weight: 500;
        }

        #pauGuide .resultSearch .item .email {
            color: #bbbbbb;
            font-size: .9rem;
        }

        #pauGuide .resultSearch .item p {
            margin-bottom: 0;
        }

        #pauGuide .resultSearch .item .btn {
            box-shadow: 0 0 0 0;
        }

        #pauGuide .resultSearch .item div.gorevyeri p {
            padding: 0 1rem;
        }

        #pauGuide .resultSearch .item div.gorevyeri:after {
            content: '';
            position: absolute;
            top: 15%;
            height: 50%;
            border-left: 1px solid #fff;
        }

#pauGuide .defaultGudie {
    margin-top: 3rem;
}

    #pauGuide .defaultGudie a.btn-block {
        display: block;
        border-bottom: 1px solid #0085D0;
        color: #0085D0;
        border-radius: 0;
        margin-bottom: 2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: 0.3s;
    }

        #pauGuide .defaultGudie a.btn-block:focus {
            box-shadow: 0 0 0 0;
        }

    #pauGuide .defaultGudie .icon {
        border: 1px solid #0085D0;
        border-radius: 50%;
        font-size: 1.5rem;
        width: 3rem;
        height: 3rem;
        color: #0085D0;
    }

        #pauGuide .defaultGudie .icon i {
            vertical-align: middle;
            padding-top: .3rem;
        }

    #pauGuide .defaultGudie .title {
        padding-left: 1rem;
        font-size: 1.5rem;
    }

    #pauGuide .defaultGudie a.btn-block:hover {
        border-bottom: 1px solid #919191;
        color: #919191;
    }

        #pauGuide .defaultGudie a.btn-block:hover .icon {
            border: 1px solid #919191;
            color: #919191;
        }

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    background-color: rgba(7, 20, 31, 0.98);
    overflow-x: hidden;
    transition: 0.5s;
}

    .overlay .closebtn {
        position: absolute;
        top: 1rem;
        right: 3rem;
        font-size: 4rem;
        color: #919191;
        text-decoration: none;
        transition: 0.5s;
    }

        .overlay .closebtn:hover {
            color: #fff;
        }

.mainImageCss {
    background-color: #0E4D86;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.cph1,
.cph2 {
    display: none;
}
/* * * * * * * * * * * *
* // Header
* * * * * * * * * * * */

main {
    position: relative;
}
#slider {
    margin-top: -12.5rem;
}
#slider ul li > div:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .22);
}
#slider a {
    text-decoration: none;
    color: #fff;
    transition: all 0.25s ease-in-out !important;
}
#slider a:hover {
    color: #0085D0 !important;
}

#buttonList {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
    margin-top: -11rem;
    margin-bottom: 0rem !important;
    z-index: 2;
}
#buttonList.alone { 
    margin-top: 0;
    z-index: auto;
    background: transparent;
}
    #buttonList.down {
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
    }
    #buttonList.alone.down {
        background: transparent;
    }

    #buttonList .d-flex {
        overflow: hidden;
        height: 98px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
        #buttonList .d-flex.down {
            height: initial !important;
        }

    #buttonList .button-item {
        position: relative;
    }

        #buttonList .button-item:after {
            content: '';
            position: absolute;
            top: 15%;
            height: 50%;
            border-left: 1px solid #fff;
        }
        #buttonList.alone .button-item:after {
            content: '';
            position: absolute;
            top: 15%;
            height: 50%;
            border-left: 1px solid #000;
        }

    #buttonList a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    #buttonList.alone a {
        color: #000;
    }
        #buttonList a:hover {
            text-shadow: 3px 3px 5px #000;
            color: #287AC8;
        }
        #buttonList.alone a:hover {
            color: #3E709E;
            text-shadow: none;
        }
        #buttonList.alone .button-item a:hover img {
            filter: invert(43%) sepia(51%) saturate(507%) hue-rotate(167deg) brightness(85%) contrast(92%);
        }

    #buttonList .button-item a i {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    #buttonList .button-item a img {
        margin-bottom: 1rem;
        width: 40px;
    }
    #buttonList.alone .button-item a img {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(100deg) brightness(94%) contrast(100%);
    }

    #buttonList .collapse-shortcut {
        color: #fff;
        padding-top: 0rem !important;
    }
    #buttonList.alone a.all-items-link:hover {
        color:#3E709E;
        text-shadow: none;
    }

.homePageComponent.first-block {
    margin-top: 3rem;
}
.homePageComponent {
    margin-top: -3rem;
    padding-top: 0;
    z-index: 2;
}
    .homePageComponent .announceBlock {
        background-color: rgb(0, 133, 208);
        padding-top: 1rem;
    }
    .homePageComponent .eventBlock {
        background-color: rgb(0, 70, 132);
        padding-top: 1rem;
    }
        .homePageComponent .announceBlock .title,
        .homePageComponent .eventBlock .title {
            color: #fff;
            text-transform: uppercase;
            font-size: 1.4rem;
            font-weight: 600;
            letter-spacing: .2px;
        }
            .homePageComponent .announceBlock .title h3,
            .homePageComponent .eventBlock .title h3 {
                font-size: 1.4rem;
            }
        .homePageComponent .announceBlock .sub-title,
        .homePageComponent .eventBlock .sub-title {
            font-size: .9rem;
            color: #fff;
        }
        .homePageComponent .announceBlock a.all-items-link,
        .homePageComponent .eventBlock a.all-items-link {
            color: #fff;
            text-transform: uppercase;
            font-size: .9rem;
            font-weight: 500;
            text-decoration: none;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }
            .homePageComponent .announceBlock a.all-items-link:hover {
                color: #004684;
            }
            .homePageComponent .eventBlock a.all-items-link:hover {
                color: #0085D0;
            }

        .homePageComponent .announceBlock .empty-item,
        .homePageComponent .eventBlock .empty-item {
            background-color: transparent;
            border: none;
            padding: 0;
            color: #fff;
        }

        .homePageComponent .announceBlock ul.list-group,
        .homePageComponent .eventBlock ul.list-group {
            border-radius: 0;
        }

            .homePageComponent .announceBlock ul.list-group li.list-group-item,
            .homePageComponent .eventBlock ul.list-group li.list-group-item {
                border-radius: 0;
                background-color: transparent;
                border: none;
                border-bottom: 1px solid #006AA6;
                padding: .75rem 0;
            }

                .homePageComponent .announceBlock ul.list-group li.list-group-item:last-child,
                .homePageComponent .eventBlock ul.list-group li.list-group-item:last-child {
                    border-bottom: none;
                }

                .homePageComponent .announceBlock ul.list-group li.list-group-item img,
                .homePageComponent .eventBlock ul.list-group li.list-group-item img {
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

            .homePageComponent .announceBlock ul.list-group a,
            .homePageComponent .eventBlock ul.list-group a {
                display: block;
                color: #fff;
                text-decoration: none;
                font-size: 1.25rem;
                letter-spacing: .2px;
                transition: 0.5s;
            }

                .homePageComponent .announceBlock ul.list-group a:hover {
                    color: #004684;
                }

                .homePageComponent .eventBlock ul.list-group a:hover {
                    color: rgb(0, 133, 208);
                }

            .homePageComponent .announceBlock ul.list-group li.list-group-item p.date {
                color: #fff;
                font-size: .9rem;
                letter-spacing: .5px;
                margin-top: .5rem;
            }

            .homePageComponent .eventBlock ul.list-group li.list-group-item .info {
                background-color: #0085D0;
                color: #fff;
                font-size: .9rem;
                letter-spacing: .5px;
                width: 128px;
                height: min-content;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .homePageComponent .eventBlock ul.list-group li.list-group-item .type {
                text-transform: uppercase;
            }

            .homePageComponent .eventBlock ul.list-group li.list-group-item .date {
                font-weight: 300;
            }

            .homePageComponent .eventBlock ul.list-group li.list-group-item .location {
                font-size: .9rem;
                color: #fff;
                font-weight: 300;
                margin-top: .5rem;
            }

            .homePageComponent .eventBlock ul.list-group li.list-group-item .flex-nowrap {
                margin-bottom: 1.2rem;
            }

.newsBlock {
    margin-top: -5rem;
    padding-top: 5rem !important;
    background-color: rgb(235, 235, 235);
    border-bottom: 1px solid rgb(188, 188, 188);
}
.newsBlock.alone {
    margin-top: 0;
    padding-top: 0 !important;
    background-color: transparent;
    border-bottom: 1px solid rgb(188, 188, 188);
}

    .newsBlock .title {
        color: #000;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .2px;
    }

        .newsBlock .title h3 {
            font-size: 1.4rem;
        }

    .newsBlock a.all-items-link {
        color: inherit;
        text-transform: uppercase;
        font-size: 1rem;
        text-decoration: none;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        .newsBlock a.all-items-link:hover {
            font-weight: 600;
        }

#owl-News .item {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    transition: 0.5s;
}

    #owl-News .item a {
        text-decoration: none;
        color: #000;
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: .25px;
    }

    #owl-News .item .card-text {
        height: 10.5rem;
        overflow: hidden;
    }

    #owl-News .item span.view-news {
        font-size: .85rem;
        color: #b8b8b8;
        transition: 0.5s;
    }

    #owl-News .item:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

        #owl-News .item:hover span.view-news {
            color: #212529;
        }

.anaSayfaIcerik {
    display: none;
}
.eventCalendarBox {
    display: none;
}
/* * * * * * * * * * * *
* // HomePage Component
* * * * * * * * * * * */

ol.breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    ol.breadcrumb .fas,
    ol.breadcrumb .far {
        color: rgba(255, 255, 255, .9);
        margin-right: .5rem;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .9);
}

ol.breadcrumb li {
    color: #fff;
}

ol.breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0.1rem .1rem .25rem #000;
    transition: all 0.25s ease-in-out;
}

    ol.breadcrumb a:hover {
        color: #d6d6d6;
    }

main article,
main section,
main .icerik {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .icerik .parent-gallery {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .icerik .page-gallery {
        width: 300px;
        height: 200px;
        margin: 1rem;
    }

    .icerik a {
        text-decoration: none;
        transition: all 0.25s ease-in-out;
    }

        .icerik a:hover {
            color: #0E4D86 !important;
        }

    .icerik .table-responsive {
        margin-bottom: 3rem;
    }

.ekliDosya {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
    .ekliDosya h3 {
        font-size: 1.35rem;
        margin-bottom: 0.15rem;
    }
    .ekliDosya a {
        text-decoration: none;
    }

.announcement {
    display: none;
}
.announcementDetail article header,
.eventDetail article header {
    margin-bottom: 1.5rem;
}

    .eventDetail article header a {
        text-decoration: none;
        transition: all 0.25s ease-in-out;
        color: inherit;
    }

        .eventDetail article header a:hover {
            color: #0085D0;
        }

    .announcementDetail article header p {
        margin-bottom: 0;
    }

    .eventDetail article header p {
        margin-bottom: .25rem;
        font-size: .85rem;
    }

    .announcementDetail article header em,
    .eventDetail article header em {
        font-size: .8rem;
        color: #b3b3b3;
        letter-spacing: .05rem;
    }

.announcementDetail article .announceHtml,
.eventDetail article .eventHtml {
    overflow: hidden;
}

.announcementDetail .currentAnnounce,
.eventDetail .currentEvents {
    padding-top: 1rem;
    padding-right: 1.5rem;
}

    .announcementDetail .currentAnnounce a,
    .eventDetail .currentEvents a {
        text-decoration: none;
        color: inherit;
    }

    .announcementDetail .currentAnnounce .title,
    .eventDetail .currentEvents .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .announcementDetail .currentAnnounce a.all-items-link,
    .eventDetail .currentEvents a.all-items-link {
        font-size: 1rem;
        font-weight: 500;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .announcementDetail .currentAnnounce ul.list-group,
    .eventDetail .currentEvents ul.list-group {
        border-radius: 0;
    }

        .announcementDetail .currentAnnounce ul.list-group .list-group-item,
        .eventDetail .currentEvents ul.list-group .list-group-item {
            padding: .95rem 0.1rem;
            border: 0;
            border-bottom: 1px solid #eeeeee;
        }

            .announcementDetail .currentAnnounce ul.list-group .list-group-item:last-child,
            .eventDetail .currentEvents ul.list-group .list-group-item:last-child {
                border: 0;
            }

            .announcementDetail .currentAnnounce ul.list-group .list-group-item a,
            .eventDetail .currentEvents ul.list-group .list-group-item a {
                display: block;
                color: rgba(0, 0, 0, .7);
                font-size: 1.25rem;
                font-weight: 500;
                transition: all 0.25s ease-in-out;
            }

                .announcementDetail .currentAnnounce ul.list-group .list-group-item a:hover,
                .eventDetail .currentEvents ul.list-group .list-group-item a:hover {
                    color: rgba(0, 0, 0, 1);
                }

.allItems {
    margin-top: .5rem;
}

    .allItems .filterOp a.btn {
        color: #000;
        padding: 0;
        outline: none;
        border: none;
        box-shadow: none;
    }

    .allItems .filterOp a:after {
        margin-bottom: 5px;
        display: none;
    }

    .allItems .filterOp .dropdown-menu {
        transform: translate(-25px, 28px) !important;
    }

        .allItems .filterOp .dropdown-menu a {
            font-size: .9rem;
            font-weight: 500;
        }

    .allItems .all-list .item {
        border-bottom: 1px solid rgb(235, 235, 235);
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        margin-right: 2rem;
    }

        .allItems .all-list .item a {
            text-decoration: none;
        }

            .allItems .all-list .item a.website {
                display: block;
                font-size: .9rem;
                font-weight: 300;
                margin-bottom: .5rem;
                color: rgba(0, 0, 0, .75);
                transition: all 0.25s ease-in-out;
            }

                .allItems .all-list .item a.website:hover {
                    color: rgba(0, 0, 0, 1);
                }

            .allItems .all-list .item a.title {
                display: block;
                font-size: 1.25rem;
                color: inherit;
                transition: all 0.25s ease-in-out;
            }

                .allItems .all-list .item a.title:hover {
                    color: #0085D0;
                }

        .allItems .all-list .item .type {
            font-weight: 600;
            letter-spacing: .25px;
        }

        .allItems .all-list .item a.title h6 {
            font-size: 1.25rem;
        }

        .allItems .all-list .item .publishDate {
            display: block;
            font-size: .85rem;
            color: rgba(0, 0, 0, .5);
        }

    .allItems .all-list .flex-shrink-0 {
        background-color: rgb(0, 133, 208);
        color: #fff;
        font-size: .85rem;
        padding-left: .5rem;
        padding-top: .25rem;
        width: 7.625rem;
        height: 55px;
    }

    .allItems .all-list .location {
        font-size: .85rem;
        color: rgba(0, 0, 0, .5);
    }

.ekliBelgeler h3 {
    font-size: 1.1rem;
    margin-bottom: 0.01rem;
}

.ekliBelgeler .ekliBelgeLink a {
    text-decoration: none;
    font-size: .9rem;
    color: inherit;
    transition: all 0.25s ease-in-out;
}

    .ekliBelgeler .ekliBelgeLink a:hover {
        color: #0085D0;
    }

.eventCalendarBox {
    display: none;
}

.albumlereGeriDon {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
/* * * * * * * * * * * *
* // Content
* * * * * * * * * * * */

footer .langOptions  {
    display: none;
}
.footerTop .title {
    font-size: 1rem;
    letter-spacing: .25px;
}

.footerTop .social-media a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .footerTop .social-media a:hover {
        color: #287AC8;
    }

.footerTop a {
    text-decoration: none;
    color: inherit;
}

.footerTop .owl-stage {
    width: max-content;
}

.footerTop .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footerTop .owl-prev {
    left: -1rem;
}

.footerTop .owl-next {
    right: -1rem;
}

.footerTop .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.footerTop .owl-carousel .owl-item img {
    display: initial;
    width: 60%;
    filter: grayscale(1);
    transition: all .3s ease-in-out;
}

    .footerTop .owl-carousel .owl-item img:hover {
        filter: grayscale(0);
    }

.footerMiddle {
    background-image: url(../imgs/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .footerMiddle .footerLogo {
        color: #fff;
    }

        .footerMiddle .footerLogo .title {
            text-transform: uppercase;
            font-size: 1.35rem;
            letter-spacing: .25rem;
        }

        .footerMiddle .footerLogo .slogan {
            font-family: 'Satisfy';
            font-style: normal;
            font-size: 2rem;
        }

    .footerMiddle .footerLinks ul,
    .footerBottom ul {
        list-style-type: none;
        padding: 0;
    }

        .footerMiddle .footerLinks ul li {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .footerMiddle .footerLinks li a {
        color: rgb(129, 129, 130);
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400;
        padding: .15rem 0;
        display: inline-block;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        .footerMiddle .footerLinks li a:hover {
            color: #fff;
        }

    .footerMiddle .footerLinks li:first-child {
        font-size: 1.1rem;
        color: #fff;
        font-weight: 500;
        padding-bottom: .3rem;
    }

.footerBottom {
    background-color: #000;
    color: rgba(255, 255, 255, .85);
}
    .footerBottom ul {
        padding-top: .85rem;
    }
    .footerBottom ul li a {
        text-decoration: none;
        color: rgb(129, 129, 130);
        font-size: 1rem;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .footerBottom ul li a.policy {
        color: #CB8D1C;
    }
    .footerBottom ul li a:hover {
        color: #fff;
    }
    .footerBottom .scrollText {
        display: none;
    }
    .footerBottom a.scrollUp.fixed .scrollText {
        display: block;
        color: #000;
        padding-top: .1rem;
        line-height: 0rem;
    }

a.scrollUp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 1rem;
    right: 2.5rem;
    display: none;
    text-align: center;
    text-decoration: none;
    background-color: rgb(203, 141, 28);
    color: #000;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    border: 5px solid #000;
    border-radius: 50%;
    line-height: 50px;
    z-index: 1;
}

.footerBottom a.scrollUp.fixed {
    width: initial !important;
    height: initial !important;
    position: relative !important;
    bottom: initial !important;
    right: initial !important;
    display: block !important;
    padding: 1rem !important;
    border: none !important;
    border-radius: inherit !important;
}

.social-media .title {
    padding-bottom: 1rem !important;
}
footer .sosyalMedyaAdres {
    display: none;
}
.sosyalMedyaAdres h3 {
    display: none;
}
.sosyalMedyaAdres a.sosyalMedyaLink {
    transition: all 0.25s ease-in-out;
    filter: grayscale(1);
}
.sosyalMedyaAdres a.sosyalMedyaLink:hover {
    filter: grayscale(0);
}

.external-links .content {
    font-size: .8rem;
}
/* * * * * * * * * * * *
* // Footer
* * * * * * * * * * * */

#progressWrapper {
    width: 100%;
    height: 200px;
    top: 50%;
    left: 0;
    position: fixed;
    margin-top: -100px;
    z-index: 9999;
}

.progressGif {
    background: url('//www.pau.edu.tr/imgs/loading2k19.gif') 0 0 no-repeat;
    margin: 50px auto;
    width: 105px;
    height: 105px;
    display: block;
}

a.error404 {
    background: url('//www.pau.edu.tr/imgs/404.png') 0 0 no-repeat;
    width: 610px;
    margin: 130px auto;
    display: block;
    padding-top: 340px;
}

.text404 {
    display: none;
}
/* * * * * * * * * * * *
 * // Progress DIV
 * * * * * * * * * * * */

.fileExplorer .folderList a {
    color: #575757;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: none;
}
.fileExplorer .file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    height: 183px;
}

.fileExplorer .file .icon,
.fileExplorer .file .image {
height: 100px;
overflow: hidden;
}
.fileExplorer .file .icon {
padding: 15px 10px;
text-align: center;
}
.fileExplorer .file-control {
color: inherit;
font-size: 11px;
margin-right: 10px;
}
.fileExplorer .file-control.active {
text-decoration: underline;
}
.fileExplorer .file .icon i {
font-size: 70px;
color: #337ab7;
}
.fileExplorer .file .file-name {
padding: 10px;
background-color: #f8f8f8;
border-top: 1px solid #e7eaec;
}
.fileExplorer .file-name small {
color: #676a6c;
}
/* * * * * * * * * * * *
 * //Folders
 * * * * * * * * * * * */

 .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 1.4em;
            /*text-align: center;*/
            padding-left: 12px;
            position: absolute;
            top: 20px;
            left: 50%;
            margin-left: -20px;
            background-color: #20435D;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #67232E !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 20px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
/* * * * * * * * * * * *
* // Timeline History
* * * * * * * * * * * */