<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*home page *********header **********/
.site-header-bg-img {
    background-color: rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.site-header-img {
    background-color: rgba(0, 0, 0, 0.05);
    height: 400px;
    position: relative;
}

.site-top-xl-logo {
    width: 250px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin: -125px 0 0 -125px;
}

.site-top-xl-logo img {
    width: 100%;
    height: auto;
}

.site-top-xl-logo p {
    display: block;
    padding: 0;
    color: #fff;
    text-align: center;
    font-family: 'robotobold';
    font-size: 30px;
    line-height: 36px;
    text-shadow: 2px 2px 2px #000;
}

/*home page *********body **********/

.site-home-body-bg {
    background-color: rgba(0, 0, 0, 0.0);
    padding: 40px 0 20px 0;
}



.site-home-body {
    position: relative;
}

.site-home-body-sol {
    position: relative;
}

.vertical-menu {
    display: block;
    padding: 0;
    margin: 0 0 0 -15px;
}


.vertical-menu a {
    display: block;
    padding: 20px;
    margin: 0 0 5px 0;
    color: #333;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.05);
    border-left: 0px solid #12637C;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.vertical-menu a:hover {
    border-left: 10px solid #12637C;
}

.slink-a-mavi a,
.slink-o-mavi a,
.slink-k-mavi a {
    display: block;
    margin: 10px 0 0px -15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slink-a-mavi a i {
    display: block;
    height: 100%;
    width: 100%;
    padding: 50px 20px;
    font-size: 14px;
    background-color: rgba(30, 169, 255, 0.9);
}

.slink-o-mavi a i {
    display: block;
    height: 100%;
    width: 100%;
    padding: 50px 20px;
    font-size: 14px;
    background-color: rgba(40, 145, 177, 0.9);
}

.slink-k-mavi a i {
    display: block;
    height: 100%;
    width: 100%;
    padding: 50px 20px;
    font-size: 14px;
    background-color: rgba(18, 99, 124, 0.9);
}

.slink-a-mavi a b,
.slink-o-mavi a b,
.slink-k-mavi a b {
    display: block;
}

.slink-a-mavi a u,
.slink-o-mavi a u,
.slink-k-mavi a u {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 10px 10px 0;
}

.slink-a-mavi a u img,
.slink-o-mavi a u img,
.slink-k-mavi a u img {
    width: 100%;
    height: auto;
}


.slink-socialmedia {

    display: block;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 10px 0 0 -15px;
}

.slink-socialmedia a {
    color: #333;
}

.slink-socialmedia u {
    float: right;
    color: #1EA9E1;
    font-size: 22px;
    text-decoration: none;
}

.socialmedia-iframe {
    display: block;
    margin: 10px 0 0 0;
    background-color: #fff;
    height: 250px;
}


/*home page *********home gage right side*********/

.site-home-body-sag {
    position: relative;
}

.flash-haber-lg {
    width: 100%;
    display: inline-block;
    padding: 0 10px;

}

.flash-haber-lg a {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    color: #fff;
    font-family: 'robotoregular';
}

.flash-haber-lg-metin {
    background-color: rgba(18, 99, 124, 0.85);
    display: block;
    position: absolute;
    width: 40%;
    right: 10%;
    bottom: 0;
    z-index: 1;
    padding: 20px;
}

.flash-haber-lg-metin h1 {
    font-size: 30px;
}

.flash-haber-lg-metin p {
    font-size: 14px;
    color:#fff;
}

.flash-haber-lg-metin datetime {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #1EA9E1;
    font-size: 14px;
}


.flash-haber-md {
    width: 100%;
    display: inline-block;
    padding: 20px 10px;
    position: relative;
}


.flash-haber-md-img {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flash-haber-md-metin h1 {
    font-size: 20px;
    color: #333;
    padding: 20px 0 0 0;
}

.flash-haber-md-metin p {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.flash-haber-md-metin datetime {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #1EA9E1;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 200px;
    right: 20px;
}



.flash-haber-sd {
    width: 100%;
    display: inline-block;
    padding: 20px 10px;
    position: relative;
}


.flash-haber-sd-img {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flash-haber-sd-metin h1 {
    font-size: 20px;
    color: #333;
    padding: 20px 0 0 0;
}


.flash-haber-sd-metin p {
    font-size: 14px;
    color: #666;
    padding: 0;
    height: 40px;
    margin: 0 0 10px 0;


}


.flash-haber-sd-metin datetime {
    font-size: 14px;
    display: block;
    padding: 5px 10px 5px 0;;
    border-top: 3px solid #1EA9E1;
    font-size: 14px;
    color: #333;


}

a.haberler-btn {
    display: inline-block;
    padding: 20px 40px;
    color: #fff;
    background-color: #1EA9E1;
    margin: 0 auto;
}

.KKN {
    width: 100%;
    margin: 30px auto 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.KKN-fligran {
    height: 400px;
    width: 100%;
    display: block;
    background-color: rgba(18, 99, 124, 0.85);
}

.KKN-header h1 {
    padding: 20px;
    color: #fff;
    text-align: right;
}

.KKN-metin p {
    color: #fff;
    padding: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.KKN-metin a {
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    background-color: #1EA9E1;
    margin: 0 0 0 20px;

}

.KKN-nav {
    width: 100%;
    display: block;
    background-color: rgba(3, 44, 57, 0.85);
    z-index: 2;
    text-align: center;
}

.KKN-nav a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}

.KKN-nav a:hover {
    background-color: #1EA9E1;
}






/*home page *********bottom**********/

.site-home-bottom-bg {
    background-color: rgba(18, 99, 124, 1);
    padding: 20px 0 20px 0;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.site-bottom-body {

    position: relative;
}

.bottom-sutun-astar {
    display: block;
    padding: 10px;
}

.bottom-sutun-astar h3 {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}

.bottom-sutun-astar p {
    display: block;
    padding: 0 10px;
    color: #ccc;
    font-size: 14px;
}

.bottom-logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.bottom-logo img {
    width: 100%;
    height: auto;
}

.bottom-social {
    display: block;
}

.bottom-social a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    margin: 5px;
}

.bottom-sutun-menu {
    display: block;
}

.bottom-sutun-menu a {
    display: block;
    color: #ccc;
    font-size: 16px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bottom-sutun-menu a:hover {
    padding: 5px 10px 5px 25px;

}

.top-btn {
    width: 100px;
    height: 100px;
    margin: 50px auto;
}

.top-btn img {
    width: 100%;
    height: auto;

}


/* page *******************/

.page-header {
    display: block;
}

.page-header h2 {
    padding: 10px;
    font-size: 40px;
    font-family: 'robotothin';
    color: #666;
}

.haber-satir {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 0 20px 5px;
}

.haber-satir-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    margin: 10px;
}

.haber-satir h3 {
    font-size: 20px;
    font-family: 'robotobold';
    color: #333;
    padding: 20px 0 0px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}


.haber-satir p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    padding:0 20px 0 0;

}

.haber-satir-date {
    padding: 0px;
    width: 100%;
    text-align: center;

}

.haber-satir-date datetime {
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    background-color: #1EA9E1;
    font-size: 14px;
    color: #333;
    margin: 10px 10px 5px 0;
    color: #fff;

}

.haber-satir-date a {
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    background-color: #12637C;
    font-size: 14px;
    color: #333;
    margin: 10px 0 5px 0;
    color: #fff;

}

.haber-satir-date a:hover {
    background-color: #083D4D;

}


.pagination-kabuk {
    display: block;
    padding: 20px 10px;
    text-align: center;
}

.pagination-page {
    display: inline-block;
    text-align: center;
}

.pagination-page a {
    color: black;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 0px;
    margin: 4px 4px;
    background-color: rgba(0, 0, 0, 0.05);
}

.pagination-page a.active {
    background-color: #12637C;
    color: white;
}

.pagination-page a:hover:not(.active) {
    background-color: #1EA9E1;
    color: #fff;
}


.foto-galeri {
    margin: 0 0 20px 0;
    padding: 10px;


}

.foto-galeri-img {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
    position: relative;

}

.foto-galeri-effect {
    position: absolute;
    height: 170px;
    width: 100%;
    border-right: 2px solid #1EA9E1;
    border-bottom: 2px solid #1EA9E1;
    bottom: -10px;
    right: -10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.foto-galeri:hover .foto-galeri-effect {
    width: 0;
    height: 0;

}


.foto-galeri h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-family: 'robotoregular';
    color: #333;
}

.foto-galeri datetime {
    font-size: 14px;
    font-family: 'robotobold';
    color: #999;
}

.page-nav {
    display: block;
}

.page-nav a {
    display: inline-block;
    padding: 0 20px 0 10px;
    color: #666;
}

.page-header h2 {

    padding: 20px 0 0 5px;
}

.page-header datetime {
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 14px;
    color: #666;
}

.page-img {
    width: 100%;
    position: relative;
    height: auto;
    padding: 20px;
}

.page-img img {
    width: 100%;
    height: auto;
}

.iletisim-header {
    display: block;
    border-bottom: 1px solid #1EA9E1;
    margin: 20px 0 20px 10px;
    height: 30px;
}

.iletisim-header span {
    display: inline-block;
    margin: 0 0 -1px 0;
    padding: 10px 10px 10px 0;
    background-color: #fff;
}

.iletisim-satir {
    display: block;
    padding: px;
}

.iletisim-satir span {
    display: inline-block;
    font-size: 24px;
    color: #1EA9E1;
    margin: 0px 10px 0 0;
    float: left;
}

.iletisim-satir b {
    display: inline-block;
    font-size: 16px;
    color: #666;
    font-family: 'robotolight';
    padding: 7px 0 10px 0;
}

.user-kabuk {
    display:inline-grid;
    text-align: center;
    width: 25%;
    margin:10px auto;


}

.user-kabuk b {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto
}

.user-kabuk h6 {
    padding: 10px 0 0 0;
    margin: 0;
    text-align: center;
}

.user-kabuk span {
    padding: 10px 0 0 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
}







/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/*the and (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .flash-haber-lg {
        width: 100%;
        display: inline-block;

    }




}

/* the and Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {



    .site-header-img {
        height: 300px;
    }

    .site-top-xl-logo {
        width: 200px;
        margin: -100px 0 0 -100px;
    }

    .site-top-xl-logo p {
        font-size: 20px;
    }



}

/* the and Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .user-kabuk {
        width: 49%;

    }

}

/* the and Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {


    .site-header-img {
        height: 200px;

    }

    .site-top-xl-logo {
        width: 180px;
        margin: -90px 0 0 -90px;
        top: 50%;
    }

    .site-top-xl-logo p {
        display: none;
        font-size: 16px;
    }

    .flash-haber-lg {
        width: 94%;
        margin: 0 auto;
        display: inline-block;

    }

    .flash-haber-lg a {
        height: 300px;
    }

    .flash-haber-lg-metin {
        background-color: rgba(18, 99, 124, 0.85);
        display: block;
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 5%;
    }

    .flash-haber-lg-metin h1 {
        font-size: 20px;
    }

    .flash-haber-lg-metin p {
        display: none;
    }

    .flash-haber-lg-metin datetime {
        font-size: 14px;
        display: inline-block;
        padding: 5px 10px;
        background-color: #1EA9E1;
        font-size: 14px;
    }

    .flash-haber-md {
        width: 94%;
        margin: 0 auto;
        padding: 20px 10px 0;

    }

    .flash-haber-sd {
        width: 94%;
        margin: 0 auto;
        padding: 20px 10px;
    }



    .KKN {
        width: 94%;
        margin: 20px auto;
    }

    .KKN-fligran {
        padding: 20px 0 50px 0;
        position: relative;
    }

    .KKN-header h1 {
        padding: 20px 20px 0 20px;
        color: #fff;
        text-align: left;
    }

    .KKN-metin p {
        color: #fff;
        padding: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .KKN-metin a {
        color: #fff;
        padding: 10px 40px;
        display: inline-block;
        background-color: #1EA9E1;
        margin: 0 0 0px 20px;

    }

    .KKN-nav {
        width: 94%;
        display: block;
        background-color: #fff;
        text-align: center;
        margin: 0 auto;
    }

    .KKN-nav a {
        display: block;
        padding: 10px 20px;
        color: #fff;
        text-align: center;
        background-color: #1EA9E1;
        border: 5px solid #fff;
        ;
    }


    .haber-satir-img {
        height: 200px;
        width: 94%;
        margin: 10px auto;
    }

    .haber-satir h3 {
        font-size: 20px;
        padding: 0px 10px 0px 10px;

    }

    .haber-satir p {
        padding: 0 10px;

    }

    .haber-satir-date {
        padding: 0 0 20px 0;
        position: relative;
        bottom: none;
        left: auto;
        width: 100%;
        text-align: center;

    }

    .haber-satir-date datetime {
        font-size: 14px;
        display: inline-block;
        padding: 5px 20px;
        background-color: #1EA9E1;
        font-size: 14px;
        color: #333;
        margin: 10px 0 5px 0;
        color: #fff;

    }

    .haber-satir-date a {
        font-size: 14px;
        display: inline-block;
        padding: 5px 20px;
        background-color: #12637C;
        font-size: 14px;
        color: #333;
        margin: 10px 0 5px 0;
        color: #fff;

    }

     .user-kabuk {
        width: 100%;

    }



}
</pre></body></html>