/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    font-size: 0.9em;
}

main > .pad {
    padding: 71px 15px 0;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1055;
    background: #007468;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #00574b;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #00574b;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1050;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 10px 15px 10px 15px;
    background: #006559;
    border-bottom: 3px solid #fdba04;
    font-size: 1.4em;
    line-height: 1.2em;
}

#sidebar ul.components {
    padding: 10px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    border-bottom: 1px solid #00695d;
}

    #sidebar ul li a:hover {
        color: #006559;
        background: #fff;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #006559;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
    background: #00867a;
    border-bottom: 1px solid #008175;
}

#sidebar ul ul ul a {
    font-size: 0.9em !important;
    padding-left: 40px !important;
    background: #009f93;
    border-bottom: 1px solid #009589;
}


ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 68px;
    right: 0;
    height: 100%;
}


.header {
    height: 140px;
    background: #007468;
    border-bottom: 3px solid #fdba04;
    -webkit-box-shadow: 0px 10px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 4px 0px rgba(0,0,0,0.5);
}

    .header button {
        color: #fdba04 !important;
        font-size: 60px;
        padding: 10px 40px 10px 10px;
        background: transparent;
        border: none
    }

.swiper-container {
    width: 100%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

    .swiper-slide .caption {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: rgba(255,255,255,0.8);
    }

.logo {
    position: absolute;
    z-index: 999;
    text-align: center;
    top: 0;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .logo img {
        height: 110px;
    }

.bButton {
    width: 100%;
    height: 90px;
    border: 1px solid #007468;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #fff;
    font-size: 16px;
}

    .bButton i {
        display: block;
        color: #007468;
        font-size: 20px;
        margin-bottom: 5px;
    }

.baslik {
    display: block;
    width: 100%;
    padding: 5px 5px;
    color: #757575;
    font-size: 1.2rem;
}

.hizli {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

    .hizli li a {
        display: block;
        padding: 10px 10px 10px 0px;
        border-bottom: 1px solid #dddddd;
        color: #000000;
    }

    .hizli li:last-child a {
        border-bottom: none;
    }

    .hizli li a:hover {
        text-decoration: none;
        color: #000000;
    }

    .hizli li a i {
        float: right;
        color: #a8a8a8;
        margin-top: 5px;
    }

.facebookButton {
    border: 1px solid #4267b2;
}

    .facebookButton i {
        color: #4267b2;
    }

.twitterButton {
    border: 1px solid #1c94e0;
}

    .twitterButton i {
        color: #1c94e0;
    }

.youtubeButton {
    border: 1px solid #ff0000;
}

    .youtubeButton i {
        color: #ff0000;
    }




.adres {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

    .adres li a {
        display: block;
        padding: 10px 10px 10px 0px;
        border-bottom: 1px solid #dddddd;
        color: #000000;
    }

    .adres li:last-child a {
        border-bottom: none;
    }

    .adres li a:hover {
        text-decoration: none;
        color: #000000;
    }

    .adres li a i {
        float: left;
        color: #a8a8a8;
        margin-right: 10px;
        margin-top: 5px;
    }

.copyright {
    padding-top: 30px;
    padding-bottom: 10px;
}

.col4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.navbar {
    background: #007468;
    border-bottom: 3px solid #fdba04;
}

.btn-yesil {
    color: #fdba04;
    background-color: #007468;
    border-color: #007468;
}

    .btn-yesil:hover {
        color: #ffffff;
        text-decoration: none;
    }



/* search start  */

.search-inline {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    height: 67px;
    opacity: 0;
    visibility: hidden;
    background-color: #007468;
    transition: all .5s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

    .search-inline.search-visible {
        opacity: 1;
        visibility: visible;
        animation: fadeInDown 0.4s ease-in-out;
    }

    .search-inline button[type="submit"] {
        position: absolute;
        right: 52px;
        top: 0;
        background-color: transparent;
        border: 0px;
        top: 0;
        right: 80px;
        padding: 0px;
        cursor: pointer;
        width: 80px;
        height: 100%;
        background: #006b5f;
        color: #fdba04;
        border: none;
    }

    .search-inline .form-control {
        border: 0px;
        padding-left: 0;
        font-size: 2rem;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: none;
    }

    .search-inline .search-close {
        position: absolute;
        top: 0;
        right: 0;
        background: #00665a;
        color: #fdba04;
        width: 80px;
        height: 100%;
        text-align: center;
        display: table;
        text-decoration: none;
    }

        .search-inline .search-close i {
            display: table-cell;
            vertical-align: middle;
        }

    .search-inline .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #fefefe;
        background-color: #007468;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
    }

    .search-inline input::placeholder {
        color: #e3e3e3;
    }



.nav-alti {
    background: #fff url("../img/pat.jpg") repeat-x;
    padding: 33px 0 0 15px;
    color: #737373;
    border-bottom: 1px solid #ccc;
}

    .nav-alti h3 {
        font-size: 1.45rem;
    }

.icSayfa {
    padding-top: 15px;
}

    .icSayfa h2 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

.haberBaslikH2 {
    line-height: normal;
    font-size: 1rem;
}

.detay {
    margin-top: -10px;
    margin-bottom: 25px;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #fff #dee2e6 #fff;
    }

.tab-content {
    background: #fff;
    border: 1px solid transparent;
    border-color: #fff #dee2e6 #dee2e6;
    padding: 15px;
}

.liste {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .liste li {
        border-bottom: 1px solid #dee2e6;
        padding: 15px 0;
    }

        .liste li:last-child {
            border-bottom: none;
        }

        .liste li a {
        }

    .liste .tarih {
        color: #a7331a;
        font-size: 0.8rem;
    }

.duyurularSayfasi {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -15px;
}

.footer {
    background-color: #fff;
    border-top: 1px solid #ccc;
    color: #737373;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


@media (max-width: 767px) {
    .bButton {
        font-size: 12px;
    }
}
