#nav_popup .overlay-content .slider-for .slick-slide{
    height: 80vh !important;
    transition: opacity 500ms ease;
}
#main .content-block .slick-slide img {

cursor:pointer;

} 
#paylas {
    position: absolute;
    top: 10px;
    width: 50%;
    float: right;
    right: 228px;
    text-align: right;
}

.row > .column {
    padding: 0 8px;
}
.sonraki {
    margin: 0;
    padding: 0;
    width: 120px;
}

.onceki {
    margin: 0;
    padding: 0;
    padding-right: 15px;
    width: 135px;
}

.arsiv {
    margin-left: -15px;
    padding: 0;
    width:140px;
}

.haber_alt_buton {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    background-color: #e2e1e1;
    border-radius: 0px !important;
    border: 0px !important;
    font-size: 14px;
}

    .haber_alt_buton:hover {
        border: 0px;
        color: white !important;
        background-color: #a0dae8 !important;
    }
#main .content-block .slick-slide {
    height: 200px !important;
    position: relative;
}

    #main .content-block .slick-slide img {
        max-width: 100%;
		max-height: 100%; 
        height: auto;
        top: 47%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}*/

/* Modal Content */
/*.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}*/

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p {
    display: inline-block;
}

.fontsize-change {
    position: absolute;
}

.font-change button {
    width: 39px;
    height: 39px;
    margin: -3px;
    padding: 0px;
}

.font-change {
    margin-left: 27px;
    margin-top: 10px;
}

.tumprojeler-container .slick-slide div.img-part {
    position: relative;
}

    .tumprojeler-container .slick-slide div.img-part:hover:after {
        position: absolute;
        bottom: 24px;
        left: 20px;
        right: 20px;
        color: white;
        line-height: 22px;
        content: attr(data-caption);
        font-size: 24px;
        text-align: center;
    }

    .tumprojeler-container .slick-slide div.img-part:hover:before {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 40px;
        bottom: 16px;
        left: 16px;
        right: 16px;
        top: auto;
        content: '';
    }

    .tumprojeler-container .slick-slide div.img-part:before {
        background: rgba(0,0,0,0.3);
        position: absolute;
        top: 16px;
        bottom: 16px;
        left: 16px;
        right: 16px;
        content: '';
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tumprojeler-container .slick-slide div.img-part:after {
        content: '';
    }

.slick-slide img {
    padding: 10px;
}

.slick-next,
.slick-prev {
    right: -25px;
    overflow: hidden;
    height: auto !important;
    width: auto !important;
}

    .slick-next:before {
        content: "\f054" !important;
        font: normal normal normal 20px FontAwesome !important;
        font-size: 20px !important;
    }

    .slick-prev:before {
        content: "\f053" !important;
        font: normal normal normal 20px FontAwesome !important;
        font-size: 20px !important;
    }

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        line-height: 1;
        opacity: 1 !important;
        ;
        color: orange !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


.slick-prev {
    left: -20px !important;
    z-index: 982;
}

[dir='rtl'] .slick-prev {
    right: 65px !important;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}


.slick-prev:before, .slick-next:before {
    color: #3b3b3c !important;
}

.slick-next {
    right: -20px !important;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 25px !important;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


@media screen and (max-width: 630px) {
    .slick-next:prev,
    .slick-next:before {
        font-size: 23px !important;
    }
}

.box-ozellik {
    background-color: #f7f7f7;
    height: 120px;
    margin-bottom: 30px;
}


.haberbaslik-gun {
    font-size: 20px;
    color: #3b3b3c;
}

.haberbaslik-ay {
    font-size: 20px;
    line-height: 20px;
    color: #6d6e71;
}

.haberbaslik-cizgi {
    width: 1px;
    height: 40px;
    margin-left: 15px;
    background-color: #f0ad2e;
}

.haberbaslik-title {
    font-size: 24px;
    text-align: left;
    margin-top: 5px;
    line-height: 24px;
    color: #3b3b3c;
}

    .haberbaslik-title h1 {
        font-size: inherit;
        text-align: inherit;
        margin-top: inherit;
        line-height: inherit;
        color: inherit;
    }

.haberbaslik-tarih {
    font-size: 14px;
    color: #6d6e71;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f0ad2e;
    border-color: #f0ad2e;
}

.pagination > li > a, .pagination > li > span {
    font-size: 18px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: 6px;
    line-height: 1.42857143;
    color: #404145;
    text-decoration: none;
    background-color: #e2e1e1;
    border: 1px solid #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.alert {
    padding: 1px;
    margin-bottom: 10px;
}

p {
    margin: 0px 0 20px;
}

#main .content-block {
    font-size: 18px;
    color: #6d6e71;
}

    #main .content-block h5 {
        font-size: 20px;
        color: #3b3b3c;
        font-family: NunitoSans-Regular;
    }
 

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px;
}

