@font-face {
    font-family: GilroyRegular;
    src: url(Gilroy-Regular.ttf);
}


/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

html {
    background-color: #0c263c;
}


/* -------
    Alpha colors
 ------ */

.white-alpha {
    background-color: rgba(255, 255, 255, 0.7);
}

.black-alpha {
    background-color: rgba(0, 0, 0, 0.7);
}

.red-alpha {
    background-color: rgba(229, 115, 115, 0.5);
}

.green-alpha {
    background-color: rgba(129, 199, 132, 0.5);
}

.blue-alpha {
    background-color: rgba(100, 181, 246, 0.5);
}

.purple-alpha {
    background-color: rgba(234, 128, 252, 0.5);
}

.yellow-alpha {
    background-color: rgba(255, 235, 59, 0.5);
}

.teal-alpha {
    background-color: rgba(0, 150, 136, 0.5);
}


/* -------
    Masks
 ------ */

.mask-white75 {
    /*  background-color: rgba(255,255,255,0.75);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mask-white74 {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mask-black25 {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-12 li {
    /* width: 33.33% !important; */
    float: left !important;
}

.paddingleft {
    padding-left: 0px;
}


/* -------
    Icons
 ------- */

.numberone {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    display: inline-flex;
    float: right;
    line-height: 1;
    font-family: "sfm-400";
}

.numbericon {
    float: left;
    margin: auto;
    padding-right: 20px;
    display: inline-flex
}

.numberone:hover {
    color: white;
}

