.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .card-stretch .card {
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
        display:table; /* altug */
    }

.card-img-top {
    border-radius: 0;
}

.news-card-horizontal {
    border-radius: 0;
    border: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .news-card-horizontal .card-img { /* eski görsellerde sorun çıkmaması için değiştirildi.*/
        /* min-width: 290px; */ /* altug */
        /*width: 50%;*/ /* altug */
        width: 33% !important; /* altug */
        display: table-cell; /* altug */
        vertical-align: top; /* altug */
    }

    .news-card-horizontal .card-img-top {
        border-radius: 0;
    }

    .news-card-horizontal .card-text {
        color: #4f4f4f;
        font-size: 1rem;
        padding-bottom: 0;
    }

    .news-card-horizontal .card-title {
        line-height: 1.8125rem;
        margin-bottom: 5px;
        margin-top: 23px;
        font-size: 1.25rem !important;
    }

    .news-card-horizontal .card-body {
        padding: 10px 51px 10px 38px;
        position: relative;
    }

        .news-card-horizontal .card-body:after {
            content: '';
            position: absolute;
            left: 38px;
            right: 0;
            bottom: 0;
            border-bottom: 1px solid #eee;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

    .news-card-horizontal .subtitle-line {
        width: 1px;
        height: 19px;
        background-color: #d2935b;
        display: inline-block;
        position: relative;
        top: 6px;
        margin: 0 10px;
    }

    .news-card-horizontal .card-subtitle {
        font-size: 0.875rem !important;
        font-weight: 400 !important;
        margin-bottom: -6px;
        color: #4f4f4f;
    }

    .news-card-horizontal .icon-arrow_right {
        color: #252525;
        position: absolute;
        right: 0;
        bottom: 50%;
        opacity: 0;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .news-card-horizontal:hover,
    .news-card-horizontal.hover {
        text-decoration: none;
        color: #252525;
    }

        .news-card-horizontal:hover .card-body,
        .news-card-horizontal.hover .card-body {
            position: relative;
        }

            .news-card-horizontal:hover .card-body:after,
            .news-card-horizontal.hover .card-body:after {
                content: '';
                position: absolute;
                left: 38px;
                right: 0;
                bottom: 0;
                border-bottom: 2px solid #d2935b;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

        .news-card-horizontal:hover .icon-arrow_right,
        .news-card-horizontal.hover .icon-arrow_right {
            color: #d2935b;
            opacity: 1;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

@media (max-width: 767.98px) {
    .news-card-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .news-card-horizontal.card {
            border: 1px solid rgba(0,0,0,0.125);
        }

        .news-card-horizontal .card-img {
            width: 100%;
            min-width: 100%;
            display: block; /* mobilde haber göreli solda kalmasın - üstte olsun */
        }

        .news-card-horizontal .card-body {
            padding: 8px 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .news-card-horizontal .card-body:after {
                display: none;
            }

            .news-card-horizontal .card-body .icon-arrow_right {
                display: none;
            }

            .news-card-horizontal .card-body .card-md-subtitle {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                font-weight: 400 !important;
                font-size: 0.875rem;
                color: #4f4f4f;
                line-height: 1.3125rem;
                margin-bottom: 8px;
            }

            .news-card-horizontal .card-body .card-subtitle {
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
                font-weight: 400 !important;
                font-size: 0.875rem;
                color: #4f4f4f;
                margin: 14px 0 18px;
            }

            .news-card-horizontal .card-body .card-title {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                line-height: 1.3125rem;
                font-size: 1rem;
                margin-top: 9px;
            }

            .news-card-horizontal .card-body .card-text {
                color: #4f4f4f;
                font-weight: 400 !important;
                font-size: 0.875rem;
                line-height: 1.5rem;
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

        .news-card-horizontal:hover,
        .news-card-horizontal.hover {
            opacity: 0.8;
        }
}

.filter-dropdown.list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .filter-dropdown.list-filter .btn-filter {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: center;
        border: 1px solid #e4e4e4;
    }

    .filter-dropdown.list-filter > .form-group {
        max-width: 290px;
        width: 100%;
        margin: 20px 40px 35px 0;
    }

        .filter-dropdown.list-filter > .form-group .select2-container--default.select2-container--open .select2-selection--single {
            border: 1px solid #d2935b !important;
        }

        .filter-dropdown.list-filter > .form-group .select2-container--default .select2-selection--single {
            border: 1px solid #13183e;
        }

            .filter-dropdown.list-filter > .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
                padding: 9px;
                font-size: 0.875rem;
            }

                .filter-dropdown.list-filter > .form-group .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
                    color: #13183e;
                    font-size: 0.875rem;
                }

            .filter-dropdown.list-filter > .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
                margin-top: 0 !important;
            }

                .filter-dropdown.list-filter > .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
                    color: #d2935b;
                    font-size: 0.75rem;
                }

    .filter-dropdown.list-filter .dateList .btn-filter {
        margin: 0;
        line-height: normal;
    }

        .filter-dropdown.list-filter .dateList .btn-filter:hover:before {
            color: #fff !important;
        }

@media (max-width: 991.98px) {
    .filter-dropdown.list-filter {
        margin: 0;
    }

        .filter-dropdown.list-filter .form-group {
            max-width: 100%;
        }

        .filter-dropdown.list-filter .btn-filter {
            display: inline-block;
            margin: 0;
            position: absolute;
            right: 0;
            top: -150px;
        }

            .filter-dropdown.list-filter .btn-filter.filtered:after {
                right: auto;
                left: -17px;
            }
}

#MobileNewsFilter .mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
#MobileNewsFilter .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#MobileNewsFilter .mm-navbar .filter-buttons {
    background-color: #fafafa;
    text-align: right;
}

    #MobileNewsFilter .mm-navbar .filter-buttons .btn-filter {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0;
        border-color: #13183e;
    }

        #MobileNewsFilter .mm-navbar .filter-buttons .btn-filter#newsfilterClearAll {
            display: none;
        }

