@media only screen and (max-width : 700px)  { 
   html {
      -webkit-text-size-adjust: none;
      }
#header-wrapper, #page, #sidebar, #content, #footer,  #wrapper, #page, #content, .post, #header, #menu {width:99%; padding:0; }  
h1.title, .nomobile, #kiws  {display:none !important;}
#slider  {display:none !important;}
#logo h2, #logo h1 {font-size:18px;}
h1, h2.gl  {font-size:18px;}
h2{font-size:16px;} 
h3,p.bigger {font-size:15px;} 
#tel{float:left;font-size:20px;margin-left:15px;padding:12px 10px 5px 28px;}
#menu ul {background:#fff;}
#menu ul li {background:#000;}
img.ikonka {max-width:90px;max-height:90px;}
ul, ul.li {padding:0;}
.post ul li {background:url(i/yes.png) no-repeat left top;line-height:1.2;}
#sidebar img{margin:0 auto; display:block;text-align:center;}
#content img {max-width:260px;}
#slider img{max-width:260px;max-height:173px;}  
img.logo{max-width:260px;max-height:89px;}     
.post .entry{padding:5px 10px;}

}

 /* Duze ekrany */   
@media only screen and (min-width : 1100px)  { 
.cosik{}    
#header-wrapper, #header, #page, #footer{width:980px; }
#content {width:660px;}
}
 /* iPady np dla 768x1024 */   
@media only screen and (min-width : 701px) and (max-width : 785px) { 
.cosik{}    
#header-wrapper, #header, #page, #footer{width:730px; }
#content {width:410px;}
#content img{max-width:370px;}
#logo h2, h1 {font-size:20px;}
h2 {font-size:18px;} 
h3,p.bigger {font-size:16px;}   
}
/* mobile styles */
@media handheld {

   html, body {
      font: 12px/15px sans-serif;
      background: #fff;
      padding: 3px;
      color: #000;
      margin: 0;
      }
   #sidebar, #footer {
      display: none;
      }
   h1, h2, h3, h4, h5, h6 {
      font-weight: normal;
      }
   #content img { 
      max-width: 250px;
      }
/*
   .center {
      width: 100% !important;
      text-align: center;
      }
   a:link, a:visited {
      text-decoration: underline;
      color: #0000CC;
      }
   a:hover, a:active {
      text-decoration: underline;
      color: #660066;
      }
*/

}