@charest "utf-8";
/* author Wathek Hafez */

@import url("master.css");

section .suan-nerede {
    padding: 50px 30px 30px
}

section h1 {
    line-height: 1;
    font-family: arial;
    font-weight: 900;
    font-size: 52px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(6, 6, 6, 0.58);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px
}

section .suan-nerede p {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    color: #fff
}

section .suan-nerede p img {
    margin: 0 10px
}

section .sayfa aside {
    width: 286px;
    background-color: #033764;
    float: left
}

section .sayfa aside h2 {
    height: 70px;
    line-height: 70px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 23px;
    color: #fff;
    padding-left: 55px;
    background-position: 25px center;
    background-color: #008bd2;
    text-transform: uppercase;
    position: relative;
    pointer-events: none;
    cursor: pointer
}

section .sayfa aside ul li a {
    display: block;
    height: 52px;
    line-height: 52px;
    padding-left: 37px;
    border-bottom: 1px solid #0b4577;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #7ca2c4;
    text-transform: uppercase;
    background-image: url(../img/sidebar-ok.png);
    background-position: 24px center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .sayfa aside ul li a:hover,
section .sayfa aside ul .active {
    background-color: #fff;
    color: #008bd2;
    background-image: url(../img/sidebar-ok-active.png);
    background-position: right 13px center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .sayfa aside ul li:last-of-type a {
    background-image: none;
    pointer-events: none
}

section .sayfa .ic {
    width: 884px;
    float: left;
    background-color: #fff;
    padding-bottom: 50px;
    min-height: 600px
}

section .sayfa .ic .main {
    padding: 20px 30px
}

section .marka:nth-of-type(3n+0) {
    margin-right: 0
}

.oklu .slick-arrow {
    width: 43px;
    height: 73px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-color: rgba(255, 255, 255, .56);
    z-index: 1;
    cursor: pointer;
    background-image: url(../img/filomuz-banner-ok.png);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.oklu .slick-arrow:hover {
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.oklu .slick-next {
    right: 0;
    transform: rotate(180deg) translateY(50%)
}

@media (max-width: 1170px) {
    section .sayfa aside,
    section .sayfa .ic {
        width: 100%
    }
    
    section .sayfa aside h2 {
        pointer-events: all
    }
    
    section .sayfa aside h2 div,
    section .sayfa .sema ul a div {
        position: absolute;
        width: 13px;
        height: 7px;
        right: 25px;
        top: 31.5px;
        background-image: url(../img/sidebar-baslik-ok.png);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    
    section .sayfa aside h2 div {
        height: 20px;
        top: 25px;
        background-position: center top;
        animation: sidebar 1s infinite cubic-bezier(0.47, 0, 0.75, 0.72)
    }
    
    @keyframes sidebar {
        0% {
            background-position: center top
        }
        50% {
            background-position: center bottom
        }
        100% {
            background-position: center top
        }
    }
    
    section .sayfa aside h2 .cevir,
    section .sayfa .sema ul a .cevir {
        transform: rotate(180deg);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    
    section .sayfa aside ul {
        display: none;
    }
}

@media (max-width: 1025px) {}

@media (max-width: 794px) {
    section .marka {
        width: 48.5%;
        margin-right: 1.5%
    }
    
    section .marka:nth-of-type(3n+0) {
        margin-right: 1.5%
    }
    
    section .marka:nth-of-type(2n+0) {
        margin-right: 0
    }
}

@media (max-width: 550px) {
    section .marka {
        width: 100%;
        margin-right: 0
    }
    
    section .suan-nerede {
        padding: 30px
    }
    
    section h1 {
        font-size: 25px
    }
}

@media (max-width: 415px) {}

@media (min-width: 1170px) {
    section .sayfa aside ul {
        display: block !important
    }
}