﻿ @media only screen and ( max-width: 1023px ) /*  MOBİL*/
{
    .ilet_div {
        width: 95%;
        padding-left: 5%;
        margin-bottom: 50px;
        height: auto;
        float: left;
        margin-top: 20px;
    }
    .adres_div {
        width: 95%;
        height: auto;
        margin-top: 15px;
        float: left;
        line-height: 22px;
        color: #6d4d41;
        font-size: 14px;
        font-family: Roboto;
    }
    .adres_detay_div {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 15px;
    }
}
 @media only screen and ( min-width: 1024px ) /* MASAÜSTÜ */
{
    .adres_detay_div {
        width: 65%;
        padding-left: 5%;
        height: auto;
        float: left;
        margin-top: 15px;
    }
    .ilet_div {
        width: 85%;
        padding-left: 15%;
        margin-bottom: 50px;
        height: auto;
        float: left;
        margin-top: 20px;
    }
    .adres_div {
        width: 30%;
        height: auto;
        margin-top: 15px;
        float: left;
        line-height: 30px;
        color: #6d4d41;
        font-size: 17px;
        font-family: Roboto;
    }
}

.header {
    width:100%;
    line-height:14vh;
    float:left;
    background-color:#212121;
    text-align:center;
}
.content {
    width:100%;
    height:auto;
    float:left;
}
.harita {
    width:100%;
    height:400px;
    float:left;
    margin-top:-1px;
}

.ilet_title {
    width:100%;
    line-height:70px;
    float:left;
    text-transform: uppercase;
    font-family:Roboto;
    font-weight:bold;
    margin-top:15px;
    font-size:30px;
    color:#000;
}
.adres_aciklama {
    width:100%;
    line-height:30px;
    float:left;
    font-family:Roboto;
    font-size:16px;
    font-weight: 300;
    color: #8a8a8a;
}
table tr td:first-child {
    width:auto;
    height:auto;
    font-family:Roboto;
    color: #8a8a8a;
    font-weight: 300;
    font-size:16px;
    line-height:25px;
}
table {
    height:auto;
    float:left;
}
table tr td:last-child {
    width:auto;
    height:auto;
    line-height:25px;
    font-family:Roboto;
    color: #7d7d7d;
    font-weight: 400;
    font-size:15px;
}