﻿@import "../font-awesome/css/font-awesome.min.css";
/* open-sans-regular - latin */
/* open-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin-ext_latin-regular-1.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-ext_latin-regular.svg') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v17-latin-ext_latin-700-1.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-ext_latin-700.svg') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    vertical-align: top;
    font-size: 15px;
    color: #5e788f;
    line-height: 24px;
    background: rgba(219, 226, 231, 0.5);
}

.masterbg {
    height: 900px;
    background-image: url('../img/bg.jpg');
    background-color: #ecf0f2;
    background-size: 100%;
    text-align: center;
    background-repeat: no-repeat;
}

.headeric {
    width: 1220px;
    margin: 0 auto
}

.header {
    border-radius: 4px;
    height: 130px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.fixed .headersag .sm {
    display: none
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.2)
}

    .logo2, .fixed .logo1 {
        display: none !important
    }

    .fixed .logo2 {
        display: block !important
    }

    .fixed .headerust, .fixed .headersagust {
        display: none
    }

.logo {
    width: 330px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    float: left;
    height: 125px
}

    .logo a img {
        border-style: none;
        height: 125px;
        width: auto;
    }

.headersag {
    height: 122px;
    width: 890px;
    float: right
}

.headersagust {
    height: 61px;
    border-bottom: solid 1px #e8edef;
    position: relative;
}

.headersagalt {
    height: 60px;
    position: relative;
}

.sm {
    width: 220px;
    float: right;
    height: 60px;
}

    .sm a {
        color: #a4bcc4;
        text-decoration: none
    }

        .sm a i {
            font-size: 22px;
            color: #a4bcc4;
            margin: 21px 3px 0 10px
        }

            .sm a i:hover {
                color: #00a6df
            }

.tel {
    display: block;
    float: right;
    background-color: #86a57f;
    padding: 4px 15px 10px 10px;
    color: #fff;
    text-decoration: none;
    margin: 15px 0px 0px 10px;
    width: 120px;
    height: 18px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
}

    .tel i {
        margin-right: 6px;
    }

.contact {
    display: block;
    float: right;
    background-color: #00a6df;
    padding: 4px 15px 10px 10px;
    color: #fff;
    text-decoration: none;
    margin: 15px 0px 0px 10px;
    width: 120px;
    height: 18px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
}

    .contact i, .online i {
        margin-right: 6px;
    }

.online {
    display: block;
    float: right;
    background-color: #ec6453;
    padding: 4px 15px 10px 10px;
    color: #fff;
    text-decoration: none;
    margin: 15px 50px 0px 10px;
    width: 120px;
    height: 18px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
}


.search {
    display: block;
    float: right;
    width: 42px;
    color: #00a6df;
    font-size: 32px;
    text-decoration: none;
    height: 30px;
    padding: 15px 5px 15px 5px;
    border-top-right-radius: 4px;
}

.aramakutu {
    width: 320px;
    float: left;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    background-color: #dde5eb;
    padding: 15px 15px 20px 15px;
    border-radius: 6px;
}

    .aramakutu input {
        border: 1px solid #dadada;
        padding: 12px 30px 12px 10px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans',sans-serif;
        width: 280px;
        outline: none;
        background-color: #ffffff;
    }

    .aramakutu a {
        text-decoration: none;
        display: block;
        color: #00a6df;
        font-size: 18px;
        margin-left: 290px;
        position: absolute;
        margin-top: -34px;
    }


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.90);
    min-width: 174px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
    right: 0px;
    top: 50px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #5e788f;
        padding: 12px 16px;
        font-size: 14px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-bottom: 1px solid #d7e5ea;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ec6453;
            color: #fff;
        }

/* Show the dropdown menu on hover */
.online:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.online:hover {
    background-color: #ec6453;
}

.headerlink {
    width: 260px;
    padding: 22px 0px 0px 16px;
    float: left;
    text-align: left;
    height: 38px;
}

    .headerlink a {
        color: #a4bcc4;
        text-decoration: none;
        margin-right: 25px;
        font-weight: 700
    }

        .headerlink a i {
            margin-right: 6px;
        }

#nav {
    margin: 10px 10px 0px 0px;
    float: right;
}

    #nav > a {
        display: none
    }

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none
    }

        #nav li a {
            color: #5e788f;
            display: block
        }

    #nav span:after {
        width: 0;
        height: 0;
        border: .313em solid transparent;
        border-bottom: none;
        border-top-color: #efa585;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -.313em
    }

    #nav > ul {
        margin: 0;
        padding: 0
    }

        #nav > ul > li {
            height: 100%;
            float: left;
            margin: 0;
            padding: 0
        }

            #nav > ul > li > a {
                height: 100%;
                font-size: 14px;
                text-align: center;
                text-decoration: none;
                font-family: 'Open Sans',sans-serif;
                font-weight: 700;
                padding: 10px 0px 10px 12px
            }

            #nav > ul > li:not( :last-child ) > a {
                background-position: right top;
                padding: 10px 12px
            }

            #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
                color: #a4bcc4
            }

    #nav li ul {
        background-color: #fff;
        display: none;
        position: absolute;
        top: 100%;
        width: 270px;
        z-index: 100000
    }

    #nav li:hover ul {
        padding: 0;
        display: block;
        left: 0;
        right: 0
    }

    #nav li:not( :first-child ):hover ul {
        left: 0
    }

    #nav ul li ul li {
        border-width: 1px !important
    }

    #nav li ul a {
        font-size: 14px;
        border-bottom: 1px solid #d7e5ea;
        padding: 1em;
        text-align: left;
        text-decoration: none;
        color: #5e788f
    }

    #nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
        color: #a4bcc4;
        background-color: #5e788f;
        font-weight: 400 !important
    }

.mobilenav {
    display: none;
}

.banner {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #a4bcc4;
    position: relative;
}

.item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 500px;
}

.banneralt {
    height: 220px;
    z-index: 1000;
    width: 1190px;
    margin: 0px auto;
}

.bannerbox {
    width: 33.333%;
    height: 220px;
    position: relative;
    z-index: 1002;
    float: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #c0d5dc;
}

.bannerboxic {
    padding: 25px 30px;
    text-align: left;
    line-height: 26px;
}

    .bannerboxic h2 {
        font-size: 20px;
        line-height: 34px;
        color: #dde9ed;
    }

        .bannerboxic h2 i {
            margin-right: 10px;
        }

    .bannerboxic a {
        color: #c0d5dc;
        text-decoration: none;
    }

        .bannerboxic a:hover {
            color: #fff;
            text-decoration: none;
        }

