/* =============================================================
   NKU BAPBS - Ana Giris Sayfasi Temasi
   Kurumsal renk: #060E9F (NKU logo lacivert/mavisi)
   Bootstrap 3.3.5 + Font Awesome 4.5 uzerine yazilmistir.
   ============================================================= */

/* ---------- Temel ---------- */

body.application {
    background: #F5F7FC !important;
    padding: 0 !important;
    color: #1B2233;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.application div[class^="col-"] {
    margin-top: 0;
}

/* keen-dashboards.css sutun bosluklarini 5px'e dusuruyor;
   bu sayfada Bootstrap'in 15px'lik standart bosluklarini geri aliyoruz. */
body.application .nku-hero div[class^="col-"],
body.application .nku-section div[class^="col-"],
body.application .nku-footer div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

body.application hr {
    border-color: #E4E7F0;
}

.nku-page {
    padding-top: 78px;
}

a {
    color: #060E9F;
}

a:hover,
a:focus {
    color: #2A34C9;
    text-decoration: none;
}

::-moz-selection { background: #060E9F; color: #fff; }
::selection      { background: #060E9F; color: #fff; }

/* Ince kaydirma cubuklari */
.nku-scroll::-webkit-scrollbar { width: 8px; }
.nku-scroll::-webkit-scrollbar-track { background: #F1F3FA; }
.nku-scroll::-webkit-scrollbar-thumb { background: #C6CCE6; border-radius: 8px; }
.nku-scroll::-webkit-scrollbar-thumb:hover { background: #99A2D4; }

/* ---------- Navbar ---------- */

.navbar-inverse.navbar-fixed-top {
    background: #2C338D;
    border: 0;
    box-shadow: 0 2px 18px rgba(10, 16, 48, .30);
    min-height: 78px;
}

.navbar-inverse .navbar-brand {
    height: 78px;
    padding: 0 14px 0 0;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
}

/* Bootstrap logoyu container'in disina tasiyor (margin-left:-15px);
   ic bosluklari sifirladigimiz icin bunu geri aliyoruz. */
.navbar > .container .navbar-brand {
    margin-left: 0;
}

.nku-brand-logo {
    padding: 0 14px 0 0;
}

.nku-brand-logo img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .28);
}

.nku-brand-text {
    line-height: 1.15;
}

.nku-brand-text strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2px;
}

.nku-brand-text small {
    display: block;
    font-size: 11.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, .70);
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-top: 3px;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, .80);
    font-size: 13.5px;
    font-weight: 500;
    padding: 29px 13px;
    position: relative;
    transition: color .18s ease;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background: transparent;
}

.navbar-inverse .navbar-nav > li > a:after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 20px;
    height: 2px;
    border-radius: 2px;
    background: #A2ABEE;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .22s ease;
}

.navbar-inverse .navbar-nav > li > a:hover:after {
    transform: scaleX(1);
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(255, 255, 255, .3);
    margin-top: 22px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, .12);
}

/* ---------- Hero ---------- */

/* Acik banner: agirlikli olarak fotograf, uzerinde yalnizca cok hafif
   bir mavi tul (%10-20). Genis alanda goz yormamasi icin doygun mavi
   kullanilmaz; bu yuzden banner metinleri beyaz degil koyu tonlardadir. */
.nku-hero {
    position: relative;
    isolation: isolate;
    background: #EDF0FA;
    padding: 34px 0 62px;
    overflow: hidden;
}

.nku-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:
        linear-gradient(135deg, rgba(44, 51, 141, .20) 0%, rgba(44, 51, 141, .10) 100%),
        url("../images/banner1.jpg");
    background-size: cover, cover;
    background-position: center, center right;
    background-repeat: no-repeat, no-repeat;
}

/* Metnin bulundugu sol tarafi koruyan acik perde:
   fotograf uzerinde koyu yazi her zaman okunur kalsin diye. */
.nku-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 74%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(240, 242, 251, .95) 0%, rgba(240, 242, 251, .78) 42%, rgba(240, 242, 251, 0) 100%);
}

.nku-hero-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(rgba(44, 51, 141, .14) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .30;
}