.fa,
.fas,
.far,
.fab {
    display: inline-block;
    speak: none;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* -------
    BG & Color Styles
 ------- */

.color-white {
    color: #FFF!important;
}

.bg-aqua {
    background: #40C0CB!important;
}


/* -------
    Fonts
 ------- */

.font-oswald {
    font-family: "Oswald";
}


/* -------
    Others
 ------- */

* {
    text-transform: none!important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#header.full-header #primary-menu>ul {
    border-right: none;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 0;
}

.carousel-indicators-numbers {
    width: 100%;
    left: 0;
    margin: 0;
    bottom: -50px;
}

option {
    background-color: #eeeeee;
    font-size: 14px;
    border: 1px solid #eeeeee;
}

.carousel-indicators-numbers li {
    text-indent: 0;
    height: 50px;
    width: calc(100%/15);
    border: none;
    line-height: 50px;
    color: #fff;
    background-color: #1b4b62;
    transition: all 0.25s ease;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid white;
    font-size: 18px;
    opacity: 1;
}

.button_hizli {
    width: 95%;
    margin: 0px 10px;
    text-align: left !important;
    font-weight: normal;
}

.carousel-indicators-numbers li:last-child {
    border-right: 0;
}

.full_width {
    width: 100%;
}

.black {
    color: black;
}

.list_duzen1 {
    border-bottom: 2px solid #eeeeee;
    margin-top: 5px;
}

.list_duzen2 {
    width: 40%;
    padding-top: 5px;
    height: 70px!important;
    font-size: 13px;
    background-color: #10304a;
    text-align: center;
    border-radius: 10px;
    color: white;
}

.big_title {
    border-bottom: 2px solid #10304a;
    /*margin-bottom: 20px;
    
    padding: 15px 0px;*/
    font-size: 4.5vw;
}

.image_margin {
    max-height: 190px;
    width: auto;
    margin: auto;
}

.carousel-indicators-numbers .active,
.carousel-indicators-numbers :hover {
    width: calc(100%/15);
    height: 50px;
    background-color: #163c61;
    border-radius: 0;
}

.habercol {
    max-height: 365px;
    width: 500px;
    overflow: hidden;
}

.habercol_outer {
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin: 0;
}

.slider-image-holder {
    position: relative;
    width: 100%;
    height: 500px;
    /*background: rgba(0, 0, 0, 0.5);*/
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 10px;
    /* margin-left: 10px; */
}

.all-news-link {
    /* display: inline-block; */
    display: none;
    position: absolute;
    right: 0px;
    top: 200px;
    float: right;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.1;
    background-color: #10304a;
    border: 2px solid #10304a;
    cursor: pointer;
    z-index: 99;
    padding: 4px 7px;
    transition: .2s all linear;
}


/*.all-news-link {
    display: inline-block;
    position: absolute;
    right: -44px;
    top: 55px;
    float: right;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.1;
    background-color: #10304a;
    border: 2px solid #10304a;
    cursor: pointer;
    z-index: 99;
    padding: 4px 7px;
    -ms-transform: rotate(-90deg);
    transform: rotate( -90deg);
    transition: .2s all linear;
}*/

.carousel-item {
    height: calc(100vh - 30px);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider-image-holder img {
    height: 80%;
    width: 80%;
    /*position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);*/
    z-index: 99;
    /*box-shadow: -5px -5px 10px grey, 5px -5px 10px grey;*/
    -webkit-box-shadow: 0 -10px 10px -6px grey, -8px 0 10px -6px grey, 8px 0 10px -6px grey;
    -moz-box-shadow: 0 -10px 10px -6px grey, -8px 0 10px -6px grey, 8px 0 10px -6px grey;
    box-shadow: 0 -10px 10px -6px grey, -8px 0 10px -6px grey, 8px 0 10px -6px grey;
    /*border-radius: 5% 5% 0% 0%;*/
}

.projemobil {
    /*margin-left: -30px;*/
    width: 100%;
    /*margin-top: 20px;*/
}

.footermenu {
    max-width: 20%;
}

i.fa.fa-search.search-fa {
    margin-top: 0px!important;
}

.footer-desk-contact {
    display: block;
}

.baskanmenu {
    padding-top: 13px;
    height: 90px;
    background: #47A22E;
    color: #fff;
    width: 15%;
}

.baskanmenu a {
    font-size: 20px;
    color: #fff!important;
    margin-left: -15px;
    font-weight: 600
}

a.uk-modal-close-full.uk-close-large.uk-icon.uk-close:hover {
    background: white;
    color: #C6B4CE !important;
}


@media (min-width:468px) and (max-width:768px) {
    svg {
        width: 2em!important;
    }
    .armAcMbl i {
        margin-top: 25px;
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .mobilhaberitems {
        display: flex;
        flex-direction: column;
    }
    .slider-image-holder {
        position: relative;
        width: 100%;
        height: 180px!important;
        display: flex;
        justify-content: center;
        padding-bottom: unset;
        padding-top: unset;
        margin-left: unset;
        margin-bottom: unset;
    }
    .carousel-caption {
        position: unset!important;
        padding-top: unset!important;
        text-shadow: unset!important;
        height: 100%;
        width: 100%;
        background-color: #10304a;
        left: unset!important;
        top: unset!important;
        margin-top: unset!important;
        bottom: unset!important;
        padding: 13px 5px 0px 5px!important;
        text-align: left;
        min-height: 85px;
    }
    .mobilhaberbaslik {
        margin: unset!important;
        padding-top: 15px!important;
    }
    .baskanfotolaridiv {
        height: 165vw;
    }
    .footer-contact {
        display: block;
    }
    .footer-desk-contact {
        display: none;
    }
    .mudurbaslik {
        border-bottom: 1px solid #ececec;
        padding-bottom: 0px;
        width: 50%;
        margin-left: 25%;
        margin-bottom: 20px;
    }
    .mudurismi {
        text-align: center;
    }
    .baskanmenu {
        float: left;
        width: 50%!important;
    }
    .baskanmenu a {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .projemobil {
        margin-left: 20%!important;
        width: 50%!important;
        margin-top: 50px!important;
    }
    .slider-image-holder img {
        height: unset;
        width: 100vw;
        box-shadow: unset;
        border-radius: unset;
    }
    .carousel-caption {
        /*background-color: unset !important;*/
    }
}

@media (min-width: 1440px) {
    .ozellink {
        margin-top: 60px!important;
    }
    .fotfirstmenu {
        margin-left: 3.9%!important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .footermenu {
        max-width: 14%;
    }
    .ozellink {
        display: none;
    }
    .footerbgimg {
        background: unset;
    }
}

.block_haberler div {
    max-height: 250px;
    overflow: hidden;
}

.block_haberler img {
    height: 250px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.font-small p b {
    font-size: 11px;
}

.font-small p {
    font-size: 11px !important;
}

.block-haber-title {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 60%;
    padding-left: 10%;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.block-haber-title .haber-tarih,
.block-haber-title .haber-baslik {
    color: #fff;
    font-weight: bold;
}

.block-haber-image-holder {
    position: relative;
    width: 100%;
    height: 250px;
}

.block_haberler .haber_kisayol {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #e16327;
    color: #FFFFFF;
}

.block_haberler .haber_kisayol a {
    color: #FFFFFF;
}

.carousel-caption {
    height: 100%;
    /* padding: 40% 5% 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); */
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #10304a;
    left: 0px;
    top: 100px;
    margin-top: 115px;
    bottom: 0;
    padding: 10px 5px 0 5px;
    text-align: left;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

.carousel-caption h5,
.carousel-caption h6 {
    color: white;
    text-align: center;
}

.carousel-caption h3 {
    text-shadow: 2px 2px 2px black;
}

.anasayfa-orta-alan .heading-block {
    margin-bottom: 10px;
}

.anasayfa-orta-alan .heading-block:after {
    margin-top: 10px;
}

.anasayfa-orta-alan .no-underline:after {
    border-top: 0;
    margin-bottom: 22px;
}

.anasayfa-orta-alan .title-block {
    margin-bottom: 10px;
}

.anasayfa-orta-alan .heading-block span {
    font-weight: 800;
    font-size: 20px;
    color: #1b4b62;
}

.anasayfa-baskan-galeri {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.anasayfa-baskan-galeri img {
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.baskan-galeri-title {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    z-index: 2;
    color: #fff;
}

.baskan-galeri-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 48, 74, 0.85)), to(transparent));
    background: linear-gradient(rgba(16, 48, 74, 0.85), transparent);
    z-index: -1;
}

.baskan-galeri-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(16, 48, 74, 0.85)));
    background: linear-gradient(transparent, rgba(16, 48, 74, 0.85));
    z-index: -1;
}

.baskan-galeri-title h4 {
    line-height: 30px;
}

.baskan-galeri-tumunugor {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.baskan-galeri .carousel-control {
    background: none;
    z-index: 5;
    opacity: 1;
}

.baskan-galeri .carousel-control .fa {
    position: absolute;
    top: 50%;
    font-size: 20px;
    right: 35%;
}

.kisayol {
    height: 130px;
    background: rgba(205, 212, 218, 0.6);
    text-align: center;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    margin: 0 5px 10px;
    color: #1b4b62;
    font-size: 13px;
    cursor: pointer;
}

.kisayol:hover {
    background: #1b4b62;
    color: #FFFFFF;
}

.kisayollar-button {
    background: #FFF;
    margin-top: 40px;
}

.kisayollar div p {
    line-height: 1 !important;
}

.anasayfa-tabs {
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    height: 360px;
}

.kisayol i {
    font-size: 30px;
    margin-bottom: 5px;
}

.home-alt1 {
    background-image: url('../demo_files/alt-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.kisayol-panel {
    background: white;
    width: 100%;
    height: 90%;
    padding: 20px 30px;
    margin-top: -20px;
    display: none;
    z-index: 6;
    transition: display 1s;
}

.kisayol-panel-button {
    position: absolute;
    top: 20px;
    right: 30px;
}

.kisayollar-blur {
    position: absolute;
    text-align: center;
    width: 90%;
    height: 130px;
    bottom: 20px;
    left: 20px;
}

.blur-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(30px);
    background: rgba(255, 255, 255, 0.8);
}

.tanitim-list {}

.tanitim-title {
    text-align: right;
    font-weight: bold;
    padding: 10px;
    height: 100px;
    color: #fff;
    overflow: hidden;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    background-color: #1b4b62
}

.tanitim-title:hover {
    background: linear-gradient(to left, #c4a0ad, #1b4b62);
}

.tanitim-title:last-child {
    border-bottom: none;
}

.tanitim-title i {
    font-weight: bold;
    font-size: 25px;
}

.tanitim-title span {
    font-weight: normal;
    font-size: 12px;
}

.tanitim-title h5 {
    margin: 0;
}

.tanitim-main {
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.tanitim-main img {
    height: 500px;
    width: 100%;
}

.tanitim-side {
    height: 500px;
    overflow: hidden;
}

.tanitim-side img {
    max-width: none;
    min-width: 100%;
    height: 150px;
    width: auto;
}

.tanitim-side-son img {
    width: 100%;
    height: auto;
}

.tanitim-alani .active {
    background: linear-gradient(to left, #c4a0ad, #1b4b62);
    color: #ffffff;
}

.tanitim-main {
    position: absolute;
    display: none;
}

.tanitim-main:first-child {
    display: block;
}

.tanitim-side-item {
    position: absolute;
    padding-top: 20px;
    width: 100%;
    height: 100%;
}

.tanitim-side-item i {
    font-size: 35px;
    color: #FFF;
    font-weight: bold;
}

.tanitim-side-item p {
    font-size: 12px;
    color: #F3F3F3;
}

.tanitim-side-son {
    text-align: left;
}

.tanitim-side-lastitem-title {
    color: white;
    margin-top: 75px;
    margin-left: 20px;
    font-size: 20px;
}

.tanitim-side-lastitem-title h5 {
    font-size: 30px;
}

.tanitim-main-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 20px;
}

.tanitim-main-title h2 {
    color: #fff;
}

.tanitim-main-incele {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 2px solid white;
}

.tanitim-main-incele a {
    display: block;
    color: white;
    padding: 10px;
}

.tanitim-main-incele i {
    font-size: 20px;
}

.tanitim-main-incele p {
    margin: 0;
}

#baskan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 200;
    overflow: hidden;
    display: none;
}

.baskan-main-image {
    height: 100vh;
    overflow: hidden;
}

.baskan-main-image img {
    width: 100%;
    height: auto;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.baskan-ozgecmis {
    padding: 20px;
    height: 100vh;
    overflow: scroll;
}

.baskan-ozgecmis .heading-block {
    margin-bottom: 20px;
}

.baskan-ozgecmis .heading-block:after {
    width: 80px;
    border-top: 3px solid #1976D2;
}

.baskan-ozgecmis p {
    text-align: justify;
}

.baskan-main-list {
    padding-top: 20vh;
}

.baskan-main-close {
    position: absolute;
    right: 30px;
    top: 40px;
    float: right;
    z-index: 201;
}

.baskan-sosyal-medya {
    position: absolute;
    bottom: 0;
    z-index: 201;
    width: 100%;
}

.baskan-sosyal-medya:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(16, 48, 74, 0.85)));
    background: linear-gradient(transparent, rgba(16, 48, 74, 0.85));
    z-index: -1;
}

.baskan-sosyal-medya i {
    color: #FFFFFF;
}

.btn-round {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 26px;
    line-height: 47px!important;
}

.full-mega-menu {
    width: 100%!important;
    margin: 0!important;
    padding: 30px 100px!important;
    background-image: url('../demo_files/alt-bg.png')!important;
}

.full-mega-menu:after {
    content: '';
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 1;
}

.full-mega-menu ul.mega-menu-column {
    border: unset!important;
    padding: 30px 0!important;
}

.full-mega-menu ul {
    background: none!important;
}

.full-mega-menu li {
    margin: 0!important;
    margin-left: auto;
    background: white;
}

.full-mega-menu li a {
    padding: 35px 10px!important;
    font-size: 17px!important;
    font-family: "Oswald"!important;
    webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    color: #6f6f6f!important;
}

.full-mega-menu .mega-menu-column li:hover>a {
    color: #FF5722!important;
    background: #FDFDFD!important;
    /*-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.45);*/
}

.full-mega-menu .mega-menu-column li:hover {
    z-index: 1;
}

.anasayfa-baskan-info {
    padding-top: 49%;
    padding-left: 11%;
}

.anasayfa-baskan-info h1,
.anasayfa-baskan-info span {
    color: #1976D2!important;
}

.anasayfa-baskan-info h1 {
    font-size: 55px;
}

.anasayfa-baskan-info h1+span {
    font-size: 30px;
}

.anasayfa-baskan-image img {
    width: 100%;
}

.anasayfa-baskan-sosyal-medya {
    position: absolute;
    bottom: 0;
}

.anasayfa-baskan-sosyal-medya i {
    color: #1b4b62;
}

.etkinlik-tek {
    padding: 20px;
    background: #F3F3F3;
}

#etkinlik-carousel .owl-item {
    filter: blur(5px);
}

#etkinlik-carousel .active {
    filter: blur(0);
}

#etkinlik-carousel:hover .owl-nav .owl-prev {
    left: 172px;
}

