@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1200px) {
    .nomobile {
        visibility: hidden;
        clear: both;
        
        display: none; 
      }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
    .diller{
        position: absolute;
        right: 0;
        top: -30px;
        
    }

}

@media only screen and (max-width: 768px) {
    /* .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    } */

    .navbar-toggle .icon-bar{
        color: #fff;
        border: 1px solid;
    }

    .navbar-brand-centered {
        text-align: start;
    }

    .navbar-toggle{
        z-index: 55555;
        border: 1px solid #fff;
        margin-top: 15px;
    }

    .navbar-nav {
        background-color: #214ea9;
        margin: 40px 0 -1px 0 !important;
    }
    .navbar-right{
        margin: 0 !important;
    }
}

@media only screen and (max-width: 650px) {

}
@media only screen and (max-width: 570px) {

}
@media only screen and (max-width: 480px) {
   
}
@media only screen and (max-width: 360px) {
    .navbar-brand-centered img{
        width: 200px;
    }
    .navbar-toggle{
        margin-top: 10px;
    }

}
@media only screen and (max-width: 320px) {
    .navbar-brand-centered img{
        width: 180px;
    }
    .navbar-toggle{
        margin-top: 7px;
    }
}


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
        
    }
    .nomobile {
        visibility: hidden;
        clear: both;
        
        display: none; 
      }
      .keremlogo
      {
        width: 300px;
        height: auto;
        margin: auto;
      }
      .footer-ortala
      {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
      }

      .footer-iletisim
      {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-top:50px;
        text-align: center;
      }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .harita-ulasim-sec .box {
        margin: 20px;
        background-color: #e9e9e9;
        border-radius: 50px;
        margin-bottom: 9%;
        margin-top: -5%;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width: auto;
        float: none !important;
    }
}