@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

:root {
    --koyu: #ab2437;
    --yazi: #ffffff;
    --ararenk: #939292;
    --ararenk2: #ca4e63;
    --ararenk3: #d5b568;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../../../Assets/front/font/MyriadPro-Regular.eot');
    src: url('../../../Assets/front/font/MyriadPro-Regular.eot') format('embedded-opentype'),
        url('../../../Assets/front/font/MyriadPro-Regular.woff') format('woff'),
        url('../../../Assets/front/font/MyriadPro-Regular.ttf') format('truetype'),
        url('../../../Assets/front/font/MyriadPro-Regular.svg#Adalet') format('svg');
}


body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    background-color: #e8e8e8;
    font-size: 2.1vmin;
    font-size: 2.1hmin;
    font-size: 14px;
}

 


.mobil-ara {
    display: none;
}



.resim-item1 video {
    object-fit: unset;
}

.resim-item1 {
    display: flex;
    width: calc(100% / 3 - 1px) !important;
    max-width: 245px;
    max-height: 200px;
}

.img-responsive {
    width: 100%;
}

.resim-gallery > ul {
    margin-bottom: 0;
}

.resim-gallery > ul > li {
    float: left;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.resim-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.resim-gallery #lightgallery .col-lg-3,
.col-md-3,
.col-sm-3 {
    padding-right: 1px;
    padding-left: 1px;
}

.resim-item1 .img-fluid {
    max-width: 100%;
    height: 125px;
}

.video-baslik {
    font-size: 13px;
    padding: 5px 0;
}

.resim-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 107px;
    object-fit: cover;
    object-position: 50% 50%;
}

.resim-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.resim-gallery > ul > li a:hover .resim-gallery-poster > img {
    opacity: 1;
}

.resim-gallery > ul > li a .resim-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.resim-gallery > ul > li a .resim-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.resim-gallery > ul > li a:hover .resim-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.resim-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.resim-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.resim-gallery .justified-gallery > a:hover .resim-gallery-poster > img {
    opacity: 1;
}

.resim-gallery .justified-gallery > a .resim-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.resim-gallery .justified-gallery > a .resim-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.resim-gallery .justified-gallery > a:hover .resim-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.resim-gallery .video .resim-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.resim-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.resim-gallery {
    padding-bottom: 80px;
}


.header .container {
    width: 75vw;
}

nav .container {
    width: 75vw;
}

main .container {
    width: 75vw;
}

footer .container {
    width: 75vw;
}

.kutu-kapsa .img-fluid {
    max-width: 100%;
    height: 148px;
    object-fit: cover;
    object-position: 50% 50%;
}

.iletisim {
    width: 20%;
    justify-content: center;
    display: flex;
    align-items: center;
}



.cveri:first-of-type {
    width: 40%;
}

.cveri:last-of-type {
    justify-content: flex-end;
    display: flex;
    width: 60%;
    margin-right: 10px;
}

.cveri:last-of-type span {
    padding-left: 10px;
}

.cveri:last-of-type span button {
    height: 37px;

}

.cveri-kapsa {
    display: flex;
}

.ic.close {
    display: none;
}

.ic.close {
    display: none;
}

.btn-danger {
    color: #fff;
    background-color: var(--koyu);
    border-color: var(--koyu);
}

.header-kapsa {
    display: flex;
}

.scroll_To_Top {
    color: var(--koyu);
    text-decoration: none;
    position: fixed;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    bottom: 100px;
    right: 100px;
}


.modal-content {
    border-radius: unset;
}

.modal-header {
    display: -ms-flexbox;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    padding: 0rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.close {
    background-color: #1d1d1d !important;
    padding: 5px 10px !important;
    color: #fff;
    position: absolute;
    bottom: 32px;
    right: 43px;
}

.btn-success {
    margin-right: 50px !important;
    border-radius: unset;
    font-size: inherit;
}

.modal-img {
    width: 100%;
}

.scroll_To_Top:hover {
    text-decoration: none;
    color: var(--ararenk);
}

.ara-kapsa {
    display: flex;
}

.ara-kapsa div:first-of-type {
    width: 90%;
}

.ara-kapsa div:last-of-type {
    width: 10%;
}

.ara-kapsa div:last-of-type button {
    padding: 8px;
    width: 40px;
    border: 0;
    background-color: var(--ararenk);
    color: #ffffff;
}

#arama-kutu2 {
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 104;
    position: relative;
    text-align: center;
    padding: 25px;
}

.arama {
    width: 40%;
    margin: auto auto;
}

header.dark blockquote {
    color: #fff;
}

header.light blockquote {
    color: #000;
}

.overlay {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5;
    z-index: 100;
}

blockquote {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    border-left: 0;
    padding: 20px;
}

blockquote h2 {
    padding-right: 40px;
    margin: 0px;
}

header.dark blockquote a {
    color: orange;
    text-decoration: underline;
}

header.light blockquote a {
    text-decoration: underline;
}

header {
    min-height: 10px;
}

header.dark {
    background-color: #ab2437;
}

nav {
    position: relative;
}

header.red nav {
    background-color: var(--koyu);
    color: var(--yazi);
    z-index: 200;
}

header.red nav a:hover {
    color: #333333;
}

ul.main-nav {
    list-style-type: none;
    padding: 0;
    font-size: 0;
    margin: 0 0;
    position: relative;
}

ul.main-nav > li {
    display: inline-block;
    padding: 0;
}

ul.main-nav > li > a {
    display: block;
    padding: 10px 1.2vw;
    position: relative;
    color: var(--yazi);
    font-size: 15px;
    /* font-size: 1.7vmin; */
    /* font-weight: 500; */
    box-sizing: border-box;
}

ul.main-nav > li a:hover {
    background-color: #f9f9f9;
    text-decoration: none;
}

ul.main-nav > li:hover {
    background-color: #f9f9f9;
}

ul.main-nav > li:hover > a {
    color: #333;
}

ul.main-nav > li ul.sub-menu-lists {
    margin: 10px;
    padding: 0;
    list-style-type: none;
    display: block;
    max-width: 1200px;
}

ul.main-nav > li ul.sub-menu-lists > li {
    padding: 5px 5px;
    list-style-type: square;
    border-bottom: #dedede solid 1px;
    list-style-position: inside;
    margin-right: 20px;
}


ul.main-nav > li ul.sub-menu-lists > li > a {
    font-size: 14px;
    color: #444;
}

ul.main-nav > li ul.sub-menu-lists > li > a:hover {
    color: var(--koyu);
}

.sub-menu-block .row div .birimmenu {
    padding: 5px 5px;
    list-style-type: square;
    list-style-position: inside;
    border-bottom: #dedede solid 1px;
    display: list-item;
    margin-right: 20px;
}



.iletisim-form-kapsa {
    display: flex;
    width: 100%;
    padding: 10px;
}


.iletisim-form-sol {
    width: 20%;
    background-color: #939292;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.iletisim-form-sag {
    width: 80%;
}

.buton {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.form-control {
    border-radius: 0 !important;
}

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top: 0;
    outline: none;
}

.ic.menu .line {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    border-bottom: #444444 3px solid;
}

.ic.menu .line-last-child {
    margin-bottom: 0;
}

.sub-menu-head {
    margin: 5px 0;
}

.banners-area {
    margin-top: 5px;
    padding-top: 5px;
}

.header {
    height: 138px;
    display: flex;
    background-image: url("../images/header-back.png");
    background-size: cover;
}

.logo {
    width: 14%;
    display: flex;
    justify-content: flex-start;
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
}

.header .logo img {
    padding: 10px;
    width: 100%;
    max-width: 115px;
}

.header .site-baslik {
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    font-weight: 600;
    color: #626262;
}

.header .site-baslik .baslik1 {
    font-family: "Myriad Pro";
    font-size: 23px;
    font-weight: 800;
    color: #565656;
    text-align: left;
}