#etkinlik-carousel:hover .owl-nav .owl-next {
    right: 172px;
}

#etkinlik-carousel .owl-dots {
    display: none;
}

.baskan-anasayfa-endimg {
    position: absolute;
    bottom: -25px;
}

.mobile-app {
    font-weight: normal;
    color: #1976D2;
}

.mobile-app h3 {
    line-height: 0;
}

.dis-link img {
    max-height: 100px;
}

.bottom-kisayol {
    width: 100%;
    height: 141px;
    padding: 27px 20px;
    background: #f3f3f3;
    text-align: center;
}

.bottom-kisayol p {
    font-size: 16px;
}

.bottom-kisayol i {
    font-size: 25px;
}

.bottom-kisayol:hover {
    background: #10304a;
    color: #FFFFFF;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    height: 50px;
    padding: 5px 15px;
    background-color: white;
    transition: background-color 0.5s ease;
}

ul.tab-nav:not(.tab-nav-lg) li {
    height: 50px;
    border-top: 0;
}

ul.tab-nav:not(.tab-nav-lg) li:last-child {
    border-right: 0;
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: none;
    top: 0;
    background-color: #1b4b62;
    color: white;
}

.anasayfa-tabs .title-block {
    border-left: 4px solid #1b4b62;
}


/* -------
    Media styles
 ------ */


