.button-menu {
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
}

#main .content-block img {
    margin: auto !important;
}

#main .content-block {
    padding-right: 14px !important;
    padding-left: 14px !important;
}
.videoBuyuklukleri {
    height:55%;
    width:45%;
}

.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) */
	overflow:hidden;
	
}


.slider-for {
    margin-bottom: 25px;
    margin-top: 50px !important;
}

    .slider-for p {
        font-size: 20px;
    }

.slider-nav {
    margin-bottom: 15px;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 2%; /* 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: -15px;
    right: 25px;
    z-index: 1;
    font-size: 60px;
}

.slick-next {
    right: 35px !important;
}

.slick-prev {
    left: 15px !important;
    z-index: 5;
}

.slick-next:before {
    content: '';
    background-image: url("/Content/img/zoom-icon.png");
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center;
}

.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: '←';
}

.iframeVideolar {
    width: 60% !important;
    height:550px;
}

@media screen and (min-width:1200px) and (max-width: 1550px) {
    .overlay-content .col-lg-1 {
        width: 10%;
    }
    .videoBuyuklukleri {
        height: 50%;
        width: 50%;
    }

}

@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: 104%;
    }

    #democuk {
        width: 330px;
        min-height: 830px;
    }

    .sidebar .nav > li > a {
        font-size: 17px;
    }

    .overlay a {
        font-size: 19px;
    }
}

@media screen and (max-width: 1400px) {
    .iframeVideolar {
        width: 55% !important;
        height: 400px;
    }

    .slider-for .img-responsive {
        max-width: 104%;
    }

    .slick-next {
        right: 20px !important;
    }

    #democuk {
        width: 295px;
    }

    .sidebar .nav > li > a {
        font-size: 16px;
    }

    .overlay a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .iframeVideolar {
        width: 65% !important;
    }

    .slider-for {
        margin-top: 0px!important;
    }

        .slider-for .img-responsive {
            max-width: 104%;
        }

    .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) {
    .iframeVideolar {
        width: 65% !important;
    }

    .slider-for .img-responsive {
        max-width: 104%;
    }

    .slider-for p {
        font-size: 15px;
    }

    .slick-next {
        right: 15px !important;
    }

    .overlay-content {
        top: 2%;
    }

    .overlay a {
        font-size: 16px;
    }

    #democuk {
        margin-left: 0px;
        width: 300px;
        margin-top: -55px;
    }
}

@media screen and (max-width: 767px) {
    .videoBuyuklukleri {
        height: 85%;
        width: 85%;
    }
    .iframeVideolar {
        width: 85% !important;
        margin-top: -10px;
    }

    .slider-for .img-responsive {
        max-width: 104%;
    }

    .slider-for p {
        font-size: 13px;
    }


    #democuk {
        width: 100%;
        margin-top: -40px;
    }

    .overlay a {
        font-size: 15px;
    }


    .overlay-content {
        top: 1%;
    }

    .overlay .closebtn {
        position: relative;
        right: 25px;
        float: right;
        width: 23px;
        height: auto;
        top: -5px;
        font-size: 40px;
    }
}

@media screen and (max-width: 525px) {
    .iframeVideolar {
        width: 90% !important;
        max-height: 184px;
        margin-top: -70px;
    }
    .videoBuyuklukleri {
        height: 90%;
        width: 90%;
    }
}
