.reklama {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 170px;
	width: 250px;			
	background-color: #515199;
	color: #fff;
	box-shadow: 1px 1px 1px #000;
	padding: 10px;
	border: 1px solid #fff;
}
.reklama img {
	width: 60px;
	height: auto;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border: 1px solid #fff;
}		
.reklama a.nadpis {
	color: #fff;
	font-weight: bold;			
	margin-bottom: 5px;
}		
.reklama p {
	color: #efefef;
	font-size: 12px;
	line-height: 13px;
}
.media-body a {display:none}
.media-left img {width: 220px !important;height:143px !important}
.media-body h4 {font: bold 15px/16px'Open Sans',Droid Sans,sans-serif;text-transform: none;color: #bf5151;}
.sidebar {
  position:absolute;
  top:10px;
  width:185px;  
  padding:5px;
}

.sidebar * {
	width: 100%;
}

.left {
  left:0%;
}

.right {
  right:0%;
}

.alpha *:last-child:after,
.product *:last-child:after {
	content: '';
    display: block;
    clear: both;
}