/* Large */

@media (min-width: 1200px) {}


/* Medium */

@media (min-width: 992px) and (max-width: 1199px) {
    .kisayollar-outer .container {
        padding: 0!important;
        max-width: unset;
        width: 100%;
    }
    #primary-menu ul li>a {
        padding-right: 5px!important;
        padding-left: 5px!important;
        font-size: 12px;
    }
}


/* Small */

@media (min-width: 768px) and (max-width: 991px) {}


/* Extra Small */

@media (min-width: 566px) and (max-width: 767px) {}


/* Extra-Extra Small */

@media (max-width: 565px) {
    .projemobil {
        margin-left: 20%!important;
        width: 50%!important;
        margin-top: 50px!important;
    }
}

@media (max-width: 991px) {
    #header.transparent-header,
    #header.semi-transparent {
        /*background: #2196F3;*/
    }
    .habercol_outer {
        height: auto;
    }
    .habercol_outer .col-lg-5 {
        margin-top: 50px;
    }
    .block-haber-title {
        padding-top: 100%;
    }
    .block_haberler div {
        max-height: unset;
    }
    .block-haber-image-holder,
    .block_haberler img {
        height: 280px;
    }
    .block_haberler .col-lg-6 {
        border: 1px solid white;
    }
    .kisayol-panel {
        height: auto;
    }
    .kisayollar-outer .container {
        margin: 0;
        max-width: unset;
        width: 100%;
    }
    .mobile-app h3 {
        line-height: 1;
        margin-top: 0;
    }
    .mobile-app-img img {
        height: auto;
    }
    .dis-link img {
        height: auto;
    }
    ul.tab-nav:not(.tab-nav-lg) li a {
        font-size: 13px;
    }
    .full-mega-menu,
    .full-mega-menu ul.mega-menu-column {
        padding: 0!important;
        padding-left: 10px!important;
    }
    .full-mega-menu li a {
        box-shadow: none;
        padding: 0 0 0 10px!important;
        font-size: 14px!important;
    }
    #primary-menu ul li .mega-menu-content.style-2 li:first-child {
        border-top: 1px solid #EEE;
    }
}

