@media (max-width: 1024px) {
    .container-menu {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {

    footer .col-md-6 {
        padding: 0;
    }
}

@media (max-width: 992px) {
    footer .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .container, .container-menu {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .iva-mobile-menu {
        margin: 0;
    }

    footer .col-md-3 {
        height: 100px;
    }

    footer .footer-widget {
        margin: 0;
    }

    .col-md-6 {
        max-width: 50%;
        margin: 0 25%;
    }

    .collapsable-block .image-with-details .show-for-small {
        margin-top: 20px;
    }

    .collapsable-block .image-with-details .picture-textbox .top-arrow {
        display: block;
    }

    .collapsable-block .image-with-details .picture-textbox .left-arrow {
        display: none;
    }
}

@media only screen and (max-width: 1169px) and (min-width: 1025px) {
    .header .header-area.special {
        width: 100% !important;
    }
}

@media (max-width: 890px) {
    .subdesc {
        display: none !important;
    }

    .breadcrumb-wrap.inner {
        width: 100% !important;
    }
}


@media (max-width: 1200px) {
    .packshot-teaser .img-block {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 1024px) {
    #mobile-menu-wrapper > .container,
    .iva-mobile-menu > .container,
    #search-bar .container {
        max-width: 100%;
    }

    #mobile-menu-wrapper > .container,
    #mobile-menu-wrapper > .container > .row,
    #mobile-menu-wrapper > .container > .row > .col-12 {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .packshot-teaser h3 {
        font-size: 18px;
    }

    .packshot-teaser .row div {
        padding: 0 20px;
    }

    .packshot-teaser .row h3 a {
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .packshot-teaser .img-block {
        width: 100%;
        height: 150px;
    }

    .packshot-teaser .row div {
        padding: 0 10px;
    }

    .forSlick .block h5 {
        font-size: 18px;
    }

    .packshot-teaser h3 {
        font-size: 15px;
    }

    .packshot-teaser .row a.btn {
        font-size: 14px;
        padding: 10px 18px;
    }

    .image-with-points .picture-area {
        width: 300px;
        max-height: 300px;
    }

    .image-with-points .picture-area .point {
        transform: scale(.7);
        /*font-size: 12px;
        padding: 4px 9px;
        width: 26px;
        height: 26px;*/
    }
}

.mobile-visible {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}

.mobile-inline-hidden {
    display: inline-block !important;
}

.mobile-flex-visible {
    display: none !important;
}

.mobile-flex-hidden {
    display: flex !important;
}

@media (max-width: 991px) {
    .mobile-visible {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-inline-hidden {
        display: none !important;
    }

    .mobile-flex-visible {
        display: flex !important;
    }

    .mobile-flex-hidden {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .col-md-6 {
        max-width: 100%;
        margin: 0 15px;
    }

    .product-teaser-grid .entry {
        margin: 0 50px;
        border-top: 2px solid #ccc;
    }

    .product-teaser-grid .entry:first-child{
        border: none;
    }

    .product-teaser-grid .entry .img-block {
        margin-top: 50px;
    }

    .product-teaser-grid .entry:first-child .img-block {
        margin-top: 0px;
    }

    .image-with-details .show-for-small {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
        margin: auto;
    }

    .image-with-details .img-content-block {
        position: relative;
        display: block;
        width: 100%;
        height: 400px;
        margin: 0;
        flex: none;
        max-width: inherit;
    }

    .image-with-points .picture-area {
        height: 400px;
        width: 400px;
        max-height: auto;
        max-width: auto;
    }

    .image-with-details .show-for-small .picture-textbox {
        min-height: 320px;
    }

    .image-with-details .show-for-small .default-content,
    .image-with-details .show-for-small .content {
        height: 240px;
    }

    footer .footer-widget img {
        max-width: 50%;
    }

    .product-teaser-grid .sub-content {
        font-size: 14px;
    }

    .container .row > div {
        flex-basis: auto;
    }

    .column-holder {
        margin: 0 50px;
    }
}
