/* Mobile Side Menu */
#side-menu-bg {
    background-color: rgba(0, 0, 0, 0.700);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    -webkit-transition: ease 0.2sn;
    -o-transition: ease 0.2sn;
    transition: ease 0.2sn;
}

.side-menu {
    position: fixed !important;
    top: 0;
    bottom: 0 !important;
    width: 300px;
    background: #041E32;
    z-index: 9999999;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    /*-400px*/
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-box-shadow: 7px 0px 5px -3px rgba(0, 0, 0, 0.43);
    box-shadow: 7px 0px 5px -3px rgba(0, 0, 0, 0.43);
}

.s-closed {
    position: absolute;
    right: 5px;
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
    color: #b8bfce;
}

.side-menu-logo {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgb(63, 63, 63);
}

    .side-menu-logo > img {
        width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.side-menu-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.side-menu-foot {
    color: rgb(190, 190, 190);
    position: relative;
}

    .side-menu-foot > small {
        position: relative;
        top: -15px;
    }

#m-search {
    margin: 10px;
    background: #464a52;
    border: 1px solid #464a52;
    border-radius: 4px;
}

    #m-search::-webkit-input-placeholder {
        font-size: 12px;
        color: #8b8b8b;
    }

    #m-search::-moz-placeholder {
        font-size: 12px;
        color: #8b8b8b;
    }

    #m-search:-ms-input-placeholder {
        font-size: 12px;
        color: #8b8b8b;
    }

    #m-search::-ms-input-placeholder {
        font-size: 12px;
        color: #8b8b8b;
    }

    #m-search::placeholder {
        font-size: 12px;
        color: #8b8b8b;
    }
#cssmenu input {
    width: 100%;
    border: 2px solid;
    margin-bottom: 1em;
    height: 35px;
}

#cssmenu .search-top button {
    top :initial
}
#cssmenu .search-top {
    padding: 0 1em;
}

#cssmenu .spinner-border {
    bottom:1.3em
}

.badge.badge-pill {
    text-overflow: ellipsis;
    max-width: 100%;
    padding: .25em 1em;
    overflow: hidden;
    margin: 0;
} 

.m-open,
.fa-search {
    font-size: 25px;
}

.search-top .btn .fa-search {
    font-size: 18px;
}

.m-space {
    height: 80px;
}

