/*=========================================================================*/
/*====iPhone 4, Opera Mobile 11 and other high pixel ratio devices=========*/
/*=========================================================================*/

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (device-width: 768px) {
  
  #media_suite_utility {
    width:1012px;
    margin:0 auto !important;
  }
  .main{
    background-image:none;
    background-color:#fff;
    width:1010px;
    padding:0 0 0 0 !important;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
  }
  #footer_level_one{
    width:1010px;
    margin:0 auto !important;
    border-left:1px solid #333;
    border-right:1px solid #333;
    margin-top:0;
    background-position:left -4px;
  }
  #footer_level_two{
    width:1010px;
    margin:0 auto !important;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-top:0;
  }
  #footer_level_two .footer_inner { padding-right:20px; width:970px; }
  .foot_shadow { left:0; }
  
  #media_suite_utility .suite_tools #langSelect { margin-right: 25px; }
  
  /*a.print_page { border-right:1px solid #ccc; }*/
  
}

/*=========================================================================*/
/*====iPads================================================================*/
/*=========================================================================*/

@media 
only screen and (device-width: 768px) {
    
}