.bx1 {
    background-color: #2e6876e9;
}

.bx2 {
    background-color: #7d9e74e9;
}

.bx3 {
    background-color: #204f65e8;
}

    .bx3 img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.baskan {
    width: 410px;
    float: left;
    height: 444px;
    margin: 10px 0px 0px 55px;
    text-align: left;
    font-size: 16px;
    color: #a4bcc4;
    background-image: url('../img/baskan.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.baskanalt {
    width: 88%;
    background-color: #5e788f;
    height: 42px;
    position: absolute;
    bottom: 0px;
    padding: 15px 6% 20px 6%;
}

.baskanyazi {
    width: 63%;
    float: left;
}

    .baskanyazi span {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
    }

.baskansm {
    width: 35%;
    float: left;
    padding: 10px 0px 0px 2%;
    text-align: right;
}

    .baskansm a {
        color: #a4bcc4;
        text-decoration: none
    }

        .baskansm a i {
            font-size: 26px;
            color: #a4bcc4;
            margin: 0px 8px 0 0px
        }

            .baskansm a i:hover {
                color: #fff
            }

.baskanmenu {
    position: absolute;
    bottom: 77px;
    width: 90%;
    padding: 10px 5%;
    background-color: rgba(94, 120, 143, 0.85);
    height: 45px;
    text-align: left;
    font-size: 14px;
}

    .baskanmenu a {
        color: #fff;
        text-decoration: none;
        border-right: 1px solid #5e788f;
        padding: 3px 2% 5px 2%;
        line-height: 20px;
        display: block;
        float: left;
        width: 29%;
        text-align: center;
    }

        .baskanmenu a:nth-child(3) {
            border-right: 0px solid #5e788f !important;
        }


        .baskanmenu a:hover {
            color: #a4bcc4;
        }

        .baskanmenu a i {
            margin-right: 4px;
        }


#owl-slide .item img {
    display: block;
    width: 100%;
    height: auto
}

.banneryazi {
    margin: 0 auto;
    padding-top: 340px;
    font-size: 18px;
    color: #fff;
    z-index: 10000;
    position: relative;
    text-align: left;
    line-height: 30px;
    width: 76%;
    text-shadow: 1px 0 0 rgba(0,0,0,0.1)
}

    .banneryazi h2 {
        font-size: 34px;
        padding: 0;
        margin: 0;
        color: #fff;
        display: block;
        line-height: 44px;
        font-weight: 700
    }

    .banneryazi h3 {
        font-size: 30px;
        padding: 0;
        margin: 0;
        color: #fff;
        display: block;
        line-height: 56px;
        font-weight: 700
    }

    .banneryazi h4 {
        font-size: 28px;
        padding: 0;
        margin: 0;
        color: #fff;
        display: block;
        line-height: 56px;
        font-weight: 700
    }

    .banneryazi a {
        display: block;
        width: 180px;
        text-align: center;
        background-color: #f8f6f2;
        border-radius: 6px;
        color: #f8f6f2;
        text-decoration: none;
        margin: 20px auto 10px;
        padding: 12px
    }

        .banneryazi a:hover {
            background-color: #b1b1b1
        }

#owl-demo .item1 {
    padding: 0px;
    margin: 5px 5px;
    color: #000;
    text-align: center;
    height: 280px;
    text-decoration: none;
    display: block;
    transition: all .3s ease 0s;
    position: relative;
}

    #owl-demo .item1:hover {
        padding: 0px;
        color: #4a4a4a;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: all .6s ease 0s;
    }

#owl-demo .owl-controls {
    margin-top: 30px;
    text-align: center;
    margin-left: 0px;
}

    #owl-demo .owl-controls .owl-page span {
        background: #3c8b17;
    }

.item1img {
    width: 50%;
    height: 280px;
    overflow: hidden;
    transition: all .6s ease 0s;
    text-align: center;
    float: left;
    position: relative;
}

    .item1img:hover {
        overflow: hidden;
        transition: all .6s ease 0s;
        text-align: center;
    }

    .item1img img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.item1yazi {
    width: 47%;
    height: 280px;
    overflow: hidden;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

    .item1yazi p {
        margin: 0px 1% 0px 4%;
    }

        .item1yazi p span {
            display: inline-block;
            padding: 4px 10px 5px 10px;
            background-color: #3c8b17;
            color: #fff;
            font-size: 14px;
            border-radius: 6px;
            margin: 5px 0px 0px 0px;
        }

            .item1yazi p span i {
                margin-left: 8px;
            }

#owl-demo .item1 a {
    color: #5a5b5d;
    text-decoration: none;
}

.rright {
    margin-right: 0 !important;
    color: #a4bcc4;
    padding: 0px 10px 0px 10px;
    font-size: 60px;
    margin-left: 70px;
    position: relative;
    margin-top: 30px !important;
}

.rleft {
    margin-right: 0 !important;
    color: #a4bcc4;
    padding: 10px;
    padding: 0px 0px 0px 0px;
    margin-left: -110px;
    position: relative;
    margin-top: 30px !important;
}

.hizlimenu {
    width: 730px;
    float: left;
    text-align: left;
}

.item2 {
    padding: 40px 0px 10px 0px;
    margin: 5px 1% 6px 0px;
    text-align: center;
    width: 24%;
    height: 90px;
    text-decoration: none;
    display: block;
    background-color: #33c3dc;
    transition: all 0.3s ease 0s;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    float: left;
}



    .item2 i {
        font-size: 36px;
        display: block;
        color: #fff;
        transition: all 0.9s ease 0s;
    }



    .item2:hover {
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        display: block;
        background-color: #a4bcc4;
        transition: all 0.6s ease 0s;
    }

    .item2 span {
        display: block;
        margin-top: 10px;
    }

    .item2:hover i {
        color: #587781;
        transition: all 0.9s ease 0s;
    }

.takvim {
    margin: 10px 0px 0px 0px;
    height: auto;
    z-index: 20;
}

.takvim-gorsel {
    width: 420px;
    height: 283px;
    overflow: hidden;
    float: right;
    border-radius: 10px;
    margin-top: 1px;
}

