/*****************/
/* MEDIA QUERIES */
/*****************/

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* Resize the body */
body {min-width:767px;}

/* Resize the row */
.container_12 {width:767px;}

/* Resize the columns */
.grid_12 {width:748px;}
.grid_9 {width:492px;}
.grid_8 {width:556px;}
.grid_6 {width:364px;}
.grid_4 {width:236px;}
.grid_3 {width:236px;}
.container_12 .grid_12 {width:748px;}
.container_12 .grid_8 {width:490px;}
.container_12 .grid_4 {width:236px;}

.cwrap { width:236px; height:236px; }
.slider_wrapper { width: auto; }

.sf-menu { display: none; }
#menuShowHide + label:after { content: url(http://www.szklarzpoznan.net/menu.png); }
#menuShowHide:checked + label:after { content: url(http://www.szklarzpoznan.net/menu.png); }
#menuShowHide:checked ~ .sf-menu { display:block; }
}

/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* Resize the body */
body {min-width:479px;}

/* Resize the row */
.container_12 {width:479px;}

/* Resize the columns */
.grid_12 {width:460px;}
.grid_9 {width:225px;}
.grid_8 {width:225px;}
.grid_6 {width:225px;}
.grid_4 {width:140px; margin-left:0px;}
.grid_3 {width:225px; margin-left:0px;}
.container_12 .grid_12 {width:460px;}
.container_12 .grid_4 {width:140px;}
.container_12 .grid_8 {width:460px;}
.cwrap { width:140px; height:140px; }
.slider_wrapper { width: auto; }

.sf-menu { display: none; }
#menuShowHide + label:before { content: url(http://www.szklarzpoznan.net/menu.png); }
#menuShowHide:checked + label:before { content: url(http://www.szklarzpoznan.net/menu.png); }
#menuShowHide:checked ~ .sf-menu { display:block; }

/* Fix the .last issue */
.last {
margin-left:0;
margin-right:10px;
}

}

/* Mobile Portrate Screen Sizes */
@media only screen and (max-width: 479px) {
/* Resize the body */
body {min-width:320px;}

/* Resize the row */
.container_12 {width:320px;}

/* Resize the columns */
.grid_12 {width:300px;}
.grid_9 {width:300px;}
.grid_8 {width:300px;}
.grid_6 {width:300px;}
.grid_4 {width:300px; margin-left:0px;}
.grid_3 {width:300px; margin-left:0px;}
.container_12 .grid_12 {width:300px;}
.container_12 .grid_4 {width:300px;}
.container_12 .grid_8 {width:300px;}
.cwrap { width:300px; height:300px; }
.slider_wrapper { width: auto; }

.sf-menu { display: none; }
#menuShowHide + label:before { content: url(https://www.szklarzpoznan.net/menu.png); }
#menuShowHide:checked + label:before { content: url(https://www.szklarzpoznan.net/menu.png); }
#menuShowHide:checked ~ .sf-menu { display:block; }

/* Fix the .last issue */
.last {
margin-left:0;
margin-right:10px;
}
}