/*------------------------------------*\
      IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){

    body{
      -webkit-text-size-adjust:none;
    }

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }
    select,
    textarea,
    input {
        font-size: 16px;
    }
    
}