﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
}

@media only screen and (min-width : 992px) {
    div.products .item {
        min-height: 350px !important;
    }
}

@media only screen and (max-width : 768px) {
    .index-map .pln {
        padding-left: 30px !important;
    }

    .index-map .prn {
        padding-right: 30px !important;
    }

    .wrapper-address-map {
        padding-top: 40px !important;
    }

    .index-zamer {
        background:none !important;
    }

    form#m177 {
        padding-top: 0 !important;        
    }
    header {
        position: relative !important;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        padding: 18px 0;
    }
    .grid img {
        max-width: 330px !important;
    }

    .lSSlideOuter .lSPager.lSpg {
        display:none !important;
    }

    .ideas-news {
        padding-right: 0 !important;
    }

    .wrapper-ideas-other {
        padding-left: 0 !important;
    }

    .job-mobile {
        display:block !important;
    }
    .job-desktop {
        display: none !important;
    }
    .contact-item.phone {        
        min-height: auto !important;
    }

    .wrapper-index-cat-img {
        margin-top:3px !important;
    }
    .index-cat-img {
        margin-bottom:3px !important;
    }

    .slider-index {        
        margin-top: 3px !important;
    }

    .header-phone {
        display:none !important;
    }
    .mobile-header {
        display: block !important;
    }
    .img-logo {
        margin-left: 40px;
        width: 35px;
    }
}
@media only screen and (max-width : 640px) {
    
}

@media only screen and (max-width : 420px) {
    .ideas-news img {
        max-width: 100% !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
}

@media only screen and (min-width : 992px) {    
}

