/** Tablets && Phones **/

.mobile-menu-button,.mobile-menulist{
    display:none
}

@media only screen and (max-width : 767px) {
    .container {
        width: 100%;
    }
    .mobile-menu-button{
        display: block;
        position:  absolute;
        top: 40px;
        left: 20px;
        font-size: 22px;
        z-index: 9999;
    }
    .mobile-menulist {
        position: fixed;
        top: 0;
        width: 210px;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        left: -100%;
        z-index: 9999;
        transition: all ease .5s;
        padding-bottom: 70px;
        display:  block;
        padding: 12px;
    }
    body:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.61);
        transition: all ease .5s;
        opacity: 0;
        z-index: -1;
    }
    body.activeBody:after {
        opacity: 1;
        transition: all ease .5s;
        z-index: 1000;
    }
    .mobile-menulist.activeMenu {
        left: 0;
        transition: all ease .5s;
    }

    .clickClose {
        float: right;
        display: block;
        padding: 15px 0;
        width: 100%;
        text-align: right;
        color: #fff;
        cursor: pointer;
    }
    .clickClose i{
        color: #fff;
        /* font-size: 20px; */
    }

    .mobile-menulist ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-menulist ul li {
        font-size: 14px;
        padding: 10px 0px;
        overflow: hidden;
        width: 100%;
        float: left;
    }
    .mobile-menulist ul li ul{
        display:none;
    }
    .mobile-menulist ul li a {
        color: #fff;
    }
    .mobile-menulist ul li a i {
        font-size:16px;
        color: #fff;
        margin-right:10px;
        width:10px;
        text-align:right;
    }
    header {
        position: relative;
        background: #fff;
        height: 104px;
        overflow:  hidden;
    }
    .logo {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    ul.ustmenu, .headersosyal, .rightlogo, ul.headermenu{
        width:  100%;
        padding:  20px 10px;
        box-sizing:  border-box;
    }
    section.slider .swiper-slide {
        background-position: center top !important;
        background-size: 150%;
    }
    section.slider {
        height: 249px;
        overflow: hidden;
    }
    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,.swiper-button-prev swiper-button-white{
        display: none;
    }
    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        display: none;
    }
    .slideralt {
        margin-top: 0;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .slideraltkutu {
        float: left;
        width: 48%;
        height: 200px;
        margin-right: 10px;
        margin-bottom: 25px;
        box-sizing: border-box;
        padding: 10px;
    }
    .slideraltkutu:nth-child(2) ,.slideraltkutu:nth-child(4) {
        margin-right: 0;
    }
    .slideralticon {
        margin: 1px 32%;
        margin-top: -31px;
    }
    .slideraltkutu p {
        padding: 0px 0;
    }
    .slideraltkutu p:after {
        bottom: -30px;
        left: 29%;
    }
    footer {
        display: none;
    }
    .sayfaheader {
        background:  inherit!important;
        background-image: url(../images/sayfaheader.png)!important;
        background-size: 175%!important;
        background-position: center top;
        background-repeat:  no-repeat;
        position:  absolute;
        top: 0;
        left:  0;
        height: 112px;
    }
    .subContent {
        margin-top: 0;
        box-sizing: border-box;
        padding: 10px;
    }
    .sayfaimg ,.sayfaimg img {
        width: 100%;
    }
    .sayfahaberbg,.referanslar {
        display: none;
    }
    .galleryContent2 .item {
        width: 46%;
        height: 160px;
        line-height: 17;
    }
    .item:nth-child(2n+2) {
        margin-right: 0;
    }
    .iletisimbilgileri {
        height: 613px;
        width: 100%;
        box-sizing: border-box;
        padding: 7px 58px;
        margin-bottom: 106px;
        margin-right: 17px;
    }

    .iletisimresmi {
        float: left;
        width: 120%;
        margin-bottom: 15px;
        margin-left: -70px;
    }
    .urunpage {
        display: inline-block;
        width: 46%;
        height: 162px;
        margin-right: 10px;
    }
    .urunpage:nth-child(3n + 3) {
        margin-right: 10px;
    }
    .urunpage:nth-child(2n + 2) {
        margin-right: 0;
    }
    .urunpageimg{
        height: 118px;
        line-height: 0;
    }
    .urundetay .sayfaimg {
        width: 100%;
        height: 293px;
    }
    .sayfaicerik {
        float: right;
        width: 100%;
        min-height: 470px;
        line-height: 19px;
    }
    .urundetay .galleryContent2 {
        width: 100%;
        margin-top: 10px;
    }
    .urunleft {
        width: 100%;
    }
    .urundetay .galleryContent2 .item {
        float: left;
        width: 102px;
        height: 82px;
        line-height: 0;
    }
    .urunadpage {
        font-size: 14px;
    }
    .pageform {
        width: 93%!important;
        margin: 5px 0;
    }
    .headerkatalog{

        position: absolute;
        top: 26px;
        right: 21px;
        z-index: 99999;
    }
}