/* Side Menu Content */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    color: #ffffff;
}

    #cssmenu ul ul {
        display: none;
    }

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 15px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #041E32;
    background: -o-linear-gradient(#041E32, #041E32);
    background: -webkit-gradient(linear, left top, left bottom, from(#041E32), to(#041E32));
    background: linear-gradient(#041E32, #041E32);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

    #cssmenu > ul > li > a:hover,
    #cssmenu > ul > li.active > a,
    #cssmenu > ul > li.open > a {
        color: #eeeeee;
        background: #F36F21;
        background: -o-linear-gradient(#F36F21, #F36F21);
        background: -webkit-gradient(linear, left top, left bottom, from(#F36F21), to(#F36F21));
        background: linear-gradient(#F36F21, #F36F21);
    }

#cssmenu > ul > li.open > a {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .holder::after,
    .holder::before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 17px;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 15px;
    z-index: 10;
    top: 15px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}
@media screen and (max-width:1600px) {
    .info-btn-detail {
        font-size:.9em;
    }
}


@media screen and (max-width:1400px) {
    .news-slider {
        top: 40px
    }

        .news-slider button {
            display: none;
        }

    .information-content-into {
        width: 100%;
    }

    .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wrapper-video {
        height: 60vh;
    }
}

@media screen and (max-width:1240px) {
    .market-place-date {
        position: relative;
    }

    .market-place-product {
        /*max-height:8em;*/
    }
    /* .slider-container .wrapper .slide {
        height: 100%;
        width: 100%;
       background-color: rgba(243, 111, 33, .5); 
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        padding: 1em;
    }

    .slider-container .wrapper .slide .slide-img {
        width: 100%;
        position: relative;
        left: 0;
    }
    .slider-container .wrapper .slide .slide-content .button {
        left: 0;
        right: 0;
        width: 100%;
    }
    .slider-container .wrapper .slide .slide-content .button .button-left {
        text-align: left;
    }
    .slider-container .wrapper .slide .slide-content {
        width: 100%;
        height: 35%;
        margin: 0 auto;
        bottom: 0;
        left: 0;
        position: absolute;
        padding: 0% 8% 0em 8%;
    }
    .slider-container .wrapper .slide .slide-img {
        top: 0%;
    } */
    .info-btn-detail {
        font-size: .8em;
    }
}

@media screen and (max-width:1200px) and (min-width:991px) {
    .navbar-nav > .nav-item {
        line-height: 1px;
        border-right: 0px solid #F5F5F5;
        padding: 0px 5px 0px 5px;
        margin-top: 20px;
    }

    .nav-item:nth-child(5),
    .nav-item:nth-child(7) {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .nav-top-line {
        display: none
    }

    .navbar-nav {
        margin: 0 auto
    }

    .social-media > img {
        width: 24px;
    }

    section .slider-text {
        margin-top: 10px;
        position: absolute;
    }

    .m-top {
        padding-top: 15% !important
    }

    .weather-info-items-top-information h3 {
        font-size: 1.25em;
    }

    .weather-info-items-text p {
        font-size: .9em;
    }

    .weather-info-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fluid-space {
        height: 37%;
    }

    .slider-container .wrapper .slide .slide-img {
        width: 75%;
        left: -45%;
    }

    .slider-container .wrapper .slide .slide-content a {
        height: 20vh;
    }

    .slider-container .wrapper .slide .slide-content .button {
        left: -125%;
        right: -30%;
    }

    .slider-container .wrapper .slide .slide-content {
        width: 100%;
        padding: 10% 0% 0em 40%;
    }
    .card-body-text-wrapper small {
        font-size: 65%;
    }

    .information-popup .information-container {
        width: 90%;
        min-height: 40vh;
    }
    .information-content-into.contact-form-popup {
        min-height: 40vh;
    }
    .position-fixed-content-contact {
        max-width: 442px;
    }
}

@media screen and (max-width:990px) {


    body {
        background-size: center center;
        background-color: #0068b3;
    }

    .navbar-nav {
        background: #0068b3 0% 0% no-repeat padding-box;
        padding: 10px
    }



    .navbar-expand-lg {
        display: none;
    }

    .pos-f-t {
        display: block;
    }

    .slider-background {
        height: 70vh;
    }

    .div-space {
        height: 0;
        margin-top: -20px
    }

    .main-container {
        max-height: 500px;
    }

    .weather-location {
        font-size: 12px;
    }

    .fluid-space {
        height: 80%;
        margin: 0;
        padding: 0;
    }

    .main-container-info {
        height: 13%;
    }

    section .slider-text {
        display: none;
    }

    .desk-social {
        display: none;
    }

    section .slider-text {
        position: relative;
    }

    #sideLeftMenu {
        display: block;
    }

    .slider-text-mb {
        top: 5px;
        display: block;
        position: relative;
        color: #fff;
        text-align: center;
    }

    .m-mobile-item {
        text-align: center;
    }

        .m-mobile-item > h1 {
            font-size: 24px;
        }

    .mobile-btn {
        display: block;
        position: absolute;
        top: 175px;
        z-index: 99;
    }

    .main-container-info .text-warning {
        font-size: 12px;
    }

    .main-container-info-item.info-item-left {
        padding-left: 3px;
    }

    #sideLeftMenu {
        background: #f8f9fa;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        width: 75px;
        border: 0;
        -webkit-box-shadow: 10px -1px 5px -6px rgba(0, 0, 0, 0.47);
        box-shadow: 10px -1px 5px -6px rgba(0, 0, 0, 0.212);
    }

        #sideLeftMenu:hover {
            background: #0068b3;
            border: 0;
            color: #fff;
        }



    footer > .container > .row > .col-lg-4 > p {
        text-align: center !important;
    }

    .fixed-header {
        display: none;
    }

    .useful-links {
        display: none;
    }

    .m-top {
        margin-top: -70px !important
    }

        .m-top > h1 {
            font-size: 25px
        }

    .breadcrumbs {
        margin-top: -50px
    }

    .pop-up-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .border-right {
        display: none;
    }

    .m-head-top {
        display: block;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.801);
    }

    .mb-search {
        display: none;
        width: 100%;
        padding: 10px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.801);
    }


    .expanded {
        max-width: 100%;
        display: none;
        -webkit-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s;
    }

    .m-search {
        border-radius: 7px;
        background: none;
        padding: 10px;
        border: 1px solid #fff;
        color: #fff;
    }

        .m-search::-webkit-input-placeholder {
            font-size: 14px;
        }

        .m-search::-moz-placeholder {
            font-size: 14px;
        }

        .m-search:-ms-input-placeholder {
            font-size: 14px;
        }

        .m-search::-ms-input-placeholder {
            font-size: 14px;
        }

        .m-search::placeholder {
            font-size: 14px;
        }

    header,
    .div-space {
        display: none;
    }

    .live-stream-mobil {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #F36F21;
        color: #fff;
        text-align: center;
    }

    .news-slider {
        padding: 0px !important;
        padding-top: 20px !important;
    }

    .bg-black {
        display: none
    }

    .social-media > a > div {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .fixed-lmenu {
        display: none;
    }

    .page-inside-paragraph {
        width: 96%;
    }

    .pdfIcon img {
        top: inherit
    }

    .market-place-date {
        position: relative;
    }

    .weather-general-body-wrapper {
        padding: 1.5em .25em;
    }

    .weather-weekly-row {
        padding: 0;
    }

    .weather-info-items-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .weather-info-items-top-information h3 {
        font-size: 1em;
    }

    .weather-info-items-text p {
        font-size: .75em;
    }

    .weather-info-items {
        padding: .15em;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        height: auto;
    }

    .weather-info-column {
        margin-top: 1em;
    }

    .weather-info-items:first-child {
        margin-top: .55em;
    }

    .weather-general-column {
        margin-top: 1em;
    }

    .weather-info-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .weather-general-title-wrapper h3 {
        text-align: left;
    }

    .pop-content-general {
        padding: initial;
    }



    .weather-general-moment-situation-body-num h1 {
        font-size: 2.5em;
    }

    .slider-container .wrapper .slide {
        height: 100%;
        width: 100%;
        /* background-color: rgba(243, 111, 33, .5);  */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        padding: 1em;
    }

        .slider-container .wrapper .slide .slide-img {
            width: 100%;
            position: relative;
            left: 0;
        }

        .slider-container .wrapper .slide .slide-content .button {
            left: 0;
            right: 0;
            width: 100%;
        }

            .slider-container .wrapper .slide .slide-content .button .button-left {
                text-align: left;
            }

        .slider-container .wrapper .slide .slide-content {
            width: 100%;
            height: 35%;
            margin: 0 auto;
            bottom: 0;
            left: 0;
            position: absolute;
            padding: 0% 8% 0em 8%;
        }

        .slider-container .wrapper .slide .slide-img {
            top: 0%;
        }

    .information-content-into {
        min-height: 35vh;
    }
    .information-content-into.contact-form-popup {
        min-height: 35vh;
    }
    .information-popup .information-container {
        min-height: 35vh;
        overflow:hidden;
    }
    .wrapper-video {
        height:240px ;
    }

    .info-btn {
        padding: 5px 20px;
    }
    .sss-column-nav-container .nav {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .sss-column-nav-container .nav-pills .nav-link {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    .sss-column-nav-container .nav::-webkit-scrollbar {
        height: 5px;
        border-radius:15px;
    }
    .info-btn-detail i {
        display:none;
    }
    .information-btn-group .btn-group-column {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .info-btn-detail {
        width:100%;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;    
    }
    .info-btn-detail:nth-child(2) {
        margin-top:.5em
    }
    .information-btn-group {
        margin-top:1em;
    }
    .information-title {
        padding-right:1.25em;
    }
    .info-btn-never-see {
        width:100%;
    }
    .information-title h2 {
        padding:0 1.25em 0 0;
    }
}
.categoryName {
    max-width: 35%;
}


@media screen and (max-width:770px) {
    .abb-logo {
        text-align: center
    }

    .search-top > input {
        width: 100%
    }

    .social-media > img {
        width: 32px;
    }

    .slider-background {
        top: 0;
        bottom: 100px;
    }

    .news-slider {
        top: 18px
    }

    .slider-background {
        height: 57vh;
    }

    .basvuru-rehberi-accordion a {
        width: 100%;
    }

    .pdfIcon {
        width: 15%;
        margin-left: 30px;
    }

    .stratejik-plan-column .pdfIcon img {
        min-height: initial;
        top: initial;
    }

    .h4 {
        font-size: 1rem;
    }

    .f-hr {
        width: 100%;
    }

    .weather-general-column {
        margin: 1.1em 0;
    }

    .weather-general-body-wrapper {
        padding: 1.5em 1em;
    }

    .weather-info-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .unit-contact-info-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

    .weather-info-items {
        width: 47%;
        height: auto;
    }

        .weather-info-items:first-child,
        .weather-info-items:last-child {
            margin-top: .55em;
        }

    .form-check-input {
        /* left: 42.5%;
        top: 5px; */
    }
    #hal-information-modal .container.information-container {
        width:90%;
        min-height:25vh;
    }
    #hal-information-modal .information-title {
        margin-bottom:1rem;
    }
    .debt-title {
        font-size: 1.5em;
    }

    .counter-container {
        margin-bottom: 1.5em;
    }

    .slider-ranger-form {
        padding: .5em;
    }

    .slider-ranger-row .debt-context {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .slider-ranger-row .debt-context p {
            margin: 1em 0;
        }

    .slider-ranger-row .pl-0,
    .slider-ranger-row .pr-0 {
        padding: 0 1em !important;
    }

    .debt-logo img {
        width: 85%;
        margin: 0 auto;
    }

    .debt-link {
        margin: 1em 0 0;
    }

    .invoice-1-container .input-group input,
    .invoice-2-container .input-group input,
    .invoice-3-container .input-group input {
        margin-top: 1.5em;
    }
    .area-slogan {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .slogan-field {
        width: 100%;
        left: 0;
        margin-bottom: 1.5em;
    }
    .information-popup .owl-nav {
        top:35%;
    }
    .is-current-price-body-container .market-place-item .market-place-name,
    .is-current-price-body-container .market-place-item .market-place-price {
        max-width: calc(((100% / 4) * 1.18) + 6px);
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
    }
    .is-current-price-body-container .market-place-unit.column {
        max-width: 75px;
        width: 100%;
    }

    .list-type-item-wrapper:first-child {
        padding: 0;
        max-width: calc(((100% / 4) * 1.18) + 4px);
        border-left: none;
    }

    .is-current-price-body .market-place-item-img {
        display: none;
    }
    .market-place-item-img-gizle {
        display: none;
    }
    .is-current-price-body .market-place-item .market-place-exchange.column {
        display: none;
    }
    .is-current-price-body-container .market-place-item .market-place-price  {
        max-width: calc(((100% / 2) * 1.18) - 6.5vw);
    }
    .is-current-price-body-container .market-place-unit.column {
        max-width: calc((100% / 5) - 4px);
        width: 100%;
        border-right: none;
    }
    .list-type-item-wrapper:nth-child(2) .list-type-item:first-child {
        max-width: calc((100% / 2) + 12vw);
        width: 100%;
    }
    .list-type-item-wrapper:nth-child(2) .list-type-item:nth-child(2) {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        max-width: calc((100% / 3) - 24px);
        width: 100%;
    }
    .contact-container #accordion > .card.card-unites .card-body .collapse {
        padding-left: 1.5em;
    }
    .mobile-info {
        display: flex;
    }
    .covid-information-link {
        display:none;
    }
    .covid-information-link {
        display:none;
    }
    .wrapper-video {
        height: 200px;
    }
    .flex-direction-nav a:before {
        font-size: 35px;
    }
}

@media screen and (max-width:600px) {
    .mobile-covid-redirect-btn-container {
        display: block;
    }

    .covid-information-link {
        display: none;
    }

    .slider-background {
        height: 42vh;
    }

    .information-title {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .returnToPage {
        padding: .25em .5em;
        height: 25px;
        line-height: 1em;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        font-weight: bold;
        left: 10px;
        top: 10px;
        cursor: pointer;
        color: #333;
    }
    .closed {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .information-btn-group {
        margin-top: 1em;
    }

    .info-btn {
        padding: 10px 10px;
    }

    .info-btn-never-see {
        font-size: 11px;
    }

    .info-btn-detail {
        font-size: 11px
    }

    .information-content-into {
        width: 100%;
    }

    .information-popup .information-container {
        width: 95%;
        padding: 1em;
    }

    .sirket-general {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .birimler-list-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pop-content {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding: 30px 25px;
        font-size: 13px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start
    }

    .pop-up-page-explained {
        display: none;
    }

    .sirket-col.sirket-col-4::before {
        display: none;
    }

    .road-notification-title {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .road-notification-date-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .pop-up-page-title {
        padding: 60px;
        height: 100%;
    }

        .pop-up-page-title > h4 {
            font-size: 1.5rem;
        }

    .page-item {
        font-size: 2.5vw;
    }

    .pagination {
        margin: 20px 10px;
    }

    .weather-location {
        margin-left: 10px;
    }

    .page-inside-img-container .half-width {
        width: 100%
    }

    .page-inside-paragraph {
        margin: 15px 0;
    }

    .pop-img-bg-meclisToplanti-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ihale-content-title {
        -webkit-line-clamp: 3;
    }

    .ihale-content {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

    td .pdfIcon {
        right: 10px;
    }

    .table td,
    .table th {
        vertical-align: inherit;
    }
    
    td .pdfIcon img {
        height: 100%;
    }

    .kentsel-bolgesel-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical !important;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .eski-baskan-popup {
        padding: 20px 10px;
        height: auto;
    }

    .eski-baskan-popup__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .eski-baskan-popup__img {
        width: auto;
        height: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .market-place-detail-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1em;
    }

        .market-place-detail-container .market-place-column {
            padding: 0;
        }

    .market-place-column:first-child .market-place-column-item:last-child {
        border-bottom: 1px solid rgba(112, 112, 112, 0.15);
        margin-bottom: 0;
    }

    .market-place-mounth-price-img {
        width: 15%;
    }

    .weather-general-column {
        height: auto;
    }

    .weather-general-body {
        height: auto;
    }

    .weather-general-moment-situation-status {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .weather-general-moment-situation-status-items {
        -webkit-box-flex: 33%;
        -ms-flex: 33% 0;
        flex: 33% 0;
        margin-bottom: 1em;
    }

    .weather-weekly-row {
        margin: .75em 0;
    }

    .weather-general-title-wrapper {
        height: 10%;
    }

        .weather-general-title-wrapper h3 {
            text-align: left;
        }

    .slider-container .wrapper .slide .slide-content h2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 65px;
        font-size: 1.5em;
        padding: .75em 0;
        text-align: center;
        margin-top: 1.5em;
    }

        .slider-container .wrapper .slide .slide-content h2.active {
            height: auto;
        }

    .slider-container .wrapper .slide .slide-content p {
        display: none;
    }

    .slider-container .wrapper .slide .slide-content {
        height: 35%;
    }

    .lcl_prev,
    .lcl_play {
        margin-right: 10px !important;
    }

    .information-content-into {
        min-height: 25vh;
        border-radius: 10px;
    }

    .pop-content-inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

        .pop-content-inside p {
            margin-left: 0;
        }

    .preloader.active h1 {
        font-size: 1em;
    }

    .preloader h1 {
        letter-spacing: 3px;
    }

    .information-content-text {
    }

    .information-content-into.contact-form-popup {
        min-height: 35vh;
    }
    .is-current-price-body {
       /* -ms-grid-columns: auto;
        grid-template-columns: auto;*/
    }
    .slogan-field h3 {
        text-align: center;
        font-size: 1em;
    }
    .debt-price span {
        font-size: .75em;
    }
    .information-popup .owl-nav {
        top: 25%;
    }
    .list-type-item-wrapper:nth-child(2) .list-type-item:first-child {
        max-width: calc(((100% / 2) * 1.15) + 12vw);
        width: 100%;
    }
    .list-type-item-wrapper:first-child {
        max-width: calc(((100% / 4) * 1.1) + 4vw); 
    }

    .is-current-price-body-container .market-place-item .market-place-name {
        max-width: calc(((100% / 4) * 1.15) + 3vw);
    }
    .list-type-item-wrapper:nth-child(2) .list-type-item:nth-child(2) {
        max-width: calc((100% / 3) - 5vw );
        width: 100%
    }
    .is-current-price-body-container .market-place-unit.column {
        max-width: calc((100% / 5) - 13px);
    }
    .list-type-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .is-current-price-body-container .list-type a {
        height: initial;
    }

    .basvuru-rehberi-accordion .hafriyat-collapse .card-body .baskanlik-info {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
    }
    .weather-general-title-wrapper form {
        top: .25em;
    }
    .contact-container .col-lg-6:nth-child(1) {
            -webkit-box-ordinal-group:2;
                -ms-flex-order:1;
                    order:1;
    }    
    .contact-container .col-lg-6:nth-child(2) {
                -webkit-box-ordinal-group:1;
                    -ms-flex-order:0;
                        order:0;
    }
    .mapDeatilContainer {
        max-width: 100%;
        bottom: 0;
        top: initial;
        max-height: 50vh;
        overflow: scroll;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transform: translateY(101%);
            -ms-transform: translateY(101%);
                transform: translateY(101%);
    }
    .mapDeatilContainer.open {
                -webkit-transform: translateY(0%);
                    -ms-transform: translateY(0%);
                        transform: translateY(0%);
    }
    #airPollutionTab {
           overflow: auto;
           overflow-y: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .chart {
        width: 100%;
    }

    .mapDeatilContainer.fullWidth  {
        max-height: 75vh;
        top: 25%;
    }
    .mapDeatilContainer.fullWidth .container {
        width: 645px!important;
    }
    #All.tab-pane {
        width: 625px;
        overflow-x:scroll;
    }
    .mapContainer {
        width: 100%;
        padding: 0 1em;
    }
    .slider-nav .slick-slide > div > div {
        padding-top: 20vw;
    }
    .slick-next:before,
    .slick-prev:before {
        font-size: 10vw !important;
    }
    .slick-prev, .slick-next {
            top: calc(50% + 3.5vw)!important;
    }
    .slick-next { 
        right: -5px !important;
    }
    .slick-prev {
        left: -20px !important;
    }
    .slider-for {
        margin-top: 4.5rem !important;
    }
    .Dashboard .fullWidth .container {
        width: 645px!important;
    }

    #yesilcamMap, #yesilcamMapBike {
        width: 100%;
        height: 80vh;
    }
}


@media only screen and (max-device-width:880px) and (orientation : landscape) {
    .carousel-inner {
        width: 35%;
        margin: 0 auto;
    }

    .vertical-img {
        width: 45%;
        vertical-align: top;
    }

    .pop-up-page-explained {
        display: none;
    }

    .pop-up-page-title {
        padding: 35px 0;
    }

    .mobile-top-slider {
        width: 100%;
    }

        .mobile-top-slider .carousel-inner {
            width: 100%;
        }

    .eski-baskan-popup {
        height: auto;
        padding: 20px;
    }

    .eski-baskan-popup__content {
        padding: 0 0 0 30px;
    }

    .eski-baskan-popup__img {
        width: auto;
        height: auto;
    }

    .pop-content {
        padding: 50px 25px;
    }

    .pop-content-title {
        margin: 75% 0 0;
    }

    .old-mayor-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pop-content-inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width:365px) {

    .table-striped > thead > tr > th:nth-child(2) {
        display: none;
    }
    #waterFormTable .table-striped > thead > tr > th:nth-child(2) {
        display: table-cell;
    }

     .table-striped > tbody > tr > td:nth-child(2) {
        display: none;
    }

    #waterFormTable .table-striped > tbody > tr > td:nth-child(2) {
        display: table-cell;
    }

    .input-group-prepend ~ .iti--allow-dropdown {
        width: 85%;
    }

    .slider-container .wrapper .slide .slide-content h2.active {
        height: 60px;
    }

    .slider-container .wrapper .slide .slide-content h2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 60px;
        font-size: 1.5em;
        padding: .75em 0;
        text-align: center;
        margin-top: .5em;
    }
    .area-slogan .slogan-field {
        padding: 1rem 0!important;
    }
    .modal-body .table-striped > thead > tr > th:nth-child(2),
    .modal-body .table-striped > tbody > tr > td:nth-child(2){
        display: table-cell;
    }
    .mapDetailTable .table-striped > thead > tr > th:nth-child(2),
    .mapDetailTable .table-striped > tbody > tr > td:nth-child(2){
        display: table-cell;
    }
    .mapDetailContent {
        display: block;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    .market-place-item {
        max-height: 60px;
    }
    .list-type:first-child .list-type-item-wrapper {
        width: 50%;
    }
    .list-type-item.d-flex.align-items-center {
        max-width: 33%;
    }
    .dropdown-menu-item-list li a  {
        white-space: nowrap;
    }
    .position-fixed-content-contact {
        width: 100%;
    }
}

body.isMobilden {
    background-color: #fff !important;
    background-image: none !important;
    margin: 18px;
    margin: 9px;
}