#MobileNewsFilter span.subtitle {
    font-size: 0.8125rem;
    color: #a2a2a2;
    display: block;
    font-weight: 400 !important;
}

#MobileNewsFilter .mm-navbars_bottom {
    border: 0 !important;
    background-color: #fafafa !important;
}

    #MobileNewsFilter .mm-navbars_bottom .mm-navbar {
        background-color: #fafafa !important;
    }

        #MobileNewsFilter .mm-navbars_bottom .mm-navbar .mm-navbar__title {
            padding-left: 15px !important;
        }

#MobileNewsFilter .mm-listview {
    margin-top: -10px !important;
}

    #MobileNewsFilter .mm-listview .mm-listitem .mm-listitem__btn {
        font-weight: 500 !important;
    }

    #MobileNewsFilter .mm-listview .mm-listitem .mm-btn:after {
        content: none;
    }

    #MobileNewsFilter .mm-listview .mm-listitem label {
        color: #13183e;
        font-size: 1rem;
        line-height: 1.1875rem;
        white-space: normal;
        padding: 12.5px 15px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        position: relative;
    }

        #MobileNewsFilter .mm-listview .mm-listitem label span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative;
        }

        #MobileNewsFilter .mm-listview .mm-listitem label [type='date'] {
            position: absolute;
            width: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            border: 0;
            z-index: 1000;
        }

            #MobileNewsFilter .mm-listview .mm-listitem label [type='date'] + span .subtitle span:after {
                font-family: 'ib-icon';
                content: '\e904';
                color: #d2935b;
                font-size: 0.875rem;
                position: absolute;
                right: 0;
                top: -15px;
            }

        #MobileNewsFilter .mm-listview .mm-listitem label [type='checkbox'] {
            display: none;
        }

            #MobileNewsFilter .mm-listview .mm-listitem label [type='checkbox']:checked + span {
                font-weight: 500 !important;
            }

                #MobileNewsFilter .mm-listview .mm-listitem label [type='checkbox']:checked + span:after {
                    font-family: 'ib-icon';
                    content: '\e904';
                    color: #d2935b;
                    font-size: 0.875rem;
                    position: absolute;
                    right: 0;
                }

#MobileNewsFilter .mm-panel.subPanel:before {
    height: 70px;
}

#MobileNewsFilter .mm-panel.subPanel.noAll:before {
    height: 20px;
}

#MobileNewsFilter .mm-panel .mm-navbar {
    border-bottom: 0;
}

    #MobileNewsFilter .mm-panel .mm-navbar .mm-navbar__title {
        background-color: #fff !important;
        color: #13183e !important;
        font-weight: 700 !important;
        text-transform: uppercase;
    }

        #MobileNewsFilter .mm-panel .mm-navbar .mm-navbar__title .icon-close {
            color: #d2935b;
            font-size: 1rem;
            float: right;
            margin-right: 15px;
        }