.header .site-baslik .baslik2 {
    font-family: "Myriad Pro";
    font-size: 23px;
    color: #585757;
    font-weight: 600;
    display: list-item;
    list-style-type: none;
    text-shadow: -1px 3px 3px rgb(204, 199, 199);
}

.list-kutu-icerik .carousel-item img {
    width: calc(70% - 100px);
    height: 205px;
}

.video-dergi-kapsa .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 180px;
}

.carousel-inner2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}


#owl-example {}

#owl-example .item {
    padding: 10px 0px;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#owl-example .item a {
    color: #444;
    font-size: 12px;
}

#owl-example2 .item video {
    height: 125px;
    width: 90%;
}

.owl-item{
    padding: 10px 20px;
}

#bs4-vertical-slide-carousel .carousel-item a img {
    height: 175px;
    object-fit: cover;
    object-position: 50% 50%;
}

.orta-sag ul li.anamenu a {
    color: #ffffff;
}

.sag {
    float: right;
    display: flex;
    position: relative;
    height: 180px;
    padding-right: 30px;
}

.sag-ust {
    position: absolute;
    right: 18px;
    margin: 0 auto;
}

.sag .sag-ust span {
    padding: 0 0 0 20px;
    font-size: 0.950rem;
    font-weight: 400;
    color: #939292;
}

.sag .sag-alt {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.navbar-dark {
    background-color: #ab2437;
    height: 40px;
}

.navbar-brand > img {
    padding-top: 11px;
    width: 130px;
    margin-left: 60px;
}

.navbar-brand {
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
}

.navbar-default {
    color: #fff;
    background-color: #2F4F4F;
    border-color: #000000;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.sag-ust-elemanlar {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.sag-ust-elemanlar:last-of-type {
    margin-left: 10px;
}

.sag-ust-elemanlar a .sag-ust-eleman:hover {
    background-color: var(--koyu);
}

.sag-ust-elemanlar select {
    padding: 0;
    margin: 2px 0 0 20px;
    font-size: 0.913em;
    min-width: 120px;
}

.sag-ust-eleman {
    padding: 5px;
    background-color: #a7a3a3;
    margin: 2px;
    color: #fff;
    height: 29px;
}


.top-level-link:last-of-type {
    float: right;
    margin-right: 18px;
}

ul li button {
    background-color: #e8e8e8;
    border: 0;
    width: 42px;
    height: 42px;
}

ul li button:hover {
    background-color: #e31e24;
    border: 0;
    width: 42px;
    height: 42px;
}

ul li button svg {
    font-size: medium !important;
}

ul li button:hover svg {
    color: #FFFFFF;
}



.sag-ust-eleman a svg:hover {
    color: var(--koyu);
}

.sag-ust-eleman-dil {
    margin-top: 0;
}

.sag-ust-eleman-dil a {
    color: #939292;
}

.sag-ust-eleman-dil a:hover {
    color: var(--koyu);
}


.ust-menu ul li {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 25px;
}

ul li:first-child {}

.ust-menu ul li a {
    color: #ffffff;
}


.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-left: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-indicators {
    position: absolute;
    bottom: -46px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 5%;
    margin-left: 0;
    list-style: none;
    width: 50%;
}

.manset .carousel-indicators {
position: absolute;
    right: 10px;
    bottom: -11px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 15%;
    list-style: none;
    width: 83%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:var(--koyu);
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 16px !important;
}

*,
*:hover,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#owl-example2 .item a img {
    height: 175px;
    object-fit: cover;
    object-position: 50% 50%;
}

/*Fun begins*/





.tab_container {
    width: 76%;
    position: relative;
    margin-right: 20px;
}


.tab_container label {
    font-weight: 600;
    font-size: 13px;
    display: block;
    float: left;
    width: calc(100% / 2 - 4px);
    padding: 1em 0 1em 0;
    margin: 0 2px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: var(--ararenk);
}

.tab_container label:last-of-type {
    font-weight: 600;
    font-size: 13px;
    display: block;
    float: left;
    width: calc(100% / 2 - 3px);
    padding: 1em 0 1em 0;
    margin: 0 1px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}



.icerik-dis .container .tab_container {
    width: 75%;
    position: relative;
    margin-right: 20px;
}


.icerik-dis .container .tab_container label {
    font-weight: 600;
    font-size: 0.875rem;
    display: block;
    float: left;
    width: calc(100% / 2 - 10px);
    padding: 1em 0 1em 0;
    margin: 0 2px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: var(--ararenk);
}

.icerik-dis .container .tab_container label:last-of-type {
    font-weight: 600;
    font-size: 0.875rem;
    display: block;
    float: right;
    width: calc(100% / 2 - 10px);
    padding: 1em 0 1em 0;
    margin: 0 1px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}



.dataTables_length label:last-of-type {
    font-weight: 600;
    font-size: 0.875rem;
    display: block;
    width: calc(100% / 2 - 10px);
    padding: 1em 0 1em 0;
    margin: 0 1px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}


.tab_container {
    width: 75%;
    position: relative;
    margin-right: 20px;
}


.tab_container input[type=radio],
section {
    clear: both;
    padding-top: 10px;
    display: none;
}


#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
    display: block;
    padding: 20px;
    background: #fff;
    color: #999;
    min-height: 415px;
}


.tab_container .duyuru-kutu-icerik {
    -webkit-animation: fadeInScale 0.5s ease-in-out;
    -moz-animation: fadeInScale 0.5s ease-in-out;
    animation: fadeInScale 0.5s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label {
    background: var(--koyu);
}

.tab_container [id^="tab"]:hover + label {
    background: var(--koyu);
    color: #fff;
}

.tab_container [id^="tab"]:checked + label .fa {
    color: #0CE;
}


.tab_container2 label {
    font-weight: 600;
    font-size: 15px;
    display: block;
    float: left;
    width: calc(100% / 2 - 7px);
    padding: 1em 0 1em 0;
    margin: 0 2px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border: #ccc 1px solid;
}



.tab_container2 {
    width: 100%;
    position: relative;
    margin-right: 20px;
}


.tab_container2 input[type=radio],
section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.tab_container2 .duyuru-kutu-icerik {
    -webkit-animation: fadeInScale 0.5s ease-in-out;
    -moz-animation: fadeInScale 0.5s ease-in-out;
    animation: fadeInScale 0.5s ease-in-out;
}

.tab_container2 .tab-content h3 {
    text-align: center;
}

.tab_container2 [id^="tab1"]:checked + label {
    background: var(--koyu);
    background: var(--koyu);
    background-repeat: no-repeat, repeat;
    color: #fff;
    background-image: url(/Assets/front/images/down.png);
    background-repeat: no-repeat, repeat;
    background-position: bottom;
}


.tab_container2 [id^="tab2"]:checked + label {
    background: var(--koyu);
    background: var(--koyu);
    background-repeat: no-repeat, repeat;
    color: #fff;
    background-image: url(/Assets/front/images/down.png);
    background-repeat: no-repeat, repeat;
    background-position: bottom;
}



.tab_container2 [id^="tab"]:checked + label .fa {
    color: #0CE;
}



.dataTables_filter label input {
    width: 200px !important;
}

.dataTables_filter {
    float: right;
}

.pagination {
    float: right;
}

.form-control-sm {
    width: 60px;
}


.table tr:first-of-type {}

.table tr:nth-child(2n+1) {
    background-color: #f9f7f7;
}

.table tr {
    background-color: #e8e8e8;
}

.table tr:hover {
    cursor: pointer;
    text-decoration: underline;

}


.table tr:nth-child(2n+1):hover {
    cursor: pointer;
    text-decoration: underline;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0 !important;
    /* margin-left: 2px; */
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}



#example a:hover {
    color: #444 !important;
    text-decoration: none;
    background-color: transparent;
}




