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

@import url("master.css");

section .ust {
    height: 180px;
    background-color: #000
}

section .ust p {
    line-height: 180px;
    font-family: 'taviraj';
    font-size: 31px;
    color: #feffff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    left: -60px
}

section .suan {
    padding: 28px 0;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    color: #9f9f9f;
    text-transform: capitalize;
    text-align: center
}

section .suan a:first-of-type {
    text-transform: uppercase
}

section .suan img {
    margin: 0 15px
}

section .suan span {
    color: #424c56
}

section .sayfa {
    margin-bottom: 50px
}

section .sayfa .sidebar {
    width: 285px;
    background-color: #e6e6e6;
    float: left
}

section .sayfa .sidebar ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddddd9;
    padding-left: 25px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #5e6063;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .sayfa .sidebar ul .active a {
    background-color: #fff !important
}

section .sayfa .sidebar ul li a:hover {
    background-color: #d7d7d7;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .sayfa .sidebar ul .active a:after {
    content: "";
    background-image: url(../img/sidebar-ok.png);
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 16px
}

section .sayfa .sidebar [data-fancybox] div {
    height: 296px;
    background-image: url(../img/sidebar.jpg)
}

section .sayfa .ic {
    width: 825px;
    background-color: #fff;
    float: left;
    padding: 30px 65px 85px 20px
}

section .sayfa .ic h1 {
    text-transform: uppercase;
    font-family: 'taviraj';
    font-size: 24px;
    color: #42505f;
    line-height: 1;
    margin-bottom: 20px
}

@media (max-width: 1170px) {
    section .ust p {
        font-size: 20px;
        top: -100px;
        left: 0
    }
    
    section .sayfa .sidebar,
    section .sayfa .ic {
        width: 100%
    }
    
    section .sayfa .sidebar ul .active:after {
        transform: rotate(90deg)
    }
    
    section .sayfa .ic {
        padding: 30px 20px 85px
    }
    
    section .sayfa .ic h1 {
        text-align: center
    }
}