#MobileNewsFilter .mm-panel:not(.subPanel) .mm-navbar .mm-navbar__title {
    padding-left: 15px !important;
}

#MobileNewsFilter .mm-btn_prev:before {
    font-family: 'ib-icon';
    content: '\e901';
    font-size: 0.5625rem;
    color: #d2935b !important;
}

html[dir="rtl"] .mm-btn_prev:before {
    content: '\e902';
}

.filter-dropdown > .dropdown {
    min-width: 290px;
}

.btn-datelist {
    border: 1px solid #13183e;
    background-color: #fff;
    padding: 6px 24px 7px 12px;
    font-size: 0.875rem;
    width: 100%;
    max-width: 290px;
    text-align: left;
    color: #13183e;
    margin-top: 20px;
    margin-bottom: 36px;
}

    .btn-datelist.dropdown-toggle::after {
        font-family: 'ib-icon';
        content: '\e900';
        color: #d2935b;
        font-size: 0.875rem;
        border: 0;
        margin-left: 16px;
        display: block;
        float: right;
        margin-top: 3px;
    }

    .btn-datelist:focus,
    .btn-datelist.focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.dropdown-menu.dateList {
    border-radius: 0;
    border: 1px solid #13183e;
    -webkit-box-shadow: rgba(37,37,37,0.1) 0 16px 27px;
    box-shadow: rgba(37,37,37,0.1) 0 16px 27px;
    margin-top: -1px;
    width: 100%;
    max-width: 290px;
    padding: 15px 30px;
}

    .dropdown-menu.dateList.show[x-placement="top-start"] {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 1px;
    }

    .dropdown-menu.dateList .select2-container--default.select2-mini .select2-selection--single {
        border: 1px solid #eee;
    }

    .dropdown-menu.dateList .select2-container--default.select2-container--open.select2-mini .select2-selection--single {
        border: 1px solid #aaa;
    }

    .dropdown-menu.dateList .selectedDate {
        color: #a2a2a2;
        font-size: 0.875rem;
        min-height: 21px;
        font-weight: 400 !important;
    }

    .dropdown-menu.dateList h6 {
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #d2935b;
    }

    .dropdown-menu.dateList .form-group {
        margin-bottom: 0;
    }

    .dropdown-menu.dateList .datelist-startDate h6 {
        margin-bottom: 8px;
    }

    .dropdown-menu.dateList .datelist-finishDate h6 {
        margin: 36px 0 6px;
    }

    .dropdown-menu.dateList .filterButtons {
        margin-top: 31px;
        margin-bottom: 28px;
    }

        .dropdown-menu.dateList .filterButtons a {
            width: 50%;
        }

select + .select2 {
    min-width: 100%;
}

    select + .select2 span:focus {
        outline: 0;
    }

.select2-container--default.select2-container--open {
    -webkit-box-shadow: rgba(201,147,91,0.4) 0 0 11px;
    box-shadow: rgba(201,147,91,0.4) 0 0 11px;
}

    .select2-container--default.select2-container--open .select2-selection--single {
        border: 1px solid #d2935b;
    }

.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #d2935b;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #a2a2a2;
    height: auto;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1rem;
        padding: 24px;
        color: #13183e;
        font-weight: 500 !important;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
            color: #a2a2a2;
            font-weight: 400 !important;
        }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 14px;
        height: 14px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border: 0;
            margin-left: -22px;
            margin-top: 15px;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
                font-family: "ib-icon";
                content: '\e900';
                font-size: inherit;
                color: #a2a2a2;
                position: absolute;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-top: 15px;
}

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.select2-container--default .select2-selection__selectall {
    cursor: pointer;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
}