.nku-hero-glow {
    position: absolute;
    width: 560px;
    height: 560px;
    top: -240px;
    left: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44, 51, 141, .10) 0%, rgba(44, 51, 141, 0) 70%);
}

.nku-hero-inner {
    position: relative;
    z-index: 2;
}

.nku-hero-copy {
    padding-top: 8px;
    color: #2A3157;
}

.nku-eyebrow {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #2C338D;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(44, 51, 141, .18);
    border-radius: 40px;
    padding: 6px 15px;
    margin-bottom: 16px;
}

.nku-eyebrow i {
    margin-right: 6px;
}

.nku-hero-copy h1 {
    font-size: 38px;
    line-height: 1.16;
    font-weight: 700;
    margin: 0 0 14px;
    color: #1C2260;
}

.nku-hero-copy h1 span {
    display: block;
    font-weight: 300;
    color: #4C56B5;
}

.nku-hero-lead {
    font-size: 15.5px;
    line-height: 1.6;
    color: #454D72;
    max-width: 520px;
    margin-bottom: 20px;
}

.nku-hero-links {
    margin: 0 -5px;
}

.nku-chip {
    display: inline-block;
    margin: 0 5px 10px;
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(44, 51, 141, .16);
    color: #2C338D !important;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(20, 28, 80, .07);
    transition: background .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nku-chip i {
    margin-right: 8px;
    color: #6B74C9;
}

.nku-chip:hover {
    background: #fff;
    border-color: rgba(44, 51, 141, .38);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(20, 28, 80, .13);
    text-decoration: none;
}

.nku-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    line-height: 0;
    z-index: 1;
}

.nku-hero-wave svg {
    display: block;
    width: 100%;
    height: 42px;
}

/* ---------- Giris Karti ---------- */

.nku-auth-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(44, 51, 141, .10);
    box-shadow: 0 14px 40px rgba(20, 28, 80, .16);
    overflow: hidden;
    margin-top: 0;
}

.nku-auth-head {
    padding: 17px 24px 14px;
    border-bottom: 1px solid #EDEFF7;
}

.nku-auth-head h3 {
    margin: 0 0 4px;
    font-size: 19px;
    font-weight: 700;
    color: #0B1240;
}

.nku-auth-head p {
    margin: 0;
    font-size: 13px;
    color: #757D93;
}

.nku-auth-head .nku-auth-mark {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #EEF0FD;
    color: #060E9F;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
}

/* Segment seklinde sekmeler */
.nku-segment {
    list-style: none;
    display: flex;
    margin: 14px 24px 0;
    padding: 4px;
    background: #F1F3FA;
    border-radius: 12px;
    border: 0;
}

.nku-segment > li {
    flex: 1 1 50%;
    text-align: center;
}

.nku-segment > li > a {
    display: block;
    padding: 9px 6px;
    border: 0 !important;
    border-radius: 9px;
    font-size: 13.5px;
    font-weight: 600;
    color: #6B7385;
    background: transparent !important;
    transition: color .18s ease, box-shadow .18s ease, background .18s ease;
}

.nku-segment > li > a i {
    margin-right: 6px;
    opacity: .85;
}

.nku-segment > li > a:hover {
    color: #060E9F;
}

.nku-segment > li.active > a,
.nku-segment > li.active > a:hover,
.nku-segment > li.active > a:focus {
    color: #060E9F;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(15, 22, 84, .12);
}

.nku-auth-body {
    padding: 18px 24px 20px;
}

/* Form alanlari */
.nku-field {
    margin-bottom: 11px;
}

.nku-field label {
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #7A8298;
    margin-bottom: 5px;
}

.nku-auth-card .input-group-addon {
    background: #F5F7FC;
    border-color: #DFE3F0;
    color: #060E9F;
    font-size: 13px;
}

