﻿@import url('/web-asset-proxy?u=aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1RdWlja3NhbmQ6d2dodEA0MDA7NTAwOzcwMCZkaXNwbGF5PXN3YXA.be2a6418e5728f1d174e8987c70bdde1144218ff&v=20260725-2');
@import url('/web-asset-proxy?u=aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M_ZmFtaWx5PVJvYm90byZkaXNwbGF5PXN3YXA.f0d247ffac15b551e3726645dff45151d4a835bb&v=20260725-2');
@import url('/web-asset-proxy?u=aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M_ZmFtaWx5PU5vdG8rU2FucyZkaXNwbGF5PXN3YXA.37a2c8d264ba07ca08fb3187d98b6b2587d09c90&v=20260725-2');
@import url('/web-asset-proxy?u=aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M_ZmFtaWx5PVJvYm90bytDb25kZW5zZWQmZGlzcGxheT1zd2Fw.9404b717afc8f5711818ad75e8b004407725865a&v=20260725-2');
@import url('/web-asset-proxy?u=aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1EYW5jaW5nK1NjcmlwdDp3Z2h0QDUwMCZkaXNwbGF5PXN3YXA.3cb8d944712613c49948cd2e08f006e83a37d67b&v=20260725-2');

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 11pt !important;
}


/*Genel*/
::-moz-selection {
    background-color: #88754b;
    color: #fff;
}

::selection {
    background-color: #88754b;
    color: #fff;
}

*, ::after, ::before {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

hr {
    margin: 0;
    border: .25rem;
    border-bottom: 1px solid;
}

.konteyner {
    max-width: 1275px;
    margin: auto;
    height: 100%;
}

.align-middle {
    vertical-align: middle !important;
}

d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.p-r {
    position: relative;
}

.ta-r {
    text-align: right;
}

.ta-l {
    text-align: right;
}

.w-100 {
    width: 100% !important;
}
.w-75 {
    width: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 60%;
}

.div-ara 
{
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 1;
    display: none;
    z-index: 999999;
    top: 0;
    left: 0;
    border-bottom:3px solid var(--birincil);
}
.div-ara-content
{
    padding-top:0;
}

fieldset {
    border-radius: .3rem;
    border-color: #123659;
}

legend {
    background-color: #88754b;
    padding: .25rem;
    color: #fff;
    border-radius: .25rem;
}

.mobilgoster {
    display: none;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}
 .visually-hidden-focusable {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0, 0, 0, 0) !important;
  white-space:nowrap !important;
  border:0 !important
 }

/*Genel Bitiş*/