.select2-container--default .select2-dropdown {
    -webkit-box-shadow: rgba(201,147,91,0.4) 0 0 11px;
    box-shadow: rgba(201,147,91,0.4) 0 0 11px;
    border-radius: 0;
    /*border: 1px solid #d2935b;*/
    padding-bottom: 24px;
}

    .select2-container--default .select2-dropdown.select2-dropdown--below {
        margin-top: -1px;
    }

    .select2-container--default .select2-dropdown.select2-dropdown--above {
        margin-top: 1px;
    }

    .select2-container--default .select2-dropdown .select2-search {
        padding: 0 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .select2-container--default .select2-dropdown .select2-search:before {
            font-family: 'ib-icon';
            content: '\e910';
            color: #d2935b;
            font-size: 0.875rem;
        }

        .select2-container--default .select2-dropdown .select2-search .select2-search__field {
            border: 0;
            border-bottom: 1px solid #fafafa;
            padding: 10px 0 10px 6px;
            font-size: 1rem;
            color: #13183e;
            font-weight: 500 !important;
        }

            .select2-container--default .select2-dropdown .select2-search .select2-search__field:focus {
                outline: 0;
            }

            .select2-container--default .select2-dropdown .select2-search .select2-search__field::-webkit-input-placeholder {
                font-size: 0.875rem;
                color: #a2a2a2;
                font-weight: 400 !important;
            }

            .select2-container--default .select2-dropdown .select2-search .select2-search__field:-ms-input-placeholder {
                font-size: 0.875rem;
                color: #a2a2a2;
                font-weight: 400 !important;
            }

            .select2-container--default .select2-dropdown .select2-search .select2-search__field::-ms-input-placeholder {
                font-size: 0.875rem;
                color: #a2a2a2;
                font-weight: 400 !important;
            }

            .select2-container--default .select2-dropdown .select2-search .select2-search__field::placeholder {
                font-size: 0.875rem;
                color: #a2a2a2;
                font-weight: 400 !important;
            }

.select2-container--default .select2-results__option {
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: normal;
    padding: 12px 20px 12px 35px;
    margin-right: 25px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa;
    color: #4f4f4f;
    line-height: normal;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #d2935b;
    color: #fff;
    padding: 12px 20px 12px 35px;
    line-height: normal;
    position: relative;
}

    .select2-container--default .select2-results__option[aria-selected=true]:before {
        font-family: "ib-icon";
        content: '\e904';
        font-size: 0.875rem;
        padding: 0 10px;
        position: absolute;
        left: 0;
        top: 15px;
    }

.select2-results .select2-results__options {
    padding-left: 0;
}

.select2-results + .nicescroll-rails {
    margin-left: -20px;
}

    .select2-results + .nicescroll-rails:before {
        content: '';
        border: 1px solid #fff;
        position: absolute;
        width: 100%;
        height: 100%;
    }

select + .select2-mini {
    min-width: auto;
}

.select2-container--default.select2-mini.select2-container--open {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .select2-container--default.select2-mini.select2-container--open .select2-selection--single {
        border: 1px solid #d2935b;
    }

.select2-container--default.select2-mini.select2-container--focus .select2-selection--single {
    border: 1px solid #d2935b;
}

.select2-container--default.select2-mini .select2-selection--single {
    border-radius: 0;
    border: 1px solid #a2a2a2;
    height: auto;
    min-width: 110px;
}

    .select2-container--default.select2-mini .select2-selection--single .select2-selection__rendered {
        line-height: normal;
        padding: 4px 8px;
        color: #4f4f4f;
        font-weight: 400 !important;
        font-size: 0.875rem;
    }

        .select2-container--default.select2-mini .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
            color: #4f4f4f;
            font-weight: 400 !important;
            font-size: 0.875rem;
        }

    .select2-container--default.select2-mini .select2-selection--single .select2-selection__arrow {
        width: 14px;
        height: 14px;
    }

        .select2-container--default.select2-mini .select2-selection--single .select2-selection__arrow b {
            border: 0;
            margin-left: -14px;
            margin-top: -3px;
        }

            .select2-container--default.select2-mini .select2-selection--single .select2-selection__arrow b:before {
                font-family: "ib-icon";
                content: '\e900';
                font-weight: 400 !important;
                font-size: 0.875rem;
                color: #d2935b;
                position: absolute;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

.select2-container--default.select2-container--open .select2-selection__arrow b {
    margin-top: -7px;
}

    .select2-container--default.select2-container--open .select2-selection__arrow b:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.select2-container--default .select2-mini-dropdown.select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    /*border: 1px solid #d2935b;*/
    padding-top: 8px;
    padding-bottom: 8px;
}

    .select2-container--default .select2-mini-dropdown.select2-dropdown.select2-dropdown--below {
        margin-top: -1px;
    }

    .select2-container--default .select2-mini-dropdown.select2-dropdown.select2-dropdown--above {
        margin-top: 1px;
    }

    .select2-container--default .select2-mini-dropdown.select2-dropdown .select2-search {
        display: none;
    }

.select2-container--default .select2-mini-dropdown .select2-results__option {
    font-size: 0.875rem;
    font-weight: 400 !important;
    line-height: 1.625rem;
    padding: 0;
    padding-left: 6px;
    margin-right: 16px;
}

.select2-container--default .select2-mini-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa;
    color: #4f4f4f;
    line-height: 1.625rem;
    padding-left: 6px;
}

