/*------------------------------------*\
   MediaQ
\*------------------------------------*/

@media only screen and (max-width: 1400px) {
    .productsWrapper {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .productInfo-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product-image-right {
        float: none;
    }

    .productInfo-left {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product-image-left {
        float: none;
    }

    .whiteBG {
        background-color: white;
        width: 100%;
        height: auto;
    }

    .greyBG {
        width: 100%;
        background-color: #e8e8e8;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    #solutionBoxes {
        width: 100%;
    }

    #solutionBoxes p {
        width: 90%;
    }

    #about p {
        width: 90%;
    }

    #products p {
        width: 90%;
    }

    #contact p {
        width: 90%;
    }

    #concept {
        margin-right: auto;
        margin-left: auto;
    }

    .whiteBG {
        background-color: white;
        width: 100%;
        height: auto;
    }

    .greyBG {
        width: 100%;
        background-color: #e8e8e8;
        height: auto;
    }

    .productsWrapper {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .productInfo-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product-image-right {
        float: none;
    }

    .productInfo-left {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product-image-left {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    #solutionBoxes {
        width: 100%;
    }

    #solutionBoxes p {
        width: 90%;
    }

    #about p {
        width: 90%;
    }

    #products p {
        width: 90%;
    }

    #contact p {
        width: 90%;
    }

    #concept {
        margin-right: auto;
        margin-left: auto;
    }

    .leftForm {
        width: 336px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .rightForm {
        width: 336px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .wpcf7-form {
        width: 100%;
    }

    .footerNav ul {
        width: 343px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        text-align: center;
    }

    .footerNav ul {
        width: 392px;
    }

    .more1 {
        margin-bottom: 0 !important;
    }

    .footerDark {
        height: 170px !important;
    }

    .footerNav ul li {
        float: none;
    }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    .diveIn {
        display: none;
    }

    #waterDrop {
        display: none;
    }

    #heroArea h2 {
        max-width: 80%;
        font-size: 17px;
    }

    #oxytronicsLogo {
        padding-top: 20px;
    }

    header {
        height: 75px;
    }

    #about {
        height: 500px;
    }
}

@media only screen and (max-width: 420px) {
    #oxytronicsLogo {
        max-width: 60% !important;
        padding-top: 40px;
    }

    #heroArea h2 {
        margin-top: 60px;
        max-width: 70%;
        font-size: 14px;
        line-height: 25px;
    }

    .more1 {
        margin-bottom: 0;
    }

    .diveIn {
        display: none;
    }

    #waterDrop {
        display: none;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1425px) {
    .page-template-template-conceptPage .productsWrapper {
        width: 90%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {}