﻿html {
    position: relative;
    min-height: 100%;
}

html, body {
    height: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    display: block;
}

/* * * * * * * * * * * *
* Logo, üst menü
* * * * * * * * * * * */
header {
   /* padding-top: 10px;*/
}
#mainHead .col-md-6, .col-sm-4, .col-xs-4 {
    padding: 0;
}
#head {
    padding: 2px;
    background: #24313a;
    height: 35px;
}
#head a {
    font-size: 12px;
    color: white;
    text-decoration: none;
}
#head a:hover {
    color: white;
    text-decoration: none;
}
#head .col-sm-1 {
    width: 6.33333333%;
    padding-top: 2px;
}
#head .col-sm-3 {
    width: 27%;
    padding: 2px;
}
.mainLogo {
    height: 75px;
}
#head .dropdown {
    padding: 0;
}
header .input-group{
    padding: 20px 0;
}
header ul.logo-title > li {
    vertical-align: middle;
}
header ul.logo-title > li b {
    font-size: 24px;
}
header ul.logo-title > li .kutuphane-text {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}
header ul.quick-link {
    font-size: 12px;
}
header ul.quick-link .working-hours {
    font-size: 10px;
}
header .form-control {
    /*background: url('../imgs/arama_ikonu.png') 99% 3px no-repeat;*/
}

header ul.quick-link li.dropdown a {
    text-decoration: none;
}
header ul.quick-link .dropdown-menu {
    margin-top: 4px;
    left: auto;
    right: 0;
    background: #24313a;
    border-radius: 0;
}
header>.container{
    padding-top: 10px;
}

#search-inputs .btn-default {
	border-color: #dad12a;
}

#txtSearch {
    border-color: #dad12a;
}
.search-group {
    float: right;
}
.search-group .dropdown-menu {
    margin-top: 0;
}
.search-group .input-group-btn .btn {
    color: #f8981d;
    line-height: 20px;
}

a.mmenu-link:focus, a.mmenu-link:hover {
    color: #fff;
}

.navbar {
    background-color: none;
    margin-bottom: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: none;
    border-radius: 0;    
}
.navbar>.container {
    border-top: 1px solid rgba(176, 176, 176, 0.25);
}
.navbar .navbar-collapse {
	padding: 0;
}
.navbar .nav {
    display: flex !important;
    justify-content: space-between;
    margin: 0 -15px;
}
.navbar .nav > li {
    text-align: center;
}

.nav > li i.fa {
    color: #000;
    font-weight: bold;
    margin-left: 4px;
}
.nav > li > a {
    color: #000;
    font-weight: 500;
}
.nav > li > a:hover i.fa {
    color: #fff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #3bbafe;
    color: #fff;
}
.nav .open > a i.fa, .nav .open > a:focus i.fa, .nav .open > a:hover i.fa{
    color: #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color:#3bbafe;
    color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #f78427;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        display: none !important;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #737373;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 3px 0 3px 3px;
            -moz-border-radius: 3px 0 3px 3px;
            border-radius: 3px 0 3px 3px;
        }

/* * * * * * * * * * * *
* // Logo, üst menü
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Tanıtım resmi
* * * * * * * * * * * */
#owl-banner .wrapper {
    overflow: hidden;
    position: relative;
}
#owl-banner .text{
    overflow: hidden;
}

    #owl-banner .wrapper .caption {        
        position: absolute;
        right: 50%;
        left: 0
        top: 0;
        bottom: 0px !important;
        height: 100%;
        padding-top: 30px !important;
        background: rgba(0, 0, 0, 0.5);        
        width: 50%;
        color: #fff;
        text-shadow: 1px 1px 3px #000;
    }

        #owl-banner .wrapper .caption a {
            text-decoration: none;
            text-shadow: #000 1px 0 10px;
            font-size: 16px;
            color: #fff;
            display: inline-block;
            padding: 20px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
            #owl-banner .wrapper .caption a:hover {
                background-color: #f78427;
            }
            .owl-theme .owl-nav{
                margin:0!important;
            }
            #slider .owl-carousel .owl-item img{
                min-width: 600px;
            }