.select2-container--default .select2-mini-dropdown .select2-results__option[aria-selected=true] {
    background-color: #adabaa;
    color: #fff;
    padding: 0;
    padding-left: 6px;
    line-height: 1.625rem;
}

    .select2-container--default .select2-mini-dropdown .select2-results__option[aria-selected=true]:before {
        display: none;
        font-family: "ib-icon";
        content: '';
        font-size: 0;
        padding: 0;
    }

.select2-container--default .select2-mini-dropdown .select2-results + .nicescroll-rails {
    margin-left: -9px;
}

    .select2-container--default .select2-mini-dropdown .select2-results + .nicescroll-rails:before {
        content: '';
        border: 1px solid #fff;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #13183e;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

    .select2-container--default .select2-selection--multiple:after {
        font-family: 'ib-icon';
        content: '\e900';
        font-size: 0.875rem;
        color: #d2935b;
        position: absolute;
        right: 10px;
        top: 7px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
            padding: 4px 30px 4px 12px;
            margin: 0;
            line-height: 1.4375rem;
            cursor: pointer;
        }

            .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-webkit-input-placeholder {
                color: #13183e;
                font-size: 0.875rem;
                font-weight: 400 !important;
            }

            .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-ms-input-placeholder {
                color: #13183e;
                font-size: 0.875rem;
                font-weight: 400 !important;
            }

            .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-ms-input-placeholder {
                color: #13183e;
                font-size: 0.875rem;
                font-weight: 400 !important;
            }

            .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::placeholder {
                color: #13183e;
                font-size: 0.875rem;
                font-weight: 400 !important;
            }

    .select2-container--default .select2-selection--multiple .select2-selection__count {
        color: #a2a2a2;
        font-size: 0.875rem;
        line-height: 1.9375rem;
        padding-left: 12px;
        font-weight: 400 !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__selectall,
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        margin-left: auto;
        margin-top: 2px;
        margin-right: 3px;
    }

.select2-container--default.select2-container--open,
.select2-container--default.select2-container--focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .select2-container--default.select2-container--open .select2-selection--multiple:after {
        display: none;
    }

    .select2-container--default.select2-container--open .multiple-dropdown {
        -webkit-box-shadow: rgba(37,37,37,0.1) 0 16px 27px;
        box-shadow: rgba(37,37,37,0.1) 0 16px 27px;
        border: 1px solid #13183e;
    }

        .select2-container--default.select2-container--open .multiple-dropdown.select2-dropdown--above {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .select2-container--default.select2-container--open .multiple-dropdown .select2-results__option {
            margin-right: 12px;
        }

        .select2-container--default.select2-container--open .multiple-dropdown .nicescroll-rails {
            margin-left: -8px;
            top: 12px;
        }

.btn-showmore {
    display: table;
    font-weight: 500 !important;
    font-size: 0.875rem;
    
    border-bottom: 1px solid #d2935b;
    padding: 0;
    padding-bottom: 5px;
    margin: 50px auto 70px;
}

    .btn-showmore:before {
        font-family: "ib-icon";
        font-size: 0.875rem;
   
        margin-right: 12px;
        content: '\e900';
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
  
        .btn-showmore:hover, .btn-showmore.hover {
        border-bottom-color: #13183e;
        color: #13183e;
    }

        .btn-showmore:hover:before,
        .btn-showmore.hover:before {
            color: #13183e;
        }

.btn-small {
    background-color: transparent;
    border: 1px solid #d2935b;
    font-size: 0.875rem;
    color: #4f4f4f;
    padding: 1.5px 15px;
}

    .btn-small:hover,
    .btn-small.hover {
        background-color: #d2935b;
        color: #fff;
    }

.btn-filter {
    font-size: 0.75rem;
    font-weight: 500 !important;
    color: #13183e;
    padding: 5px 13px 5px 10px;
    border: 1px solid #e4e4e4;
    margin: 18px 0;
    position: relative;
}

    .btn-filter:before {
        font-family: 'ib-icon';
        content: '\e908';
        color: #13183e;
        font-size: 0.75rem;
        margin-right: 8px;
    }

    .btn-filter:hover {
        color: #d2935b;
    }

        .btn-filter:hover:before {
            color: #d2935b;
        }

    .btn-filter.filtered:after {
        content: '\e904';
        font-family: 'ib-icon';
        color: #d2935b;
        position: absolute;
        right: -17px;
    }

    .btn-filter + .remove-tags {
        margin: 18px 0 18px auto;
    }

        .btn-filter + .remove-tags a {
            line-height: normal;
            margin: 7px 0;
        }

.mm-slideout {
    z-index: auto;
    height: 100%;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.8;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #13183e;
}

.mm-menu_offcanvas {
    width: 90%;
}

    .mm-menu_offcanvas .mm-navbars_top {
        border: 0;
    }

    .mm-menu_offcanvas .navbar-header {
        font-weight: 700 !important;
        font-size: 1rem;
        color: #13183e;
        padding: 13px 15px 12px 15px;
        text-align: left;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

        .mm-menu_offcanvas .navbar-header i {
            color: #d2935b;
            float: right;
        }

.mm-panel,
.mm-panels {
    background-color: #fafafa;
}

.mm-navbar {
    height: auto !important;
    padding: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .mm-navbar .mm-navbar__title {
        color: #13183e !important;
        font-weight: 700 !important;
        font-size: 1rem;
        text-align: left;
        padding: 13px 0 13px 15px !important;
        border-bottom: 1px solid #fafafa;
    }

.mm-listview .mm-listitem {
    background-color: #fff;
    border-bottom: 2px solid #fafafa;
}

    .mm-listview .mm-listitem .mm-listitem__text {
        white-space: normal;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mm-listview .mm-listitem .mm-listitem__text strong {
            color: #d7d7d7;
            font-weight: 400 !important;
            float: right;
            margin-right: 20px;
        }

        .mm-listview .mm-listitem .mm-listitem__text.ext-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .mm-listview .mm-listitem .mm-listitem__text.ext-link:after {
                font-size: 0.75rem;
                margin: auto 2px auto auto;
            }

.mm-listview.submenu-items .mm-listitem {
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

    .mm-listview.submenu-items .mm-listitem .mm-listitem__text {
        font-size: 0.875rem;
    }

:not(#mm-1) .mm-btn {
    width: 30px;
}

:not(#mm-1) .mm-btn_prev:before {
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    left: 12px;
    font-family: 'ib-icon';
    content: '\e901';
    line-height: 2.75rem;
    color: #fff;
}

:not(#mm-1) .mm-navbar__title {
    color: #fff !important;
    background-color: #13183e;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-left: 30px !important;
    font-weight: 500 !important;
}

#mm-1 > .mm-listview > .mm-listitem.single-link {
    background-color: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}

    #mm-1 > .mm-listview > .mm-listitem.single-link > .mm-listitem__text {
        font-size: 0.875rem;
        padding-left: 25px;
    }

.mm-listview .mm-listitem:after {
    border-bottom: 1px solid #fafafa;
}

.mm-listview .mm-listitem.langSelect {
    margin-top: 20px;
}

.mm-listview .mm-listitem .mm-listitem__text {
    color: #13183e;
    font-size: 1rem;
    line-height: 1.1875rem;
}

.mm-listview .mm-listitem .mm-btn_next:after {
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    right: 12px;
    font-family: 'ib-icon';
    content: '\e902';
    line-height: 2.75rem;
    color: #d2935b;
}

@media (max-width: 991.98px) {
    .filter-dropdown.list-filter {
        margin: 50px 0 0 0 /* margin değerlerinin tamamı kaldırılıp 0 yazılmalı */;
    }

        .filter-dropdown.list-filter .form-group {
            max-width: 100%;
        }

        .filter-dropdown.list-filter .btn-filter {
            top: -50px /* Top değeri varsayılan olarak -150px olmalı */;
        }
}

.btn-navy {
    display: inline-block;
    background-color: #13183e;
    text-align: center;
    font-size: 1rem;
    line-height: 2.8125rem;
    color: #fff !important;
    padding: 0;
    margin: 0 25px 25px;
}

    .btn-navy:hover,
    .btn-navy.hover {
        background-color: #353b65;
        color: #fff;
    }

input[type="date"] {
    position: relative;
}

    /* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
    input[type="date"]:after {
        content: "\25BC";
        color: #555;
        padding: 0 5px;
    }

    /* change color of symbol on hover */
    input[type="date"]:hover:after {
        color: #bf1400;
    }

    /* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        color: transparent;
        background: transparent;
    }

    /* adjust increase/decrease button */
    input[type="date"]::-webkit-inner-spin-button {
        z-index: 1;
    }

    /* adjust clear button */
    input[type="date"]::-webkit-clear-button {
        z-index: 1;
    }