﻿ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  
{ 
    /* iPad Landscape & Portrait */
    .so-nomobile-content
    {
        display:none;
        visibility:hidden; 
    }
    .jsn-header-subtop  div.span2 {
        width: 0%; 
    }
    .jsn-header-subtop  div.span10 {
        width: 98%; 
    }  
    .row-fluid :first-child.offset2 
    {
        margin-left: 0%;
    }
    /*@media all and (min-width:1200px)*/
    .row-fluid .span8 
    {
        width: 100%;
    }
    #jsn-pos-innerright
    {
        display:none;
        visibility:hidden;
    } 
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
and (orientation : landscape) 
{ 
    /* iPad Landscape */

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
and (orientation : portrait) 
{ 
    /* iPad Portrait */
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) 
{ 
    /* iPhone 5 Landscape & Portrait */

}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) 
{ 
    /* iPhone 4 Landscape & Portrait */

}