﻿body {
    font-family: 'Roboto', sans-serif;
}

.no-decoration {
    text-decoration: none;
}

    .no-decoration:hover,
    .no-decoration:focus {
        text-decoration: none;
    }

#menu {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    position: relative;
}

.inner-bg {
    background: #f1edec;
}

.menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-a {
    margin-left: 10px;
    margin-right: 10px;
    color: #5C6163;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: 0.1s ease-out;
}

    .menu-a:hover,
    .menu-a:focus {
        text-decoration: none;
        color: #5C6163;
        background: #0AB1C7;
        color: #ececec;
        box-shadow: 0px 0px 10px 1px rgba(50,50,50,0.75);
    }

.menu-a-selected {
    background: #0AB1C7;
    color: #ececec;
    box-shadow: 0px 0px 10px 1px rgba(50,50,50,0.75);
}

    .menu-a-selected:hover,
    .menu-a-selected:focus {
        color: #ececec;
    }

.lang-seperator {
    padding-left: 4px;
    padding-right: 2px;
    font-weight: 600;
}

.lang-select {
    color: #5C6163;
    font-weight: 600;
}

    .lang-selected,
    .lang-select:hover,
    .lang-select:focus {
        color: #0AB1C7;
        text-decoration: none;
    }

#footer {
    background: #242323;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-item-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-item {
    margin-left: 15px;
    margin-right: 15px;
}

.footer-right {
    color: #ddd;
}

    .footer-item h3,
    .footer-right h3 {
        color: #ddd;
        margin-top: 0;
        font-size: 20px;
    }

    .footer-right p {
        white-space: pre-line;
    }

.footer-menu-item {
    color: #ddd;
    transition: 0.2s ease-out;
}

    .footer-menu-item:hover,
    .footer-menu-item:focus {
        color: #ddd;
        text-decoration: none;
        color: #0AB1C7;
    }

.footer-menu-item-selected {
    color: #0AB1C7;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom-text {
    color: #666;
    font-size: 12px;
}

/* INDEX */
#index-faliyetler {
    margin-top: 25px;
    margin-bottom: 25px;
}

.index-container {
    overflow: hidden;
}

.index-faliyetler-inner {
    display: flex;
}

.index-faliyet-left {
    flex: 3;
}

.index-faliyet-right {
    flex: 1;
    margin-left: 20px;
}

.index-faliyet-screen {
    padding-bottom: 200px;
}

.index-faliyet-wrapper {
    position: relative;
}

.index-faliyet-image-container {
    position: relative;
}

.index-faliyet-image {
}

.index-faliyet-bottom {
    position: absolute;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    left: 30px;
    right: 30px;
    bottom: -100px;
    z-index: 2;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.index-faliyet-bottom-inner {
}

.index-faliyet-tag {
    background: #dd4132;
    display: inline-block;
    color: white;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.index-faliyet-header {
    font-weight: 600;
    font-size: 22px;
}

.index-faliyet-thumbtext {
    margin-top: 20px;
    margin-bottom: 20px;
}

.index-faliyet-list {
}

.index-faliyet-item {
    display: flex;
    border-bottom: 1px solid #555;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

    .index-faliyet-item:hover {
        font-weight: 900;
        color: #0AB1C7;
    }

.index-faliyet-item-left {
}

.index-faliyet-list-img {
}

.index-faliyet-item-right {
}

.index-faliyet-date {
    color: #0AB1C7;
    font-weight: 600;
}

.index-faliyet-text {
}

#index-hakkinda {
}

.index-hakkinda-inner {
    display: flex;
}

.index-hakkinda-item {
    display: flex;
    flex: 1;
}

.index-hakkinda-item-left {
    overflow: hidden;
    flex: 1;
}

.index-hakkinda-item-left-img {
}

.index-hakkinda-item-right {
    background: #0AB1C7;
    color: white;
    flex: 2;
    padding: 15px;
}

.index-hakkinda-header {
    font-size: 22px;
}

.slider-a {
    color: black;
    text-decoration: none;
}

    .slider-a:hover,
    .slider-a:focus {
        color: black;
        text-decoration: none;
    }

.index-a {
    text-decoration: none;
    color: white;
}

    .index-a:hover,
    .index-a:focus {
        text-decoration: none;
        color: white;
    }

.bold {
    font-weight: 700;
}

.index-hakkinda-text {
}

#links {
}

.links-inner {
    display: flex;
    margin-bottom: 35px;
    margin-top: 35px;
    justify-content: space-between;
}

.links-item {
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    position: relative;
    padding-bottom: 40px;
    flex: 1;
}

.links-img-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

    .links-img-wrapper img {
    }

.links-header-wrapper {
    color: #0AB1C7;
    font-size: 20px;
}

.links-text-wrapper {
}

.links-href-wrapper {
    position: absolute;
    bottom: 10px;
}

.links-a {
    color: #a64491;
    font-weight: 600;
}

    .links-a:hover,
    .links-a:focus {
    }

#index-basin-odasi {
}

