﻿body {
    font-family: 'Roboto';
    font-style: normal;
}
body.modal-open .mm-slideout {
    z-index:unset
}
a, button {
    outline: none;
}
#mmenu:not(.mm-menu_opened) {
    display: none;
}
.mm-menu {
    --mm-color-background: #0D487D;
    --mm-color-background-emphasis: #06345D;
    --mm-color-background-highlight: #3B75A8;
    --mm-color-text: #fff;
    --mm-color-text-dimmed: rgba(255, 255, 255, .75);
    --mm-color-button: #fff;
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: var(--mm-color-background-emphasis);
}
.mm-menu_offcanvas {
    width: 100vw;
    max-width: inherit;
    z-index: 99999;
}
.mm-panel .mm-navbar_sticky {
    display: none;
}
.mm-menu .mm-navbar_tabs span {
    justify-content: left;
}
.mm-menu .mm-navbar_tabs span .fas {
    margin-right: .5rem;
}
.mm-navbars_top .mm-navbar_tabs a {
    display: -webkit-box;;
    -webkit-box-pack: initial;
}
.mm-menu .mm-navbars_top .mm-navbar a {
    justify-content: right;
    padding-right: 1rem;
    color: #fff;
}
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: 10rem;
}

.w-15 {
    width: 15% !important;
}

#mainheader {
    position: relative;
    z-index: 9999; /*2*/
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 100%);
    padding-bottom: 2.16rem;
}
#mainheader.mainNavOpen {
    background: #004684 linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
}
#mainheader.bg-white {
    background-color:#fff !important;
}

.bread.subPage {
    background-color: #fff;
}
.bread ul.nav {
    color: #7B9EB5;
}
.bread .welcome {
    padding: .5rem 1rem;
}
.breadPAU {
    display: none;
    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;
    text-decoration: none;
    padding: .5rem 0;
    color: inherit;
}
.breadPAU a i {
    margin-right: .5rem;
}
.bread a.nav-link h2 {
    font-size: 1rem;
    line-height: inherit;
}
.bread ul.nav li:last-child a {
    padding-right: 0;
}

.bread ul.profileList li a {
    font-weight: 400;
    color: #7B9EB5;
    transition: all .5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bread ul.profileList li.active a,
.bread ul.profileList li a:hover {
    color: rgba(255, 255, 255, .85);
}
.bg-white ul.profileList li.active a,
.bg-white ul.profileList li a:hover {
    color:#06345D;
}
.bread ul.profileList 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: -1rem;
    margin-left: 36px;
    font-size: 1.2rem;
}
.bread .notybell {
    display: none;
}
.bread .closeMenu a {
    text-decoration: none;
    font-size: 1.35rem;
    color: #fff;
    padding-bottom: 0.475rem;
}
.navLine .websiteLogo {
    z-index: 1;
    position: absolute;
    top: 1rem;
}
.navLine .websiteLogo img {
    width: 125px;
}
.navLine h1.websiteTitle {
    color: #fff;
    letter-spacing: .2px;
    font-size: 1.5rem;
    margin-left: 135px;
    margin-top: .5rem;
}
.navLine .websiteTitle a {
    text-decoration: none;
    color: inherit;
}
.navLine h1.subpageTitle {
    display: none;
    margin-top: .5rem;
    color: #fff;
    letter-spacing: .2px;
    font-size: 1.5rem;
}

nav#mainMenu {
    padding-top: .22rem;
    padding-bottom: 0;
}
#mainMenu ul {
    list-style-type: none;
}

