/** Tablets && Phones **/

.acilirhead{
    display:none
}
@media only screen and (max-width : 767px) {
    .container {
        width: 100%;
    }
    .acilirhead{
        float: right;
        margin-top: 14px;
        display: block;
    }
    .headermenuacilir{
        display: block;
        font-size: 24px;
        color: #fecc03;
        text-align: right;
        margin: 0px 20px 0 20px;
        float: right;
        cursor: pointer;
    }
    header .logo {
        width: 50%;
        margin: 10px;
    }
    header .menu {
        width: 100%;
        position: absolute;
        height: auto;
       display: none;
        background: #fecc03;
        top: 50px;
    }
    header .menu > li {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 0px;
        border-bottom: solid 1px;
    }
    header .menu > li:hover > ul {
        display: none;
    }
    header .menu > li > a {
        padding: 10px;
    }
    header .menu > li > ul {
        display: none;
        position: relative;
        margin: 0;
        width: 100%;
        height: auto;
        z-index: 99999999999;
        margin-top: 0px;
        left: 0;
        box-shadow: none;
    }
    header .menu > li > ul > li {
        text-align: center;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
    }
    .slider {
        width: 100%;
        height: 210px;
    }
    .slider .swiper-slide {
        height: 480px;
    }
    .slider .pag {
        display: none;
    }
    .duyurular {
        display: none;
    }
    .boxes {
        padding: 0 10px;
        box-sizing: border-box;
        margin-top: 0;
    }
    .container2 {
        width: 100%;
    }
    .boxes .urunler {
        text-align: center;
    }
    .boxes .urunler .item {
        display: inline-block;
        margin-top: 17px;
        float: none;
    }
    .boxes h3.title {
        text-align: center;
        margin-top: 32px;
    }
    .boxes .blackBg {
        background-repeat: repeat;
        background-position: top center;
        height: auto;
        padding: 10px;;
        padding-bottom: 30px;
    }
    .baslikbg {
        float: left;
        width: 100%;
        height: 278px;
        background: url(../images/sayfaheader.png)no-repeat center;
        position: relative;
        top: -24px;
    }
    .baslikbg h4 {
        margin-top: 130px;
    }
    .sayfadetay {
         margin-top: -116px!important;
         padding: 10px!important;
     }
    .urunresmi ,.urunteknikresmi{
        width: 100%;
    }
    .iletisim {
         width: 100%;
     }
    .bForm input[type=text], .bForm select , .bContactMesage textarea {
          width: 96%;
          max-width: 96%;
          min-width: 96%;
      }
}