@charest "utf-8";
/* author Wathek Hafez */

/* Master Sayfaları */

@import url("master.css");

section .ic h5 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #919191;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 20px 0 13px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px
}

/* Banner */
.slider {
    width: 100%;
    height: 485px;
    border-radius: 0 0 6px 6px;
    position: relative;
    overflow: hidden
}

.slider h1 {
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.28);
    font-family: 'adelle-bold';
    font-size: 60px;
    color: #fff;
    margin-top: 222px
}

.slider .suan {
    padding-left: 20px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(5, 5, 5, 0.14);
    font-size: 14px;
    font-family: Arial;
    background-image: url(../img/suan-icon.png);
    background-position: left center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize
}

.sayfa {
    margin-top: -147px;
    background-color: #fff;
    position: relative;
    margin-bottom: 37px;
}

section .sidebar {
    float: left;
    width: 285px;
    border-bottom: 1px solid #dfe3e5;
    background-color: #ebedef
}

section .sidebar .acilis {
    padding-bottom: 52px;
}

section .sidebar h2 {
    height: 70px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    text-transform: uppercase;
    padding-left: 50px;
    color: #fff;
    background-color: #252830;
    background-image: url(../img/sidebar-baslik.png);
    background-position: 23px center;
    position: relative;
    pointer-events: none
}

section .sidebar h2 img {
    width: 15px;
    height: 8px;
    position: absolute;
    right: 13px;
    top: 31px;
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .sidebar h2 .cevir {
    transform: rotate(180deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .sidebar a {
    display: block;
    padding: 16px 0 16px 36px;
    border-bottom: 1px solid #dfe3e5;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #687174;
    background-image: url(../img/sidebar-ok.png);
    background-position: 23px center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .sidebar a:hover,
section .sidebar .sidebar-active {
    color: #ee6573;
    background-color: #fff;
    background-image: url(../img/sidebar-ok-hover.png);
    background-position: right 13px center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .ic {
    float: left;
    padding: 30px 21px;
    width: 885px
}

@media (max-width: 1150px) {
    
    .slider {
        height: 525px;
    }
    
    .slider h1 {
        font-size: 35px;
        margin-top: 200px
    }
    
    .sayfa {
        margin-top: -247px
    }
    
    section .sidebar,    
    section .ic {
        width: 100%
    }
    
    section .sidebar h2 {
        pointer-events: auto;
        cursor: pointer
    }
    
    section .sidebar h2 img {
        display: block
    }
    
    section .sidebar .acilis {
        display: none
    }
    
}

@media (min-width: 1150px) {
    section .sidebar .acilis {
        display: block !important
    }
}