@charest "utf-8";
/* author Wathek Hafez */

/* Master Sayfaları */

@import url("alt-sayfa.css");

section .ic {
    width: 100%
}

section .ust {
    height: 70px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfe3e5
}

section .ust div {
    padding: 9px 25px 9px 50px;
    border: 1px solid #cacaca;
    border-radius: 18px;
    display: inline-block;
    float: right;
    margin: 24px 32px 0 0;
    color: #a0a0a0;
    font-size: 13px;
    font-family: Arial;
    background-image: url(../img/liste.png);
    background-position: 20px center;
    cursor: pointer;
    text-transform: uppercase
}

section .ust .foto {
    background-image: url(../img/liste-foto.png)
}

section .ic .referans-kare {
    width: 19.2%;
    height: 233px;
    border: 1px solid #efefef;
    border-radius: 1px;
    padding: 5px 6px;
    margin: 0 1% 15px 0;
    text-align: center;
    float: left
}

section .ic .referans-kare:nth-of-type(5n+0) {
    margin-right: 0
}

section .ic .referans-kare div {
    height: 163px;
    margin-bottom: 10px;
    background-size: cover
}

section .ic .referans-kare .isim {
    text-transform: capitalize;
    font-family: 'adelle-regular';
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 3px
}

section .ic .referans-kare .tarih {
    color: #b0b2b3;
    font-family: 'adelle-regular';
    font-size: 11px
}

section .ic .referans-liste {
    width: 100%;
    border-bottom: 1px solid #ececec;
    height: 42px;
    padding-left: 10px;
    cursor: default;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section .ic .referans-liste:hover {
    padding-left: 25px;
    background-color: rgba(0, 0, 0, .06);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section .ic .referans-liste:first-of-type {
    border-top: 1px solid #ececec
}

section .ic .referans-liste .isim {
    line-height: 42px;
    color: #949494;
    font-family: 'adelle-regular';
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block
}

section .ic .referans-liste div {
    display: none
}

section .ic .referans-liste .tarih {
    float: right;
    margin: 0 20px 0 0;
    font-size: 13px;
    font-family: 'Roboto';
    line-height: 40px;
    color: #a2a2a2
}

@media (max-width: 1150px) {
    section .ust {
        width: 100%
    }
    
    section .ic .referans-kare {
        width: 24%
    }
}

@media (max-width: 1170px) {
    section .ic .referans-kare {
        width: 24.2%
    }
    
    section .ic .referans-kare:nth-of-type(5n+0) {
        margin: 0 1% 15px 0;
    }
    
    section .ic .referans-kare:nth-of-type(4n+0) {
        margin-right: 0
    }
}

@media (max-width: 825px) {
    section .ic .referans-kare {
        width: 32.6%
    }
    
    section .ic .referans-kare:nth-of-type(4n+0) {
        margin: 0 1% 15px 0
    }
    
    section .ic .referans-kare:nth-of-type(3n+0) {
        margin-right: 0
    }
}

@media (max-width: 650px) {
    section .ic .referans-kare {
        width: 49.5%
    }
    
    section .ic .referans-kare:nth-of-type(3n+0) {
        margin: 0 1% 15px 0
    }
    
    section .ic .referans-kare:nth-of-type(2n+0) {
        margin-right: 0
    }
}

@media (max-width: 470px) {
    section .ic .referans-kare {
        width: 100%
    }
    
    section .ic .referans-kare {
        margin-right: 0
    }
}