/* PECMS MAIN PAGE MQ CSS */

@media only screen and (min-width: 1000px) {

 div.main .categories					{ }
 div.main .categories .cbox				{ width: 25%; height: auto; float: left; }
 div.main .categories .cbox a				{ }

 div.main .offer					{ }

}

@media only screen and (min-width: 768px) and (max-width: 999px) {

 div.main .categories					{ }
 div.main .categories .cbox				{ width: 25%; height: auto; float: left; }
 div.main .categories .cbox a				{ }

}

@media only screen and (max-width: 767px) {

 div.main .categories					{ }
 div.main .categories .cbox				{ max-width: 475px; height: auto; margin: 0 auto; }
 div.main .categories .cbox a				{ }

}

@media only screen and (min-width: 1025px) {

 #container						{ background: url('/zascianek/gfx/parallax/bg-parallax-1-desktop.jpg') no-repeat fixed 50% 0; }

 div.main .pinnule_2					{ background: url('/zascianek/gfx/parallax/bg-parallax-2-desktop.jpg') no-repeat fixed 50% 0; }

 div.main .pinnule_3					{ background: url('/zascianek/gfx/parallax/bg-parallax-3-desktop.jpg') no-repeat fixed 50% 0; }

}
@media only screen and (max-width: 1024px) {

 #container						{ background: url('/zascianek/gfx/parallax/bg-parallax-1-mobile.jpg') no-repeat fixed 50% 0; }

 div.main .pinnule_2					{ background: url('/zascianek/gfx/parallax/bg-parallax-2-mobile.jpg') no-repeat fixed 50% 0; }

 div.main .pinnule_3					{ background: url('/zascianek/gfx/parallax/bg-parallax-3-mobile.jpg') no-repeat fixed 50% 0; }

}