/*
 * Colors:
 * #B94 beige
 *
 */

main.incentive ul.list li {
	padding: 17px 20px;
	border-bottom: solid 1px rgba(255,255,255,.1);
}

main.incentive ul.list li:hover,
main.incentive ul.list li:active {
	background: rgba(0,0,0,.2);
}

/*main.incentive ul.list li:last-child {*/
	/*border-bottom: none;*/
/*}*/

main.incentive ul.list li .stripped_text {
	font-size: 15px;
	margin:0;
	text-align: justify;
}

main.incentive ul.list li .source {
	display: none;
}

main.incentive ul.list li .date {
	text-align:right;
	margin-top: 10px;
}

main.incentive .content .footer {
	text-align:center;
}

main.incentive .content .footer .texture {
	width: auto;
	display: inline-block;
	margin: 15px auto;
}

main.incentive .content a.media_link {
	background: url(../images/icons/link.png) right 3px no-repeat;
	padding-right: 14px;
}

/*-------------------------------SERWISY--*/

.services > .body > ul,
.services > .body > ul > li {
	margin: 0;
	padding: 0;
}
.services > .body > ul {
	padding-bottom: 5px;
}
.services > .body > ul > li {
	list-style: none;
	padding: 12px 0 10px;
}

.services > .body a {
	text-decoration: none;
	color: #B94;
	display: block;
	padding-left: 60px;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	background-position: 18px 0;
}

.services > .body .twitt > a {
	background-image: url('../images/twitter_3.png');
}
.services > .body .photo > a {
	background-image: url('../images/gallery_2.png');
}
.services > .body .face > a {
	background-image: url('../images/facebook_2.png');
}

.services > .body a:hover {
	text-decoration: underline;
	background-position: 18px -30px;
}
