﻿ @media only screen and ( max-width: 1023px ) /*  MOBİL*/
{

    .ortala {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
    .proje_div {
        width: 90%;
        margin-left: 5%;
        float: left;
        margin-top: 5%;
        border: 1px solid #dedede;
        height:auto;
        text-decoration:none;
    }
    .title {
        width: 100%;
        margin-top: 35px;
        float: left;
        margin-bottom: 15px;
        font-family: raleway;
        text-align:center;
        font-size: 27px;
        letter-spacing: 3px;
        color: #313131;
        text-transform: uppercase;
    }
    .proje_isim {
        font-family: Tutas;
        font-size: 18px;
        float: left;
        color: #5f5f5f;
        width: 97%;
        line-height: 35px;
        text-transform: uppercase;
        overflow:hidden;
    }
    .proje_resim {
        width:100%;
        height:auto;
        float:left;
    }
    .proje_resim img{
        width:100%;
    }
    .proje_detay_div {
        width: 82%;
        padding-left: 3%;
        height: auto;
        padding-bottom:15px;
        float: left;
    }
    .proje_ok {
        display:none;
    }
}

 @media only screen and ( min-width: 1024px ) /* MASAÜSTÜ */
{.content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.content::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.content::-webkit-scrollbar-thumb
{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
     
    .proje_ok {
        width:10%;
        line-height:160px;
        float:left;
        text-align:center;
    }
    .proje_detay_div {
        width: 54%;
        padding-left: 1%;
        height: 160px;
        float: left;
    }

     .proje_resim {
            width: 33%;
            margin-right: 2%;
            height: 160px;
            float: left
    }
    .proje_resim img{
        height:160px;
    }
     .proje_isim {
        font-family: Tutas;
        font-size: 22px;
        float: left;
        color: #5f5f5f;
        width: 100%;
        line-height: 60px;
        text-transform: uppercase;
    }
    .ortala {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    .proje_div {
        width: 70%;
        margin-left:15%;
        float: left;
        text-decoration:none;
        margin-top: 2%;
        border: 1px solid #dedede;
        height: 160px;
        overflow:hidden;

    }
    
    .title {
        width: 98%;
        margin-top: 35px;
        float: left;
        margin-bottom: 15px;
        font-family: raleway;
        padding-left: 2%;
        font-size: 35px;
        letter-spacing: 3px;
        color: #313131;
        text-transform: uppercase;
    }
}

.header {
    width:100%;
    line-height:14vh;
    float:left;
    background-color:#212121;
    text-align:center;
}
.content {
    width:100%;
    padding-bottom:2vh;
    height:84vh;
    float:left;
    background-color:#fff;
    overflow-y:auto;
}


.ddl_projeler {
    width: 20%;
    margin-left: 40%;
    background-color: #fff;
    height: 33px;
    border-radius: 3px;
    border:none;
    margin-top: 15px;
}
.projeler_div {
    width:100%;
    height:auto;float:left;
}

.content_header {
    width: 100%;
    display:none;
    height: 230px;
    float: left;
    background-color: #000;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/yapilanlar/yapilanlar_bg.jpg');
}
.proje_yapilanlar {
    width:100%;
    float:left;
    text-align:center;
    height:auto;
    margin-top:10px;
}
.p_y_div {
    width:120px;
    height:185px;
    padding-top:15px;
    float:left;
    margin-right:20px;
}
.yapilan_sayi {
    width:80%;
    margin-left:10%;
    float:left;
    line-height:65px;
    border-bottom:1px solid #969696;
    font-size:45px;
    text-align:center;
    font-family:raleway;
    color:#fff;
}
.yapilan_yazi {
    width:100%;
    float:left;
    line-height:40px;
    text-align:center;
    font-family:Roboto;
    text-transform:uppercase;
    font-size:16px;
    color:#fff;
}
.p_y_title {
    width:100%;
    line-height:60px;
    float:left;
    font-family:Roboto;
    color:#fff;
    font-size:40px;
    text-align:center;
}
.proje_ust
{
    width:100%;
    height:160px;
    float:left;
    transition:120ms;
    margin-top:-164px;
    position:relative;
    z-index:10;
}
.proje_filtre {
    width:100%;
    height:160px;
    float:left;
    background-color:#000;
    opacity:0.3;
}
.proje_yer {
    width:99%;
    line-height:30px;
    float:left;
}
.td1 {
    font-family:tutas;
    font-size:15px;
    float:left;
    width:40px;
    color:#313131;
    font-weight:700;
}
.td2 {
    font-family:tutas;
    font-size:15px;
    padding-left:10px;
    float:left;
    color:#5f5f5f;
}