.navLine .websiteNav li.nav-item h2 {
    font-size: 1.2rem;
    white-space: nowrap;
}
.navLine .websiteNav a.nav-link {
    color: #fff;
}
.navLine .websiteNav a.spMenu {
    color: rgb(142 174 202);
}
.navLine .websiteNav a.spMenu:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: block;
    color: rgb(142 174 202);
    position: absolute;
    font-size: 1.6rem;
}
.navLine .websiteNav ul.collapse li a.spMenu:after {
	margin-top: 0.6rem;
}
.navLine .websiteNav ul.collapse li:nth-child(1) a.spMenu:after {
    margin-left: 4.2rem;
}
.navLine .websiteNav ul.collapse li:nth-child(2) a.spMenu:after {
    margin-left: 2.2rem;
}
.navLine .websiteNav ul.collapse li:nth-child(3) a.spMenu:after {
    margin-left: 3.6rem;
}
.navLine .websiteNav ul.collapse li:nth-child(4) a.spMenu:after {
    margin-left: 4.8rem;
}
.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;
}
.navLine .websiteNav a.dropdown-toggle {
    white-space: inherit;
}
.websiteNav ul.navbar-nav > li.nav-item a.dropdown-toggle::after {
    font-size: 1.5rem;
    position: absolute;
    top: 1.1rem;
}
.websiteNav ul.navbar-nav > li.nav-item a.dropdown-toggle.show {
    color: #000;
}
.websiteNav .drpdownMenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 9.5rem;
    background-color: #fff;
}
.websiteNav .open {
    display: block !important;
    transition: all 0.25s;
}
.websiteNav .subMenu {
    background-color: #0386D0;
}
.navLine .websiteNav .subMenu li.nav-item:not(:last-child) {
    margin-right: 1rem;
}
.websiteNav .subMenu .nav-pills .nav-link {
    color: #fff;
    border-radius: 0;
    font-size: 1.2rem;
    font-weight: 500;
}
.websiteNav .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;
}
.websiteNav .subContent {
    padding-top: .5rem;
    padding-bottom: 1rem;
    box-shadow: 0rem 5rem 10rem #000;
}
.websiteNav .subContent a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s;
}
.websiteNav .subContent a:hover {
    color: #0386D0;
}
.websiteNav .subContent h5 {
    color: #0386D0;
    font-weight: 500;
    transition: all 0.25s;
}

.navLine .search {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .2px;
    cursor: pointer;
    padding: .5rem 0;
    white-space: nowrap;
}
.navLine .search img {
    width: 34px;
}

#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 .defaultGudie {
    padding-right: 2rem;
}
#pauGuide .resultSearch {
    color: #fff;
    padding-right: 2rem;
}
#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: 9999;
    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: 1rem;
    padding-bottom: 0.1rem;
}

.pauGuide .searchResults .table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: transparent;
}
/* * * * * * * * * * * *
* // Header
* * * * * * * * * * * */

main {
    position: relative;
    /*z-index: 1;*/
}
#slider {
    margin-top: -12.5rem;
}
#slider ul li > div.tp-parallax-container {
    z-index: 61 !important;
}
#slider ul li > div:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 21;
}
#slider a {
    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) 50%, rgba(0,0,0,1) 100%);
    margin-top: -15rem;
    z-index: 9000;
	padding-bottom: 7rem;
	margin-bottom: 0 !important;
}
#buttonList.down {
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
}
#buttonList .d-flex {
    overflow: hidden;
    height: 96px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-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 a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    /*width: 200px;*/
    transition: all 0.25s ease-in-out;
}
#buttonList a:hover {
    text-shadow: 3px 3px 5px #000;
    color: #287AC8;
}
#buttonList .button-item a i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
#buttonList .button-item a img {
    margin-bottom: 1rem;
    width: 40px;
}
#buttonList .collapse-shortcut {
    color: #fff;
    padding-bottom: 4rem !important;
}
#buttonList .collapse-shortcut a {
    display: none;
}

.homePageComponent {
    margin-top: -8rem;
    z-index: 9001;
}
.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;
    -ms-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 0 0;
}

.homePageComponent .announceBlock ul.list-group li.list-group-item:not(:first-child),
.homePageComponent .eventBlock ul.list-group li.list-group-item:not(:first-child) {
	padding-top:1.1rem;
}

.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 .announceBlock ul.list-group li.list-group-item p.website {
    color: #fff;
    font-size: .9rem;
    letter-spacing: .5px;
    margin-top: -1.2rem;
}
.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: -9rem; /*2*/
	padding-top: 10rem !important;
}
.newsBlock {
    background-color: rgb(235, 235, 235);
    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;
    -ms-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;
}

/* * * * * * * * * * * *
* // 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 .5rem #000;
    transition: all 0.25s ease-in-out;
}
ol.breadcrumb a:hover {
    color: #d6d6d6;
}
main article,
.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;
}

.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;
}

main .subVerMenu a {
    display: block;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    color: inherit;
}
main .subVerMenu a:hover {
    color: #0085D0;
}
.senatePic img
/* .directorsPic img */ {
    width:150px;
    height:180px;
}
#pauInfo article a {
    color: #0085D0;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