.nku-auth-card .form-control {
    height: 42px;
    border-color: #DFE3F0;
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #1B2233;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.nku-auth-card .form-control::-webkit-input-placeholder { color: #A3AABF; }
.nku-auth-card .form-control::-moz-placeholder          { color: #A3AABF; opacity: 1; }
.nku-auth-card .form-control:-ms-input-placeholder      { color: #A3AABF; }

.nku-auth-card .form-control:focus {
    border-color: #060E9F;
    box-shadow: 0 0 0 3px rgba(6, 14, 159, .12);
}

.nku-auth-card .input-group .form-control {
    border-radius: 0;
}

.nku-auth-card .input-group .form-control:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nku-auth-card .input-group .form-control:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nku-auth-card .input-group-addon:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nku-auth-card .input-group-addon:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Dogrulama kodu */
.nku-captcha .input-group-addon.nku-captcha-img {
    padding: 0 8px;
    background: #fff;
}

.nku-captcha .input-group-addon.nku-captcha-img img {
    height: 30px;
    width: auto;
    max-width: 150px;
    display: block;
    border-radius: 4px;
}

/* Giris butonu */
.nku-btn-login {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 3px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #060E9F 0%, #2A34C9 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    box-shadow: 0 8px 20px rgba(6, 14, 159, .28);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.nku-btn-login i {
    margin-right: 8px;
}

.nku-btn-login:hover,
.nku-btn-login:focus {
    color: #fff;
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(6, 14, 159, .34);
    outline: none;
}

.nku-btn-login:active {
    transform: translateY(0);
    box-shadow: 0 5px 14px rgba(6, 14, 159, .28);
}

.nku-auth-foot {
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid #EDEFF7;
    text-align: center;
    font-size: 13px;
    color: #757D93;
}

.nku-auth-foot a {
    font-weight: 600;
}

.nku-auth-foot .nku-sep {
    display: inline-block;
    margin: 0 8px;
    color: #D3D8E8;
}

.nku-auth-note {
    margin-top: 11px;
    font-size: 12px;
    color: #8A92A6;
    text-align: center;
}

.nku-auth-note i {
    color: #16A34A;
    margin-right: 5px;
}

/* Hata mesajlari (validation_errors ciktisi) */
.nku-auth-body .alert {
    border: 0;
    border-radius: 10px;
    font-size: 13px;
    padding: 11px 14px;
    margin: 14px 0 0;
}

.nku-auth-body .alert-danger {
    background: #FDECEC;
    color: #A32020;
}

.nku-auth-body p {
    margin-bottom: 0;
}

/* ---------- Son Degisiklikler Seridi ---------- */

.nku-ticker {
    position: relative;
    z-index: 3;
    margin-top: -34px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16, 24, 64, .10);
    border: 1px solid #EBEEF7;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.nku-ticker-label {
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #131C63 0%, #26308F 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.nku-ticker-label i {
    margin-right: 9px;
    font-size: 14px;
}

.nku-ticker-body {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 20px;
}

.nku-ticker-body .newsticker {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 22px;
    overflow: hidden;
}

.nku-ticker-body .newsticker li {
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nku-ticker-body .newsticker a,
.nku-ticker-body .newsticker a b {
    color: #2B3348 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    text-decoration: none;
}

.nku-ticker-body .newsticker a:hover,
.nku-ticker-body .newsticker a:hover b {
    color: #060E9F !important;
}

/* ---------- Kartlar ---------- */

.nku-section {
    padding: 34px 0 10px;
}

.nku-section-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #8A92A6;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
}

.nku-section-title:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E4E7F0;
    margin-left: 14px;
}

.nku-card {
    background: #fff;
    border: 1px solid #EBEEF7;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(16, 24, 64, .04), 0 6px 20px rgba(16, 24, 64, .05);
    margin-bottom: 22px;
    overflow: hidden;
    transition: box-shadow .22s ease, transform .22s ease;
}

.nku-card:hover {
    box-shadow: 0 4px 10px rgba(16, 24, 64, .06), 0 14px 34px rgba(16, 24, 64, .10);
    transform: translateY(-2px);
}

.nku-card-head {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #F0F2F9;
}

/* Tum kart ikonlari tek tip: notr zemin, kurumsal lacivert glif.
   Karta gore degisen renkli rozetler basliklari dagitiyordu. */
.nku-card-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin-right: 12px;
    background: #F1F3FA;
    color: #2C338D;
}

.nku-card-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #131A3D;
    flex: 1 1 auto;
    min-width: 0;
}

.nku-card-head .nku-count {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    color: #6B7385;
    background: #F1F3FA;
    border-radius: 20px;
    padding: 4px 10px;
}

