@media (max-width:560px){
	.layout-main {
		min-height: 0px;
	}
	
    .layout-naglowek{
        height:100px;
        #padding-top:20px;
        background-position:center center
    }
    .layout-naglowek-logo{
        -moz-transform:scale(.5);
        -ms-transform:scale(.5);
        -o-transform:scale(.5);
        transform:scale(.5);
        -webkit-transform:scale(.5);
        -ms-transform-origin:0 0;
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
        #left:100px;
        top:-10px;
		margin-left: -110px;
    }
	.layout-footer-column:nth-child(2n) {
		border-left: 0px solid black;
		border-right: 0px solid black;	
	}
	.col-1z3{
		width:	100%;
		min-width:	0;
	}
	.nav-main-mobile-toggle{
		top: 24px;
	}

	.layout-motto{
		font-size: 23px;
		white-space: normal;

	}
}