/**/
.artykuly{
	overflow:hidden;
	margin:30px 0 100px;
}
.artykuly > .artykul{
	display:block;
	float:left;
	width:560px;
	height:455px;
	margin: 0 0 30px;

	font:16px "OpenSans",sans-serif;
	color:#000;
	text-decoration:none;
}
.artykuly > .artykul:nth-child(even) {
	margin-left:30px;
}
.artykuly .image{
	position:relative;
	display:block;
}
.artykuly .image > .icons{
	overflow:hidden;
	position:absolute;
	bottom:10px;
	right:10px;
}
.artykuly .image > .icons > i{
	width:32px;
	height:32px;
	margin-left:5px;
	background:#e51212;
	border-radius:5px;

	color:#fff;
	text-align:center;
	line-height:32px;
	font-size:1.25em;
}
.artykuly .image > .icons > i.fa-play{
	padding-left:2px;
}

.artykuly > .artykul > .tytul,
.artykuly > .artykul > .wprowadzenie{
	display:block;
	padding:0 10px;
}
.artykuly > .artykul > .tytul{
	font-size:20px;
	font-weight:bold;
	margin:20px 0;
}

.artykuly > .ias_trigger{
	clear:both;
}
.artykuly > .ias_trigger > a{
	display:block;
	color:#fff;
	font: bold 30px/68px "PTSans",sans-serif;
	text-align:center;
	text-transform:uppercase;

    transition: all 0.1s ease;

	background:#e51212;
	border:2px solid #e51212;
	/*border-radius:10px;*/
}
.artykuly > .ias_trigger > a:hover {
	background:#fff;
	color:#e51212;
	text-decoration:none;
}

.artykuly > .ias_loader{
	clear:both;
}
.artykuly > .ias_loader > .preloader{
	margin:50px auto;
}