.basin-odasi-inner {
    background: linear-gradient(to right, #ab4390, #267296);
    display: flex;
    overflow: hidden;
}

.basin-odasi-left {
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
}

.basin-odasi-left-inner {
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
    padding-left: 20%;
    padding-right: 20%;
    color: white;
    min-width: 100px;
}

.header-bold {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 30px;
}

.header-normal {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 30px;
}

.basin-text {
}

.basin-controls {
    display: flex;
    margin-top: 40px;
}

.basin-control {
    height: 40px;
    width: 40px;
    background: #0AB1C7;
    border-radius: 50%;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}

.basin-control-disabled {
    background: white;
    color: #242323;
}

#basin-control-left {
}

#basin-control-right {
}

.basin-odasi-right {
    flex: 1;
}

.basin-odasi-right-inner {
    overflow: hidden;
    margin-left: 50px;
    position: relative;
    height: 100%;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
}

#basin-odasi-screen {
    display: flex;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    z-index: 3;
    align-items: center;
    transition: transform 0.2s ease-out;
}

.basin-odasi-right-blur {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 4;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.basin-odasi-item {
    overflow: hidden;
}

.basin-odasi-img {
    max-height: 460px;
}

#index-faydali {
    margin-bottom: 45px;
    margin-top: 60px;
}

.index-faydali-inner {
}

.index-faydali-header-container {
    margin-bottom: 30px;
}

.index-faydali-header {
    display: inline-block;
    background: #0AB1C7;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
    margin-left: 20px;
}

.index-faydali-links {
    display: flex;
    justify-content: space-between;
}

.index-basin-link {
    margin-left: 5px;
    margin-top: 40px;
}

.index-faydali-item {
}

/* INNER PAGES */
.content-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

.content-inner {
    display: flex;
}

.content-menu-container {
    padding-right: 40px;
}

.content-menu {
}

.content-menu-selector {
    opacity: 0;
    margin-right: 5px;
    color: #ae4192;
    transition: opacity 0.2s ease-out;
}

.inner-menu-a {
    display: flex;
    white-space: nowrap;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f3f4f6;
    color: #0AB1C7;
    border-bottom: 1px solid #e1e1e1;
}

    .inner-menu-a:last-child {
        border-bottom: none;
    }

    .inner-menu-a:hover,
    .inner-menu-a:focus {
        color: #0AB1C7;
        text-decoration: none;
    }

.inner-menu-a-selected {
}

    .inner-menu-a-selected .content-menu-selector,
    .inner-menu-a:hover .content-menu-selector {
        opacity: 1;
    }

.content-menu-text {
}

.content-container {
    flex: 1;
}

.content-header {
}

.content-body {
}

.content-header-menu-container {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.content-menu-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0AB1C7;
    background: white;
    font-weight: 900;
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

    .content-menu-item:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .content-menu-item-selected,
    .content-menu-item:hover {
        background: #0AB1C7;
        color: white;
    }

.istatistik-content {
    display: none;
}

.istatistik-content-selected {
    display: block;
}

.content-h3 {
    color: #0AB1C7
}

.content-h4 {
    color: #444;
}

.content-p {
}
/* YONETIM */
.content-h2 {
    color: #0AB1C7;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.yonetim-wrapper {
}

.yonetim-container-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.yonetim-item {
    min-width: 25%;
    margin-bottom: 30px;
    text-align: center;
}

.yonetim-item-inner {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.55);
    display: inline-block;
    position: relative;
    padding-bottom: 80px;
}

.yonetim-top {
}

.yonetim-img {
}

.yonetim-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
}

.yonetim-name {
    margin: 0;
    margin-bottom: 3px;
    font-weight: 800;
}

.yonetim-title {
    margin: 0;
}

.denetim-wrapper {
}

.denetim-inner {
}