@media (max-width: 767px) {
    .tanitim-list {
        display: none;
    }
    .tanitim-main {
        position: relative;
        display: block;
        height: 250px;
        border-top: 2px solid white;
    }
    .tanitim-side {
        height: auto;
    }
}

@media (max-width: 565px) {
    .block-haber-title {
        padding-top: 100%;
    }
    .kisayollar-outer .container {
        max-width: unset!important;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .anasayfa-orta-alan .tab-nav li {
        width: 33.33%;
    }
    .habercol_outer .carousel-indicators {
        display: none;
    }
    .habercol_outer .col-lg-5 {
        margin-top: 2px;
    }
    #slider {
        display: none;
    }
    .carousel-caption {
        /*padding-top: 70%;*/
        text-shadow: unset;
    }
    .anasayfa-baskan-info h1 {
        font-size: 35px;
    }
    .anasayfa-baskan-info h1+span {
        font-size: 20px;
    }
    .anasayfa-baskan-sosyal-medya {
        position: relative;
    }
    .anasayfa-baskan-info {
        padding-top: 10px;
    }
}


/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.butonslider {
    margin-right: 20px;
    text-align: center;
    border: 1px solid #fff;
    height: 100px;
    background-color: rgb(8, 44, 69, 0.7);
}

.butonslider:hover {
    background-color: rgba(37, 116, 169, .4);
}

.butonslider a i {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
}

.butonslider a {
    color: #fff;
    font-size: 16px;
}

.floatright {
    float: right;
}


.menuhoverline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.menuhoverline:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    background: #fff;
    width: 0;
    height: 3px;
    z-index: 240;
    -webkit-transition: width .7s;
    transition: width .7s;
}

.menuhoverline:hover:before {
    width: 100%;
    background: #065429;
    height: 5px;
}

.hizlibuton:hover {
    border: 1px solid #e16327 !important;
    background-color: transparent !important;
    color: #e16327 !important;
}