#pauInfo article a:hover {
    color: #0E4D86;
}
#mealDays {
    margin-top: 1rem;
}
#foodsSection .tab-content a {
    text-decoration: none;
}
/* * * * * * * * * * * *
* // Content
* * * * * * * * * * * */

.footerTop .title {
    text-transform: uppercase;
    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;
    -ms-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;
    -ms-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;
}
.footerMiddle .footerLinks ul li.fooyellow a.policy {
    margin-top: 1rem;
}
.footerMiddle .footerLinks li a.policy {
    color: #CB8D1C;
}
.footerMiddle .footerLinks li a.policy:hover {
    color: #fff;
}
.footerBottom {
    background-color: #000;
    color: rgba(255, 255, 255, .85);
}
.footerBottom ul {
    padding-top: .85rem;
}
.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;
}
/* * * * * * * * * * * *
* // Footer
* * * * * * * * * * * */

#modalResponsive {
    z-index: 9999;
}
#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 Popup
* * * * * * * * * * * */

#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: 70px auto;
    display: block;
    padding-top: 325px;
}
.text404 {
    display: none;
}
/* * * * * * * * * * * *
 * // Progress DIV
 * * * * * * * * * * * */
#foodSection .hallName {
    line-height: 3rem;
}
#foodSection .hall0 {
    height: 500px;
}
#foodSection .hall0 .alert {
	padding: .60rem .85rem;
    font-size: 12px;
}
#foodSection .hall0 .alert a {
	text-decoration: none;
    color: #1b1e21;
    font-weight: 500;
    transition: all .4s ease-in-out 0s;
}
#foodSection .hall0 .alert a:hover {
	font-weight: 600;
}
#foodSection .hall1 {
    background-color: #fcfcfc;
    height: 540px;
}
#foodSection .hall2 {
    height: 660px;
}
#foodSection .hall1 .alert,
#foodSection .hall2 .alert,
#foodSection .hall3 .alert {
	padding: .40rem .75rem;
    font-size: 12px;
}
#foodSection .hall3 {
    background-color: #fcfcfc;
    height: 540px;
}
#foodSection .hall4 {
    background-color: #fcfcfc;
}
#foodSection h4 {
    padding-left: 20px;
}
#foodSection ul.yemekList {
    list-style-type: none;
    padding-left: 1rem;
}
#foodSection ul.yemekList li {
    padding: .02rem 0;
}
#foodSection ul.yemekList li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    display: block;
    color: #D3D3D4;
    position: absolute;
    margin-top: 0rem;
    margin-left: -10px;
    font-size: .9rem;
}
#foodSection ul.yemekList li .calorie {
    font-size: .8rem;
    color:rgb(129, 129, 130);
}
#foodSection .whiteCafe img {
    margin-right: 20px;
}
#foodSection .whiteCafe p {
    font-weight: 500;
    padding: 0 10px;
}
/* * * * * * * * * * * *
* // Foods
* * * * * * * * * * * */

.pauGuide .form-control {
    font-size: 1.5rem;
}
.pauGuide .searchResults .table thead th {
	border: none;
}
.pauGuide .searchResults .table tbody td {
	border: none;
}
.pauGuide .searchResults .table .d-flex {
    display: table-row !important;
}
.pauGuide .card {
    color: #000;
    background-color: #fff;
    margin-bottom: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.pauGuide .cardInfo {
    padding-top: 5px;
    text-align: center;
}
.pauGuide .searchWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    display: none;
    background: url(../imgs/announceBg.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #000;
}
/* * * * * * * * * * * *
* // Old Guide End
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Timeline History
* * * * * * * * * * * */
.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;
            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: #0085D0 !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
* * * * * * * * * * * */

#generalNumbersRow .card-header {
    color: #fff;
}
#generalNumbersRow .card-body h6 {
    margin-bottom: 0;
}
/* * * * * * * * * * * *
* // Numbers of PAU
* * * * * * * * * * * */

ul.rektorDanisman li {
    border: none;
}