label {
    font-weight: 600;
    font-size: 0.875rem;
    display: block;
    float: left;
    width: calc(100% / 6 - 5px);
    padding: 1em 0 1em 0;
    margin: 0 2px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

label:last-of-type {
    font-weight: 600;
    font-size: 0.875rem;
    display: block;
    width: calc(100% / 6 + 1px);
    padding: 1em 0 1em 0;
    margin: 0 1px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--koyu);
    border-color: #fff;
}


#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
    display: block;
    padding: 20px;
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
}


.tab_container .duyuru-kutu-icerik {
    -webkit-animation: fadeInScale 0.5s ease-in-out;
    -moz-animation: fadeInScale 0.5s ease-in-out;
    animation: fadeInScale 0.5s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label {
    background: var(--koyu);
    box-shadow: inset 0 3px var(--ararenk2);
}

.tab_container [id^="tab"]:hover + label {
    background: var(--ararenk2);
    color: #fff;
    box-shadow: inset 0 3px var(--koyu);
}

.tab_container [id^="tab"]:checked + label .fa {
    color: #0CE;
}

label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color:var(--koyu)!important;
    border-color: #428bca;
}


.document {
    display: flex;
    width: 100%;
    padding: 20px 5px 20px 15px;
    flex-wrap: wrap;
}

.document svg {
    margin-right: 10px;
    margin-top: 2px;
    font-size: 16px;
}

.document a {
    color: #444;
    border-bottom: #eae8e8 1px solid;
    width: 100%;
    padding: 10px 0 10px 0;
}

.document-baslik {
    min-width: 100%;
    background-color: #e9e9e9;
    padding: 10px 5px 10px 15px;
    font-weight: 600;
    text-align: left;
}

.document-baslik a:first-of-type {
    color: #444;
    font-size: 1.2em;
}

.document-baslik a {
    width: 90%;
    color: #444;
    font-size: 0.973em;
    padding: 5px;
}

.document-baslik a:hover {
    color: var(--koyu);
    text-decoration: none;
}


.card-body {
    width: 100%;
    padding: 10px 5px 10px 15px;
    overflow: hidden;
}

.card-body svg {
    margin-right: 10px;
    margin-top: 2px;
    font-size: 16px;
}

.card-body a {
    color: #444;    
    width: 100%;
    padding: 10px 0 10px 0;
    float: left;
}

.card-body-baslik {
    margin-top: 2px;
    min-width: 100%;
    background-color: #e9e9e9;
    font-weight: 600;
    padding: 10px;
    text-align: left;
}

.card-body-baslik a:first-of-type {
    color: #444;
    font-size: 1.2em;
}

.card-body-baslik a {
    width: 90%;
    color: #444 !important;
    font-size: 0.973em;
}

.card-body-baslik a:hover {
    color: var(--koyu);
    text-decoration: none;
}


@media only screen and (max-width: 930px) {
    label span {
        font-size: 14px;
    }

    label .fa {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .card {
        width: calc(100% - 25px) !important;
        margin: 15px;

    }

    .resim-item1 {
        display: flex;
        width: calc(100% / 2) !important;
    }

    .resim-gallery > ul {
        margin-bottom: 0;
        padding: 0 15px;
    }

    .header-kapsa .logo {
        display: none;
    }

    .logo-m {
        padding: 6px;
    }

    .sag-ust {
        position: absolute;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        right: unset;
        display: flex;
    }

    .sag-ust .sag-ust-elemanlar a {
        height: 32px;
        width: 30px;
    }

    .sag-ust .sag-ust-elemanlar select {
        margin-left: 25px;
        min-width: 110px;
    }

    .mobil-ara {
        display: flex;
        width: 50%;
    }


    .mobil-ara ul {
        width: 100%;
    }



    .mobil-ara ul li {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }


    .mobil-ara ul li button {
        background-color: #908f9c;
        width: 42px;
        height: 33px;
        color: #fff;
    }

    .arama {
        width: auto;
        margin: auto auto;
    }


    #arama-kutu2 {
        display: none;
        width: 100%;
        background-color: #ccc;
        z-index: 1000;
        position: absolute;
        text-align: center;
        padding: 25px;
        margin-top: 120px;
        z-index: 125;
    }


    label span {
        display: none;
    }

    label .fa {
        font-size: 16px;
    }

    .tab_container {
        width: 98%;
    }

    .kutu-kapsa {
        display: flex;
        flex-direction: column;
    }
}


.header-kapsa {
    display: flex;
    flex-wrap: wrap;
}

