/* #Base 1280 Grid
================================================== */
/*ta czesc definiowana w kodzie*/

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

}

/* #Base 960 Grid
================================================== */

@media only screen and (min-width: 961px) and (max-width: 1279px) {

}


/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 769px) and (max-width: 960px) {
	
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */

@media only screen and (min-width: 480px) and  (max-width: 768px) {
	div.section h1 span.tytul-1 {
		font-size:30px;
		margin:0;
		padding:0;
	}

	div.section h1 span.tytul-2 {
		font-size:15px;
		margin:0px 0px 5px 0px;
		padding:0px 0px 5px 0px;
	}
	
	
	.home-section .paski-pion-top  {
		display:none;
	}

	.home-section .paski-pion  {
		display:none;
	}
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and  (max-width: 480px) {
	div.section h1 span.tytul-1 {
		font-size:30px;
		margin:0;
		padding:0;
	}

	div.section h1 span.tytul-2 {
		font-size:15px;
		margin:0px 0px 5px 0px;
		padding:0px 0px 5px 0px;
	}	
	
	.home-section .paski-pion-top  {
		display:none;
	}

	.home-section .paski-pion  {
		display:none;
	}
}

