#logo a img , #mtop ul li a , ol.bjqs-markers li a , ul#oferta li span , ul#oferta li h4 , .home-news h3 a , a.wiecej2 , #mdol  ul li a , #podpis a , .fscf-div-field input, .fscf-div-field textarea, .fscf-div-field select , input.fscf-button-submit , a.exit , .news h3 a , .wp-pagenavi a , .kat-of .ico
{-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;}

.kat-of
{-webkit-transition: all 0.9s linear 0s;
-moz-transition: all 0.9s linear 0s;
-ms-transition: all 0.9s linear 0s;
-o-transition: all 0.9s linear 0s;
transition: all 0.9s linear 0s;}

ul#oferta li img
{-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;}


#logo a:hover img { 
-moz-transform: scale(0.8); 
-webkit-transform: scale(0.8); 
-o-transform: scale(0.8); 
-ms-transform: scale(0.8); 
transform: scale(0.8); 
}


ul#oferta li:hover img {
-moz-transform: scale(0.7);
-webkit-transform: scale(0.7);
-o-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);}
	