.ara {
    padding: 10px;
    display: inline-block;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e2e1e1;
}

.haberdetay-container {
    display: inline-block;
    width: 100%;
}

    .haberdetay-container .selectric {
        border-radius: 0px;
        border-color: #e2e1e1;
        border-bottom-width: 1px;
        margin-top: 0px !important;
        height: 38px;
    }

        .haberdetay-container .selectric .label {
            font-size: 18px;
            padding: 8px 6px;
            background-color: #f8f8f8;
            text-align: left;
            padding-left: 16px;
        }

        .haberdetay-container .selectric b {
            color: #e2e1e1;
        }

    .haberdetay-container .selectric-items li {
        font-size: 13px;
        
    }

    .haberdetay-container .ay,
    .haberdetay-container .yil,
    .haberdetay-container .gun {
        padding-right: 11px;
    }

        .haberdetay-container .ay .selectric-selectric,
        .haberdetay-container .yil .selectric-selectric,
        .haberdetay-container .gun .selectric-selectric {
            overflow: hidden;
        }

            .haberdetay-container .ay .selectric-selectric.selectric-open,
            .haberdetay-container .yil .selectric-selectric.selectric-open,
            .haberdetay-container .gun .selectric-selectric.selectric-open {
                overflow: visible;
            }

    .haberdetay-container select.yil {
    }

    .haberdetay-container .aranan {
        width: 59%;
        float: left;
        padding-left: 15px;
    }

        .haberdetay-container .aranan #txtSozcuk {
            border-radius: 0px;
            height: 40px;
            background-color: #f7f7f7;
        }



    .haberdetay-container .ara button:hover {
        display: inline-block;
        float: right;
        border-radius: 0px;
        border: 0px solid #e2e1e1;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,1);
        box-shadow: inset 0 0px 0px rgba(0,0,0,1);
        
        width: 199px;
        background-color: #f0ad2e;
        color: white;
        height: 40px;
        font-size: 18px;
    }

    .haberdetay-container .ara button {
        display: inline-block;
        float: right;
        border-radius: 0px;
        border: 1px solid #e2e1e1;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,1);
        box-shadow: inset 0 0px 0px rgba(0,0,0,1);
        
        width: 199px;
        background-color: #f7f7f7;
        color: #4d4d4f;
        height: 40px;
        font-size: 18px;
    }

.haberarsivi-table {
    font-family: NunitoSans-Regular;
    margin-top: 20px;
}

    .haberarsivi-table table.dataTable {
        border-collapse: collapse;
    }

    .haberarsivi-table tbody:before {
        /* This doesn't work because of border-collapse */
        line-height: 1.1rem;
        content: "_";
        color: white;
        display: block;
    }

    .haberarsivi-table tbody tr {
        border-left: 0px solid #ddd;
        border-right: 0px solid #ddd;
    }

    .haberarsivi-table thead tr {
        background-color: #f7f7f7;
        border: 0px solid #e2e1e1;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .haberarsivi-table thead th {
        background-color: #f7f7f7;
        vertical-align: middle !important;
        font-size: 18px;
        border: 0px !important;
        padding-left: 15px !important;
        font-family: NunitoSans-Regular;
    }

    .haberarsivi-table th:last-child {
        border: 0px;
    }

    .haberarsivi-table th.sira {
        width: 65px;
    }

    .haberarsivi-table th.evrak {
        width: 115px;
    }

    .haberarsivi-table tbody td {
        padding-left: 2px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 20px;
        border-color: #e2e1e1 !important;
        border-right: 0px solid #e2e1e1 !important;
        border-top: 0px solid #e2e1e1 !important;
        border-bottom: 0px solid #e2e1e1 !important;
    }

    .haberarsivi-table td:last-child {
        border-right: 0px;
    }

    .haberarsivi-table td.vm {
        vertical-align: middle !important;
        text-align: center;
    }

    .haberarsivi-table td.bg span {
        background-color: #e2e1e1;
        padding: 4px 8px;
    }

        .haberarsivi-table td.bg span:after {
            display: block;
            background-color: transparent;
            float: left;
            line-height: 2em;
            content: "_";
            color: white;
            display: block;
        }