/*Mobil Menü Div*/
.div-mobilmenu {
    display: block;
    left: -230px;
    position: fixed;
    height: 100%;
    background-color: #123659;
    width: 230px;
    z-index: 99999999999999;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.mobilbarmenux {
    display: none;
    font-size: 19px;
    padding-left: 5px;
    position: relative;
}

    .mobilbarmenux span {
        font-size: 14px;
        position: absolute;
        top: 5px;
        margin-left: 10px;
    }

.mobilbarmenu {
    display: block;
    font-size: 19px;
    padding-left: 5px;
    color: #fff;
    position: relative;
}

    .mobilbarmenu span {
        font-size: 14px;
        position: absolute;
        top: 5px;
        margin-left: 10px;
    }
/*Mobil Div Bitiş*/

/*Header*/
header {
}

.head-bar {
    display: block;
    height: 32px;
    background-color: #123659;
    width: 100%;
    transition: all .3s cubic-bezier(.77,0,.175,1);
}

.navbar 
{
    position: relative;
    height: auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.rsm-logo {
    height: 75px;
    transition: all 0.1s ease-in-out;
}

.img-ata {
    z-index: 999;
    height: 75px;
    transition: all 0.1s ease-in-out;
}
/*Header Bitiş*/

/*Section*/
section {
}

/*Slider Alanı*/
.slider-div {
    height: 675px;
    background-color: rgba(0,0,0);
	height:auto;
}

.slider-resim {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
    transition: opacity .6s ease-in-out,transform 2s ease .7s;
}

.slider-baslik {
margin: auto;
background: #333;
text-align: center;
padding: 5px;
color: #fff;
width: 99%;
max-width: 100%;
overflow: hidden;
left: 0;
margin: auto;
background: #333;
text-align: center;
padding: 35px;
  padding-bottom: 35px;
color: #fff;
width: 100%;
max-width: 100%;
overflow: hidden;
left: 0;
position: absolute;
bottom: 0;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#222 100%);
padding-bottom: 50px;
opacity: 0;
transition: opacity 0.5s ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

    .slider-baslik h2 {
        margin: 30px 0;
        z-index: 6;
        font-weight: 900;
        line-height: 1.2em;
        color: #fff;
        text-shadow: 0 5px 11px #000;
        font-size: 1.8rem;
        text-transform: uppercase;
    }

.div-ic-slider {
    /*    border-bottom:1px solid #f1f5f6;
    box-shadow: 0 0 1px rgba(0,0,0,.3);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clear: both;
}

    .div-ic-slider img {
        width: 100%;
        height: auto;
    }
/*Slider Alanı Bitiş*/


/*Bölümler*/

.bolum {
    border-bottom: 1px solid #d6d7d9;
}

.bolum-baslik {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 1.75rem;
    font-family: 'Roboto',sans-serif;
    color: #123659;
    text-shadow: 0 3px 3px rgba(0,0,0,.2);
    font-size: 1.5rem;
    height: 100%;
    margin: 0;
    margin-bottom: 1rem;
}

    .bolum-baslik .alt-bar {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.375rem;
        font-weight: 700 !important;
        line-height: 2.25rem;
        color: #13183e;
    }

        .bolum-baslik .alt-bar::after {
            content: '';
            position: absolute;
            height: 4px;
            background: #123659;
            width: 155px;
            bottom: 26px;
            left: 0;
        }

    .bolum-baslik i {
        margin-left: 15px;
        margin-top: 2px;
        font-size: 1rem;
        -webkit-transition: all 15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

    .bolum-baslik:hover i {
        margin-left: 35px;
        -webkit-transition: all 15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

.bolum-baslik-link {
    cursor: pointer;
    display: none;
    text-decoration: none;
    color: #88754b;
    margin-left: 15px;
    margin-top: 2px;
    font-size: 1rem;
    -webkit-transition: all 15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.bolum-baslik:hover .bolum-baslik-link {
    display: block;
    transition: all .15s ease-in-out;
}

.tumunugoster {
    color: #88754b;
    font-family: 'Roboto',sans-serif;
    border-bottom: 1px solid #88754b;
    position: relative;
    transition: all .3s ease 0s;
    font-size: 0.8rem;
}

    .tumunugoster:hover::before {
        opacity: 1;
    }

    .tumunugoster::before {
        background: #123659;
        bottom: 3px;
        content: "";
        height: 2px;
        left: 0;
        opacity: 0;
        top: 50%;
        margin-top: -1px;
        position: absolute;
        width: 1rem;
    }

    .tumunugoster:hover {
        color: #123659;
        padding-left: 25px;
        border-bottom: 1px solid transparent;
    }

.load {
    display: none;
    margin-bottom: 10px;
}

#dahafazla {
    white-space: nowrap;
    border: 1px solid;
    border-radius: .2rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background: 0 0;
    text-align: center;
    padding: .25em .5em;
    font-size: 90%;
    color: #333;
    display: block;
    width: 35%;
    margin: auto;
    margin-bottom: 10px;
}

    #dahafazla:hover {
        background-color: #fff;
        color: #33739E;
    }
/*Bölümler Bitiş*/


/*Karo Menü*/
.karo-nav {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f6;
    -webkit-box-shadow: 0 5px 3px #fafafa;
    box-shadow: 0 5px 3px #fafafa;
}
/*Karo Menü Baslik*/

/*Duyurular*/
.duyurular {
    background-color: #fff;
    margin: 28px 20px 28px 0;
    padding: 13px;
    position: relative;
}

.duyuru-liste {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

    .duyuru-liste li {
        list-style: none;
        margin-bottom: 1rem;
        border-radius: .15rem;
    }

        .duyuru-liste li:nth-child(odd) {
            background: #f5f5f5;
        }

        .duyuru-liste li:nth-child(even) {
            background: #f1f5f6;
        }

        .duyuru-liste li a {
            display: flex;
            width: 100%;
            cursor: pointer;
        }

.duyuru-yazi {
    height: 100%;
    display: block;
    width: 90%;
}

.duyuru-yazi-inner {
    display: table-cell;
    vertical-align: middle;
}

.duyuru-baslik {
    font-size: 1rem;
    margin-bottom: 0;
    width: 98%;
    margin-left: 25px;
    color: #676767;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: bold;
    margin: 0 0 0 6px;
    overflow: hidden;
    height: 70px;
    color: #101f2d;
    margin-top: 6px;
    display: list-item;
    list-style: none;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

    .duyuru-baslik:hover {
        color: #88754b;
    }

.duyuru-yazi-inner {
    display: table-cell;
    vertical-align: middle;
}

.duyuru-tarih {
    text-align: center;
}

.duyuru-tarih-gun {
    width: 45px;
    height: 35px;
    box-sizing: border-box;
    background: #88754b;
    position: relative;
    text-align: center;
    padding-top: 2px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    transition: all .5s cubic-bezier(.77,0,.175,1);
    border-radius: .15rem .15rem 0 0;
}

.duyuru-tarih-ay {
    display: block;
    font-size: 10px;
    font-weight: 300;
    background-color: #fff;
    color: #0b0c26;
    padding-top: 3px;
    line-height: 1rem;
    width: 45px;
    border-radius: 0 0 .15rem .15rem;
}

.duyuru-liste li:hover .duyuru-tarih-gun {
    background: #123659;
}

.duyuru-arama-i {
    text-align: right;
    background-color: #fff;
    padding: 0 20px 0 20px;
    margin: .25rem;
    border-radius: .25rem;
}

.resimlertbl tbody tr {
    padding: 0px;
    float: left;
    margin-bottom: 5px;
    vertical-align: top;
}

    .resimlertbl tbody tr td {
        padding: 30px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .resimlertbl tbody tr td .kutudiv {
            background-color: #F6F6F6;
            border: 1px solid #ccc;
            box-shadow: 0px 3px 3px #333;
            padding: 5px;
            padding-bottom: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .resimlertbl tbody tr td .kutudivx {
            background-color: #F6F6F6;
            border: 1px solid #ccc;
            box-shadow: 0px 3px 3px #333;
            padding: 5px;
            padding-bottom: 0px;
            position: relative;
            display: inline-block;
            z-index: 9999999;
            border-radius: 8px;
        }

        .resimlertbl tbody tr td .kutudivm {
            background-color: #F6F6F6;
            border: 1px solid #ccc;
            box-shadow: 0px 3px 3px #333;
            padding: 5px;
            padding-bottom: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .resimlertbl tbody tr td .kuturesim {
            width: 214px;
            height: 150px;
        }

        .resimlertbl tbody tr td .kuturesimm {
            width: 210px;
            height: 135px !important;
            object-fit: cover;
            object-position: 50% 50%;
        }

        .resimlertbl tbody tr td .yapis {
            position: fixed;
            top: 50px;
        }

        .resimlertbl tbody tr td .responsive {
            max-width: 100%;
            width: 100%;
            height: auto;
            max-height: 100%;
        }
/*Duyuru Listesi Baslik*/

/*Haber Listesi*/
.panel {
    -webkit-box-shadow: 0 9px 11px 0 rgba(0,0,0,.1);
    box-shadow: 0 9px 11px 0 rgba(0,0,0,.1);
    padding: 1rem;
    background-color: #fff;
    border-radius: 4px;
	border:1px solid #eee;
}

.panel-konteyner {
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d7d9;
}

.panel-img {
    overflow: hidden;
    height: 0;
    padding-top: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.panel-baslik {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.1rem 0 0 0;
}

.panel-yazi {
    font-size: 0.9rem;
    font-weight: 600;
    /*text-transform:uppercase;*/
    line-height: 1.4rem;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin: 0;
}

.panel:hover .panel-yazi 
{
    color: #123659;
}

.panel-tarih {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 3px;
    color: #000;
    opacity: 1;
}

.panel .overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.panel:hover .overlay {
    opacity: 1;
}

.panel time {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #123659;
}
.panel-bilgi
{
 /*   position:absolute;
    bottom:3.25rem;
    right:2rem;*/
}
/*Haber Listesi Bitiş*/

/*Etkinlik Listesi Bitiş*/
/*Etkinlik Listesi */

/*Başkana Mesaj*/
.div-baskanamesaj {
    margin-top: 24px;
}

.div-baskanamesajlink {
    display: inline-block;
}

.div-baskan-mesaj {
    cursor: pointer;
    border: 1px solid #ddd;
    height: 125px;
    overflow: hidden;
    position: relative;
    display: block;
    position: relative;
    margin-top: 4px;
    border-radius: 4px;
}

    .div-baskan-mesaj img {
        max-width: 100%;
        width: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .div-baskan-mesaj:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.div-baskan-mesaj-bilgi {
    position: absolute;
    color: #fff;
    left: 0;
    top: calc(50% - 30px);
    left: 50%;
    font-size: 0.8rem;
}

    .div-baskan-mesaj-bilgi div {
        padding: 5px;
        text-align: center;
        font-weight: 600;
    }

.sosyales
{
    border-radius:4px;
    width:100%;
}
/*Başkana Mesaj Bitiş*/

/*Sosyal CSSler*/

.div-twitter {
    border: 1px solid transparent;
    margin-top: 20px;
}

.div-twitter-head {
    height: 38px;
    background-color: #55acee;
    padding: 5px;
    border-radius: 4px 4px 0px 0px;
}

.div-twitter-section {
    color: #fff;
    text-align: center;
    display: table;
}

    .div-twitter-section i {
    }

    .div-twitter-section span {
        padding-left: 10px;
        display: table-cell;
        vertical-align: middle;
    }
/**Sosyal Bitiş*/



/*Duyuru Stilleri*/
.duyuru {
    font-family: 'Roboto Condensed',sans-serif !important;
    font-size: 14pt;
}

    .duyuru p {
        font-family: 'Roboto Condensed',sans-serif !important;
        font-size: 12pt;
        line-height: 25px !important;
    }

        .duyuru p span {
            font-family: 'Roboto Condensed',sans-serif !important;
            font-size: 12pt;
            line-height: 25px !important;
        }

    .duyuru a {
        font-family: 'Roboto Condensed',sans-serif !important;
        font-size: 12pt;
        font-weight: 600;
        text-decoration: none;
        color: #0054a2 !important;
    }

        .duyuru a:hover {
            color: #88754b !important;
        }

.duyuru-ic-tarih {
    opacity: 1;
    font-size: 10pt;
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #DFE0E4;
    padding-bottom: 10px;
}

.duyuru-icerik {
    text-align: justify;
    font-size: 12pt;
}

.duyuru-dosya {
    width: 100%;
}

.duyuru-paylas {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cizgi-hr {
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #DFE0E4;
}

.cizgi-hr-2x {
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1.25px solid #999;
}

.kutudivm {
    width: auto !important;
    margin: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #F6F6F6;
    border: 1px solid #ccc;
    padding: 5px;
    padding-bottom: 5px;
    padding-bottom: 0px;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 1px;
    padding-bottom: 5px;
}

.kutudivmm {
    margin: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #F6F6F6;
    border: 1px solid#ccc;
    padding: 5px;
    padding-bottom: 5px;
    padding-bottom: 0px;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    padding-bottom: 5px;
    width: calc(100% - 6px);
}

.kuturesimm {
    width: 175px;
    height: 125px !important;
    border-radius: 1px;
    object-fit: cover;
    object-position: 50% 50%;
}

.divkartvizit {
    float: left;
    position: relative;
    word-wrap: break-word;
    background: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    justify-content: flex-start;
    width: calc(100% / 4 - 32px);
    margin: 15px;
    text-align: center;
}

.divkart-img {
    width: 100%;
    padding: 0;
    border-radius: calc(.25rem - 1px);
}

    .divkart-img img {
        vertical-align: middle;
        border-style: none;
        object-fit: cover;
        object-position: 50% 10%;
        height: 180px !important;
        width: 180px;
        border-radius: 3px 3px 0px 0px;
    }

.divkart-span {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: unset;
    text-align: center;
    font-size: 13px;
    color: #444 !important;
}

    .divkart-span a {
        color: #444 !important;
        text-decoration: none;
    }

        .divkart-span a:hover {
            color: #444 !important;
            text-decoration: underline;
        }
/*Duyuru Stilleri Bitiş*/

/*Sorgulama Ekranı*/
.sorgualani
{
    margin:auto;
    padding:1rem;
    border:1px solid #ccc;
}
/*Sorgulama Ekranı Bitişi*/
/*Section Bitiş*/
/*Hızlı Erişim*/
.img-erisim {
    /*filter:grayscale(100%);*/
    opacity: .8;
    transition: .3s;
    width: 100%;
    max-width: 100%;
    border-radius: .25rem;
}

    .img-erisim:hover {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
    }
/*Hızlı Erişim Bitiş*/

/*Footer*/
footer {
    background-color: #123659;
    height: auto;
    position: relative;
/*    background-image: url('/web-asset-proxy?u=aHR0cHM6Ly90YWEuZ292LnRyL3l1a2xlbmVubGVyL2dyYWZpa2xlci9hcmthcGxhbi5wbmc.c796920ef9fb9f310d7bcc5c0d18ba91e6018166&v=20260725-2');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24rem;
    background-position-y: 7rem;*/
}

footer img 
{
    width:100%;
    height:auto;
}

.footerbar 
{
    padding-top:1rem;
/*    border-top:1px solid #1236;*/
    width: 100%;
}

.footerbar-s
{
    padding-top:0;
    border-top:1px solid #fff;
    width: 100%;
}

.footer-content {
    padding-top: 5rem;
}

.footer-hr {
    border: 1px dashed #ebebeb;
}

.footer-img {
    display: block;
    overflow: hidden;
    width: 100%;
}

/*Footer Tanitim*/

.tanitim-footer {
    padding: 10px;
}
/*Footer Tanıtım Bitiş*/

/*Footer Bitiş*/

/*Form Elementleri*/

.formgrupdiv {
    position: relative;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 3.5rem;
    display: flex;
}

.formicon {
    border-right: 0px;
    padding: 18px;
    padding-right: 8px;
    color: #ccc;
    border-radius: 5px 0 0px 5px;
    height: 46px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    width: 55px;
    padding:0;
    width:0;
}

.formiconvalidate {
    position: absolute;
    left: 0;
    bottom: -1rem;
    color: #e74a3b;
    font-weight: 600;
}

.field-validation-error {
}

.formtxt {
    background: transparent;
    padding: 8px;
    border: none;
    border-radius: 5px;
    height: 46px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100%);
    transition: .2s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #333;
}
.formtxt:focus
{
    border:1px solid #4e73df !important;
}

.formtxt-multi {
    padding: 8px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    height: 46px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    transition: .2s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #333;
    resize: vertical;
    width: calc(100% );
    height: 145px;
}

.formgrupdiv label {
    position: absolute;
    top: -85%;
}

.guvenlikimg {
    border: none;
    border-left: 0px;
    color: #ddd;
    margin: 10px;
    float: left;
    height: 32px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}

.formbtn {
    border-color: currentcolor;
    border: none;
    padding: 10px 20px 10px 20px;
    border-bottom: 2px solid;
    border-bottom-color: currentColor;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    border-radius: 3px;
    cursor: pointer;
    width: 215px;
    color: #fff;
    text-decoration: none;
}

.onayla {
    background-color: #47a447;
    border-bottom-color: #398439;
}

    .onayla:hover {
        background-color: #398439;
    }

.form-grup {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-grup-ulama {
    display: flex;
}

.form-grup .duz-metin {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.arama-kutusu {
    display: block;
    width: calc(100% - 1.5rem);
    height: calc(1.5em + .75rem + 2px);
    padding: .0rem .75rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .arama-kutusu:focus {
        color: #6e707e;
        background-color: #fff;
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25);
    }

.aratxt {
    width: 100%;
    height: 60px;
    background: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: solid 1px #000;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    color: #000;
}
/*Form Elementleri Bitiş*/

/*Butonlar*/
.btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .075rem .375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-birincil {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

    .btn-birincil:hover {
        background-color: #2653d3;
        border-color: #2653d3;
    }

.btn-success {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

    .btn-success:hover {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus,
    .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

.btn-warning {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus,
    .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

.btn-info {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus,
    .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

.btn-danger {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus,
    .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

.btn-default {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #d4daed
}

    .btn-default:hover {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-default.focus,
    .btn-default:focus {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-default.disabled,
    .btn-default:disabled {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-default:not(:disabled):not(.disabled).active,
    .btn-default:not(:disabled):not(.disabled):active,
    .show > .btn-default.dropdown-toggle {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-default:not(:disabled):not(.disabled).active:focus,
        .btn-default:not(:disabled):not(.disabled):active:focus,
        .show > .btn-default.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-eye {
    right: 0;
    top: 0;
    margin: .1rem;
    margin-right: .25rem;
    padding: .25rem;
}

    .btn-eye:hover {
        color: #3a3b45;
    }

.btn-xs {
    padding: 0 6px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
}

.btn-rol {
    background-color: #ccc;
    padding: 8px;
}


/*Butonlar Bitiş*/


/*Alert*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
/*Alert Bitiş*/

/*Yazı Elementleri*/

.yazi {
}
.yazi-cizgi{
    font-size:0px !important;
}
.yazi-ortala {
    text-align: center
}

.yazi-sag {
    text-align: right !important
}
.yazi-sol {
    text-align: left !important
}

.yazi-xs {
    font-size: .7rem;
}
.yazi-l {
    font-size: 4rem;
}
.yazi-xl {
    font-size: 7rem;
}

.yazi-golge {
    text-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.yazi-gri-500 {
    color: #b7b9cc !important;
}

.yazi-gri-800 {
    color: #5a5c69 !important;
}

.yazi-siyah-800 {
    color: #333 !important;
}
.yazi-ikiyana
{
    text-align:justify !important;
}

.fw-light {
    font-weight: 200 !important;
}
.fw-bold 
{
    font-weight: 700 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.yazi-etkin {
    font-family: 'Dancing Script', cursive !important;
    font-size: 2rem !important;
    color: #fff;
    margin-bottom: 1rem;
}
.f-1 {
    font-size: .8rem;
}

.f-2 {
    font-size: 1rem;
}

.f-3 {
    font-size: 1.2rem;
}

.f-4 {
    font-size: 1.4rem;
}

.f-5 {
    font-size: 1.6rem;
}

.f-6 {
    font-size: 1.8rem;
}

.f-7 {
    font-size: 2rem;
}

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}
/*Yazı Elementleri Bitiş*/


/*Popup Başlangıç*/

.popup {
    visibility: visible;
    background: rgba(75,75,75,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    text-align: center;
    display: flex;
}

.popup-content {
    opacity: 1;
    background-color: #fff;
    display: inline-block;
    margin: auto;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    border-radius: .15rem;
    vertical-align: middle;
}

    .popup-content img {
        width: 100%;
    }

.popupGosterme {
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    margin: .5rem;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    position: absolute;
    top: 0;
    right: 40px;
    padding: .15rem;
    border-radius: .15rem;
    background-color: #f1f5f6;
}

.popupKapat {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin: 0;
    margin: .5rem;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: .15rem;
}

    .popupKapat:hover {
        background-color: #e74a3b;
        color: #e74a3b;
    }
/*Popup Bitiş*/

.validation-summary-errors > ul
{
    display:block !important;
}

.validation-summary-errors > ul  li 
{
    display: block !important;
    max-width: 100% !important; 
}
.kucuk {
    font-size: 80%;
    font-weight: 400;
}

.yazi-hata ul
{
    display:flex;
    flex-direction:column;
    padding:1rem !important;
    font-weight:700;
    margin-bottom:1rem !important;
    list-style:square;
}
.yazi-hata ul li
{
    color:#fff;
    border: 1px solid #e74a3b;
    background-color:#e58278;
    padding:.25rem !important;
    border-radius:.25rem;
    max-width: 100% !important;
}

/*Satır ve Sütunlar*/

.str {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.stn, .stn-1, .stn-10, .stn-11, .stn-12, .stn-2, .stn-3, .stn-4, .stn-5, .stn-6, .stn-7, .stn-8, .stn-9, .stn-10, .stn-11, .stn-12, .stn-auto {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
}

.stn {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.stn-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.stn-1 {
    flex: 0 0 10%;
    max-width: 10%
}

.stn-2 {
    flex: 0 0 20%;
    max-width: 20%
}

.stn-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.stn-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.stn-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.stn-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.stn-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.stn-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.stn-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.stn-10 {
    flex: 0 0 80%;
    max-width: 80%
}

.stn-11 {
    flex: 0 0 90%;
    max-width: 90%
}

.stn-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.stn-12-s {
    flex: 0 1 93%;
    max-width: 93%;
}

.stn-max
{

}

/*Satır ve Sütunlar Bitiş*/

/**************************************************/

/*Marj-Dolgu*/

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.br-auto {
    border-radius: initial;
}

.br-1 {
    border-radius: .25rem;
}

.br-2 {
    border-radius: .50rem;
}

.br-3 {
    border-radius: .75rem;
}

.br-4 {
    border-radius: 1rem;
}
/*Marj-Dolgu Bitiş*/


/*Renkler*/
.yazi-beyaz {
    color: #fff !important;
}
.yazi-birincil {
    color: #4e73df !important;
}
.yazi-hata {
    color: crimson !important;
}

.ap-birincil-gradyan {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover;
}

.ap-dark-gradyan {
    background-color: #000;
    background-image: linear-gradient(180deg,#000 5%,#333 100%);
    background-size: cover;
}

.ap-site-gradyan {
    background-color: #154576;
    background-image: linear-gradient(180deg,#154576 5%,#123659 100%);
    background-size: cover;
}

.ap-beyaz {
    background-color: #fff !important;
}

.ap-kirli-beyaz {
    background-color: #fafafa !important;
}

.ap-isilti {
    background-color: #f8f9fc !important;
}

.ap-birincil {
    background-color: #4e73df !important;
}

.ap-success {
    background-color: #1cc88a !important;
}

.ap-info {
    background-color: #36b9cc !important;
}

.ap-warning {
    background-color: #f6c23e !important;
}

.ap-danger {
    background-color: #e74a3b !important;
}

.ap-taa-1 {
    background-color: #123659 !important;
}

.ap-taa-2 
{
    background-color: #88754b !important;
}
.ap-beyaz {
    background-color: #fff !important;
}

.ap-isilti {
    background-color: #f8f9fc !important;
}

.ap-birincil {
    background-color: #4e73df !important;
}

.ap-success {
    background-color: #1cc88a !important;
}

.ap-info {
    background-color: #36b9cc !important;
}

.ap-warning {
    background-color: #f6c23e !important;
}

.ap-danger {
    background-color: #e74a3b !important;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-sky.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
    box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
    box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
    box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
    box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
    box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
    box-shadow: 0px 5px 0px 0px #d84213
}


.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

/*Renkler Bitiş*/

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: .25rem solid #e74a3b !important;
}

.border-top-primary {
    border-top: .25rem solid #4e73df !important;
}

.border-top-success {
    border-top: .25rem solid #1cc88a !important;
}

.border-top-info {
    border-top: .25rem solid #36b9cc !important;
}

.border-top-warning {
    border-top: .25rem solid #f6c23e !important;
}

.border-top-danger {
    border-top: .25rem solid #e74a3b !important;
}

.border-top-kirli {
    border-top: 1px solid #dddddd !important;
}

.goster {
    display: block !important;
}

.gizle {
    display: none !important;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

@media (max-width: 1366px) 
{
    .slider-div
    {
        height: 500px;
    }
    .konteyner {
        padding: 0 1rem 0 1rem;
    }
}

@media (max-width: 1200px) {
    .img-ata {
        display: none;
    }
}

@media (max-width: 992px) {
    .popup-content img {
        width: 100%;
        height: auto;
    }
    .konteyner {
        padding: 0 1rem 0 1rem;
    }

    .navbar {
        height: 55px
    }

    .rsm-logo {
        height: 45px;
    }

    .slider-div {
		
        height: auto;
    }

    .slider-baslik h2 {
        font-size: .9rem;
    }

    .duyuru-baslik {
        font-size: .85rem;
    }

    .baskanamesaj {
        display: none;
    }

    .sosyalag {
        display: none;
    }

    .duyurular-div {
        margin: .5rem;
    }

    .stn-2
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .faaliyetler-div {
        margin: .5rem;
    }
        .faaliyetler-div .str .stn-2:last-child {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .faaliyetler-div .str .stn-3 {
            flex: 0 0 33%;
            max-width: 33%;
        }

            .faaliyetler-div .str .stn-3:last-child {
                display: none;
            }

    .yayinlar-div .str .stn-2:nth-last-child(-n+2) {
        display: none;
    }

    footer {
        background-size: 15rem;
    }

    .stn-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .yayinlar-div .str .stn-2 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .w-75{width:100% !important;}
    .div-ara
    {
        padding:1rem;
        background-color:#fafafa;
        border-top:1px solid #f1f1f1;
        border-bottom:1px solid #f1f1f1;
    }
    .stn-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .haberler-div .str .stn-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .haberler-div .str .stn-4:nth-last-child(-n+1) {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobilgoster {
        display: block;
    }
    .mobilmlgizle
    {
        display:none;
    }

    .navbar {
        height: 55px
    }

    .slider-div {
        height: auto;
    }

    .slider-baslik h2 {
        font-size: .9rem;
    }

    .haberler-div .str .stn-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .faaliyetler-div .str .stn-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .duyuru-icerik .str .stn-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .haberler-div .str .stn-4:nth-last-child(-n+1) {
        display: none;
    }

    .faaliyetler-div .str .stn-3:nth-last-child(-n+2) {
        display: none;
    }
    .footer-content .konteyner .str .stn-2:nth-last-child(3) {
        display: none;
    }

    .footer-content {
        padding-top: 1rem;
    }

        .footer-content .konteyner .str .stn-2 {
            flex: 0 0 50%;
            max-width: 50%;
        }

    .stn-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stn-max {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .slider-div {
        background-color:#88754b;
        height: 200px;
		height: auto;
    }

    .slider-baslik {
        padding: .5rem;
/*        bottom: 3px;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#88754b 85%);*/
    }

        .slider-baslik h2 {
            font-size: .8rem;
        }

    .yayinlar-div .str .stn-2:nth-last-child(2n) {
        display: none;
    }

    .haberler-div .str .stn-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .faaliyetler-div .str .stn-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer {
        background-image: none;
    }

    .yayinlar-div .str .stn-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

:root {
    --birincil: #123659;
    --ikincil: #88754b;
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
