#ep-producers {
overflow:hidden;
height:auto;
color:#fff;
/* margin-left:-5px; */
}
.head.mproducers {
font-size:14px;
margin:20px 0;
color:#7e7e7e;
text-transform: uppercase;
}
.mproducer {
float:left;
width:183px;
margin-right: 8px;
margin-bottom: 6px;
}
.mcenter {
position:relative;
height:148px;
}
.mprod-row0 .mcenter {
background:#f00;
}
.mprod-row1 .mcenter {
background:#006bac;
}
.mprod-row2 .mcenter {
background:#50c50f;
}
.mprod-row3 .mcenter {
background:#fda101;
}
.mtop {
position: relative;
border-bottom:#fff 1px solid;
}
.mproducer .mtop a {
display:inline-block;
padding-top:77px;
height:30px;
width:100%;
position:relative;
text-transform: uppercase;
background-repeat: no-repeat;
}
.mproducer .mtop a span {
line-height:30px;
display:inline-block;
width:95%;
padding-left:5%;
height: 30px;
/*behavior: url(/css/frontend/theme/czaszabawy/PIE.htc); */
/*pie-background:rgba(100,100,100, 0.8);*/
/*background:rgba(100,100,100, 0.8);*/
background: #333;
color:#fff;
font-size: 16px;
position:relative;
z-index:30;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
opacity:0.8;
}
.mproducer .mtop a span.cover {
display:none;
position:absolute;
left:0;
top:0;
padding:0;
margin:0;
height:107px;
width:184px;
background:#333;
z-index:29;
cursor:pointer;
opacity:0.5;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
.mproducer .mtop a:hover span.cover {
display:block;
}
.mcenter ul {
padding:10px 0;
}
.mcenter ul li {
padding:1px 5%;
}
.mcenter ul a {
padding:0;
/* text-transform: uppercase; */
color:#fff;
font-size:12px;
text-decoration:none;
}
.mcenter ul a:hover {
text-decoration: underline;
}
.mcenter .mmore {
position: absolute;
right:5%;
bottom:5%;
color:#fff;
text-decoration:none;
padding-right:12px;
background:url(/images/frontend/theme/czaszabawy/mmore_arrow.png) no-repeat right 50%;
}
.mcenter .mmore:hover {
color:#eee;
}