.dataTables_wrapper .dataTables_paginate {
    margin: 0 auto;
    float: none;
    margin-top: 10px;
    display: table;
    font-size: 16px;
    
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background-color: #e2e1e1;
        padding: 6px 13px;
        color: #4d4d4f;
        border-radius: 0px !important;
        border: 0px !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current,
        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            border: 0px;
            color: white !important;
            background: -webkit-gradient(linear, left top, left bottom, from(#f0ad2e), to(#f0ad2e)) !important;
            background: linear-gradient(to bottom, #f0ad2e 0%, #f0ad2e 100%) !important;
        }
.mobileGoster {
    display: none;
}

@media screen and (max-width: 1199px) {

    #paylas {
        position: absolute;
        top: 10px;
        float: right;
        right: 192px;
    }


    .font-change button {
        width: 33px;
        height: 33px;
        margin: -3px;
        padding: 0px;
    }

    #paylas img {
        height: 33px;
    }

   #main .font-change img {
        height: 33px !important;
    }

    .font-change {
        margin-left: 21px;
        margin-top: 10px;
    }

    .haberdetay-container .ara button {
        width: 170px !important;
        font-size: 17px !important;
    }

        .haberdetay-container .ara button:hover {
            width: 170px !important;
            font-size: 17px !important;
        }

    .haberbaslik-gun {
        font-size: 17px;
        color: #3b3b3c;
    }

    .haberbaslik-ay {
        font-size: 17px;
        line-height: 20px;
        color: #6d6e71;
    }

    .haberbaslik-cizgi {
        width: 1px;
        height: 40px;
        margin-left: 15px;
        background-color: #f0ad2e;
    }

    .haberbaslik-title {
        font-size: 20px;
        margin-top: 5px;
        line-height: 24px;
        color: #3b3b3c;
    }

    .haberbaslik-tarih {
        font-size: 13px;
        color: #6d6e71;
    }

    .haberdetay-container .selectric .label {
        font-size: 16px !important;
    }

    .haberarsivi-table th,
    .haberarsivi-table td {
        font-size: 16px !important;
    }

    #main .content-block {
        font-size: 16px;
        color: #3b3b3c;
    }

    .haberarsivi-table th.sira,
    .haberarsivi-table th.evrak {
        width: 100px;
    }
}

