@charest "utf-8";
/* author Wathek Hafez */

/* Master Sayfaları */

@import url("alt-sayfa.css");

section .ic h5 {
    padding-top: 0;
    color: #f27d20;
    padding: 15px;
    border: 1px solid #ebebeb;
    background-color: #fbfafa;
    position: relative;
    cursor: pointer
}

section .ic h5 div {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 18px;
    height: 18px;
    background-image: url(../img/plus.png);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dondur {
    transform: rotate(135deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .ic .bannerler {
    width: 100%;
    overflow: hidden
}

section .ic .bannerler div {
    background-size: cover;
    height: 500px
}

section .ic .pagingler .paging {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
    background-size: cover;
    position: relative
}

section .ic .pagingler .paging:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7)
}

section .ic .pagingler .paging:hover:after,
section .ic .pagingler .slick-center:after {
    background-color: transparent
}

.pagingler .slick-list {
    float: left;
    width: 90%
}

.slick-arrow {
    width: 31px;
    height: 31px;
    background-image: url(../img/tarihce-paging-ok.png);
    float: left;
    margin: 50px 10px 0 0;
    cursor: pointer;
    background-color: transparent;
    font-size: 0
}

.slick-next {
    transform: rotate(180deg);
    position: absolute;
    right: -10px;
    top: 0
}

@media (max-width: 1180px) {
    section .ic .bannerler {
        margin-bottom: 20px
    }
    
    section .ic .bannerler div {
        height: 300px
    }
    
    section .ic .pagingler .paging {
        display: none
    }
    
    .slick-arrow {
        margin-top: -150px
    }
    
    .slick-prev {
        position: absolute;
        left: 10px
    }
    
    .slick-next {
        right: 0
    }
}