.tback {
    background-position: center top;
    background-image: url('../img/etkinlik.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.takvim-gorsel img {
    width: auto;
    height: 283px;
}

.takvim-alan {
    height: auto;
}

.takvim-sol {
    border-right: solid 1px #b6bfc6;
    background: #dde5eb;
    float: left;
    width: 328px;
    min-height: 243px;
    padding: 20px;
    border-radius: 20px 0px 0px 20px;
}

.takvim-sag {
    float: left;
    width: 325px;
    padding: 20px 20px 15px 20px;
    background: #dde5eb;
    border-radius: 0px 10px 10px 0px;
}

.takvim-sag-kontrol h1 {
    color: #698092;
    font-size: 14px;
    text-align: center;
    border: none !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: block;
    width: 280px;
    line-height: 30px;
    float: left;
}

.takvim-sag-kontrol a {
    display: block;
    color: #698092;
    font-size: 30px;
    line-height: 30px;
    float: left;
}

.takvim-sag-kontrol {
    border-bottom: solid 1px #b6bfc6;
    padding: 10px;
}

.takvim-gun-isim, .takvim-gunler ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .takvim-gun-isim li, .takvim-gunler ul li {
        display: inline-block;
        width: 46px;
        text-align: center;
        padding: 5px 0;
        color: #698092;
    }

        .takvim-gunler ul li a {
            color: #92a1ac !important;
            text-decoration: none;
            display: block;
            width: 26px;
            line-height: 26px;
            margin: 0 auto;
        }

        .takvim-gunler ul li:hover a, .takvim-gunler ul li.bugun a {
            background: #698092;
            color: #fff !important;
            border-radius: 15px;
        }

        .takvim-gunler ul li.etkinlik-var a {
            border: 1px solid #698092;
            border-radius: 15px;
        }

.takvim-detay-etkinlik {
    padding: 10px 15px;
    text-align: left;
    color: #fff;
    height: 132px;
    font-size: 14px;
}

    .takvim-detay-etkinlik a {
        color: #475663;
        text-decoration: none;
    }

    .takvim-detay-etkinlik i {
        color: #698092 !important;
        margin-right: 5px;
    }

.takvim-detay-baslik {
    display: block;
    padding: 0px 0 10px 0px;
}

.takvim-detay-ozet, .takvim-detay-tarih, .takvim-detay-saat {
    display: inline-block;
    padding: 0 20px 15px 0;
}

.takvim-detay-yer {
    display: block;
}

.takvim-detay-etkinlik-yok {
    padding: 50px 15px;
    text-align: center;
    color: #698092;
    height: 52px;
}

.takvim-tum-etkinlikler {
    border-top: solid 1px #b6bfc6;
    padding: 10px 0;
    display: block;
    color: #92a1ac;
    text-decoration: none;
}

    .takvim-tum-etkinlikler:hover {
        background: #b6bfc6;
    }


.kutu {
    width: 31.33%;
    margin: 30px 1% 30px;
    float: left;
    display: block;
    text-decoration: none;
    color: #fff;
    height: 140px;
}

    .kutu:hover {
        background-color: #5e788f;
    }

.kutusol {
    width: 30%;
    text-align: center;
    float: left;
    height: 110px;
    font-size: 60px;
    color: #deeaee;
    padding: 30px 0px 0px 0px;
}

.kutusag {
    width: 64%;
    text-align: left;
    float: left;
    height: 100px;
    padding: 20px 3%;
    color: #deeaee;
}

    .kutusag span {
        display: block;
        font-weight: 700;
        font-size: 17px;
        line-height: 24px;
        color: #ffffff;
    }

.footer {
    padding: 40px 0 50px;
    text-align: center;
    color: #9cafbf;
    background-color: #064169;
    line-height: 28px;
}

    .footer h3 {
        color: #b6ccdc;
        font-size: 16px;
        border: none;
        margin: 5px 0px 0px 0px;
        padding: 0px;
    }

.footeric {
    width: 1190px;
    margin: 0 auto;
}


.fbox {
    width: 23%;
    padding: 10px 1% 10px 0px;
    float: left;
    text-align: left;
}

    .fbox h3 {
        color: #81b9df;
    }

    .fbox a {
        display: block;
        color: #f2f2f3;
        text-decoration: none;
    }

        .fbox a:hover {
            display: block;
            color: #81b9df;
            text-decoration: none;
        }

        .fbox a i {
            margin-right: 6px;
        }

.fboxright {
    width: 27%;
    float: right;
    padding: 20px 0px 10px 1%;
}

.footeralt {
    padding: 20px 0;
    background-color: #053454;
    color: #81b9df;
    font-size:13px;
}

    .footeralt a {
        text-decoration: none;
        color: #6693b2
    }

.footeradres {
    width: 96%;
    margin: 0px 0px;
    padding: 15px 2% 10px 2%;
    border-radius: 16px;
    background: #f4f6f8;
    color: #5e788f;
    text-align: left;
}

.footerrow i {
    background-color: #d5e0e9;
    color: #5e788f;
    border-radius: 10px;
    width: 36px;
    font-size: 18px;
    height: 28px;
    text-align: left;
    padding: 8px 0px 0px 0px;
    text-align: center;
    float: left;
}

.footerlogo {
    text-align: center;
    padding: 0px 10px 0px 0px;
}

.footertel {
    font-size: 26px;
    width: 200px;
    float: left;
    padding: 4px 0px 0px 20px;
    font-weight: 700;
}

    .footertel a {
        color: #5e788f;
        text-decoration: none;
    }

.footerrow {
    margin: 10px 0px 10px 30px;
}

.footercell {
    float: left;
    width: 200px;
    padding: 4px 0px 0px 20px;
}

.footersm {
    margin: 10px 0px 10px 0px;
}

    .footersm a {
        color: #f4f6f8;
        text-decoration: none;
    }

    .footersm i {
        font-size: 36px;
        margin: 0px 10px
    }

    .footersm a:hover {
        color: #9cafbf;
        text-decoration: none;
    }

.yukari-cik {
    position: fixed;
    left: 5%;
    bottom: 5%;
    background: #5e788f;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    z-index: 100
}

.footer-whatsapp {
    width: 32px;
    height: 32px;
    padding: 7px;
    position: fixed;
    right: 4.9%;
    bottom: 5%;
    background-color: #25d366;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    z-index: 50;
}

    .footer-whatsapp i {
        color: #fff !important;
        font-size: 32px;
    }

.contentmp {
    padding: 70px 0 80px;
    width: 1220px;
    margin: 0px auto;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    min-height: 400px;
    position: relative;
}

    .contentmp h2 {
        font-size: 18px;
        line-height: 24px;
    }

.breadcrump {
    position: absolute;
    left: 10px;
    top: 20px;
    color: #435666;
}

    .breadcrump a {
        text-decoration: none;
        color: #00a6df;
    }

    .breadcrump i {
        margin: 0px 5px;
    }

.contentpr {
    padding: 25px 30px 30px 30px;
    width: 1130px;
    background-color: #FFFFFF;
    text-align: left;
    min-height: 400px;
    margin: 0px auto 10px auto;
    border-radius: 4px;
}

.sag {
    padding: 25px 30px 30px 30px;
    width: 864px;
    float: right;
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
    text-align: left;
    min-height: 400px;
    margin: 0px 0px 10px 14px;
    border-radius: 4px;
}

    .sag img {
        margin: 0px 8px 5px 0px;
    }

    .sag a {
        color: #00a7df;
        text-decoration: none;
    }

        .sag a:hover {
            color: #5e788f;
            text-decoration: underline;
        }



.sol {
    margin: 0px 10px 10px 0px;
    width: 270px;
    float: right;
    background-color: rgba(246, 248, 249, 0.95);
    text-align: left;
    border-radius: 4px;
    padding: 5px 0px 30px 0px;
}



.menuust {
    color: #00a6df;
    font-size: 18px;
    padding: 20px 12px 14px 22px;
    height: 20px;
    margin: 0px 0px 0px 1px;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 700;
}

.solmenu {
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

    .solmenu ul {
        padding: 0px;
        margin: 0px;
    }

        .solmenu ul li {
            line-height: 28px;
            list-style-type: none;
        }

            .solmenu ul li a {
                color: #5e788f;
                font-size: 14px;
                text-decoration: none;
                padding: 8px 8px 8px 20px;
                display: block;
                border-bottom: 1px solid #efefef;
            }

                .solmenu ul li a:hover {
                    color: #FFFFFF;
                    font-size: 14px;
                    background-color: #00a6df;
                }

                .solmenu ul li a i {
                    margin-right: 6px;
                }

.container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.content2 {
    padding: 20px 0px 100px 0px;
    width: 1230px;
    margin: 0 auto;
    line-height: 24px;
    z-index: 10;
}

.content4 {
    padding: 40px 0px 40px 0px;
    width: 1200px;
    margin: 0 auto;
    line-height: 24px;
    z-index: 30;
    position: relative;
}


.content3 {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 22px;
    min-height: 900px;
    z-index: 10;
    background-image: url('../img/shape-03.png');
    background-repeat: no-repeat;
    background-position: right 0px top 120px;
    background-size: 120vw;
}

    .content3::before {
        content: "";
        background-image: url('../img/shape-04.png');
        background-size: 33vw;
        position: absolute;
        background-repeat: no-repeat;
        background-position: top -120px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

.containera {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 22px;
    min-height: 700px;
    z-index: 10;
    background-image: url('../img/bgcontainer.png');
    background-repeat: no-repeat;
    background-position: left -300px top 180px;
    background-size: 50vw;
}

    .containera::before {
        content: "";
        background-image: url('../img/bgcontainer2.png');
        background-size: 66vw;
        position: absolute;
        background-repeat: no-repeat;
        background-position: right -120px top 390px;
        z-index: -1;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

.habercontainer {
    width: 760px;
    float: left;
    text-align: left;
}

.haberler {
    width: 100%;
    background-color: #5e788f;
    height: 444px;
    margin-top: 10px;
    position: relative;
}

.tumhaberler {
    width: 120px;
    text-decoration: none;
    color: #c3dae2;
    padding: 10px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    display: block;
}

.haberic {
    padding: 0px 20px;
}

    .haberic img {
        width: 100% !important;
        height: auto !important;
    }

.pager {
    padding: 0px 0;
    text-align: center;
}

    .pager a {
        display: inline-block;
        padding: 3px 10px;
        margin-right: 6px;
        background-color: #00a6df;
        color: white;
        font-size: 13px;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
        margin-top: 10px
    }

        .pager a:hover {
            background-color: #0090c7; /* Slightly darker shade of the base color */
            color: #ffffff;
        }

    .pager span {
        background-color: #dbe0e5;
        color: #0090c7;
        cursor: default;
        display: inline-block;
        padding: 3px 10px;
        margin-right: 6px;
        border-radius: 5px;
        margin-top: 10px
    }

.item1 {
    width: 760px;
    height: 396px;
    overflow: hidden;
}

#owl-haber .item1 img {
    display: block;
    width: 100%;
    height: auto;
}

.haberyazi {
    padding: 20px 3% 15px 3%;
    position: absolute;
    bottom: 0px;
    width: 94%;
    text-align: left;
    height: 50px;
    background: rgba(94, 120, 143, 0.75);
    color: #FFFFFF;
}

    .haberyazi a {
        color: #FFFFFF;
        text-decoration: none;
    }

.manset {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

    .manset a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

h2 {
    padding: 0px;
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #455f76;
}

h3 {
    color: #455f76;
    padding: 0px 0px 6px 0px;
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0px 8px 0px;
    border-bottom: 1px solid #a4bcc4;
}

h4 {
    color: #455f76;
    padding: 0px 0px 6px 0px;
    font-size: 22px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
}

h5 {
    color: #a4bcc4;
    padding: 0px 0px 6px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
}

.paginator {
    position: absolute;
    right: 0px;
    top: 8px;
    color: #00a6df;
}

.prev {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 22px;
    cursor: pointer;
}

.next {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 22px;
    cursor: pointer;
}

.duyurular {
    width: 460px;
    float: left;
    height: 418px;
    padding: 0px 0px 0px 40px;
    text-align: left;
    position: relative;
}

.duyuruRow {
    background-color: #fff;
    width: 450px;
    height: 70px !important;
    border-left: 5px solid #00a6df !important;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    text-align: left;
}

.duyurucell {
    padding: 10px 20px;
    display: block;
    color: #5e788f;
    text-decoration: none;
    overflow: hidden;
}

h1 {
    font-size: 24px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #5e788f;
    display: block;
    font-weight: 700;
    line-height: 32px
}

.hbaslik {
    font-size: 22px;
}

.projeler {
    width: 1190px;
    margin: 0px auto;
}

.projeSlider {
    width: 1190px;
    height: 300px;
}

.projeitem {
    display: block;
    background-color: #fff;
    margin: 10px;
    height: 296px !important;
    transform: scale(0.8) !important;
    z-index: 1;
    filter: blur(3px);
    text-align: left;
    opacity: 0.9;
}

.slick-active {
    transform: scale(1) !important;
    filter: none !important;
    opacity: 1;
    overflow: hidden;
    border-radius: 6px;
    border-bottom: 5px solid #00a6df;
}

.projeimg {
    width: 50%;
    height: 300px;
    overflow: hidden;
    float: left;
    display:block;
}

    .projeimg img {
        width: 100%;
        height: auto;
        opacity: 1;
        border:none
    }

.projedesc {
    width: 44%;
    height: 260px;
    overflow: hidden;
    float: left;
    padding: 20px 3%;
}

.baslikProje {
    font-size: 22px;
    color: #455f76;
    font-weight: 700;
    display: block;
    margin: 10px 0px;
    line-height: 28px;
    text-decoration: none;
}

    .baslikProje:hover {
        color: #7d9e74e9;
        text-decoration: underline;
    }

.projebottom {
    background: rgba(122, 147, 169, 0.7);
    -webkit-box-shadow: 0 0 50px rgba(122, 147, 169, 0.7);
    box-shadow: 0 0 50px rgba(122, 147, 169, 0.7);
    width: 400px;
    height: 60px;
    border-radius: 20px;
    margin: 70px auto 30px auto;
}

.tumprojeler {
    background: #5e788f;
    width: 250px;
    height: 43px;
    border-radius: 20px;
    float: left;
    display: block;
    padding: 17px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

    .tumprojeler:hover {
        color: #9cafbf;
    }

.tumprojelerSol {
    width: 65px;
    height: 54px;
    float: left;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 44px;
    margin: 6px 10px 0px 0px;
    cursor: pointer;
}

.tumprojelerSag {
    width: 65px;
    height: 54px;
    float: right;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 44px;
    margin: 6px 0px 0px 10px;
    cursor: pointer;
}

    .tumprojelerSol:hover, .tumprojelerSag:hover {
        color: #5e788f;
    }

.box {
    margin: 15px 1%;
    width: 31%;
    float: left;
    height: 270px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #5e788f;
    font-size: 15px;
    overflow: hidden;
}

.boximg {
    margin: 0 auto;
    width: 100%;
    height: 188px;
    overflow: hidden;
    display: block
}

    .boximg img {
        width: 100%;
        height: auto
    }

.projebox {
    margin: 15px 1%;
    width: 31%;
    float: left;
    height: 360px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #5e788f;
    font-size: 14px;
}

.projeboximg {
    margin: 0px auto 8px auto;
    width: 100%;
    height: 220px;
    background-size: 100% !important;
    overflow: hidden;
    display: block
}

    .projeboximg img {
        width: 100%;
        height: auto
    }

.meclis {
    margin: 15px 1%;
    width: 23%;
    float: left;
    height: 288px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #5e788f !important;
    font-size: 14px;
    background-color: #ecebf0;
}

.meclisimg {
    margin: 15px auto 8px auto;
    width: 80%;
    height: 168px;
    background-size: 100% !important;
    overflow: hidden;
    display: block;
    border: 2px solid #fff;
}

    .meclisimg img {
        width: 100%;
        height: auto
    }

.meclisbaslik {
    font-weight: 700;
    padding: 3px 8px;
    font-size: 15px;
    display: block;
}

.meclisunvan {
    font-size: 14px;
}

.mudurluk {
    width: 96%;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #5e788f !important;
    font-size: 15px;
    background-color: #f5f5f5;
    padding: 15px 1% 12px 3%;
    margin: 4px 0px;
    font-weight: 700;
}

    .mudurluk:hover {
        background-color: #00a6df;
        color: #fff !important;
        text-decoration: none !important;
    }

.mudurresim {
    width: 240px;
    padding: 30px 20px 20px 20px;
    text-align: center;
    background-color: #f3f3f3;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 315px;
}

.mudurimg {
    width: 80%;
    height: 200px;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid #fff;
}

    .mudurimg img {
        width: 100%;
        height: auto
    }

.mudurbtn {
    width: 170px;
    margin: 0px auto;
    background-color: #00a6df;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    display: block;
    padding: 10px 0px;
    margin-top: 15px;
}

    .mudurbtn:hover {
        text-decoration: none !important;
        background-color: #5e788f;
    }

.islemler {
    width: 300px;
    height: 365px;
    float: right;
    background-color: #f3f3f3;
    text-align: left;
}

.islemlerbaslik {
    padding: 22px;
    background-color: #00a6df;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

    .islemlerbaslik i {
        font-size: 22px;
        margin-right: 10px;
    }

.islemler a {
    color: #5e788f;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 16px;
}

    .islemler a:hover {
        background-color: #00a6df;
        color: #fff;
        text-decoration: none;
    }

    .islemler a i {
        margin-right: 8px;
    }

.bar {
    padding: 10px;
    background-color: #f3f3f3;
    margin: 20px 0px;
}

    .bar i {
        margin: 0px 10px 0px 30px;
    }

.icresim {
    float: left;
    width: 40%;
    margin: 0 15px 10px 0 !important;
}

.meclsicresim {
    float: left;
    width: 200px;
    margin: 0 15px 8px 0 !important;
}

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right,#c0cbd2,#d6e1e8,#b6cad5);
    margin-bottom: 12px
}



.hbrstr {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddeaee;
    font-size: 16px;
    color: #5e788f !important;
    text-decoration: none;
    display: block;
    width: 100%
}

    .hbrstr:hover {
        color: #5e788f !important;
        text-decoration: none !important;
        background-color: #f5f5f5;
    }

.hbrresim {
    width: 156px;
    height: 90px;
    overflow: hidden;
    float: left;
}

.hizmetresim {
    width: 130px;
    float: left;
}

.hbrresim img {
    width: 140px;
    height: auto;
}

.hbryazi {
    width: 700px;
    height: 90px;
    display: grid;
    align-items: center; /* Dikey olarak ortala */
    justify-items: start; /* Yatay olarak sola hizala */
}


.solilet {
    padding: 0 2% 0 0;
    width: 51%;
    text-align: left;
    float: left
}

.sagilet {
    padding: 0;
    width: 47%;
    float: right;
    text-align: left
}

    .sagilet i {
        margin-right: 6px;
        width: 30px
    }

.iletisim {
    width: 48%;
    margin: 0px 1%;
    float: left;
}



.solilet input[type=text], .solilet input[type=password] {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 14px;
    color: #5e788f;
    outline: none;
    width: 90%;
    font-family: 'Open Sans',sans-serif
}

.solilet textarea {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 14px;
    color: #5e788f;
    outline: none;
    width: 90%;
    font-family: 'Open Sans',sans-serif
}

.clr {
    clear: both
}

.galeri {
    width: 31.3%;
    height: 220px;
    margin: 15px 1% 3px 1%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.fg1 {
    height: 250px !important;
    margin: 8px 1% 30px 1%;
}

.galeri img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

    .galeri img.wide {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%; /* position the top  edge of the element at the middle of the parent */
        left: 50%; /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, -50%);
    }

    .galeri img.tall {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 21; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
    background-color: transparent;
    margin: auto;
    padding: 0px;
    border: none;
    width: 750px;
    text-align: center;
    position: relative;
    box-shadow: 0px 6px 61px 6px rgba(0,0,0,0.3);
}

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

.close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer
}

.modal-content i {
    font-size: 30px;
    color: #00a6e0;
}
.popup {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    bottom: 0px;
    text-align: center;
    background: rgba(238, 238, 238, 0.90);
    width: 500px;
    height: 120px;
    padding: 30px;
    z-index: 10000;
    text-align: left;
    font-size:14px;
    display: none;
}

.plink {
    color: #00a6df;
    text-decoration: underline;
}

.popbtn {
    color: #333;
    display: block;
    border: 1px solid #00a6df;
    width: 150px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin: 15px auto 0px auto;
    border-radius:10px;
}

.popclose {
    display: block;
    width: 36px;
    color: #333;
    text-decoration: none;
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 10005;
}

    .popclose i {
        font-size: 22px;
        color: #333;
        text-decoration: none;
    }

@media (min-width: 1680px) {


    .banner {
        height: 650px;
    }

    .item {
        height: 650px;
    }
}

@media screen and (max-width: 580px) {
    .header {
        position: static;
        top: 0px;
        height: 162px;
        width: 100%;
    }

    .headeric {
        width: 100%;
        margin: 0 auto
    }

    .logo {
        width: 244px;
        text-align: left;
        padding: 15px 0px 0px 12px;
        float: left;
        height: 94px;
        margin-top: 45px;
        position: relative;
        z-index: 10001
    }

        .logo a img {
            border-style: none;
            height: 94px;
            width: auto;
        }

    .headersag {
        width: 100%;
        height: 40px;
        float: right;
        padding-top: 0px;
        position: absolute;
        z-index: 10000
    }

    .headersagust {
        height: 80px;
        border-bottom: solid 0px #e8edef;
    }

    .aramakutu {
        width: 96%;
        float: left;
        height: 35px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 100;
        padding: 15px 2% 15px 2%;
        border-radius: 6px;
    }

    .headerlink, .contact, .online {
        display: none;
    }

    .tel {
        background-color: #00a6e0;
    }

    .sm {
        width: 130px;
        float: left;
        height: 50px;
    }

        .sm a i {
            font-size: 22px;
            color: #a4bcc4;
            margin: 15px 3px 0 5px
        }

    .headersagalt {
        height: auto;
        position: relative;
    }

    #nav {
        width: 100% !important;
        margin: 0px 0px 0px 0px !important;
        float: none;
    }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 8px 8px 5px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #ffffff;
            display: block;
            background-color: #00a6df;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #048dbc;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #048dbc;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #fff;
        }

        #nav li ul a {
            font-size: 1em; /* 20 */
            border-bottom: 1px solid #048dbc;
            padding: 1em;
            text-align: left;
            text-decoration: none;
            color: #f3f3f3;
        }

    .mobilenav {
        display: block;
    }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        height: 170px;
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        background-size: 100%;
        width: 100%;
        height: 170px;
    }

    .banneralt {
        position: static;
        border-radius: 4px;
        height: auto;
        z-index: 1000;
        width: 100%;
        top: 0px;
    }

    .bannerbox {
        width: 100%;
        height: 220px;
        position: relative;
        z-index: 1002;
        float: none;
    }

    .content3 {
        padding: 0px 0px 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .content2 {
        padding: 0px 0px 40px 0px;
        width: 100%;
    }

    .habercontainer {
        width: 100%;
        float: none;
        text-align: left;
        padding: 30px 0px;
    }

        .habercontainer h3 {
            padding: 0px 0px 0px 10px;
        }

    .haberler {
        width: 100%;
        height: 254px;
        margin-top: 10px;
        overflow: hidden;
    }

    .tumhaberler {
        display: none;
    }

    .item1 {
        width: 100%;
        height: 206px;
        overflow: hidden;
    }

    .haberyazi {
        padding: 10px 3% 10px 3%;
        height: 45px;
        color: #FFFFFF;
    }


    .manset {
        color: #fff;
        font-size: 15px;
    }

        .manset a {
            color: #fff;
            font-size: 15px;
            text-decoration: none;
        }

    .baskan {
        width: 94%;
        float: none;
        height: 444px;
        margin: 10px 3% 0px 3%;
        text-align: left;
        font-size: 16px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .baskanalt {
        width: 94%;
        background-color: #5e788f;
        height: 42px;
        position: absolute;
        bottom: 0px;
        padding: 15px 3% 20px 3%;
    }

    .baskanyazi {
        width: 66%;
        float: left;
    }

        .baskanyazi span {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
        }

    .baskansm {
        width: 29%;
        float: left;
        padding: 10px 0px 0px 2%;
        text-align: right;
    }

        .baskansm a i {
            font-size: 18px;
            color: #a4bcc4;
            margin: 0px 5px 0 0px
        }

    .duyurular {
        width: 94%;
        float: none;
        height: 528px;
        padding: 0px 3% 0px 3%;
        margin-top: 50px;
    }

    .duyuruRow {
        background-color: #fff;
        width: 90%;
        height: 80px !important;
        margin: 10px 0px 10px 0px;
        padding: 0px;
    }

    .hizlimenu {
        width: 94%;
        float: none;
        text-align: center;
        margin: 0px auto;
    }

    .item2 {
        padding: 40px 0px 10px 0px;
        margin: 5px 2% 6px 3%;
        text-align: center;
        width: 44%;
        height: 90px;
        position: relative;
        font-size: 16px;
    }

    .content4 {
        padding: 60px 0px 20px 0px;
        width: 100%;
    }

    .takvim-gorsel {
        width: 352px;
        height: 243px;
        overflow: hidden;
        float: none;
        border-radius: 0px;
        margin: 0px auto
    }



    .takvim-sol {
        border-right: solid 0px #b6bfc6;
        background: #dde5eb;
        float: none;
        width: 328px;
        min-height: 243px;
        padding: 12px;
        border-radius: 0px;
        margin: 0px auto
    }

    .takvim-sag {
        float: none;
        width: 328px;
        padding: 20px 12px 15px 12px;
        background: #dde5eb;
        border-radius: 0px;
        margin: 0px auto
    }

    .projeSlider {
        width: 100%;
        height: 390px;
    }

    .projeitem {
        display: block;
        height: 390px !important;
    }

    .projebottom {
        width: 90%;
    }

    .projeimg {
        width: 100%;
        height: 180px;
    }


    .projedesc {
        width: 94%;
        height: 250px;
        padding: 5px 3%;
    }

    .baslikProje {
        font-size: 15px;
        font-weight: 700;
        display: block;
        margin: 5px 0px;
    }

        .baslikProje:hover {
            color: #7d9e74e9;
            text-decoration: underline;
        }

    .tumprojeler {
        width: 60%;
        font-size: 18px;
    }

        .tumprojeler:hover {
            color: #9cafbf;
        }

    .tumprojelerSol {
        width: 18%;
        margin: 6px 2% 0px 0px;
    }

    .tumprojelerSag {
        width: 18%;
        margin: 6px 0px 0px 2%;
    }

    .kutu {
        width: 90%;
        margin: 10px 5%;
        float: left;
        display: block;
        height: 140px;
    }

    .hbrresim {
        width: 25%;
        height: auto;
        overflow: hidden;
        float: left;
    }


        .hbrresim img {
            width: 100%;
            height: auto;
        }

    .hbryazi {
        width: 65%;
        padding: 0px 0px 0px 3%;
        height: auto;
    }

    .pager a {
        padding: 1px 8px;
        margin-right: 4px;
        font-size: 13px;
    }

    .pager span {
        padding: 1px 8px;
        margin-right: 4px;
        border-radius: 5px;
    }

    .mudurresim {
        width: 240px;
        text-align: center;
        float: none;
        height: 315px;
        margin: 0px auto;
    }

    .islemler {
        width: 100%;
        height: auto;
        float: none;
        margin: 10px auto;
    }

    .bar {
        padding: 10px;
        background-color: #f3f3f3;
        margin: 20px 0px;
        text-align: center;
    }

        .bar i {
            display: block;
            margin: 10px 0px 5px 0px;
        }

    .footeric {
        width: 100%;
        margin: 0 auto;
    }

    .footerrow {
        margin: 10px 0px 10px 20px;
    }

    .fbox {
        width: 90%;
        padding: 10px 5% 10px 5%;
        float: none;
        text-align: left;
    }

    .fboxright {
        width: 96%;
        float: none;
        padding: 20px 2% 10px 2%;
    }

    .contentmp {
        padding: 10px 0px 40px 0px;
        width: 100%;
    }

    .breadcrump {
        left: 22px;
        top: 20px;
        font-size: 13px;
        height: 22px;
        overflow: hidden;
    }

    .contentpr {
        padding: 50px 2% 30px 2%;
        width: 90%;
        float: none;
        margin: 0px 0px 20px 0px;
        text-align: left;
        margin: 0px 3% 10px 3%;
    }

    .sag {
        padding: 45px 4% 30px 4%;
        width: 90%;
        float: none;
        margin: 0px 1% 10px 1%;
    }

        .sag img {
            width: 100%;
            height: auto;
        }

    .sol {
        margin: 0px 1% 10px 1%;
        width: 98%;
        float: none;
        padding: 5px 0px 30px 0px;
    }

    .projebox {
        margin: 15px 5% 30px 5%;
        width: 90%;
        float: none;
        height: auto;
    }

    .box {
        margin: 15px 9% 30px 9%;
        width: 82%;
        float: none;
        height: auto;
    }

    .boximg {
        margin: 0 auto 10px 0px;
    }

    .meclis {
        width: 48%;
        height: 296px;
        text-align: center;
        font-size: 13px;
    }

    .icresim {
        float: left;
        width: 100%;
        margin: 0 0px 10px 0 !important;
    }

    .galeri {
        width: 90%;
        margin: 10px 5%;
        float: left;
    }

    .solilet {
        padding: 0 2% 50px 2%;
        width: 96%;
        float: none
    }

    .sagilet {
        padding: 0 2% 20px 2%;
        width: 96%;
        float: none;
    }

    iframe {
        width: 100%;
        height: auto;
    }
    .modal {
        padding-top: 150px; /* Location of the box */
    }

    .modal-content {
        width: 320px;
    }

    .close {
        top: -10px;
        right: -10px;
    }
    .popup {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 0px;
        text-align: center;
        width: 90%;
        height: auto;
        padding: 20px 5%;
        text-align: center;
    }
}

@media (min-width: 580px) and (max-width: 1025px) {
    .header {
        position: static;
        top: 0px;
        height: 168px;
        width: 100%;
    }

    .headeric {
        width: 100%;
    }

    .logo {
        width: 244px;
        text-align: left;
        padding: 5px 0px 0px 12px;
        float: left;
        height: 105px;
        margin-top: 45px;
        position: relative;
        z-index: 10001
    }

        .logo a img {
            border-style: none;
            height: 105px;
            width: auto;
        }

    .headersag {
        width: 100%;
        height: 40px;
        float: right;
        padding-top: 0px;
        position: absolute;
        z-index: 10000
    }

    .headersagust {
        height: 80px;
        border-bottom: solid 0px #e8edef;
    }

    .aramakutu {
        width: 96%;
        float: left;
        height: 35px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 100;
        padding: 15px 2% 15px 2%;
        border-radius: 6px;
    }

    .baskan {
        width: 500px;
        float: none;
        height: 444px;
        margin: 0px auto;
    }

    .sm {
        width: 130px;
        float: left;
        height: 50px;
    }

        .sm a i {
            font-size: 22px;
            color: #a4bcc4;
            margin: 15px 3px 0 5px
        }

    .headersagalt {
        height: auto;
        position: relative;
    }

    #nav {
        width: 100% !important;
        margin: 12px 0px 0px 0px !important;
        float: none;
    }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 8px 8px 5px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #ffffff;
            display: block;
            background-color: #00a6e0;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #038fc1;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #038fc1;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #fff;
        }

        #nav li ul a {
            font-size: 1em; /* 20 */
            border-bottom: 1px solid #038fc1;
            padding: 1em;
            text-align: left;
            text-decoration: none;
            color: #f3f3f3;
        }

    .mobilenav {
        display: block;
    }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        height: 370px;
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 370px;
    }

    .banneralt {
        position: static;
        border-radius: 4px;
        height: auto;
        z-index: 1000;
        width: 100%;
        top: 0px;
    }

    .bannerbox {
        width: 33.333%;
        height: 320px;
        position: relative;
        z-index: 1002;
        float: left;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        color: #c0d5dc;
    }

    .content3 {
        padding: 0px 0px 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .content2 {
        padding: 0px 0px 40px 0px;
        width: 100%;
    }

    .habercontainer {
        width: 88%;
        float: none;
        text-align: left;
        padding: 30px 0px;
        margin: 0px auto;
    }

        .habercontainer h3 {
            padding: 0px 0px 0px 10px;
        }

    .haberler {
        width: 100%;
        height: 444px;
        margin-top: 10px;
        overflow: hidden;
    }

    .item1 {
        width: 100%;
        height: 396px;
        overflow: hidden;
    }

    .haberyazi {
        padding: 10px 3% 10px 3%;
        height: 45px;
        color: #FFFFFF;
    }


    .manset {
        color: #fff;
        font-size: 15px;
    }

        .manset a {
            color: #fff;
            font-size: 15px;
            text-decoration: none;
        }

    .hizlimenu {
        width: 80%;
        float: none;
        text-align: left;
        padding: 0px 10% 0px 10%;
        height: 550px;
    }

    .duyurular {
        width: 80%;
        float: none;
        height: 528px;
        padding: 0px 10% 0px 10%;
        position: relative;
    }

    .duyuruRow {
        background-color: #fff;
        width: 90%;
        height: 80px !important;
        margin: 10px 0px 10px 0px;
        padding: 0px;
    }

    .content4 {
        padding: 60px 5% 60px 5%;
        width: 90%;
    }

    .projeSlider {
        width: 100%;
        height: 390px;
    }

    .projeitem {
        display: block;
        height: 390px !important;
    }

    .kutu {
        width: 32.33%;
        margin: 30px 0.5% 30px;
        height: 160px;
    }


    .kutusol {
        width: 20%;
        text-align: center;
        height: 110px;
        font-size: 30px;
        padding: 10px 0px 0px 0px;
    }

    .kutusag {
        width: 76%;
        height: 120px;
        padding: 10px 1%;
        color: #deeaee;
    }

    .takvim-gorsel {
        width: 420px;
        height: 283px;
        overflow: hidden;
        float: none;
        border-radius: 10px;
        margin-top: 1px;
    }

    .takvim-sol {
        border-right: solid 1px #b6bfc6;
        background: #dde5eb;
        float: left;
        width: 46%;
        min-height: 243px;
        padding: 20px 2%;
        border-radius: 20px 0px 0px 20px;
    }

    .takvim-sag {
        float: left;
        width: 45%;
        padding: 20px 2%;
        background: #dde5eb;
        border-radius: 0px 10px 10px 0px;
    }

    .projeimg {
        width: 100%;
        height: 180px;
    }


    .projedesc {
        width: 94%;
        height: 250px;
        padding: 5px 3%;
    }

    .baslikProje {
        font-size: 15px;
        font-weight: 700;
        display: block;
        margin: 5px 0px;
    }

        .baslikProje:hover {
            color: #7d9e74e9;
            text-decoration: underline;
        }

    .tumprojeler {
        width: 60%;
        font-size: 18px;
    }

        .tumprojeler:hover {
            color: #9cafbf;
        }

    .tumprojelerSol {
        width: 18%;
        margin: 6px 2% 0px 0px;
    }

    .tumprojelerSag {
        width: 18%;
        margin: 6px 0px 0px 2%;
    }


    .footeric {
        width: 100%;
        margin: 0 auto;
    }

    .footerrow {
        margin: 10px 0px 10px 20px;
    }

    .fbox {
        width: 90%;
        padding: 10px 5% 10px 5%;
        float: none;
        text-align: left;
    }

    .fboxright {
        width: 96%;
        float: none;
        padding: 20px 2% 10px 2%;
    }

    .contentmp {
        padding: 10px 0px 40px 0px;
        width: 100%;
    }

    .contentpr {
        padding: 50px 2% 30px 2%;
        width: 90%;
        float: none;
        margin: 0px 0px 20px 0px;
        text-align: left;
        margin: 0px 3% 10px 3%;
    }

    .breadcrump {
        position: absolute;
        left: 30px;
        top: 20px;
        font-size: 13px;
    }

    .sag {
        padding: 50px 4% 30px 4%;
        width: 90%;
        float: none;
        margin: 0px 1% 10px 1%;
    }

        .sag img {
            width: 100%;
            height: auto;
        }

    .sol {
        margin: 0px 1% 10px 1%;
        width: 98%;
        float: none;
        padding: 5px 0px 30px 0px;
    }

    .meclis {
        margin: 15px 1%;
        width: 31%;
        float: left;
        height: 288px;
        text-align: center;
        display: block;
        text-decoration: none;
        color: #5e788f !important;
        font-size: 14px;
        background-color: #ecebf0;
    }

    .projebox {
        margin: 15px 1%;
        width: 31.3%;
        float: left;
        height: 400px;
    }

    .projeboximg {
        margin: 0px auto 8px auto;
        width: 100%;
        height: 170px;
        background-size: 100% !important;
        overflow: hidden;
        display: block
    }

    .hbryazi {
        width: 500px;
        float: left;
        padding-top: 10px;
        padding-left: 10px;
    }

    .modal-content {
        width: 500px;
    }
}

@media (min-width: 1025px) and (max-width: 1240px) {
    .header {
        height: 120px;
    }

    .headeric {
        width: 98%;
    }

    .logo {
        width: 200px;
        text-align: left;
        padding: 20px 0px 0px 0px;
        float: left;
        height: 80px
    }

        .logo a img {
            border-style: none;
            height: 80px;
            width: auto;
        }

    .headersag {
        height: 122px;
        width: 820px;
        float: right
    }

    #nav > ul > li > a {
        padding: 10px 0px 10px 8px
    }

    #nav > ul > li:not( :last-child ) > a {
        padding: 10px 8px
    }
}