@media screen and (max-width: 991px) {

    #paylas {
        position: absolute;
        top: 10px;
        right: 173px;
        float: right;
    }

    .font-change button {
        width: 30px;
        height: 30px;
        margin: -3px;
        padding: 0px;
    }

    #paylas img {
        height: 30px !important;
    }

   #main .font-change img {
        height: 30px !important;
    }

    .font-change {
        margin-left: 35px;
        margin-top: 10px;
    }

    .slick-next {
        right: -10px !important;
    }

    .slick-prev {
        left: -10px !important;
    }

    .haberdetay-container .ara button {
        width: 160px !important;
        font-size: 16px !important;
    }

        .haberdetay-container .ara button:hover {
            width: 160px !important;
            font-size: 16px !important;
        }


    .haberbaslik-gun {
        font-size: 16px;
        color: #3b3b3c;
    }

    .haberbaslik-ay {
        font-size: 16px;
        line-height: 20px;
        color: #6d6e71;
    }

    .haberbaslik-cizgi {
        width: 1px;
        height: 40px;
        margin-left: 15px;
        background-color: #f0ad2e;
    }

    .haberbaslik-title {
        font-size: 19px;
        margin-top: 5px;
        line-height: 24px;
        color: #3b3b3c;
    }

    .haberbaslik-tarih {
        font-size: 13px;
        color: #6d6e71;
    }

    .haberdetay-container .ay,
    .haberdetay-container .yil,
    .haberdetay-container .gun {
        padding-right: 0px;
    }

    .haberdetay-container .aranan {
        padding-left: 0px;
    }

    .haberarsivi-table {
        margin-top: 15px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .haberdetay-container .selectric .label {
        font-size: 15px !important;
    }

    .haberarsivi-table th,
    .haberarsivi-table td {
        font-size: 15px !important;
    }

    #main .content-block {
        font-size: 15px;
        color: #3b3b3c;
        font-family: NunitoSans-Regular;
    }

    .haberarsivi-table th.sira,
    .haberarsivi-table th.evrak {
        width: 80px;
    }
    .overlay {
        font-size: 18px !important;
    }
}

    @media screen and (max-width: 767px) {


        .overlay {
            font-size:17px!important;
        }

        .mobileGoster {
            display: inline !important;
        }

        .font-change {
            margin: 0px;
        }


        #paylas {
            position: absolute;
            top: 3px;
            right: 160px;
            float: right;
        }

            #paylas img {
                height: 27px !important;
            }


        .font-change button {
            width: 27px;
            height: 27px;
            margin: -3px;
            padding: 0px;
        }

      #main  .font-change img {
            height: 27px !important;
        }

        .fontsize-change {
            position: relative;
            top: 0px;
            margin-bottom: 15px;
            text-align: right;
        }

        .haberdetay-container .ara button {
            width: 150px !important;
            font-size: 15px !important;
        }

            .haberdetay-container .ara button:hover {
                width: 150px !important;
                font-size: 15px !important;
            }


        .haberdetay-container .ara button {
            margin-right: 15px !important;
        }

        .haberbaslik-gun {
            font-size: 15px;
            color: #3b3b3c;
        }

        .haberbaslik-ay {
            font-size: 15px;
            line-height: 20px;
            color: #6d6e71;
        }

        .haberbaslik-cizgi {
            width: 1px;
            height: 40px;
            margin-left: 15px;
            background-color: #f0ad2e;
        }

        .haberbaslik-title {
            font-size: 17px;
            margin-top: 5px;
            line-height: 18px;
            color: #3b3b3c;
        }

        .haberbaslik-tarih {
            font-size: 12px;
            color: #6d6e71;
        }

        .haberdetay-container .selectric .label {
            font-size: 14px !important;
        }

        #main .content-block {
            font-size: 14px;
            color: #3b3b3c;
        }

        .haberarsivi-table th,
        .haberarsivi-table td {
            font-size: 14px !important;
        }

            .haberarsivi-table th.sira,
            .haberarsivi-table th.evrak {
                width: 65px;
            }
    }

    #cboxWrapper {
        visibility: hidden;
    }

        #cboxWrapper img {
            visibility: visible;
        }

    #cboxOverlay {
        background-color: black !important;
        background-image: none !important
    }

    #cboxClose {
        visibility: hidden;
    }


@media screen and (max-width: 450px) {
   
        .sonraki {
        width: 73px;
    }

    .onceki {
        width: 73px;
    }

    .arsiv {
        width: 73px;
    }
}

/*Popup*/


.button-menu {
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
}

.contents {
    height: 100%;
    overflow: auto;
    z-index: 999999;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sidebar .nav > li > a {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-right: 30px;
    padding-left: 0px !important;
    font-weight: 400;
}

#democuk {
    width: 345px;
    position: absolute;
    z-index: 6;
    min-height: 972px;
    margin-left: 0px;
    margin-top: -10px;
    padding-left: 15px;
    text-align: left;
}

#main {
    position: relative;
}

.kategori-menu {
    height: 100%;
    width: 100%;
    margin-top: 1px;
    padding-left: 15px;
    z-index: 999999;
    position: absolute;
    background-color: #000;
}

    .kategori-menu .fa {
        font-size: smaller;
        margin-right: 5px;
    }


    .kategori-menu h4 {
        color: #fff;
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

.ust-cizgi {
    width: 47px;
    height: 3px;
    margin-top: -25px;
    position: absolute;
    background-color: #ffffff;
}

.kapat-buton {
    float: right;
    padding-top: 10px;
    padding-right: 35px;
}

.sidebar .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
}




