

@media only screen and (min-width: 1501px) and (max-width: 10000px) {
	
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
	
}

@media only screen and (min-width: 1240px) and (max-width: 1400px) {
	
}

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

}

/*rwd*/

@media only screen and (min-width: 320px) and (max-width: 1000px) {
	/*body > div#drugi, div#tlo, div#strona{position: relative!important;}
	div#drugi{display: none;}
	div#tlo{display: none;}
	div#menu{display: none;}
	header.header_rwd{background-image:url(/grafiki/header_rwd.png); background-repeat: no-repeat; background-position: center top; margin: 0 auto;}*/
	
}

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

	
}

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

}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	/*header.header_rwd{width: 300px; background-size: contain; position: relative;}
	div.logo_box img{width: 155px; height: auto;}
	div.rwd_button{width: 27px; position: absolute; top: 34px; right: 59px;}
	div.rwd_button > div{width:100%; height: 4px; margin-bottom: 5px; background-color: #ebdfd5;}
	div.rwd_button > div:last-child{margin-bottom: 0;}*/
}