﻿.headerSearch2 {
    max-width: 95%; padding:10px 0 10px 10px;          }

#sticky_navigation {
    z-index: 9998;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    /* |||||||||||||||||||||||||||||||||||||||| Portrait |||||||||||||||||||||||||||||||||||||||| */
    @media screen and (orientation:portrait) {
        body {
            font-size: 1.45em !important;
        }
    }
    /*  end portrait  */

    /* |||||||||||||||||||||||||||||||||||||||| Landscape |||||||||||||||||||||||||||||||||||||||| */
    @media screen and (orientation:landscape) {
        body {
            font-size: 1.45em !important;
            -webkit-text-size-adjust: 95% !important;
            -moz-text-size-adjust: 95% !important;
            -ms-text-size-adjust: 95% !important;
            text-size-adjust: 95% !important;
        }
    }
    /*  end landscape  */

}