@keyframes fadeInScale {
    0% {
        transform: translate(20px, 2px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.kutu-dis {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.beyaz-kutu {
    background-color: #fff;
    text-align: center;
    width: 50%;
    margin: 0px 10px 0px 1px;
    padding: 20px;
}

.beyaz-kutu a:hover {
    text-decoration: none;
}

.beyaz-kutu .haber-ozet:hover {
    color: var(--koyu);
}

.beyaz-kutu .haber-baslik:hover {
    color: var(--koyu);
}

.beyaz-kutu:last-child {
    background-color: #fff;
    text-align: center;
    width: 50%;
    font-size: 18px;
    margin: 0px 0px 0px 10px;
    padding: 20px;
}

.beyaz-kutu-uzun {
    background-color: #fff;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 20px;
}


.renksiz-kutu {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.renksiz-kutu:last-child {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.kutu-ikon:first-of-type {
    padding: 0;
    margin: 15px 15px 15px 0;
    width: calc(100% / 6 - 20px);
    position: relative;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 2px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    width: 178px;
    height: 125px;
    font-size: 14px;
    font-size: 1vmax;
}

.kutu-ikon {
    padding: 0;
    margin: 15px;
    width: calc(100% / 6 - 20px);
    position: relative;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 2px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    width: 178px;
    height: 125px;
    font-size: 14px;
    font-size: 1vmax;
}

.kutu-ikon a {
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kutu-ikon a:hover {
    text-decoration: none;
}

.kutu-ikon a .ikon {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kutu-ikon a .ikon-ad {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    align-items: center;
    justify-content: center;
}


.kutu-ikon a:hover {
    display: flex;
    box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    z-index: 200;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.kutu-ikon:last-child {
    padding: 0px;
    margin: 15px 0px 15px 15px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
}

.kutu-ikon2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 26px 0px 0px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    width: 177px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kutu-ikon2 a .ikon2-ad {
    color: #fff;
    padding: 7px;
}



.kutu-ikon2:last-child {
    padding: 0px 0px 0px 0px;
    margin: 0px 3px 0px 0px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
    width: 178px;
}


#bs4-vertical-slide-carousel2 {
    height: 205px;
}

.duyuru-arsiv-kutu {
    position: absolute;
    right: 0;
    bottom: 3px;
    background-color: var(--koyu);
    color: #fff;
    font-size: 0.813em;
    width: 100px;
    text-align: center;
}

.duyuru-arsiv-kutu a {
    color: #fff;
    display: block;
    padding: 3px;
}


.kutu-baslik {
    width: 70%;
    font-size: 14px;
    color: var(--koyu);
    font-weight: 600;
    text-align: left;
}

.kutu-baslik2 {
    width: 80%;
    font-size: 14px;
    color: var(--koyu);
    font-weight: 600;
    text-align: left;
}

.kutu-sag-baslik {
    width: 30%;
    font-size: 0.810rem;
    font-weight: 400;
    border: #d4d4d4 1px solid;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 18px;
}

.kutu-sag-baslik a {
    color: #777777;
}

.kutu-sag-baslik a:hover {
    color: var(--koyu);
    text-decoration: none;
}

.kutu-sag-baslik2 {
    width: 20%;
    font-size: 0.870rem;
    color: #595959;
    font-weight: 600;
    border: #999999 1px solid;
}

.kutu-sag-baslik2 a {
    color: #777777;
}

.kutu-sag-baslik2 a:hover {
    color: var(--koyu);
    text-decoration: none;
}


.kutu-resim {
    width: 50%;
    position: relative;
}

.kutu-icerik {
    width: 50%;
    padding: 0px 0px 10px 30px;
}


.haber-tarih {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: var(--koyu);
    height: 55px;
    color: #ffffff;
    padding: 5px 4px 3px 5px;
    line-height: 1;
}

.haber-tarih .d {
    font-weight: 800;
    font-size: 0.950rem;
}

.haber-tarih .m {
    font-weight: 200;
    font-size: 0.700rem;
}

.haber-baslik {
    font-size: 13px;
    font-weight: 600;
    color: #4f4f4f;
    text-align: left;
}

.haber-baslik a {
    color: #444444;
}

.haber-baslik a:hover {
    color: var(--koyu);
    text-decoration: none;
}



.haber-ozet {
    padding-top: 15px;
    font-size: 13px;
    font-weight: 200;
    color: #4f4f4f;
    text-align: justify;
}

.haber-ozet a {
    color: #444444;
}

.haber-ozet a:hover {
    color: var(--koyu);
    text-decoration: none;
}



.duyuru-kutu-icerik {
    position: relative;
    width: 100%;
    padding: 0 30px 10px 50px;
    border-bottom: #e9e9e9 1px solid;
    margin-top: 0;
    min-height: 60px;
    display: flex;
    justify-content: flex-start;
    /* align horizontal */
    align-items: center;
    /* align vertical */
}

.duyuru-tarih {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    background-color: var(--ararenk2);
    color: #ffffff;
    padding: 8px 4px 8px 5px;
    margin: 0 5px 5px 0;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    width: 30px;
}

.duyuru-tarih .d {
    font-weight: 800;
    font-size: 0.950rem;
}

.duyuru-tarih .m {
    font-weight: 200;
    font-size: 0.700rem;
}

.duyuru-baslik {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4f4f4f;
}

.duyuru-baslik a {
    color: #444444;
}

.duyuru-baslik a:hover {
    color: var(--koyu);
    text-decoration: none;
}

.duyuru-ozet {
    font-weight: 400;
    text-align: justify;
}


.duyuru-ozet a {
    color: #444444;
    font-weight: 400;
}

.duyuru-ozet a:hover {
    color: var(--ararenk);
    text-decoration: none;
}

.list-dis-kapsa {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
}

.list-dis-kapsa:hover ~ list-baslik {
    align-items: center;
    color: #fff !important;
}

.list-ikon {
    width: 15%;
    font-size: 1.8em;
    color: var(--ararenk3);
    align-items: center;
}

.list-baslik {
    width: 85%;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 0 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}





.list-kutu-baslik {
    font-size: 0.900rem;
    color: var(--koyu);
    font-weight: 600;
    text-align: left;
    padding: 0 0 10px 0;
    width: 100%;
}


.list-kutu-kapsa {
    display: flex;
    margin: 0;
    width: 100%;
}

.list-kutu-dis {
    position: relative;
    width: 97%;
        height: 300px; 
    padding: 20px;
    margin: 0 20px 0 0;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: space-between;
}

.list-kutu-icerik {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
}


#bs4-vertical-slide-carousel2 {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 3px 2px 0 rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.haber-eklenti-baslik {
    margin: 0;
    padding: 7px;
    font-size: 1em;
    display: block;
    width: 100%;
    background-color: #696969;
    color: #fff;
    margin-top: 35px;
}


.yazi-efekt {
    margin: 15px 15px 0;
    padding: 0;
}

.yazi-efekt:last-child {
    padding-bottom: 60px;
}


 
.yazi-efekt::after {
    content: '';
    clear: both;
    display: block;
}

.yazi-efekt div {
    position: relative;
    float: left;
    width: 375px;
    height: 150px;
    margin: 0 0 0 25px;
    padding: 0;
}

.yazi-efekt div:first-child {
    margin-left: 0;
}

.yazi-efekt div span {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 250;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    color: var(--ararenk2);
}

.yazi-efekt span {
    color: #444;
    font-size: 12px;
    padding: 14px;
    display: flex;
    text-align: center;
}

figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
}

.harita-dis {
    width: 23%;
    height: 300px;
    padding: 20px;
    margin: 0 8px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.harita-dis:last-of-type {
        width: 24%;
        margin: 0 5px;
}


figure:hover ~ span {
    bottom: 0;
    opacity: 1;
}


.hover04 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover04 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}

.hover04 a {
    color: #444;
}

.hover04 a:hover {
    color: var(--koyu);
    text-decoration: none;
}


 

#bs4-vertical-slide-carousel ol li {
    background-color: var(--koyu);
    border-top: 0 solid transparent;
    position: relative;
}


.etkinlik-kutu-kapsa {
    margin-top: 20px;
    display: flex;
}

.etkinlik-tarih {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    height: 55px;
    color: #ffffff;
    background-color: var(--koyu);
    padding: 5px 4px 3px 5px;
    line-height: 1;
    border-radius: 3px;
}

.etkinlik-tarih .d {
    font-weight: 800;
    font-size: 0.950rem;
}

.etkinlik-tarih .m {
    font-weight: 200;
    font-size: 0.700rem;
}



.etkinlik-ozet {
    padding-top: 15px;
    font-size: 0.825rem;
    font-weight: 200;
    color: #4f4f4f;
    text-align: justify;
}

.etkinlik-ozet a {
    color: #666666;
}

.etkinlik-ozet a:hover {
    color: var(--koyu);
    text-decoration: none;
}

.etkinlik-kutu-icerik {
    position: relative;
    width: 33%;
    padding: 0 20px 10px 50px;
}

.manset-baslik {
    font-size: 19px;
    z-index: 100;
    line-height: normal;
    color: #fff;
}





.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.twitter-kutu-icerik {
    width: 100%;
    padding: 0;
}

.twitter-kutu-icerik .twitalan {
    float: left;
    background-color: #fff;
    padding: 15px;
    border-radius: 0;
    width: 100%;
}

.twitter-kutu-icerik .twitalan a {
color: #222;
    font-size: 16px;
    display: flex;
    text-align: left;
    padding-left: 0px;
    align-items: center;
}

.twitter-kutu-icerik .twitalan a i {
    color: #2ca9e1;
    font-size: 15px;
    margin-left: 0;
    margin-right: 3px;
}

.twitter-kutu-icerik .twitalan a span {
color: #2ca9e1;
    font-size: 16px;
    /* float: right; */
    margin-left: 46px;
    margin-top: 0px;
    justify-items: flex-end;
}

.twitter-kutu-icerik .twitter-box {
    height: auto;
    width: 100%;
    overflow: auto;
    margin-top: 10px;
    border-radius: 5px;
}





.e-bulten {
    display: flex;
    padding: 10px;
}

.e-bulten svg {
    font-size: 24px !important;
    color: #929292;
    padding: 2px 2px 0 5px;
}

.e-bulten-icon {
    width: 35px;
}

.aboneol {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px 10px;
}

.footer-kutularkapsa {
    width: 60%;
    display: flex;
    /* margin-left: 10px; */
    padding: 0 50px;
}

.adres-kutu span {
    display: flex;
    align-items: center;
    padding: 15px;
}

.telif-yazi {
    width: 50%;
}

.adresalan {
    display: flex;
    flex-direction: column;
    width: 30%;
    color: #867676;
}

.adres-kutu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
}


.footer-dis {
    padding-top: 15px;
    margin-top: 50px;
    background-color: #ffffff;
    display: flex;
}

.footer-sol {
    width: 10%;
    padding: 0;
    margin: 0 auto 10px auto;
}

.alt-logo {
    margin: 10px auto;
    z-index: 10;
    display: flex;
    width: 100%;
}

.alt-logo img {
    margin: 20px auto;
}

.sayac {
    padding: 0 0 0 25px;
    color: #777777;
    font-size: 12px;
    width: 50%;
    text-align: right;
}

footer {
    background-color: #ffffff;
    width: 100%;
}

.footer-kutu1 {
    padding: 10px;
    margin: 0 0px 10px 15px;
    flex: 1;
}

.footer-baslik {
    padding: 5px 5px 5px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #6b6b6b;
    text-align: left;
    border-bottom: #dc8895 1px solid;
    max-width: 200px;
}

.footer-linkler ul {
    padding: 15px 0 15px 0;
}

.footer-linkler ul li {
    list-style: none;
    padding: 5px 10px 5px 10px;
    font-size: 0.890rem;
    border-bottom: #c5c3c3 1px solid;
    max-width: 200px;
}

.footer-linkler ul li a {
    list-style: none;
    padding: 0;
    font-size: 0.830rem;
    color: #555;
}

footer .alt-bilgi {
    border-top: #cccccc 1px solid;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 0.750rem;
    display: flex;
}

.sayac {
    font-color: #999999;
}


/*Alt Sayfalar*/


.ortaalan-dis {
    margin-top: 15px;
    display: flex;
}

.ortaalan {
    width: 70%;
}

.ortaalan .sayfa-bilgisi {
    width: 100%;
    padding: 0 0 0 22px;
}

.ortaalan .sayfa-bilgisi .sayfa-link {
    border-bottom: #b5b5b5 1px solid;
    padding: 10px 0 10px 0;
    font-size: 0.850rem;
    color: #777777;
}

.ortaalan .sayfa-bilgisi .sayfa-link a:first-child {
    color: #444444;
    padding-right: 7px;
    padding-left: 0;
    text-decoration: none;
}

.ortaalan .sayfa-bilgisi .sayfa-link a {
    color: #444444;
    padding-right: 7px;
    padding-left: 7px;
    text-decoration: none;
}

.ortaalan .sayfa-bilgisi .sayfa-link a:hover:first-child {
    color: var(--koyu);
    padding-right: 7px;
    padding-left: 0;
    text-decoration: none;
}

.ortaalan .sayfa-bilgisi .sayfa-link a:hover {
    color: var(--koyu);
    padding-right: 7px;
    padding-left: 7px;
    text-decoration: none;
}


.ortaalan .sayfa-bilgisi .sayfa-baslik {
    padding: 10px 0 10px 0;
    font-size: 1.25rem;
}

.ortaalan .sayfa-bilgisi .sayfa-baslik span {
    font-weight: bold;
    color: #777777;
}

#example tbody tr td a {
    color: #444;
}

#example tbody tr td a:hover {
    color: var(--koyu);
    text-decoration: none;
}

.ortaalan .icerik-dis {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
}


.ortaalan .resim {
    width: 100%;
    text-align: center;
    padding: 20px 20px 5px 20px;
}

.ortaalan .icerik-yazi {
    padding: 15px 30px 30px 30px;
    font-size: 0.900rem;
    text-align: justify;
    width: 100%;
}


#accordion .card {
    width: 100%;
    margin: 15px;
}

#accordion .card-header {
    padding: 0;
}

