@font-face {
font-family: TheFont;
	src: url('/font/TheFont.eot'); /* IE9 Compat Modes */
	src: url('/font/TheFont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/font/TheFont.woff') format('woff'), /* Pretty Modern Browsers */
    url('/font/TheFont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/font/TheFont.svg#svgFontName') format('svg'); /* Legacy iOS */
	
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
html
{
	height: 100%;
}
body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 'TheFont', sans-serif;
	font-size: 14px; 
	color: #000000;
	background-image: url("/images/paper.png");
	text-shadow:  0px 0px 2px #aaa;
	 box-sizing: border-box;
}	
h1
{
	font-size: 42px !important;
	text-align: center;
	margin: 0px !important;
}
h2
{
	font-size: 26px;
	text-align: center;
}
#logos
{
	width: 100%;
	height: 250px;
	text-align: center;
	line-height: 250px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
	#logos img
	{
		width: 200px;
		display: inline-block;
		vertical-align: middle;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  margin: auto;
		  position: absolute;
		  animation: grow 20s infinite;
	}
	@keyframes grow {
		  0%, 100% {
			transform: scale(1);;
		  }
		  50% {
			transform: scale(1.1);;
		  }
		}
	@-webkit-keyframes grow {
		  0%, 100% {
			transform: scale(1);;
		  }
		  50% {
			transform: scale(1.1);;
		  }
		}
	@-moz-keyframes grow {
		  0%, 100% {
			transform: scale(1);;
		  }
		  50% {
			transform: scale(1.1);;
		  }
		}

input
{
	border: 0px solid #0000 !important;
	border-radius: 20px;
	width: 50%;
	height: 50px;
	text-align: center;
	font-size: 30px !important;
	font-family: 'TheFont', sans-serif !important;
	box-shadow: 0px 0px 2px #aaa;
}
input:focus
{
	 outline: none;
}
.rbut
{
	border: 0px solid #0000 !important;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 30px !important;
	font-family: 'TheFont', sans-serif !important;
	box-shadow: 0px 0px 0px #aaa;
	vertical-align: middle;
}
.rbut:focus
{
	 outline: none;
}
#meghivo
{
	position: relative;
	width: 94%;
	margin: 0px auto;
	max-width: 600px;
}
	#meghivo img
	{
		width:	100%;
	}
		@-moz-keyframes bounce {
		  0%, 20%, 50%, 80%, 100% {
			-moz-transform: translateY(0);
			transform: translateY(0);
		  }
		  40% {
			-moz-transform: translateY(-30px);
			transform: translateY(-30px);
		  }
		  60% {
			-moz-transform: translateY(-15px);
			transform: translateY(-15px);
		  }
		}
		@-webkit-keyframes bounce {
		  0%, 20%, 50%, 80%, 100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		  }
		  40% {
			-webkit-transform: translateY(-30px);
			transform: translateY(-30px);
		  }
		  60% {
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
		  }
		}
		@keyframes bounce {
		  0%, 20%, 50%, 80%, 100% {
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-webkit-transform: translateY(0);
			transform: translateY(0);
		  }
		  40% {
			-moz-transform: translateY(-30px);
			-ms-transform: translateY(-30px);
			-webkit-transform: translateY(-30px);
			transform: translateY(-30px);
		  }
		  60% {
			-moz-transform: translateY(-15px);
			-ms-transform: translateY(-15px);
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
		  }
		}	
	.bounce {
	  -moz-animation: bounce 2s infinite;
	  -webkit-animation: bounce 2s infinite;
	  animation: bounce 2s infinite;
	  width: 20% max-width: 100px !important; max-width: 100px !important;
	}
button 
{
	height: 100px;
	width: 90%;
	max-width: 400px;
	background: #000000;
	border: 0px solid #000;
	border-radius: 20px;
	text-align: center;
	font-size: 32px !important;
	color: #ffffff;
	font-family: 'TheFont', sans-serif !important;
	box-shadow: 0px 0px 2px #aaa;
}
button:focus
{
	 outline: none;
}
button:hover
{
	background: #444;
}
#ottleszek
{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url("/images/black2.png");
	text-align: center;
	z-index: 999;	
	font-size: 32px !important;
	color: #ffffff;
	font-family: 'TheFont', sans-serif !important;	
	overflow-y: scroll;
	line-height: 60px;
	display: none;
}
#ottleszek button
{
	background: #dddddd !important;
	color: #000;
}
#ottleszek button:hover
{
	background: #ffffff !important;
	color: #000;
}
	.details
	{
		font-size: 24px !important;	
		line-height: 38px;
		vertical-align: middle;
	}
	.details input
	{
		border: 0px solid #0000 !important;
		border-radius: 20px;
		width: 40%;
		height: 40px;
		text-align: center;
		font-size: 24px !important;
		font-family: 'TheFont', sans-serif !important;
		box-shadow: 0px 0px 2px #aaa;
	}
	.details .rbut
	{
		border: 0px solid #0000 !important;
		width: 38px;
		height: 38px;
		text-align: center;
		font-size: 24px !important;
		font-family: 'TheFont', sans-serif !important;
		box-shadow: 0px 0px 0px #aaa;
		 vertical-align: middle;
	}
.closebut
{
	float: right;
	margin: 10px;
	height: 20px;
	cursor: pointer;
}