/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 06 November 2023 08:46:07
*/


/* Responsive */


/* iPads (portrait and landscape) ----------- */

/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}
*/


/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 481px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

  #wrapper, #header, .center_container {
    min-width:481px;
    max-width:1024px;
    width:100%
  }
  
  #content {
    min-width:481px;
    max-width:1024px;
    width:100%
  }


/*.promobox_smallpic .promobox_smallpic_text h3 a, .promobox_smallpic a .promobox_smallpic_text h3, .promobox_smallpic .promobox_smallpic_text p, .promobox_smallpic a .promobox_smallpic_text p{
   -webkit-text-size-adjust:100%;
   -webkit-transform: translate3d(0,0,0);
}
*/

}