.card {
width: 147px;
    margin: 15px;
}


.card a {
    color: #444;
}

.card a img {
    height: 138px;
    width: 100%;
}

.card a:hover {
    color: var(--koyu);
    text-decoration: none;
}


.card-header a {
    color: #444;
}

.card-header {
    text-align: center;
    height: 100%;
}


.card-header a:hover {
    color: var(--koyu);
    text-decoration: none;
}





.genel-mudur-isim {
    width: 100%;
    text-align: center;
}

.genel-mudur-isim .normal {
    font-size: 0.855rem;
}

.ortaalan .paylasim-bar {
    display: flex;
    margin-left: calc(90%);
}

.ortaalan .paylasim-bar svg {
    padding: 5px;
    margin: 1px;
    width: 30px;
    height: 30px;
}

.ortaalan .paylasim-bar a svg:first-child {
    color: #3b5998;
    background-color: #f1f1f1;
}

.ortaalan .paylasim-bar a svg:last-child {
    color: #50abf1;
    background-color: #f1f1f1;
}

.ortaalan .paylasim-bar a:hover svg:last-child {
    color: #fff;
    background-color: #3b5998;
}

.ortaalan .icerik-dis .haber-galeri {
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ortaalan .icerik-dis .haber-galeri .pic-item {
    padding: 10px;
    width: 25%;
}

.ortaalan .icerik-dis .haber-galeri .pic-item img {}


.baslik1 {
    font-weight: bold;
    font-size: 0.975rem;
    color: #555555;
    text-align: center;
}

.orta-sag {
    width: 30%;
}

.orta-sag ul li.anamenu {
    font-weight: bold;
    font-size: 0.900rem;
    padding: 10px 0 10px 20px;
    display: flex;
    height: auto;
    color: #fff;
    margin: 15px 0 1px 0;
    background-image: linear-gradient(to right, var(--koyu), var(--ararenk2));
    box-shadow: 1px 2px 3px #aaaaaa;
}


.orta-sag ul li.altmenu {
    font-size: 0.850rem;
    padding: 8px 5px 8px 20px;
    margin: 0 0 1px 0;
    display: flex;
    height: auto;
    background-color: #ffffff;
    color: #111111;
    box-shadow: 0 3px 1px #d8d8d8;
}

.orta-sag ul .aktif a {
    color: var(--koyu) !important;
    font-weight: 600;
}

.orta-sag ul li.altmenu a {
    color: #111111;
    text-decoration: none;
}

.orta-sag ul li.altmenu a:hover {
    color: var(--koyu);
    text-decoration: none;
}


.paginate_button page-item active {
    width: 50px;
}

.photo-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.photo-gallery .photos {
    display: flex;
}

.photos .item {
    padding: 0px;
    margin: 2px;
    width: calc(100% / 4 - 6px);
}

.photos .item a img {
    max-height: 350px;
}

.photos .video {
    text-align: center;
    padding: 0px;
    margin: 10px;
    width: calc(100% / 3 - 10px) !important;
}


.photos .video video {
    max-height: 175px !important;
}


.video-dergi-kapsa {
    display: flex;
    width: 51%;
}

.carousel-item .video-baslik {
    padding: 5px 10px;
    text-align: left;
    position: absolute;
    /* background-color: #464646; */
    color: #e4e4e4;
    right: 0;
    top: 0;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}



@media only screen and (min-width:769px) {



    
 




    .navbar {
        display: none;
    }

    #menu {
        display: none;
    }

    #MainMenu {
        display: none;
    }

    .header .site-baslik {
        font-family: "Myriad Pro";
        float: left;
        font-size: 23px;
        font-weight: 600;
        color: #626262;
        align-items: baseline;
        justify-content: center;
        width: 40%;
        max-height: 140px;
        text-shadow: -1px 3px 3px rgb(204, 199, 199);
    }

    .sag {
        display: flex;
        position: relative;
        height: 140px;
        padding-right: 30px;
        width: 45%;
    }

    .sag .sag-ust span {
        padding: 0 0 0 10px;
        font-size: 0.950rem;
        font-weight: 400;
        color: #939292;
    }

    .sag .sag-ust svg {
        padding: 0;
        color: #FFFFFF;
        width: 16px;
        height: 16px;
    }

    .sag .sag-ust button svg {
        padding: 0;
        color: #FFFFFF;
        width: 25px;
        margin-left: -6px;
        height: 18px;
    }

    .sag .sag-alt {
        position: absolute;
        right: 20px;
        bottom: -10px;
    }

    .ic.menu {
        display: none;
    }

    ul.main-nav {
        display: block;
        position: relative;
    }

    .sub-menu-block {
        padding: 15px;
    }

    ul.main-nav > li > div.sub-menu-block {
        visibility: hidden;
        background-color: #f9f9f9;
        position: absolute;
        margin-top: 0;
        width: 100%;
        color: #333;
        left: 0;
        box-sizing: border-box;
        z-index: 1000;
        font-size: 16px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }

    ul.main-nav > li:hover > div.sub-menu-block {
        background-color: #ffffff;
        width: 100%;
        visibility: visible;
        opacity: 0.999;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    ul.main-nav > li > div.sub-menu-block > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }

    ul.main-nav > li:hover > div.sub-menu-block > * {
        opacity: 1;
    }

    .sub-menu-head {
        font-size: 16px;
    }

    .birimmenu {
        font-size: 14px;
        color: #444;
        padding: 7px;
    }

    .birimmenu a {
        font-size: 14px;
        color: #444;
    }

    .birimmenu a:hover {
        color: var(--koyu) !important;
    }

    header.dark ul.main-nav > li > a {
        border-right: 1px solid #bbb;
    }

    header.light ul.main-nav > li > a {
        border-right: 1px solid #666;
    }

    ul.main-nav > li > a.mega-menu > span:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: '';
        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }



    ul.main-nav > li:hover > a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0 solid transparent;
        border-bottom: 5px solid #167ac6;
    }




    header.dark ul.main-nav > li > a:after {
        background-color: #777;
    }

    header.light ul.main-nav > li > a:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0 solid transparent;
        border-bottom: 5px solid #f31b1b;
    }

    ul.main-nav > li > a.mega-menu > span {
        display: block;
        vertical-align: middle;
    }




    .banners-area {
        border-top: 1px solid #ccc;
    }

    .header .logo-m img {
        display: none;
    }

    .manset {
        margin-top: 15px;
        height: 480px;
        background-color: #ffffff;
        margin-bottom: 20px;
        padding: 15px;
        overflow: hidden;
    }

    .manset img {
        height: 450px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .footer-dis {
        padding-top: 15px;
        margin-top: 50px;
        background-color: #ffffff;
        display: flex;
    }

    .footer-sol {
        padding: 0;
        margin: 0 5px 10px 0;
    }
}



