body {
    font-family: 'Calibri', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color:#fff;
}

header {
    background-color: #333;
    color: white;
    padding: 15px 0;
    text-align: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.section {
    float:left;
    margin-bottom: 80px;
    height:auto;
    width:99%;
}

.footer {
     float:left;
    background-color: #e7e7e7;

    color: gray;
    padding: 15px 10px;
    text-align: left;
    font-weight:bold;
    /*position:fixed;
    bottom:0px;*/
    margin-top:10px;
}

.container {
    margin: 0 auto;
    border:none;
  box-shadow: 3px 6px #888888;
}

.topcontainer {

 border: 1px #000;
}

.navbar {

     background-color:black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    margin-bottom:20px;
    z-index:100;
}


.menu-icon {
    cursor: pointer;
    display: none;
    color:white;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu li {
    margin-right: 20px;
}

.menu a {
    text-decoration: none;
    color: #fff!important;
    font-weight: bold;
    font-size: 16px;
}
a:link {
  text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

/* visited link */
a:visited {
  text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

/* mouse over link */
a:hover {
  color: gray;
}

/* selected link */
a:active {
 text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.content {
    padding: 10px;
}

.wait{ float:right;width:30px;height:30px; }
.wait2{ float:right;width:30px;height:30px; }

    .form-group
    {
        height:auto;
        width:90%;
        margin-top:3px;
    }
    .form-control
    {
        height:auto;
        margin:3px;
    }

    .parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.child {
    width:99%;
  display: inline-block;
}

.ilanresim{
    padding-top:5px;
    margin: 1 auto;
    width:auto;
    background-position:center;
    height:90px;
    text-align:center;
  /*position: relative;
  left:0px;*/
}
.ilanfiyat{
       background-color: #000;
    color: white;
    width: auto;
    text-align: center;
    line-height: 30px;
    height: 30px;
    /* position: absolute; */
    bottom: 0;
    margin: 1 auto;
    opacity: .6;
    border-radius: 5px;
    margin-top: 3px;
}

.form-element{ font-size:15px;box-shadow: 1px 2px gray;border:none;margin:5px;padding:3px; }
.select {
    float: left;

    padding: 5px;
    margin: 5px;
    border-style: groove;
    border-radius: 6px;
    box-shadow: 3px 3px #ccc;
}
/* mobil */
@media screen and (max-width: 768px)
{
     .ilanbaslik{
     overflow:hidden;
    color: #000;
    background-color: #efba12;
    margin: 1px auto;
    margin-bottom: 5px;
    margin-left: 1px;
    width: auto;
    height:29px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    box-shadow: 1px 1px #000;
    }
    .navbar
    {
        padding-left:7px;
        width: 100%;
        z-index:10;
    }

    .topcontainer
    {
        width:95%;
        margin-top:0px;
        margin: 15px;
        padding-left:5px;
        line-height:25px;
    }

    .bos
    {
        display:block;
        width:100%;
        height:70px;
    }

    .container
    {
        float:left;
            width:88%;
            padding:15px;
            margin-left:5px;
            margin-bottom:10px;
            border-style:groove;
              border-radius: 6px;
    }

    .footer
    {
        width:92%;
        margin-top:10px;
        margin-bottom:40px;
    }

    .menu
    {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #000;
    }

    .menu.show { display: flex; }

    .menu li
    {
        margin: 0;
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #666;
    }

    .menu-icon
    {
        display: block;
        margin-right:10px;
    }
     .cont{
           float:left;
            width:88%;
            height:250px;
            padding:15px;
            margin-left:5px;
            margin-bottom:10px;
            border-style:groove;
        }
          .width-resp{ float:left; }
          .gallery_container { width:95%!important;
        }
        .ilanaciklama{
            width:95%!important;
            margin:3px!important;
            float:left;
        }
       .full-width-container
    {
        float:left;
            width:85%;
            padding:15px;
            margin:5px;
            border-style:groove;
              border-radius: 6px;
              box-shadow: 1px 1px #000;
    }  
}

/* desktop */
    @media screen and (min-width: 768px)
    {
        .navbar
        {
            width: 100%;
            z-index:10;

        }

        .topcontainer
        {
            width:95%;
            margin-top:0px;
            margin: 15px;
            padding-left:5px;
            line-height:25px;
        }
        .bos
        {
            display:block;
            height:70px;
            width:97%;
        }

        .container
        {
            float:left;
            width:20%;
            padding:15px;
            margin:5px;
            border-style:groove;
            border-radius: 6px;
        }

        .footer{ width:97%; }
        .cont{
            float:left;
            width:20%;
            height:300px;
            padding:15px;
            margin-left:15px;
        }
        .width-resp{ width:45%!important;float:left; }
         .gallery_container {
             width:45%!important;
             margin-right:10px;
        }
        .ilanaciklama{
            width:45%!important;
            margin:3px!important;
            float:right;
        }
    .ilanbaslik{
        overflow:hidden;
        color: #000;
        background-color: #efba12;
        margin: 1px auto;
        margin-bottom: 5px;
        margin-left: 1px;
        width: auto;
        height:29px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
        border-radius: 6px;
        box-shadow: 1px 1px #000;
        }
         .full-width-container
    {
        float:left;
            width:96%;
            padding:15px;
            margin:5px;
            border-style:groove;
              border-radius: 6px;
              box-shadow: 1px 1px #000;
    }
    }
.logo{ opacity:1;z-index:999; }



 
