@media screen and (min-width:1000px)
{
	@font-face
	{
	font-family: Irregularis;
	src:url(Irregularis.ttf);
	}
	#tablicacala
	{
		float:left;
		margin-bottom:20px;
	}
	#tablica
	{
		background-image: url("tabsrodek.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		padding-left:55px;
		padding-right:55px;
		margin:0;
		margin-left:20px;
		min-height:350px;
		width:360px;
		color:white;
		font-size:25px;
		font-weight:700;
		font-family: Irregularis;
		padding-bottom:10px;
		padding-top:5px;
	}
	#tabgora
	{
		background-image: url("tabgora.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		padding-left:70px;
		margin:0;
		margin-left:20px;
		width:400px;
		height:80px;
	}
	#tabdol
	{
		background-image: url("tabdol2.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		padding-left:70px;
		margin:0;
		margin-left:21px;
		width:400px;
		height:38px;
		margin-bottom:5px;
	}
	#tablica p
	{
		margin-left:10px;
		text-align:left;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}
	#lod
	{
		animation: mymove infinite;
		animation-duration: 2s;
		animation-direction: alternate;
		animation-timing-function: ease-in-out;
		margin:100px 0 0 70px;
		height:500px;
		float:left;
	}
	@keyframes mymove
	 {
		from {transform:rotate(-10deg);}
		to {transform:rotate(10deg);}
	}
}
@media screen and (max-width:1000px)and (orientation:portrait)
{
	@font-face
	{
	font-family: Irregularis;
	src:url(Irregularis.ttf);
	}
	#tablicacala
	{
		float:left;
		margin-bottom:2vh;
	}
	#tablica
	{
		text-align:left;
		background-image: url("tabsrodek.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		margin:0 0 0 3vw;
		width:50vw;
		color:white;
		font-size:3vh;
		font-weight:700;
		font-family: Irregularis;
		padding:2vh 6vw 2vh 6.5vw;
	}
	#zawartosc
	{
		background-color:#BEEFFF;
	}
	#zawartosc h1
	{
		display:none;
	}
	#tabgora
	{
		background-image: url("tabgora.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		margin-top:2vh;
		margin-left:3vw;
		width:62.5vw;
		height:15vh;
	}
	#tabdol
	{
		background-image: url("tabdol2.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		margin-left:3.125vw;
		margin-top:-0.125vh;
		width:62.5vw;
		height:5vh;
	}
	#tablica p
	{
		text-align:left;
		margin-left:2vw;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}
	#lod
	{
		animation: mymove infinite;
		animation-duration: 2s;
		animation-direction: alternate;
		animation-timing-function: ease-in-out;
		margin:25vh -10vw 0 4vw;
		width:25vw;
		float:left;
	}
	@keyframes mymove
	 {
		from {transform:rotate(-10deg);}
		to {transform:rotate(10deg);}
	}	
}
@media screen and (max-width:1000px) and (orientation:landscape)
{
	@font-face
	{
	font-family: Irregularis;
	src:url(Irregularis.ttf);
	}
	#tablicacala
	{
		float:left;
		margin-bottom:2vh;
	}
	#tablica
	{
		text-align:left;
		background-image: url("tabsrodek.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		margin:0 0 0 3vw;
		width:50vw;
		color:white;
		font-size:3vw;
		font-weight:700;
		font-family: Irregularis;
		padding:2vh 6vw 2vh 6.5vw;
	}
	#zawartosc
	{
		background-color:#BEEFFF;
	}
	#zawartosc h1
	{
		display:none;
	}
	#tabgora
	{
		background-image: url("tabgora.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		margin:2vh 0 -0.125vh 3vw;
		width:62.5vw;
		height:17vh;
	}
	#tabdol
	{
		background-image: url("tabdol2.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-clip: padding-box;
		margin-left:3.125vw;
		margin-top:-0.125vh;
		width:62.5vw;
		height:7vh;
	}
	#tablica p
	{
		text-align:left;
		margin-left:2vw;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}
	#lod
	{
		animation: mymove infinite;
		animation-duration: 2s;
		animation-direction: alternate;
		animation-timing-function: ease-in-out;
		margin:25vh -10vw 0 4vw;
		width:20vw;
		float:left;
	}
	@keyframes mymove
	 {
		from {transform:rotate(-10deg);}
		to {transform:rotate(10deg);}
	}	
}