﻿/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    #RNavigationMenu {
        margin-top: 35px;
    }

    footer .child_footer {
        width: 100% !important;
    }

    /*.search {
        top:-15px;    
    }*/

    .ReplacementPartDivImage {
        width: 60%;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .img-res {
        display: inline-block !important;
        text-align: center;
    }

    .carousel-inner .item .img-back {
        width: auto !important;
    }

    .overlap-bannerimage {
        width: auto !important;
    }

    .slick-slide {
        width: 50% !important;
    }

    .search {
        left: 230px !important;
        /*top:20px;*/
    }

    .ReplacementPartDiv {
        min-width: 70% !important;
    }

    /*#search_input {
        top: 0 !important;
        left: 285px !important;
    }*/

    #search_input .search_container {
        width: 335px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .overlap-bannerimage {
        top: 100px !important;
    }

    .search {
        left: 480px !important;
        /*top:20px;*/
    }

    /*.primary-nav {
        padding:15px 0 !important;
    }*/

    .ReplacementPartDiv {
        min-width: 90% !important;
    }

    /*#search_input {
        top: 22px !important;
        left: 540px !important;
    }*/

    #search_input .search_container {
        width: 335px !important;
    }
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}