.grid1 {
    margin: 0px 0px 40px 0px;
    width: 100%;
    padding-right: 10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.grid1 a {
    float: left;
    /* max-width: 310px;*/
    width: 25%;
    color: #333;
    text-decoration: none;
}

.grid1 figure {
    position: relative;
    overflow: hidden;
    margin: 5px;
    margin-left: 15px;
    margin-top: 10px;
    background: #333;
}

.grid1 figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.grid1 svg {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.grid1 svg path {
    fill: #ff7200;
    opacity: 0.9;
}

.grid1 figcaption,
.grid1 figcaption h2,
.grid1 figcaption p,
.grid1 figure button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid1 figcaption {
    position: absolute;
    top: -30px;
    z-index: 11;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.grid1 figcaption h2 {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 110%;
    margin-top: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    letter-spacing: 1px;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
}

.grid1 a:hover figure img {
    opacity: 1;
}

.grid1 a:hover figcaption h2,
.grid1 a:hover figcaption p {
    -webkit-transform: translateY(10);
    transform: translateY(10);
}

.divider2 {
    width: 40px;
    height: 2px;
    padding: 0;
    /* margin: 27px auto 34px;*/
    background: #10304a !important;
    border: none;
}

.offset-top-20 {
    margin-top: 20px;
    text-align: center;
}
/* 
.btn-primary {
    color: #fff;
    background-color: #10304a;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a1d2d;
    border-color: #0a1d2d;
}
 */
.section-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #0d281d;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
}

.section-title span {
    border-bottom: 2px solid #548172;
    padding-bottom: 17px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.count-box:nth-child(-n+4) {
    margin-bottom: 10px;
}

.count-box {
    border: 1px solid #d4d0d0;
    padding: 15px 20px 15px 0px;
    border-radius: 4px;
    position: relative;
}


/*
.count-box.location:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    background: url(/images/icons.png) no-repeat;
    background-position: -49px -99px;
    display: inline-block;
    width: 31px;
    height: 39px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}*/

.count-box span {
    font-weight: 600;
    color: #0d281d;
    text-transform: uppercase;
}

.count-box .count {
    font-size: 28px;
    font-weight: bold;
    color: #08646c;
    line-height: 34px;
}

.count-box.streets:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    background: url(/images/icons.png) no-repeat;
    background-position: -85px -99px;
    display: inline-block;
    width: 31px;
    height: 36px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 1213px) {
    .slaytbutonlari {
        display: none !important;
    }
    .elementor-element {
        top: -15px !important;
    }
}

.socialTextDiv {
    font-family: GilroyRegular;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 17px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

#social-sidebar {
    position: absolute;
    text-align: center;
    /*right: 305px;    */
    right: 45vw;
    z-index: 88;
    bottom: 115px;
}

.social {
    width: 30px;
    padding: 0;
    display: inline-table;
    height: 0px;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 0.2s;
    cursor: pointer;
    transition: .5s;
    border-radius: 10px;
}

.social a {
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: 3;
}

.social p {
    color: white;
    position: relative;
    font-family: 'Lato';
}

.social p i {
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}

.fa.fa-facebook:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa.fa-google-plus:before {
    content: "\f0d5";
}

.fa.fa-youtube-play:before {
    content: "\f167";
}

.fa-envelope:before {
    content: "\f0e0";
}

.google p i {
    left: 42px;
}

.facebook:hover {
    background-color: #3b5998;
}

.social:hover {
    width: 50px;
    background-color: #3b5998;
    border-radius: 25%;
}

.twitter:hover {
    background-color: #4099FF;
}

.instagram:hover {
    background-color: #dd2a7b;
}

.google:hover {
    background-color: #DD4B39;
}

.youtube:hover {
    background-color: #E52D27;
}

.linkedin:hover {
    background-color: #0976B4;
}

.mavilogo {
    display: none;
}

.section-mayor {
    margin-top: 75px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin-bottom: 100px;
    background-image: url(/images/mehmettutalarkaplan.jpg);
    height: 540px;
    position: relative;
    z-index: 1;
}

.section-mayor:before,
.section-mayor:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-mayor:before {
    top: -30px;
    background-image: url(/images/arrow-down.png);
    z-index: -1;
}

.section-mayor .section-header {
    position: relative;
    top: -25px;
}

.section-header {
    text-align: center;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.section-mayor .containerbaskan {
    height: calc(100% - 103px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mayor-photo {
    position: absolute;
    bottom: 0;
    /* left: 45px;*/
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.mayor-photo img {
    max-width: 360px;
    width: 100%;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.mayor-info .title {
    font-size: 87px;
}

.mayor-info .text {
    color: #1b4b62;
    font-weight: 800;
    line-height: 1.15;
}

.mayor-info .rank {
    font-size: 31px;
    letter-spacing: 6.7px;
    font-weight: 200;
}

.mayor-social.center {
    text-align: center;
}

.margin-top-50 {
    margin-top: 50px;
}

.mayor-social {
    position: relative;
    z-index: 1;
}

.mayor-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    color: #10304a;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.svg-inline--fa.fa-w-9 {
    width: .5625em;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

svg {
    width: 1em;
    height: 1em;
    font-size: 18px;
}

.section-mayor:after {
    bottom: -30px;
    background-image: url(/images/arrow-up.png);
}

.section-header img {
    width: 100%;
    max-width: 385px;
}

.event-link {
    margin-top: unset;
    font-size: 13px!important;
}

.sidenav {
    height: 100%;
    position: fixed;
    width: 0px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #efefef;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media (max-width: 1900px) {
    .sidenav li {
        padding: 1px !important;
    }
    .iconlar {
        margin-left: 30px !important;
    }
}

.iconlar {
    margin-left: 100px;
    position: absolute;
    bottom: 30px;
}

.iconlar div {
    float: left;
    width: 40px;
    height: 40px;
    border: 2px solid #10304a;
    border-radius: 30px;
    margin: 5px;
    text-align: center;
}

.iconlar i {
    color: #10304a;
    font-size: 20px;
    margin: 8px;
}

.iconlar a:hover div {
    background: #10304a;
    transition: .9s;
}

.iconlar a:hover i {
    color: white;
    transition: .9s;
}

.sidenav ul {
    margin-top: 30px;
    margin-left: 2.9vw;
}

.sidenav li {
    list-style: none;
    padding: 10px;
    position: relative;
    font-weight: bold;
}

.sidenav a {
    text-decoration: none;
    color: #000000b0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1000;
}

.sidenav .hover {
    display: block;
    position: absolute;
    width: 0%;
    height: 40px;
    top: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0;
}

.sidenav a:hover {
    color: #000 !important;
}

.sidenav .fa-angle-right {
    position: absolute;
    left: 205px;
    top: 3px;
}

.sidenav .sub-menu {
    position: absolute;
    left: 210px;
    top: -30px;
    padding: 0px;
    width: 220px;
    display: none;
    /* background: url("/images/sidemenuarkaplan.png"); */
}

.sidenav .sub-menu li a {
    padding-left: 20px;
    font-size: 13px;
}

.sidenav .sub-menu i {
    left: 180px;
}

.sidenav ul li:hover ul {
    display: block;
}

.sidenav .push {
    margin-right: 10px;
}

.sidenav h1 {
    color: #10304a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-align: unset !important;
}

.color {
    color: #108337 !important;
}

.sidenavkapatbutonu {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

a.ghostt {
    border: 1px solid white !important;
    border-radius: 35px;
    padding: 10px 10px !important;
}

a.ghostt:hover i.fa.fa-angle-right {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    transition: .2s;
}

.navlogo {
    display: none !important;
}

.ebelbeyaz {
    display: none;
}

.scrolled>.container_head1 {
    display: none;
}

.scrolled>.container_head {
    padding: 0px 0px !important;
    width: 100% !important;
    top: 0px !important;
    box-shadow: unset !important;
    margin-left: unset !important;
}


}
.scrolled>.container_head>#titles>.logo>img.lazyloaded {
    display: none !important;
}
.scrolled>.container_head>#titles>.logo>img.mavilogo {
    display: block;
}
.scrolled>.container_head>#titles {
    /*display: none;*/
}
.scrolled>.container_head>.header-right {
    background-color: #10304a;
    margin-top: 0px !important;
    margin-left: unset !important;
}
.scrolled>.container_head>.header-right>#navigation {
    text-align: center;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav {
    width: max-content !important;
    top: 10px;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav li {
    /* height: 45px; */
    
    padding: 4px 15px 0px 10px;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav li>ul.sub-menu.menu-120 {
    height: auto!important;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav li>ul.sub-menu.menu-86 {
    height: auto!important;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav li>ul.sub-menu.menu-29 {
    /* height: 35vh; */
    
    top: 100%;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav li>ul.sub-menu.menu-833 {
    /* height: 25vh; */
    
    top: 100%;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>.headlog {
    display: none !important;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>.headlog2 {
    display: block !important;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>.headlog3 {
    display: none !important;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>.navlogo {
    display: none !important;
    margin-right: 40px;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>li:before {
    top: 20px;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>li.cizgisiz a {
    top: -12px;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>li.cizgisiz a>img.ebelbeyaz {
    display: block;
}
.scrolled>.container_head>.header-right>#navigation>#main-nav>li.cizgisiz a>img.ebelturkuaz {
    display: none;
}
.nav li ul li:hover {}
.nav li ul li>a:hover {
    opacity: 1;
}
@media (max-width: 1400px) {
    .header-right.for-menu {
        margin-left: 25px!important;
    }
    
    .carousel-control .glyphicon-chevron-left {
        margin-left: -30px !important;
    }
    
    .carousel-control .glyphicon-chevron-right {
        margin-right: -30px !important;
    }
    /* .carousel-caption h5 {
        margin-top: 12vh !important;
    }*/
}
@media (max-width: 1156px) {
    .container_head {
        background-color: #10304a;
        ;
        width: 100% !important;
    }
    
    .header-right {
        background-color: #10304a !important
    }
}
.ozelLinkler {
    width: 9%;
    float: left;
    margin-top: -5px;
    margin-left: 15px;
}
.ozelLinkler:last-child {
    width: 20%;
}
.dugme {
    cursor: pointer;
    display: inline-block;
    font-family: GilroyRegular;
    font-size: 15px;
    color: #fff;
    border: 1px solid white !important;
    border-radius: 35px;
    padding: 6px 10px !important;
    font-weight: 700;
}
.Pencereac {
    width: 1px;
    height: 1px;
    visibility: hidden
}
.ampshadow {
    position: absolute;
    left: -180px;
    display: none;
}
.ampwindow {
    position: relative;
    background: #efefef;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 0 6px 2px rgb(0 0 0 / 40%);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 70px;
    width: 500px;
}
.ampwindow .dugme {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
div.gallery {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    height: 35vh;
    object-fit: cover;
}
div.gallery:hover {
    border: 1px solid #f7f7f7;
}
div.gallery img {
    width: 100%;
    height: 27vh;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}
div.desc {
    /*padding: 15px;*/
    
    text-align: center;
}
* {
    box-sizing: border-box;
}
.responsive {
    margin-top: 35px;
    padding: 0 15px;
    float: left;
    width: 24.99999%;
    text-decoration: none;
}
.mudurbaslik {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0px;
    width: 50%;
    margin-left: 22.8%;
    margin-bottom: 20px;
}
.mudurismi {
    text-align: left;
}
@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
        text-decoration: none;
    }
    
    .mudurbaslik {
        border-bottom: 1px solid #ececec;
        padding-bottom: 0px;
        width: 65%;
        margin-left: 17.8%;
        margin-bottom: 20px;
    }
    
    .mudurismi {
        text-align: left;
    }
}
@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
        text-decoration: none;
    }
}
@media only screen and (max-width: 1400px) {
    div.gallery {
        height: 47vh;
    }
    
    div.gallery img {
        height: 35vh;
    }
}
#owl-demo .item {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.kapatbtn a {
    color: #fff!important;
}
@media (min-width: 321px) {
    #footsocial1 {
        display: none;
    }
    
    #footsocial2 {
        /*margin-left: -62vw!important;*/
        width: fit-content;
    }
    
    #footercopy {
        justify-content: none!important;
    }
    
    #footercopy span {
        display: none;
    }
    
    *+.uk-margin {
        margin-top: 0px!important;
    }
    
    .uk-switcher .uk-margin {
        margin-bottom: 0px!important;
    }
    #copyrights .col_half:last-child {
        justify-content: left!important;
    }
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .footerbgimg {
        /*url(../upload/footer.jpg) */
        background: url(../upload/cankiribel.jpg) left top no-repeat #10304a;
        background-size: 20% 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
@media (min-width: 1550px) {
    .wrap-header {
        position: relative;
        width: 50%;
        background: #10304a;
    }
    
    .elegant-calencar {
        width: 70%;
        max-width: unset!important;
        margin: unset!important;
    }
}
@media (min-width: 1700px) {
    .elegant-calencar {
        width: 100%!important;
        max-width: 700px!important;
        margin: auto!important;
    }
    
    .kapatbtn {
        width: 10%!important;
    }
    /* .iconlar {
        display: none;
    } */
}
.sosyalikon {
    float: left;
    padding: 5px 10px;
    margin-top: 40px;
}
.sosyalikon:first-child {
    padding: 5px 12px;
}
.footermenu:first-child {
    margin-left: 7.5%
}
.uk-nav-default>li>a {
    color: #999;
    font-size: 16px;
}
.card-menu-image i {
    font-size: 26px;
}

/* .container_head1{
    z-index:0;
} */
.menu-94 {
    width: 210px !important;
}

/* .iconlar{
    display:none;
} */
.common-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 115px;
    border-radius: 10px;
    background: rgba(239, 242, 247, 0.7);
    padding: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}
.common-list__left .heading {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: #10304a;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.common-list.small .common-list__left {
    width: 30%;
}
.common-list__left {
    width: 25%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
}
.common-list__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Roboto", sans-serif!important;
}
.common-list.small .common-list__content .title {
    font-size: 13px;
    line-height: 1.4;
    max-height: 36px;
}
.common-list__content .title {
    color: #062c5f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    max-height: 65px;
}
.common-list.small .common-list__content .text {
    font-size: 11px;
    max-height: 31px;
}
.common-list__content .text {
    color: rgba(73, 82, 91, 0.6);
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    overflow: hidden;
    max-height: 36px;
    line-height: 1.5;
}
.common-list__left .heading .icon {
    color: #ffffff;
    font-size: 48px;
    display: inline-flex;
}
.common-list__wrapper:hover {
    background: #e6e9ee;
}
.pos-relative {
    position: relative;
}
.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #444;
    font-size: 24px;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
}
.popup-wrapper .cover a {
    display:flex;
    justify-content:center;
    /* width: 80%; */
    max-height: 80%;
    height: auto;
    display: table-cell;
    text-align: center;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    position: relative;
}
.popup-wrapper .cover img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup-wrapper .cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.popup-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.img-is-visible{
    opacity: 1!important;
}
.duyurucontainer{
    width:50%;
    max-height:90vh;
}
.popup-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 55px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    display:flex;
}
.popup.is-visible {
    opacity: 1;
    visibility: visible;
}
.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(21, 83, 164, 0.8);
    z-index: 2000;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.popup-close::before {
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}
.popup-close::after {
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
}
.popup-close::before,
.popup-close::after {
    content: "";
    position: absolute;
    background: #1553a4;
    height: 2px;
    width: 24px;
}
.entry-title h2 {
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}
article.newsPostColumn {
    margin-top: 20px!important;
}
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
@media only screen and (max-height: 860px) {
    #baskanmesajlari {
        max-height: 75vh;
        overflow-y: scroll
    }
}
@media only screen and (max-width: 1900px) {
    #baskansol,
    #baskansag,
    #baskanafotobolum {
        padding: 0!important;
    }
}
@media only screen and (max-width:768px) {
    .haberfotoblok {
        display: inline-table!important;
        height: unset!important
    }
    
    .big_title {
        border-bottom: unset!important
    }
    
    .image_fade {
        margin: 0!important;
        width: 100%!important
    }
    
    .uzunfotoblok {
        max-width: 49%!important;
        float: left
    }
}
@media only screen and (min-width:1200px) and (max-width:1440px) {
    .baskanfotomodal {
        height: 150px!important
    }
    
    .bscrollarea::-webkit-scrollbar-thumb {
        background-color: rgba(73, 82, 91, 0.3);
    }
    
    .bscrollarea::-webkit-scrollbar {
        display: block!important;
    }
    
    .bscrollarea::-webkit-scrollbar {
        width: 6px;
    }
    
    .bscrollarea::-webkit-scrollbar-track {
        background-color: #fff;
    }
}
.uk-active{
    color: #47A22E;
    background: #fff;
}
.uk-active a{
    color: #fff!important;
}

.uk-active a {
    color: #47A22E!important;
}
.baskanmenu:active{
    background-color: #FFF;
}

#modal-full .uk-tab>*>a:hover {
    color: #fff!important;
}

#modal-full .uk-tab>.uk-active>a:hover,#modal-full .uk-tab>.uk-active>a:active  {
    color: #47A22E!important;
}

.baskanmenu:active a{
    color: #47A22E!important;
}
.baskanyardimcisib{
    font-size: 15px;
    font-weight: 600;
    color: #444;
}
.baskanyardimcisiy{
    font-size: 13px;
    color: #444;
}
.baskanyardimcisiy > p{
    font-size: 13px;
    color: #444!important;
}
.is-dropdown .dropdown-item{
    color: #000!important;
}