#owl-banner .owl-dots {
    right: auto;
    margin-top: -15%;
    margin-left: 7%;
    text-align: right;
    width: 35%;
    height: 20px;
    overflow: hidden;   
}
#owl-banner .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    background: #f78427;
    border: 1px solid white;
}
#owl-banner .owl-dots .owl-dot span {
    background: black;
    border-radius: 0px;
}
/* * * * * * * * * * * *
* // Tanıtım resmi
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Duyurular
* * * * * * * * * * * */
#announce ul.announce-list {
    padding-top: 15px;
}
#announce ul.announce-list li {
    margin-right: 80px;
}
#announce marquee{
    float: right;
}
#announce .space{
    padding: 3px;
}
#announce a{
    color: black;
}
#announce .showAll{
    color: #f78427;
    position: absolute;
    left: auto;
    z-index: 50;
    right: 0;
    padding: 10px;
    padding-right: 30px;
    margin-top: -75px;
}
#announce .showAll:hover{
    color: #d67424;
    text-decoration: none;
}
#announce .date {
    font-size: 12px;
    color: #fff;
    background: #f78427;
    padding: 5px 10px;
    font-style: normal;
}
#announce .text-left{
    text-align: left;
    padding: 15px 5px;
}
#announce .all-list-row {
    padding: 40px;
    /*border-top: 1px solid #024886;*/
}
#announce a.all-list-link {
    font-size: 14px;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    background: #f78427;
    color: white;
    padding: 5px 15px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#announce a span{
    font-size: 10px;
}
#announce a.all-list-link:hover {
    background-color: #bd661f;
    color: #fff;
}
#announce .row{
    margin: 0;
}
#announce .col-sm-3{
    padding: 0;
}
/* * * * * * * * * * * *
* // Duyurular
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Akademik Uygulamalar
* * * * * * * * * * * */
#academic-apps {
    padding: 50px 0;
    background: #24313a;
    background: -moz-linear-gradient(left, #24313a 0%, #172d3a 100%);
    background: -webkit-linear-gradient(left, #24313a 0%,#172d3a 100%);
    background: linear-gradient(to right, #24313a 0%,#172d3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24313a', endColorstr='#172d3a',GradientType=1 );
}
#academic-apps h3 {
    color: #fff;
    font-weight: bold;
}
#academic-apps .note {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 30px;
}
#owl-academicApps {
    padding: 40px 0;
}
#owl-academicApps .item a {
    text-decoration: none;
}
#owl-academicApps .item img {
    width: 250px;
    display: initial;
}
#owl-academicApps .item p {
    color: #fff;
    padding-top: 10px;
}
/* * * * * * * * * * * *
* // Akademik Uygulamalar
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Kütüphanemizi Keşfedin
* * * * * * * * * * * */
#aboutUs {
    padding: 50px 0;
}
#aboutUs h3 {
    font-weight: bold;
    margin-bottom: 30px;
}
#aboutUs img {
    border-radius: 50px;
}
#aboutUs .list-group-item {
    text-align: right;
    border: none;
    font-weight: bold;
    padding: 10px 5px;
}
#aboutUs .list-group-item .fa {
    font-size: 10px;
    color: #56a7d2;
    margin-left: 15px;
}
#aboutUs a.detail-link {
    text-decoration: none;
    color: #0262b6;
    border: 1px solid #0262b6;
    padding: 15px 70px;
    margin-top: 22px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#aboutUs a.detail-link:hover {
    background-color: #0262b6;
    color: #fff;
}
/* * * * * * * * * * * *
* // Kütüphanemizi Keşfedin
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Info
* * * * * * * * * * * */
#info {
    padding: 50px 0;
    background: #f8ad38;
    background: -moz-linear-gradient(top, #f8ad38 0%, #f78427 100%);
    background: -webkit-linear-gradient(top, #f8ad38 0%,#f78427 100%);
    background: linear-gradient(to bottom, #f8ad38 0%,#f78427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ad38', endColorstr='#f78427',GradientType=0 );
}
#owl-info .item img {
    width: 90px;
    display: initial;
    padding-bottom: 10px;
}
#owl-info .item p {
    color: #fff;
}
#owl-info .item a {
    text-decoration: none;
}
/* * * * * * * * * * * *
* // Info
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Book List
* * * * * * * * * * * */
#bookList {
    padding-top: 30px;
    padding-bottom: 80px;
}
#bookList h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
#owl-book .item {
    border: 1px solid #ccc;
    margin: 20px;
    padding: 20px;
}
#owl-book .item .img-responsive {
    margin: 0 auto;
    width: 160px;
    height: 200px;
}
#owl-book .item .newBook-hr {
    width: 50%;
}
#owl-book .item .newBook-author {
    color: #007CC3;
    font-weight: 500;
}
#owl-book .owl-dots {
    width: 100%;
}
#owl-book .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    background: #f78427;
    border: 1px solid white;
}
#owl-book .owl-dots .owl-dot span {
    background: black;
    border-radius: 0px;
}
/* * * * * * * * * * * *
* // Book List
* * * * * * * * * * * */

