@charset "utf-8";
/* CSS Document */

body {
	background:url(inprogress.jpg) #ededed center top no-repeat;
	width:100%;
}

h1{text-align:center;
font-family: Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size:24px;
	margin-top:20px;
	text-shadow: #000 2px 2px 1px;
	text-decoration:none;
	color:#fff;
	}
	
h2 {text-align:center;
font-family: Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size:24px;
	margin-top:20px;
	text-shadow: #000 2px 2px 1px;
	text-decoration:none;
	color:#fff;
	}
	
h3 {font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:center;
	color:ff6000;
	margin-top:20px;
}

h4 {font-family:Tahoma, Geneva, sans-serif;
	color:#ff6000;
	font-weight:normal;
	text-align:center;
	font-size:28px;
	text-shadow: #fff 2px 2px 1px;
	margin-top:40px;
}

p {padding:10px;text-align:justify;}
a {color:#ff6000; font-weight:normal;text-decoration:none;}
a:hover {color:#00aeff;}
span {font-weight:bold;}

#logo {
	margin:0 auto;
	margin-top:45px;
	margin-bottom:80px;
	width:447px;
}



#txt {
width:100%;
margin-top:250px;
}

#container .box {
	width:420px;
	height:350px;
	background: #f8f8f8;
	border-radius: 4px;
	border:#e7e7e7 solid 1px;
	float:left;
	margin:60px 6px 6px 6px;
}

.box:hover {
           box-shadow:0px 0px 15px #a6a6a6;
           border:1px solid #5eaed0;
           }

.box h1 a{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size:24px;
	margin-top:20px;
	text-align:center;
	text-shadow: #fff 2px 2px 1px;
	text-decoration:none;
	color:#000;
}

.box h2 a{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size:24px;
	margin-top:20px;
	text-align:center;
	text-shadow: #fff 2px 2px 1px;
	text-decoration:none;
	color:#000;
}

.box img {
	width:393px;
	height:179px;
	position:absolute;
	margin-top:20px;
	margin-left:14px;
}

.box .button img {
	width:340px;
	height:82px;
	position:relative;
	margin-top:200px;
	margin-left:58px;
}

.box p, li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:lighter;
	text-align:justify;
	color:#000;
}

 /* glowny div z like box'em */
#like-box {
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	left: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box:hover {
	left: 0px;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}

/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}

/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	float: left;
	width: 100px;
	height: 40px;
	padding: 7px 0px 0px 20px;
	margin: 100px 0px 0px -55px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#cookies-message p{
      font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:lighter;
	text-align:center;
	color:#fff;
}