.basin-item-container {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    width: 80%;
    margin-bottom: 40px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.basin-item-left {
    padding-right: 30px;
    font-weight: 900;
    color: #0AB1C7;
}

.basin-item-right {
}

.basin-item-icon {
    font-size: 40px;
}

.basin-item-header {
    color: #ae4192;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.basin-item-text {
    margin-bottom: 15px;
}

.item-download-container {
}

.item-download-a {
    display: flex;
    text-decoration: none;
    color: #0AB1C7;
}

    .item-download-a:hover,
    .item-download-a:focus {
        text-decoration: none;
    }

.download-left {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #0AB1C7;
}

.download-right {
    background: #0AB1C7;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}

.haber-item-container {
    position: relative;
    max-width: 40%;
    cursor: pointer;
}


.haber-item-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(174,65,146, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in;
    border-radius: 10px;
}

.haber-item-container:hover > .haber-item-filter {
    opacity: 1;
}

.basin-list {
    display: flex;
    flex-wrap: wrap;
}

.haber-filter-icon {
    font-size: 40px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.haber-item-img-container {
}

.haber-item-img {
    width: 100%;
    height: auto;
}

.big-img-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
}

.big-img-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.big-img-inner {
    position: relative;
    display: inline-block;
}

.big-img-close {
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: white;
    color: black;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    cursor: pointer;
}

.faliyet-list {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.faliyet-item-container {
}

.faliyet-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(10,177,199, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

    .faliyet-filter i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 40px;
    }

.faliyet-item-container:hover > .faliyet-filter {
    opacity: 1;
    visibility: visible;
}

.faliyet-item-img {
    width: 100%;
    height: auto;
}

.faliyet-item-a {
    max-width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    margin-bottom: 40px;
    display: block;
    color: black;
    text-decoration: none;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

    .faliyet-item-a:hover,
    .faliyet-item-a:focus {
        color: black;
        text-decoration: none;
    }

.faliyet-item-inner {
}

.faliyet-item-top {
}

.faliyet-item-bottom {
    text-align: center;
    padding: 10px;
}

.faliyet-icon {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: white;
    background: red;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 800;
    font-size: 11px;
}

.faliyet-item-header {
    color: black;
    text-align: left;
    font-weight: 900;
    margin-bottom: 10px;
}

.faliyet-item-text {
    text-align: left;
}

.faliyet-container {
}

.faliyet-top-img-container {
    text-align: center;
}

.faliyet-top-img {
}

.faliyet-top-img-list {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.faliyet-list-img {
    max-width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.faliyet-bottom {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

.faliyet-header {
}

.faliyet-text {
    margin-top: 40px;
    font-size: 16px;
}

.iletisim-container {
    box-shadow: 0px 0px 10px 1px rgba(50,50,50,0.75);
    width: 100%;
    background: white;
}

.iletisim-top {
}

.iletisim-bottom {
}

.iletisim-wrapper {
    display: flex;
    padding: 20px;
}

.iletisim-item {
    flex: 1;
    padding: 20px;
}

.map-container {
    overflow: hidden;
}

    .map-container iframe {
        width: 100%;
    }

.address {
    color: #0AB1C7;
    font-size: 16px;
}

.tel {
}

.tel-header {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .tel-header i {
        color: #0AB1C7;
        font-size: 16px;
    }

.tel-item {
}

.bold {
    font-weight: 800;
}

.sektor-container {
}

.sektor-header {
    background: #ccd1d4;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    font-size: 20px;
}

.sektor-item-container {
}

.sektor-item {
    display: flex;
}

.sektor-item-name {
    background: #e2c0d9;
    margin: 1.5px;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 800;
}

    .sektor-item-name:first-child {
        margin-left: 0;
    }

    .sektor-item-name:last-child {
        margin-right: 0;
    }

.iletisim-form-container {
}

.iletisim-form-header {
    margin-top: 0;
    margin-bottom: 20px;
}

.iletisim-form {
}

.iletisim-form-item {
}

    .iletisim-form-item input,
    .iletisim-form-item textarea {
        width: 100%;
        background: #f9f9f9;
        border: 1px solid #e1e1e1;
        resize: none;
        margin-bottom: 15px;
        padding: 5px;
    }

    .iletisim-form-item textarea {
        height: 200px;
    }

    .iletisim-form-item div {
        flex: 1;
    }

        .iletisim-form-item div:first-child {
            margin-right: 15px;
        }

        .iletisim-form-item div:last-child {
            margin-left: 15px;
        }

.form-item-container {
    display: flex;
}

.submit-container {
    margin-top: 25px;
}

.submit-button {
    background: #0AB1C7;
    border: none;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 1px rgba(50,50,50,0.75);
}

.ist-header-container {
    position: relative;
}

.ist-header-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 24px;
}

.mobile-menu-button {
    display: none;
}

.mobile-menu-close {
    display: none;
}

.m-control {
    display: none;
}

.rapor-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rapor-item {
    width: 30%;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}

.rapor-img {
    width: 100%;
    height: auto;
}

.rapor-a {
    text-decoration: none;
}

    .rapor-a:focus,
    .rapor-a:hover {
        text-decoration: none;
    }

.rapor-text {
    color: #5C6163;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: 0.1s ease-out;
    text-align: center;
}

.rapor-item:hover .rapor-text {
    text-decoration: none;
    color: #5C6163;
    background: #0AB1C7;
    color: #ececec;
    box-shadow: 0px 0px 10px 1px rgba(50,50,50,0.75);
}

.index-faliyet-ghost {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}


#popup-container {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-container-inner {
}

.popup-a {
    text-decoration: none;
}

    .popup-a:hover,
    .popup-a:focus {
        text-decoration: none;
    }

.popup-img {
    width: 100%;
    height: auto;
}

.popup-img-wrapper {
    max-width: 80vw;
    /*
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    */
}

#popup-close {
    position: absolute;
    z-index: 11;
    color: black;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    right: -15px;
    top: -15px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

    #popup-close:hover {
        color: white;
        background: black;
    }

.popup-img-wrapper-inner {
    position: relative;
}


@media(max-width:680px) {
    .mobile-open .mobile-menu-button {
        display: none;
    }

    .menu-inner {
        transition: 0.5s ease-in-out;
    }

    .mobile-menu-button {
        display: block;
        position: absolute;
        color: #0AB1C7;
        top: 15px;
        right: 15px;
        font-size: 40px;
        cursor: pointer;
    }

    .mobile-menu-close {
        display: none;
        position: absolute;
        color: white;
        top: 15px;
        right: 25px;
        font-size: 40px;
        cursor: pointer;
    }

    .mobile-open .mobile-menu-close {
        display: block;
    }

    .mobile-closed .menu-middle {
        display: none;
    }

    .mobile-closed .menu-right {
        display: none;
    }

    .mobile-closed {
        background: white;
    }

    .mobile-open {
        display: block;
        background: #ad4292;
    }

    .menu-a {
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
        color: white;
        font-size: 22px;
    }

    .menu-left {
        text-align: center;
    }

    .menu-right {
        text-align: center;
        font-size: 22px;
    }

    .lang-select {
        color: white;
    }

    .lang-selected {
        color: #337ab7;
    }

    .lang-seperator {
        color: white;
    }

    .index-faliyetler-inner {
        display: block;
    }

    .index-faliyet-image {
        width: 100%;
        height: auto;
    }

    .index-faliyet-bottom {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .index-faliyet-right {
        display: none;
    }

    .index-faliyet-screen {
        padding-bottom: 20px;
    }

    .index-hakkinda-inner {
        display: block;
    }

    .index-hakkinda-item {
        margin-bottom: 15px;
    }

    .index-hakkinda-item-right {
        flex: 1;
    }

    .links-inner {
        flex-wrap: wrap;
    }

    .links-item {
        width: 40%;
        margin-bottom: 30px;
    }

    .links-img-wrapper img {
        width: 100%;
        height: auto;
    }

    .basin-odasi-inner {
        display: block;
    }

    .basin-odasi-left-inner {
        padding: 0;
        padding-top: 20px;
    }

    .basin-odasi-right-inner {
        margin-left: 0;
    }

    .index-faydali-links {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .index-faydali-item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .footer-inner {
        display: block;
    }

    .footer-logo-container {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-item {
        margin-bottom: 20px;
    }

        .footer-item h3 {
            display: none;
        }

        .footer-item p {
            display: none;
        }

    .footer-item-p:nth-child(2) {
        display: block;
    }

    .footer-right {
        display: none;
    }

    .footer-item-container {
        flex-wrap: wrap;
    }

    .content-inner {
        display: block;
    }

    .content-menu-container {
        padding: 0;
        margin-bottom: 30px;
    }

    .content-wrapper {
        margin-top: 10px;
    }

    .content-header-img {
        width: 100%;
        height: auto;
    }

    table[style] {
        width: 100% !important;
    }

    .faliyet-top-img {
        width: 100%;
        height: auto;
    }

    .basin-list {
        justify-content: space-around;
    }

    .basin-item-container {
        margin-left: auto;
        margin-right: auto;
    }

    .istatistik-content {
        overflow-x: auto;
    }

    .iletisim-wrapper {
        display: block;
    }

    .sektor-item-name {
        padding-left: 10px;
        padding-right: 10px;
    }

    .iletisim-item {
        padding: 10px;
    }

    .m-control {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 35px;
        cursor: pointer;
        z-index: 5;
    }

    .m-left {
        left: 5px;
    }

    .m-right {
        right: 5px;
    }
}