/* Kart listeleri */
.nku-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nku-list > li {
    border-bottom: 1px solid #F3F5FB;
}

.nku-list > li:last-child {
    border-bottom: 0;
}

.nku-list a.nku-item {
    display: flex;
    align-items: flex-start;
    padding: 13px 18px;
    color: #333B52;
    font-size: 13.5px;
    line-height: 1.55;
    border-left: 3px solid transparent;
    transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.nku-list a.nku-item:hover,
.nku-list a.nku-item:focus {
    background: #F7F9FE;
    border-left-color: #060E9F;
    color: #060E9F;
    text-decoration: none;
}

.nku-item-icon {
    flex: 0 0 auto;
    width: 18px;
    margin-right: 10px;
    margin-top: 2px;
    color: #9AA2BC;
    text-align: center;
    transition: color .16s ease;
}

.nku-list a.nku-item:hover .nku-item-icon {
    color: #060E9F;
}

.nku-item-body {
    flex: 1 1 auto;
    min-width: 0;
}

/* Duyuru basliklari veritabanindan <font>, <b>, <span> gibi eski
   etiketlerle gelebildigi icin ic elemanlar tek tipe zorlanir. */
.nku-item-body,
.nku-item-body * {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    color: inherit !important;
    font-family: inherit !important;
}

/* Ancak yukaridaki kural FontAwesome ikonlarinin font ailesini de
   eziyor ve glifler gorunmez oluyordu; ikonlar muaf tutulur. */
.nku-item-body .fa {
    font-family: FontAwesome !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1 !important;
}

.nku-item-meta {
    display: block;
    margin-top: 5px;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    color: #9AA2BC !important;
}

.nku-item-meta .fa {
    margin-right: 5px;
    font-size: 11.5px !important;
}

.nku-item-arrow {
    flex: 0 0 auto;
    margin-left: 10px;
    margin-top: 2px;
    color: #C9CFE2;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .16s ease, transform .16s ease;
}

.nku-list a.nku-item:hover .nku-item-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #060E9F;
}

/* Uzun listeler ayni yukseklikte kesilip kendi icinde kayar;
   kisa listeler icerigi kadar yer kaplar, alt tarafta bos alan olusmaz. */
.nku-scroll {
    max-height: 420px;
    overflow-y: auto;
}

.nku-empty {
    padding: 26px 18px;
    text-align: center;
    color: #9AA2BC;
    font-size: 13px;
}

.nku-empty i {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    color: #D3D8E8;
}

/* Vurgulu bilgi karti (LAB-ARA) */
.nku-cta {
    display: block;
    padding: 18px;
    color: #333B52;
    font-size: 13.5px;
    line-height: 1.6;
}

.nku-cta:hover {
    text-decoration: none;
    color: #060E9F;
}

.nku-cta strong {
    color: #060E9F;
}

.nku-cta-go {
    display: inline-block;
    margin-top: 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: #060E9F;
    letter-spacing: .3px;
}

.nku-cta-go i {
    margin-left: 6px;
    transition: transform .18s ease;
}

.nku-cta:hover .nku-cta-go i {
    transform: translateX(4px);
}

/* ---------- Kart izgarasi ----------
   Kartlar icerigi kadar yer kaplar; sutun yuksekligine gore esnetilmez
   (esnetilince kisa listelerin altinda bos alan kaliyordu). Duzeni saglayan
   sey esit yukseklik degil, sutunlarin tepeden hizalanmasi ve listelerin
   ayni ust sinirda kesilmesidir. */

@media (min-width: 992px) {

    .nku-cards-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    /* Sutunun son karti alt bosluk birakmaz. */
    .nku-cards-row > div[class^="col-"] > .nku-card:last-child {
        margin-bottom: 0;
    }
}

/* ---------- Modallar ---------- */

.modal-content {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 26px 70px rgba(8, 14, 60, .32);
    overflow: hidden;
}

.modal-header {
    border-bottom: 1px solid #F0F2F9;
    padding: 18px 22px;
}

.modal-header .modal-title {
    font-size: 17px;
    font-weight: 700;
    color: #0B1240;
}

.modal-body {
    padding: 22px;
    color: #3A4258;
    line-height: 1.7;
}

