@media screen and (min-width: 1px) and (max-width: 960px) {
	html {
		-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	}
	#cala_strona {
		width:100%;
	}
	
}

@media (max-width: 960px) {
	/* inny breakpoint dla nav dla tej szerokosci */
		
	  .navbar-header {
		  float: none;
	  }
	  .navbar-left,.navbar-right {
		  float: none !important;
	  }
	  .navbar-toggle {
		  display: block;
	  }
	  .navbar-collapse {
		  border-top: 1px solid transparent;
		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	  }
	  .navbar-fixed-top {
		  top: 0;
		  border-width: 0 0 1px;
	  }
	  .navbar-collapse.collapse {
		  display: none!important;
	  }
	  .navbar-nav {
		  float: none!important;
		  margin-top: 7.5px;
	  }
	  .navbar-nav>li {
		  float: none;
		  margin:0px;
	  }
	  .navbar-nav>li>a {
		  padding-top: 10px;
		  padding-bottom: 10px;
	  }
	  .collapse.in{
		  display:block !important;
	  }	
		  
	#menu {
		font-size:20px;
		line-height:16px;
		margin-top:5px;
		text-align:center;
	}	  
	
	#menu .dropdown-menu {
		width:100%;
		font-size:20px;
		line-height:16px;
		text-align:center;	
		border-radius:0px;	
		background-color:#ccc;
		left:0px;
	}
	
	#menu .zi {
		border-bottom:1px dotted #333;
	}
	
	.rotator-photo-container {
		height:350px;
	}
	.rotator-text-container {
		height:350px;
	}
	.galmenu p {
		float:left;
		margin-right:10px;
	}  
}
@media (max-width: 750px) {
	.rotator-photo-container {
		height:300px;
		width:50%;
	}
	.rotator-text-container {
		height:300px;
		width:50%;
	}
	.rotator-photo-container img {
		max-width:initial;
		height:100%;
		max-height:100%;
	}
}
@media (max-width: 650px) {
	.rotator-photo-container {
		height:250px;
		width:40%;
	}
	.rotator-text-container {
		height:250px;
		width:60%;
	}
	
	#rotator {
		display:none;
	}
}

@media (max-width: 485px) {
	#languages {
		margin-top:20px;
		font-size:20px !important;
	}
	.spolecznosc img {
		width:25px;
	}
	

}
