body
{
	background-color: #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
nav
{
	background-color: #888;
}
main 
{
}
footer
{
	min-height: 50px;
	background-color: #888;
	text-align: center;
	color: #ddd;
	font-size: 14px;
	padding-top: 13px;
	margin-top: 30px;
}
.navbar
{
	position: sticky;
	top: 0;
	z-index: 2;
}
.wazne_main_boxes
{
	margin-top: 40px;
	margin-bottom: 40px;
  	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 35px 5px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 35px 5px rgba(170,170,170,1);
	box-shadow: 0px 0px 35px 5px rgba(170,170,170,1);
}
.main_boxes_text
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
.main_boxes_img
{
	text-align: center;
}
#main_boxes_podejscie
{
	background-color: #fafafa;
	box-shadow: none;
	transition: all 1s;
}
#main_boxes_podejscie:hover
{
	background-color: #fff;
	margin: 40px 90px;
	-webkit-box-shadow: 10px 0px 35px 5px rgba(170,170,170,1);
	-moz-box-shadow: 10px 0px 35px 5px rgba(170,170,170,1);
	box-shadow: 10px 0px 35px 5px rgba(170,170,170,1);
	transform: scale(1.01);
}
#main_boxes_odlotowa
{
	background-color: #fafafa;
	box-shadow: none;
	transition: all 1s;
}
#main_boxes_odlotowa:hover
{
	background-color: #fff;
	margin: 40px 10px;
	-webkit-box-shadow: 10px 0px 35px -5px rgba(170,170,170,1);
	-moz-box-shadow: 10px 0px 35px -5px rgba(170,170,170,1);
	box-shadow: 10px 0px 35px -5px rgba(170,170,170,1);
	transform: scale(1.01);
}
#main_boxes_cena
{
	background-color: #fafafa;
	box-shadow: none;
	transition: all 1s;
}
#main_boxes_cena:hover
{
	background-color: #fff;
	margin: 40px 90px;
	-webkit-box-shadow: 10px 0px 35px 5px rgba(170,170,170,1);
	-moz-box-shadow: 10px 0px 35px 5px rgba(170,170,170,1);
	box-shadow: 10px 0px 35px 5px rgba(170,170,170,1);
	transform: scale(1.01);
}
#odlotowa_left
{
	transform: scale(.9);
}
#podejscie_left
{
	text-align: center;
}
#podejscie_left img
{
	animation: podejscie_img 15s ease-in-out infinite;
}
@keyframes podejscie_img
{
	0%
	{
		transform: rotate(0deg);
	}
	75%
	{
		transform: rotate(0deg);
	}
	80%
	{
		transform: rotate(5deg);
	}
	82%
	{
		transform: rotate(-5deg);
	}
	84%
	{
		transform: rotate(4deg);
	}
	86%
	{
		transform: rotate(-2deg);
	}
	88%
	{
		transform: rotate(1deg);
	}
	90%
	{
		transform: rotate(-1deg);
	}
	92%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(0deg);
	}
}
#rakieta_tlo
{
	background-image: url("img/kosmos.jpg");
	background-size: 1200px 1200px;
	border-radius: 500px;
	width: 300px;
	height: 300px;
	background-color: #000;
	animation: rakieta_tlo 10s ease-in-out infinite;
	margin: auto;
	text-align: center;
}
#rakieta_tlo img
{
	animation: rakieta 10s ease-in-out infinite;
}
@keyframes rakieta
{
	0%
	{
		margin-top: 40px;
		transform: scale(.8);
	}
	5%
	{
		transform: scale(.8, .6);
		margin-top: 40px;	
	}
	10%
	{
		transform: scale(.8);
		margin-top: 30px;	
	}
	60%
	{
		margin-top: 0px;
	}
	95%
	{
		margin-top: 40px;
		transform: scale(.8);
	}
	100%
	{
		margin-top: 40px;
		transform: scale(.8);
	}
}
@keyframes rakieta_tlo
{
	0%
	{
		background-position: 0 0px;
	}
	9%
	{
		background-position: 0 0px;
	}
	100%
	{
		background-position: 0 6000px;
	}

}
#cena_left
{
	text-align: center;
}
.coin
{
	position: absolute;
	height: 30px;
}
#coin_1
{
	animation: moneta_1 linear 25s infinite;
}
@keyframes moneta_1
{
	0%
	{
		transform: rotate(400deg);
		opacity: 0;
		top: 10px;
		left: 120px;
	}
	10%
	{
		transform: rotate(0deg);
		opacity: 1;
		top: 50px;
		left: 135px;
	}
	20%
	{
		transform: rotate(-400deg);
		opacity: 0;
		top: 80px;
		left: 150px;
	}
	100%
	{
		transform: rotate(600deg);
		opacity: 0;
		top: 10px;
		left: 120px;
	}
}
#coin_2
{
	animation: moneta_2 linear 30s infinite;
}
@keyframes moneta_2
{
	0%
	{
		opacity: 0;
	}
	10%
	{
		transform: rotate(300deg);
		bottom: 150px;
		right: 40px;
		opacity: 0;
	}
	20%
	{
		opacity: 1;
	}
	35%
	{
		transform: rotate(0deg);
		bottom: 10px;
		right: 80px;
		opacity: 0;
	}
	100%
	{
		transform: rotate(100deg);
		bottom: 50px;
		right: 40px;
		opacity: 0;
	}
}
#coin_3
{
	animation: moneta_3 linear 22s infinite;
}
@keyframes moneta_3
{
	0%
	{
		opacity: 0;
		top: 60px;
		left: 210px;
	}
	35%
	{
		opacity: 0;
		top: 60px;
		left: 210px;
		transform: rotate(0deg);
	}
	50%
	{
		opacity: 1;
	}
	65%
	{
		top: 140px;
		left: 150px;
		opacity: 0;
		transform: rotate(-380deg);
	}
	100%
	{
		opacity: 0;
	}
}
#coin_4
{
	animation: moneta_4 linear 55s infinite;
}
@keyframes moneta_4
{
	0%
	{
		top: 120px;
		left: 40px;
		opacity: 0;
	}
	40%
	{
		transform: rotate(-67deg);
		opacity: 0;
		top: 120px;
		left: 40px;
	}
	48%
	{
		transform: rotate(-452deg);
		opacity: 1;
		
	}
	56%
	{
		transform: rotate(-951deg);
		top: 180px;
		left: 180px;
		opacity: 0;
	}
	100%
	{
		opacity: 0;
	}
}
#coin_5
{
	animation: moneta_5 linear 40s infinite;

}
@keyframes moneta_5
{
	0%
	{
		bottom: 50px;
		left: 80px;	
		opacity: 0;
	}
	80%
	{
		bottom: 50px;
		left: 80px;	
		opacity: 0;
		transform: rotate(0deg);
	}
	85%
	{
		opacity: 1;
	}
	90%
	{
		transform: rotate(320deg);
		opacity: 0;
		bottom: 10px;
		left: 180px;
	}
	100%
	{
		opacity: 0;
	}
}
#zamow_button
{
	background-color: #00ee00;
	text-align: center;
	padding: 10px;
	color: black;
	text-decoration: none;
	border: 3px #00aa00 solid;
}
#zamow_tlo
{
	height: 300px;
	text-align: center;
}
#zamow_tlo img
{
	animation: box 15s linear infinite;
}
@keyframes box
{
	0%
	{
		margin-top: 10px;
		transform: scale(1);
	}
	58%
	{
		margin-top: 10px;
		transform: scale(1);
	}
	60%
	{
		margin-top: 0;
		transform: scale(1.003);
	}
	62%
	{
		margin-top: 5px;
		transform: scale(1);
	}
	63%
	{
		margin-top: 0;
		transform: scale(1.003);
	}
	65%
	{
		margin-top: 5px;
		transform: scale(1);
	}
	100%
	{
		margin-top: 10px;
		transform: scale(1);
	}
}




/* RESP */



@media only screen and (max-width: 767px)
{
	#main_boxes_cena:hover,
	#main_boxes_podejscie:hover,
	#main_boxes_odlotowa:hover
	{
		margin: 40px 0;
	}
}
@media only screen and (max-width: 350px)
{
	.main_boxes_img img
	{
		width: 200px;
		height: 200px;
	}
	#rakieta_tlo
	{
		width: 223px;
		height: 223px;
	}
	#coins img
	{
		width: 30px;
		height: 30px;
	}
}



























