/* PECMS CONTACT MQ CSS */

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

 div.contact .cform					{ width: 360px; float: left; }
 div.contact .address					{ width: 630px; float: left; }

}

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

 div.contact						{ width: 99%; margin: 0 auto; }
 div.contact .cform					{ width: 35%; float: left; }
 div.contact .address					{ width: 65%; float: left; }

}

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

 div.contact						{ width: 99%; margin: 0 auto; }

}

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

 .container_kontakt					{ background: url('/zascianek/gfx/container_banner_desktop/zascianek-kontakt-banner-desktop.jpg') no-repeat 50% 0; }

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

 .container_kontakt					{ background: url('/zascianek/gfx/container_banner_mobile/zascianek-kontakt-banner-mobile.jpg') no-repeat 50% 0; }

}