/* * * * * * * * * * * *
* FAQ
* * * * * * * * * * * */
#faq .faq-title {
    padding: 5px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}
    #faq .faq-title h2 {
        font-weight: 700;
        margin-top: 12px;
        margin-bottom: 5px;
        color: #fff;
    }

#faq .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#faq .panel {
    border-radius: 0;
}

#faq .panel-default {
    border-color: #1A9DE4;
}

    #faq .panel-default > .panel-heading {
        color: #003040;
        background-color: #2BB5FF;
        border-radius: 0;
    }

    #faq .panel-default .panel-title a {
        font-size: 16px;
    }

    #faq .panel-collapse {
        padding: 20px;
    }
/* * * * * * * * * * * *
* // FAQ
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Footer
* * * * * * * * * * * */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;    
    color: #ccc;
}
.mm-page {
    position: inherit !important;
}
footer .footinfo a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
footer .container-fluid:last-child {
    background-color: #000;
    padding-top: 10px;
}
/* * * * * * * * * * * *
* // Footer
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Owl Carousel
* * * * * * * * * * * */
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    background: transparent !important;
    opacity: .2;
    text-shadow: 1px 1px 2px #000;
}

    .owl-theme .owl-nav .owl-next:hover,
    .owl-theme .owl-nav .owl-prev:hover {
        opacity: .9;
        text-shadow: 2px 2px 5px #000;
    }

.owl-theme .owl-nav .owl-next {
    right: -3px;
}

.owl-theme .owl-nav .owl-prev {
    left: -3px;
}

.owl-theme .owl-dots {
    background-color: transparent;
    margin-top: -35px;
    position: absolute;
    right: 20px;
}

    .owl-theme .owl-dots .owl-dot span {
        margin: 2px 4px !important;
    }
/* * * * * * * * * * * *
* // Owl Carousel
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Mobile Menu
* * * * * * * * * * * */
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(101,101,101,.8) !important;
}
ul.mm-listview a i.fa {
    display: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    color: #000;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0,0,0,.85) !important;
}
.mm-menu .dropdown-menu {
    position: unset !important;
    float: inherit;
    background-color: transparent !important;
}
/* * * * * * * * * * * *
* // Mobile Menu
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Menu Vertical
* * * * * * * * * * * */
#accordionMenu .nav li {
    border-bottom: 1px solid #eee;
}
#accordionMenu .nav li a {
    font-size: 14px;
}
#accordionMenu .panel {
    
}
    #accordionMenu .panel-body {
        padding: 0;
    }
    .panel-group .panel + .panel {
        margin-top: 0;
        border-top: 0;
    }
    .panel-group .panel {
        border-radius: 0;
    }

#accordionMenu .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}
    #accordionMenu .panel-default > .panel-heading:hover {
        background-color: #00A1E3;
        color: #fff;
        -webkit-transition: background .5s ease-out;
        -moz-transition: background .5s ease-out;
        -o-transition: background .5s ease-out;
        transition: background .5s ease-out;
    }
    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 600;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
        }

#accordionMenu .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #00A1E3;
    color: #fff;
}

    #accordionMenu .panel-default > .panel-heading a[aria-expanded="true"]:after {
        content: "\f106";
    }

#accordionMenu .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\f107";
}
/* * * * * * * * * * * *
* // Menu Vertical
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Sub Page Content
* * * * * * * * * * * */
#content {
	padding-bottom: 30px;
}
/* * * * * * * * * * * *
* // Sub Page Content
* * * * * * * * * * * */