/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 999991; /* Sit on top */
    left: 0;
    top: 0;
    font-size: 20px;
    color: white;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-y: auto; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


.slider-for {
    margin-bottom: 25px;
    margin-top: 20px;
    height:96vh;
}

.slider-nav {
    display:none!important;
    margin-bottom: 15px;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    /*top: 1%;*/ /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
}

    .overlay-content .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

/* The navigation links inside the overlay */
.overlay a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}


    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: orange;
        font-weight: 400;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -20px;
    right: 7px;
    z-index: 1;
    font-size: 60px;
}

#nav_popup .slick-next {
    right: 15px !important;
}

#nav_popup .slick-prev {
    left: 15px !important;
    z-index: 5;
}

.slick-next:before {
    content: "\f105" !important;
    font: normal normal normal 3.5vw FontAwesome !important;
    font-size: 3.5vw !important;
}

.slick-prev:before {
    content: "\f104" !important;
    font: normal normal normal 3.5vw FontAwesome !important;
    font-size: 3.5vw !important;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-next:hover:before {
            opacity: 1;
            color: orange;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        line-height: 1;
        opacity: 1 !important;
        ;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }



    .slick-prev:before {
        content: '←';
    }

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

#nav_popup .overlay-content
{
    top:0px !important;
    max-height:100%;
    
}

#nav_popup .overlay-content .slick-list
{
    height:95vh;
    
}

#nav_popup .slider-for
{
    padding: 20px !important;
    max-height: 100%;
    
}

@media screen and (min-width:1200px) and (max-width: 1550px) {
    .overlay-content .col-lg-1 {
        width: 10%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .overlay-content .col-lg-1 {
        width: 11%;
    }
}

@media screen and (max-width: 1650px) {
    .slider-for .img-responsive {
        max-width: 64%;
    }


    .sidebar .nav > li > a {
        font-size: 17px;
    }

    .overlay a {
        font-size: 19px;
    }
}

@media screen and (max-width: 1400px) {
    .slider-for .img-responsive {
        max-width: 52%;
    }

    #nav_popup .slick-next {
        right: 20px !important;
    }

    .sidebar .nav > li > a {
        font-size: 16px;
    }

    .overlay a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .kapat-buton {
        float: right;
        padding-top: 20px;
    }
        .slider-for .img-responsive {
        max-width: 75%;
    }

    #nav_popup .slick-next {
        right: 20px !important;
    }

    #democuk {
        margin-left: 0px;
        width: 300px;
        margin-top: -15px;

    }

    .sidebar .nav > li > a {
        font-size: 15px;
    }

    .overlay a {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {

    #democuk {
        margin-left: 0px;
        width: 250px;
        margin-top: -15px;
    }

      #nav_popup .slick-prev, #nav_popup .slick-next {
        top: 50%;
    }

    .slider-for .img-responsive {
        max-width: 75%;
    }

      #nav_popup .slick-next {
        right: 15px !important;
    }

    .overlay-content {
        top: 1%;
    }

    .overlay a {
        font-size: 16px;
    }
    #nav_popup .slick-slide img
{
    left:50% !important;
    max-height:100%;
    
}
}

@media screen and (max-width: 767px) {


    .slider-for .img-responsive {
        max-width: 104%;
    }

    .slider-for {
        margin-top: 200px;
        padding: 15px;
    }

    .overlay a {
        font-size: 15px;
    }
       #nav_popup .slick-prev, #nav_popup .slick-next {
        top: 50%;
    }
        .overlay-content {
        top: 3%;
    }

    .overlay .closebtn {
        position: relative;
        right: 25px;
        float: right;
        width: 23px;
        height: auto;
        top: -5px;
        font-size: 40px;
    }
     #nav_popup .slick-slide img
    {
        top:45% !important;
    }
}

@media screen and (max-width: 640px) {
    .slider-for .img-responsive {
        max-width: 104%;
    }

    .slick-prev, .slick-next {
        top: 45% !important;
    }

    #nav_popup .slick-slide img
    {
        top:40% !important;
    }
}

.overlay-content .slick-slide
{
    top:10vh!important;
}

.overlay-content .slick-list
{
   height:100vh;

}
#nav_popup .slick-slide img
{
    top:50%;
    left:50% !important;
    max-height:100%;
    
}