@media (max-width: 768px) {
    /* Mobil **************************************/

    .list-kutu-kapsa {
    display: flex;
    margin: 0;
    width: 100%;
    flex-direction: column;
}
    
    
        .list-kutu-icerik .carousel-item img {
    width: 60%;
    height: 200px;
}

    
    .video-dergi-kapsa {
    display: flex;
    width: 100%;
        flex-direction: column;
}
    
    .list-kutu-dis {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 20px;
    margin: 0 20px 0 0;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: space-between;
}

   
    .harita-dis {
    width: 100%;
    height: 300px;
    padding: 20px;
    margin: 0;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: space-between;
}
    
    .tab_container label:last-of-type {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    padding: 0.5em 0 0.5em 1.5em;
    display: block;
    border-bottom: #b0b0b0 1px solid;
}
    
    .beyaz-kutu-ikon {
    background-color: #fff;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: auto;
}
    
    
    .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
    text-align: center;
    padding: 10px;
    }
    
    
    .card a img {
    height: auto;
    width: 56%;
    }
    

    .header .site-baslik .baslik2 {
        text-shadow: unset;
    }


    .adres-kutu {
        width: 100%;
        display: flex;
        flex: 1;
        padding: 15px;
        justify-content: unset;
    }


    .adres-kutu span {
        display: flex;
        align-items: center;
        padding: 0px 10px;
    }

    .telif-yazi {
        width: 100%;
    }

    .adresalan {
        display: flex;
        flex-direction: column;
        width: 100%;
        color: #867676;
        padding: 16px 0;
    }


    footer .alt-bilgi {
        border-top: #cccccc 1px solid;
        padding: 20px;
        width: 100%;
        text-align: left;
        font-size: 0.750rem;
        display: flex;
        flex-direction: column;
    }

    .telif-yazi {
        width: 100%;
        padding: 15px;
    }

    .sayac {
        padding: 15px;
        color: #777777;
        font-size: 12px;
        width: 100%;
        text-align: unset;
    }

    .header .container {
        width: 100vw;
    }

    nav .container {
        width: 100vw;
    }

    main .container {
        width: 100vw;
    }

    footer .container {
        width: 100vw;
    }



    .photo-gallery .photos {
        width: 100%;
        display: flex;
        flex-direction: column;

    }

    .photo-gallery .photos .item {
        padding: 0px;
        margin: 2px;
        width: 100%;
    }


    .photo-gallery .card {
        width: calc(100% - 25px);
        margin: 15px;
    }

    .photos .video {
        text-align: center;
        padding: 0px;
        margin: 10px;
        width: 100% !important;
    }



    #MainMenu {
        width: 100%;
        margin-top: 85px;
    }

    #MainMenu .list-group {}

    #MainMenu .list-group .list-group-item-success {
        background-color: var(--koyu);
        border-bottom: #d4d4d4 1px solid;
        color: #ffffff;
        padding: 11px;
    }

    .list-group-item {
        padding: 0.40rem 1.25rem;
        margin-bottom: 0;
    }

    .list-group-submenu a {
        padding-left: 50px !important;
    }

    .sag .sag-ust svg {
        height: 27px;
        font-size: 1.3rem;
        padding: 4px 0 0 1px;
    }

    .navbar {
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    header.red nav {
        background-color: rgba(184, 184, 184, 0.0);
        color: #ffffff;
        z-index: 200;
    }

    .tab_container {
        display: flex;
        flex-direction: column;
    }

    .tab_container label {
        width: 100%;
        font-size: 0.875rem;
        font-weight: 400;
        text-align: left;
        padding: 0.5em 0 0.5em 1.5em;
        display: block;
        border-bottom: #b0b0b0 1px solid;
    }

    .tab_container label span {
        color: #fff6f4;
        display: block;
    }

    .navbar .nav-toggle {
        display: block;
        width: 32px;
        height: 32px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: fixed;
        top: 20px;
        right: 15px;
        z-index: 2;
    }

 

    .navbar .nav-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 1px;
        background: #000;
        position: absolute;
        left: 10px;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .navbar .nav-toggle span:nth-child(1) {
        top: 4px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .navbar .nav-toggle span:nth-child(2) {
        top: 14px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .navbar .nav-toggle span:nth-child(3) {
        top: 24px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .navbar .nav-toggle.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 3px;
        left: 4px;
    }

    .navbar .nav-toggle.open span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    .navbar .nav-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 4px;
    }

    .navbar .nav-layer {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 50%;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    .navbar .nav-layer.open {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .navbar .menu {
        width: 100%;
        position: fixed;
        right: -200px;
        top: 0;
        -webkit-transition: ease-in-out 0.25s;
        transition: ease-in-out 0.25s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        visibility: hidden;
        opacity: 0;
    }

    .navbar .menu ul {
        list-style: none;
    }

    .navbar .menu a {
        padding-left: 30px;
        color: #444444;
        text-decoration: none;
    }

    .list-group-item-success {
        color: #ffffff !important;
    }

    .birimmenu {
        padding: 1px 0 1px 20px;
    }

    .birimmenu a {
        border: 0;
    }


    .navbar .menu.open {
        visibility: visible;
        opacity: 1;
        top: 0;
        right: 0;
        -webkit-transition: ease-in-out 0.5s;
        transition: ease-in-out 0.5s;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
        z-index: 2;
    }

    .navbar .nav-layer {
        background: -webkit-linear-gradient(to left, #3494e6, #ec6ead);
        background: linear-gradient(to left, #3494e6, #ec6ead);
    }

    .navbar .nav-toggle span {
        background-color: var(--koyu);
    }

    .navbar .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        color: #fff;
        font-family: sans-serif;
    }

    .navbar .menu li:hover {
        list-style: disc;
    }



    .sub-menu-head {
        color: orange;
    }

    .ic.menu {
        display: block;
    }

    header.dark .ic.menu .line {
        background-color: #fff;
    }

    header.light .ic.menu .line {
        background-color: #000;
    }

    .ic.menu .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .ic.close {
        opacity: 0;
        font-size: 0;
        font-weight: 300;
        color: #fff;
        top: 8px;
        height: 40px;
        display: block;
        outline: none;
    }

    .ic.menu {
        top: 15px;
        z-index: 20;
    }


    .ic.menu:focus .line {
        background-color: #fff !important;
        margin-bottom: 5px;
        border-bottom: #ffffff 3px solid;
    }

    .ic.menu:focus .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ic.menu:focus .line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }

    .ic.menu:focus .line:nth-child(3) {
        transform: translateY(15px);
        opacity: 0;
    }

    .ic.menu:focus {
        outline: none;
    }

    .ic.menu:focus ~ .ic.close {
        opacity: 1;
        z-index: 21;
        outline: none;
    }

    .ic.menu:hover,
    .ic.menu:focus {
        opacity: 1;
    }

    nav {
        background-color: transparent;
    }

    .main-nav {
        display: none;
    }

    .ic.menu:focus ~ .main-nav > * {
        opacity: 1;
    }

    ul.main-nav > li > a:after {
        display: none;
    }

    ul.main-nav > li:first-child {
        border-radius: 0px;
    }

    ul.main-nav > li {
        display: block;
        border-bottom: 1px solid #444;
    }

    ul.main-nav > li > a {
        font-weight: 600;
    }

    ul.main-nav > li ul.sub-menu-lists > li a {
        color: #eee;
        font-size: 14px;
    }

    .sub-menu-head {
        font-size: 16px;
    }

    ul.main-nav > li:hover {
        background-color: transparent;
    }

    ul.main-nav > li:hover > a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

    .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
        border-left: 0 solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 0 solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1.0;
    }

    .sub-menu-block {
        padding: 0 30px;
    }

    .banners-area {
        padding-bottom: 0;
    }

    .banners-area div {
        margin-bottom: 15px;
    }

    .banners-area {
        border-top: 1px solid #444;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .header {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        position: fixed;
        top: 0;
        z-index: 150;
        background-color: #f3f6f9;
        display: flex;
        background-image: none;
    }

    .header .logo img {
        display: none;
    }

    .header .logo-m img {
        padding: 5px 10px 0 0px;
        float: left;
    }

    .header .site-baslik span {
        font-size: 0.775em;
        font-weight: 600;
        color: #565656;
    }

    .header .site-baslik {
        padding: 27px 0;
        float: left;
        font-size: 15px;
        font-weight: 600;
        color: #626262;
        width: 67%;
    }

    .header .site-baslik .baslik2 {
        font-size: 1em;
        font-weight: 600;
        color: #565656;
    }


    .sag {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 34px;
        margin-top: 10px;
        padding: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        border-bottom: #c3c3c3 1px solid;
        background-color: var(--koyu);
    }

    .sag-alt {
        display: none;
    }

    .sag-ust-elemanlar {
        display: flex;
        margin: unset !important;
        height: 32px;
        width: 50%;
    }

    .beyaz-kutu {
        background-color: #fff;
        text-align: center;
        width: 100%;
        margin: 0 10px 0 1px;
        padding: 5px;
    }

    .beyaz-kutu:last-child {
        background-color: #fff;
        text-align: center;
        width: 100%;
        font-size: 18px;
        margin: 0;
        padding: 5px;
    }
 
    

    .sag-ust-eleman {
        padding: 0;
        background-color: transparent;
        color: #ffffff;
    }





    .manset {
        margin-top: 135px;
        height: auto;
        background-color: #000000;
        margin-bottom: 30px;
    }

    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 0;
        left: 0%;
        z-index: 10;
        padding-left: 3%;
        /* padding-bottom: 38px; */
        color: #fff;
        top: 149px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
        align-items: center;
        display: flex;
        justify-content: center;
        height: 64px;
    }

    .carousel-item {
        height: 212px;
    }

    .manset-baslik {
        font-size: 0.9rem;
        font-weight: bold;
    }

    .carousel-caption p {
        font-size: 0.7rem;
    }

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 9px;
        height: 9px;
        margin-right: 4px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 0;
        border-bottom: 0;
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 16px !important;
    }

    .navbar-nav {
        position: absolute;
        z-index: 5 !important;
        background-color: #6d6a67 !important;
    }

    .kutu-dis {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-family: arial;
        margin: 0;
        align-content: center;
        background-color: #fff;
    }


    .renksiz-kutu {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        font-size: 18px;
        margin: auto;
        padding: 0px 0px 0px 0px;
    }

    .renksiz-kutu:last-child {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        font-size: 18px;
        margin: 10px auto;
        padding: 0;
        justify-content: center;
    }

    .kutu-ikon:first-of-type {
        padding: 0;
        margin: 2px 10px 10px 9px;
        position: relative;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
        background-color: #fff;
        width: 158px;
        height: 125px;
    }


    .kutu-ikon {
        padding: 0;
        margin: 2px 10px 10px 9px;
        position: relative;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
        background-color: #fff;
        width: 158px;
        height: 125px;
    }

    .kutu-ikon a {
        padding: 5px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .kutu-ikon a:hover {
        text-decoration: none;
    }

    .kutu-ikon a .ikon {
        width: 100%;
        height: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kutu-ikon a .ikon-ad {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #777;
        align-items: center;
        justify-content: center;
    }


    .kutu-ikon a:hover {
        display: flex;
        box-shadow: 0 6px 8px 6px rgba(100, 100, 100, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        z-index: 200;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .kutu-ikon:last-child {
        padding: 0px;
        margin: 2px 13px 12px 9px;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .kutu-ikon2 {
        padding: 0px 0px 0px 0px;
        margin: 5px 13px 5px 13px;
        position: relative;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
        width: 154px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kutu-ikon2 a .ikon2-ad {
        color: #fff;
        padding: 7px;
    }



    .kutu-ikon2:last-child {
        padding: 0px 0px 0px 0px;
        margin: 5px 13px 5px 13px;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        width: 154px;
    }




    .kutu-baslik {
        width: 70%;
        font-size: 0.900rem;
        color: var(--koyu);
        font-weight: 600;
        text-align: left;
    }

    .kutu-baslik2 {
        width: 80%;
        font-size: 0.900rem;
        color: var(--koyu);
        font-weight: 600;
        text-align: left;
    }

    .kutu-sag-baslik {
        width: 30%;
        font-size: 0.870rem;
        color: #595959;
        font-weight: 600;
        border: #999999 1px solid;
    }

    .kutu-sag-baslik a {
        color: #777777;
    }

    .kutu-sag-baslik a:hover {
        color: var(--koyu);
        text-decoration: none;
    }

    .kutu-sag-baslik2 {
        width: 50%;
        font-size: 0.75rem;
        color: #595959;
        font-weight: 600;
        border: #999999 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kutu-sag-baslik2 a {
        color: #777777;
    }

    .kutu-sag-baslik2 a:hover {
        color: var(--koyu);
        text-decoration: none;
    }


    .kutu-resim {
        width: 100%;
        position: relative;
    }

    .kutu-icerik {
        width: 50%;
        padding: 0px 0px 10px 30px;
    }


    .haber-tarih {
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 1;
        background-color: rgba(165, 49, 66, 0.9);
        height: 55px;
        color: #ffffff;
        padding: 5px 4px 3px 5px;
        line-height: 1;
    }

    .kutu-icerik {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .haber-baslik {
        padding: 15px 15px 15px 0;
        font-size: 0.950rem;
        font-weight: 600;
        color: #4f4f4f;
        text-align: justify;
        font-family: "Myriad Pro";

    }

    .haber-ozet {
        padding-top: 15px;
        font-size: 0.825rem;
        font-weight: bold;
        color: #4f4f4f;
        text-align: justify;
        font-family: "Myriad Pro";
    }

    .img-fluid {
        width: 100%;
    }

    .etkinlik-kutu-kapsa {
        display: flex;
        flex-direction: column;
    }

    .etkinlik-kutu-icerik {
        position: relative;
        width: 100%;
        padding: 0 20px 10px 50px;
    }

    .footer-kutu1 {
        display: none;
    }

    .footer-dis {
        padding-top: 5px;
        margin-top: 10px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
    }

    .footer-sol {
        width: 100%;
        padding: 0;
        margin: 0 25px 10px 0;
    }

    .alt-logo {
        margin: 10px auto;
        padding-bottom: 10px;
        z-index: 10;
        display: flex;
        width: 100%;
    }

    .alt-logo img {
        margin: 20px auto;
    }





    /*Alt Sayfalar*/


    .ortaalan-dis {
        margin-top: 100px;
        display: flex;
        flex-direction: column;
    }

    .ortaalan {
        width: 100%;
    }

    .ortaalan .sayfa-bilgisi {
        width: 100%;
        padding: 0 0 0 22px;
    }

    .ortaalan .sayfa-bilgisi .sayfa-link {
        border-bottom: #b5b5b5 1px solid;
        padding: 10px 0 10px 0;
        font-size: 0.850rem;
        color: #777777;
    }

    .ortaalan .sayfa-bilgisi .sayfa-link a:first-child {
        color: #444444;
        padding-right: 7px;
        padding-left: 0;
        text-decoration: none;
    }

    .ortaalan .sayfa-bilgisi .sayfa-link a {
        color: #444444;
        padding-right: 7px;
        padding-left: 7px;
        text-decoration: none;
    }

    .ortaalan .sayfa-bilgisi .sayfa-link a:hover:first-child {
        color: var(--koyu);
        padding-right: 7px;
        padding-left: 0;
        text-decoration: none;
    }

    .ortaalan .sayfa-bilgisi .sayfa-link a:hover {
        color: var(--koyu);
        padding-right: 7px;
        padding-left: 7px;
        text-decoration: none;
    }

    .ortaalan .sayfa-bilgisi .sayfa-baslik {
        padding: 10px 0 10px 0px;
        font-size: 1.25rem;
    }

    .ortaalan .sayfa-bilgisi .sayfa-baslik span {
        font-weight: bold;
        color: #777777;
    }

    .ortaalan .icerik-dis {
        background-color: #fff;
        padding: 0;

    }

    .ortaalan .genel-mudur {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .ortaalan .icerik-yazi {
        padding: 30px;
        font-size: 0.900rem;
        text-align: justify;
    }


    .ortaalan .icerik-dis .paylasim-bar {
        display: flex;
        margin-left: calc(80%);
    }

    .ortaalan .paylasim-bar svg {
        padding: 5px;
        margin: 1px;
        width: 30px;
        height: 30px;
    }

    .ortaalan .paylasim-bar a svg:first-child {
        color: #3b5998;
        background-color: #f1f1f1;
    }

    .ortaalan .paylasim-bar a svg:last-child {
        color: #50abf1;
        background-color: #f1f1f1;
    }

    .ortaalan .paylasim-bar a:hover svg:last-child {
        color: #fff;
        background-color: #3b5998;
    }


    .genel-mudur-isim {
        text-align: center;
    }

    .genel-mudur-isim .normal {
        font-size: 0.855rem;
    }


    .baslik1 {
        font-weight: bold;
        font-size: 0.975rem;
        color: #555555;
        text-align: center;
    }

    .orta-sag {
        width: 100%;
    }

    .orta-sag ul {
        padding: 0;
    }

    .orta-sag ul li.anamenu {
        font-weight: bold;
        font-size: 0.900rem;
        padding: 12px 0 12px 20px;
        display: flex;
        height: auto;
        color: #fff;
        margin: 15px 0 1px 0;
        border-top-left-radius: 15px;
        background-image: linear-gradient(to right, var(--koyu), var(--ararenk2));
        box-shadow: 1px 2px 3px #aaaaaa;
    }


    .orta-sag ul li.altmenu {
        font-size: 0.900rem;
        padding: 10px 0 10px 20px;
        margin: 0 0 1px 0;
        display: flex;
        height: auto;
        background-image: linear-gradient(to right, #ffffff, #d8d8d8);
        color: #111111;
    }

    .orta-sag ul li.altmenu a {
        color: #111111;
        text-decoration: none;
    }

    .orta-sag ul li.altmenu a:hover {
        color: var(--koyu);
        text-decoration: none;
    }



    .ortaalan .icerik-dis .haber-galeri {
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .ortaalan .icerik-dis .haber-galeri .pic-item {
        padding: 10px;
        width: 50%;
    }

    .ortaalan .icerik-dis .haber-galeri .pic-item img {}



}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 100%;
        padding: 0;
    }

    .kutu-ikon:first-of-type {
        margin: 15px 15px 15px 0;
        width: calc (100% / 6 - 20px);
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
    }


    .kutu-ikon {
        margin: 15px;
        width: calc (100% / 6 - 20px);
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
    }

    .kutu-ikon:last-child {
        width: calc (100% / 6 - 20px);
        margin: 15px 0px 15px 15px;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
    }


    .kutu-ikon2 {
        margin: 15px 15px 10px 20px;
        position: relative;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
        background-color: #ffffff;
    }

    .kutu-ikon2:last-child {
        padding: 0;
        margin: 15px 15px 10px 20px;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .sag {
        display: flex;
        padding: 0px;
    }

    .sag .sag-alt {
        position: absolute;
        right: 20px;
        bottom: 0;
    }

    .sag-ust-elemanlar {
        margin: 0;
        width: 100%;
        padding: 2px 5px 2px 5px;
    }

    .header-kapsa {
        display: flex;
    }

    .manset {
        height: auto;
    }

    .container {
        width: 100% !important;
    }

    .kutu-ikon:first-of-type {
        margin: 15px 15px 10px 0px;
        position: relative;
        box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 2px 0 rgba(0, 0, 0, 0.08);
        background-color: #ffffff;
        font-size: 14px;
        font-size: 1.2vmax;
    }

    .kutu-ikon {
        margin: 15px 15px;
        position: relative;
        box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 2px 0 rgba(0, 0, 0, 0.08);
        background-color: #ffffff;
        font-size: 14px;
        font-size: 1.2vmax;

    }

    .kutu-ikon:last-child {
        margin: 15px 0px 15px 15px;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
        font-size: 14px;
        font-size: 1.2vmax;

    }

    .kutu-ikon2 {
        margin: 15px 15px 10px 20px;
        position: relative;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
        background-color: #ffffff;
    }

    .kutu-ikon2:last-child {
        padding: 0;
        margin: 15px 15px 10px 20px;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
    }

    .footer-dis {
        padding-top: 15px;
        margin-top: 50px;
        background-color: #ffffff;
        display: flex;
    }

    .footer-sol {
        padding: 0;
        margin: 0 25px 10px 0;
    }

    footer-kutu1 {
        margin: 0 !important;
    }

    .alt-logo {
        margin: 10px auto;
        padding-bottom: 30px;
        z-index: 10;
        display: flex;
        width: 100%;
    }

    .alt-logo img {
        margin: 20px auto;
    }

    .sayac {
        width: 100%;
        padding: 0 0 0 25px;
        color: #777777;
        font-size: 12px;
    }
}