.modal-footer {
    border-top: 1px solid #F0F2F9;
    padding: 15px 22px;
}

.modal .btn {
    border-radius: 9px;
    font-weight: 600;
    padding: 8px 20px;
    border: 0;
}

.modal .btn-primary {
    background: linear-gradient(135deg, #060E9F, #2A34C9);
}

.modal .btn-success {
    background: linear-gradient(135deg, #15803D, #22A94F);
}

.modal-backdrop.in {
    opacity: .55;
}

/* ---------- Footer ---------- */

.nku-footer {
    margin-top: 40px;
    background: #2C338D;
    color: rgba(255, 255, 255, .76);
    padding: 34px 0 0;
}

.nku-footer h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 14px;
}

.nku-footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.nku-footer-brand img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    margin-right: 14px;
    flex: 0 0 auto;
}

.nku-footer-brand span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
}

.nku-footer p {
    font-size: 13px;
    line-height: 1.75;
    margin: 0 0 6px;
}

.nku-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nku-footer ul li {
    margin-bottom: 8px;
}

.nku-footer a {
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    transition: color .16s ease;
}

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

.nku-footer i.nku-fi {
    width: 18px;
    color: #A2ABEE;
    margin-right: 6px;
}

/* Adres: coklu satir oldugu icin ikon ustte sabit, metin yanindan akar */
.nku-footer-adres {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 14px;
}

.nku-footer-adres i.nku-fi {
    flex: 0 0 auto;
    margin-top: 3px;
}

.nku-footer-bottom {
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding: 16px 0;
    text-align: center;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .62);
}

.nku-footer-bottom a {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
}

/* ---------- Duyarli (responsive) ---------- */

/* Orta boy ekranlarda menu tasmasin */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 12.5px;
        padding: 30px 8px;
    }
    .navbar-inverse .navbar-nav > li > a:after {
        left: 8px;
        right: 8px;
    }
    .nku-brand-text small {
        display: none;
    }
    .nku-brand-text strong {
        font-size: 15px;
    }
    .nku-brand-logo img {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 991px) {
    .nku-hero {
        padding: 28px 0 56px;
    }
    .nku-hero-copy h1 {
        font-size: 30px;
    }
    .nku-auth-card {
        margin-top: 24px;
    }
    /* Kolonlar alt alta gectiginde metin tum genisligi kaplar,
       perde de tam genislige yayilir. */
    .nku-hero:after {
        width: 100%;
        background: linear-gradient(180deg, rgba(240, 242, 251, .93) 0%, rgba(240, 242, 251, .80) 100%);
    }
}

@media (max-width: 767px) {
    .nku-page {
        padding-top: 66px;
    }
    .navbar-inverse.navbar-fixed-top {
        min-height: 66px;
    }
    .navbar-inverse .navbar-brand {
        height: 66px;
    }
    .nku-brand-logo img {
        width: 48px;
        height: 48px;
    }
    .nku-brand-text strong {
        font-size: 16px;
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 16px;
    }
    .nku-footer-brand img {
        width: 56px;
        height: 56px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 12px 15px;
    }
    .navbar-inverse .navbar-nav > li > a:after {
        display: none;
    }
    .navbar-inverse .navbar-collapse {
        border-top-color: rgba(255, 255, 255, .12);
        max-height: 320px;
    }
    .nku-hero {
        padding: 22px 0 48px;
        text-align: center;
    }
    .nku-hero-copy {
        padding-top: 2px;
    }
    .nku-hero-copy h1 {
        font-size: 25px;
    }
    .nku-hero-lead {
        font-size: 14.5px;
        margin-left: auto;
        margin-right: auto;
    }
    .nku-ticker {
        display: block;
        margin-top: -22px;
    }
    .nku-ticker-label {
        justify-content: center;
        padding: 11px 16px;
    }
    .nku-ticker-body {
        padding: 12px 16px;
    }
    .nku-auth-card {
        text-align: left;
    }
    .nku-auth-head,
    .nku-auth-body {
        padding-left: 18px;
        padding-right: 18px;
    }
    .nku-segment {
        margin-left: 18px;
        margin-right: 18px;
    }
    .nku-hero-wave svg {
        height: 28px;
    }
}
