*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	
}
body {
		margin: 0px;
		/*background: url('../img/grid.png') repeat scroll 0% 0% #0A191F;*/
		/*color: #fff;*/
		padding: 0px;
		background: #000;
		background-image: url("../img/bg-sztrim.jpg");
		background-repeat: no-repeat;
		background-position: center top;
	}
		
#header {
		/*background: url('../img/character-bg.png') no-repeat scroll 0% 0% #0A191F;*/
		/*background-position: top right;*/
		color:white;
		text-align:center;
		padding:5px;
		height: 150px;
		}
#wraper{
		color: #787878;
		border-bottom: 3px solid #831608;
		padding-top: 3px;
		padding-bottom: 3px;
		max-width: 1240px;
		margin: 0 auto;
		}		

#logo{
		/*background: url('../img/logo.png') no-repeat scroll 0% 0%;*/
		background-position: center;
		width: 100%;
		height: 100%;
		}
#logo img{
		width: 50%;
		height: 50%;
		margin-top: 195px;

		}

		
#section {
		width:75%;
		float:left;
		padding:0;	 	 
		}
		
#footer {
		color:white;
		clear:both;
		text-align:center;
		padding:5px;	    
		}
/*---------- Start: alert-y, powiadomienia ----------*/
.alert {
		margin-top: 20px;
		margin-bottom: 50px;
		font-size: 18px;
		padding: 8px 35px 8px 14px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;;
}
.alert-warning{
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1;
}
.alert-success{
		color: #3c763d;
		background-color: #dff0d8;
		border-color: #d6e9c6;
}
.alert-danger{
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc;
}
.alert-info{
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1;
}
/*---------- Koniec: alert-y, powiadomienia ----------*/
.clear {
    clear: left;
}
.menu 
	{
		margin-top: 115px;
		margin-bottom: 2px;
	}
.menu ul
	{
		background: -webkit-linear-gradient(#bb413b, #831608); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#bb413b, #831608); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#bb413b, #831608); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#bb413b, #831608); /* Standard syntax (must be last) */
		padding-left: 10px;
		color: white;
		text-transform: uppercase;
		line-height: 250%;
	}
.menu ul li
	{
		display:inline-block;
		padding: 0px 10px;
		height: 100%;
	}

.menu ul li a
	{
		text-decoration: none;
		font-family: 'Audiowide', cursive;
		color: #fff;
		display: block;

	}
.menu ul li.act , .menu ul li:hover 
	{
		background: #980000;
		border-bottom: 2px solid #787878;
	}

	
.menu-footer ul
	{
		padding-left: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
.menu-footer ul li
	{
		display:inline-block;
		padding: 0px 10px;
		height: 100%;
	}

.menu-footer ul li a
	{
		text-decoration: none;
		color: white;
		display: block;
	}
.info 
	{
		text-align: justify;	
		font-size: 16px;
	}
.giveaway
	{
		font-size: 16px;	
	}
.giveaway ol
	{
		margin-top: 20px;		
	}
.giveaway ol li
	{
		padding: 0px;
		margin: 0px 50px;
		list-style-type:decimal-leading-zero;
	}
input, textarea {
    width:100%;
    height:20px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;

}
textarea {
	height:220px;
}
#submit {
    width:120px;
    height:38px;
    background: -webkit-linear-gradient(#848A98, #5D6578); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#bb413b, #831608); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#bb413b, #831608); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#bb413b, #831608); /* Standard syntax (must be last) */
    color: #fff;
	font-size: 14px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
#submit:hover {
	    opacity:.8;
	}
#formWraper{
	width:500px;
	border:1px solid #dedede;
	margin-left:20px;
	padding: 10px;
	}
section {
	padding-bottom: 20px;
}
section ul
	{
		margin-top: 20px;
	}
section ul li
	{
		padding: 0px;
		margin: 0px 50px;
		list-style-type: square;
	}
section ul li a
	{
		color: #787878;
		text-decoration: none;
	}
section ul li a:hover
	{
		color: #831608;
	}
.center {
    margin: auto;
	width: 850px ;
    padding: 10px;
	text-align: center;
}
/*---------- Start: YouTube ----------*/

.block-with-text {
	  display: block;
	  display: -webkit-box;
	  max-width: 100%;
	  height: 50px;
	  margin: 0 auto;
	  font-size: 16px;
	  line-height: 1;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
}

.YouTube{
	margin: 0 auto;
}
.YouTube h1 {
	margin-top: 10px;
	margin-bottom:10px;
}
.YouTube ul  li{
	float: left;
	width: 32%;
	padding: 5px;
	list-style: none;
	background: #ccc;
	margin-bottom: 10px;
}
.YouTube ul  li h1{
	font-size: 22px;
}
.YouTube ul  li i{
	padding: 5px;
}
.YouTube ul  li p{
	padding: 5px;
	text-transform: uppercase;
}
.YouTube ul  li hr{
	display:block;
    height:1px;
    border:0;   
    border-top:2px solid #787878;
    margin: 2px 0;
    padding:0;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
}
.YouTube ul  li iframe, .YouTube ul  li img{
	width: 100%;
	height: 250px;
}
.YouTube ul li:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;

}
.YouTube ul:after{
	display: block;
	content: "";
	clear: both;
}

/*---------- Koniec: YouTube ----------*/