/* (Announcemenets & Events)
================================================== */
.activeAnnounceList {
    background: #24313a;
    border-radius: 4px;
    padding: 5px;
}
    .activeAnnounceList h3 {
        color: #ccc;
        margin-top: 5px;
        padding-left: 15px;
    }

    .activeAnnounceList ul.list-group {
        margin-bottom: 12px;
    }

    .activeAnnounceList ul.list-group a {
        color: #000;
        text-decoration: none;
        -webkit-transition: .2s linear all;
        -moz-transition: .2s linear all;
        -o-transition: .2s linear all;
        transition: .2s linear all;
    }

        .activeAnnounceList .list-group a:hover {
            color: #02AFFF;
        }
    
    .activeAnnounceList a.viewsAll {
        text-decoration: none;
        color: #c3e3ff;
        padding-left: 15px;
    }
    
.newsGallery {
   	padding-bottom: 40px;
}

/* * * * * * * * * * * *
* Ekmek Kırıntısı
* * * * * * * * * * * */
.ourUnitPageTitle {
    background-image: url(../imgs/kitapDetay.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
    .ourUnitPageTitle h5 {
        padding: 15px 0;
    }
/* * * * * * * * * * * *
* // Ekmek Kırıntısı
* * * * * * * * * * * */

/* * * * * * * * * * * *
* Our Units Page
* * * * * * * * * * * */


    .ourUnitPageTitle h1 {
        padding: 50px 0;
    }



.ourUnitPageList {
    padding: 50px 0;
}

    .ourUnitPageList .item {
        border: 1px solid #e8e8e8;
        padding: 0 15px;
        overflow: hidden;
    }

        .ourUnitPageList .item h2 {
            border-bottom: 1px solid #43b9f6;
            padding-bottom: 15px;
            margin-bottom: 20px;
        }

        .ourUnitPageList .item ul li {
            margin-bottom: 10px;
        }

            .ourUnitPageList .item ul li a {
                color: #454545;
                text-decoration: none;
                transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                -ms-transition: all ease 0.3s;
            }

                .ourUnitPageList .item ul li a:hover {
                    color: #43b9f6;
                }

.UnistsDetail-Content {
    line-height: 24px;
}

    .UnistsDetail-Content .img-responsive {
        margin-bottom: 30px;
    }
/* * * * * * * * * * * *
* // Our Units Page
* * * * * * * * * * * */


/* * * * * * * * * * * *
* All News
* * * * * * * * * * * */
.allNews .item .date {
    color: #808080;
}

.announcementsSection {
    padding: 0px 0 50px 0;
}

    .announcementsSection .newsAnnounceAllList .items {
        background-color: #fcfcfc;
        padding: 10px;
        margin-bottom: 10px;
        display: block;
        border: 1px solid #fcfcfc;
        transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
    }

    .announcementsSection .newsAnnounceAllList a.title {
        color: #000;
        text-decoration: none;
        transition: all ease 0.1s;
        -moz-transition: all ease 0.1s;
        -webkit-transition: all ease 0.1s;
        -o-transition: all ease 0.1s;
        -ms-transition: all ease 0.1s;
    }

        .announcementsSection .newsAnnounceAllList a.title:hover,
        .announcementsSection .newsAnnounceAllList .items:hover {
            background-color: #f89b24;
            color: #fff;
        }

    .announcementsSection .newsAnnounceAllList .items:hover {
        border: 1px solid #f89b24;
    }

        .announcementsSection .newsAnnounceAllList .items:hover .publishDate {
            color: #fff;
        }

    .announcementsSection .newsAnnounceAllList .items .publishDate {
        color: #959595;
        font-size: 12px;
        display: block;
        margin-top: 40px;
    }

    .announcementsSection .newsAnnounceAllList .items .publishDate {
        color: #959595;
        font-size: 12px;
        display: block;
        margin-top: 40px;
    }
    .announcementsSection h5 a {
        color: rgb(252 252 225);

    }
	.announcementsSection h5 a:hover {
  text-decoration: none;
}


    .announcementsSection .showAll {
        color: #f78427;
        position: absolute;
        left: auto;
        z-index: 50;
        right: 0;
        padding: 10px;
        padding-right: 30px;
        margin-top: -75px;
    }

        .announcementsSection.showAll:hover {
            color: #d67424;
            text-decoration: none;
        }

.minihaber {
    margin-top: 0;
    margin-bottom: 50px;
}

.mini-news-header {
    color: #fff;
    font-weight: 600;
    margin-bottom: 11px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: orange;
    margin-top: 0px;
    padding-bottom: 5px;
}
/* * * * * * * * * * * *
* // All News
* * * * * * * * * * * */

.entry-content .img-responsive {
    margin: 0 auto;
}

