.box_content_right{
padding: 0px;
}

.kafelki{
max-width: 100%;
box-sizing:border-box;
}

.kafelki .kafelek{
box-sizing:border-box;
width: 33.3333%;
float: left;
transition: all 0.5s ease-out 0s;
}



.kafelki .kafelek .aKafel{
transition: all 0.5s ease-out 0s;
display: block;
box-sizing: border-box;

	
}
.kafelki .ofA_1 .imgOffTop{
display: none;

}
.kafelki .ofA_0 .imgOffBottom{
display: none;

}

.kafelki .kafelek .aKafel .txtOff{
width: 100%;
max-width: 100%;
display: block;
}
.kafelki .kafelek .aKafel .txtOff2{
position: relative;
display: block;
}



.kafelki .kafelek .aKafel .txtOff .imgEmpty{
visibility: hidden;
max-width:100%;
width:100%;
height: auto;

}
.kafelki .kafelek .aKafel .txtOff2 .icoImg{
width: 100%;
height:100%;
text-align: center;
position: absolute;
box-sizing:border-box;
padding-top: 15%;
transition: all 0.5s ease-out 0s;
}

.kafelki .kafelek .aKafel .txtOff2 .icoImg .ico{
display: inline-block;
width: 51px;
height: 41px;
}
.kafelki .kafelek .aKafel .txtOff2 .icoImg .icoTxt{
display: block;
font-size: 17px;
color: #000000;
}

.kafelki .kafelek .aKafel .imgOff{
max-width: 100%;
width:100%;
box-sizing:border-box;
display: block;
position: relative;
z-index: 1;
}
.kafelki .kafelek .aKafel .imgOff img{
max-width:100%;
width:100%;
height: auto;
position: relative;
}

.kafelki .kafelek .aKafel .imgOff .imgOff2{
max-width:100%;
width:100%;
height: auto;
position: relative;
display: block;
}




.kafelki .kafelek .aKafel .imgOff .imgOff2:after{
content: "";
position: absolute;
width: 100%;
height: 25px;
left: 0px;
right: 0px;
margin: 0px auto;
background: url('../images/shadowOff.png') 50% 50% no-repeat;
transition: all 0.5s ease-out 0s;
background-size:100% 25px;
}

.kafelki .kafelek .aKafel .imgOffBottom .imgOff .imgOff2:after{
top:0px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg); 
-moz-transform:rotate(180deg);
-o-transform:rotate(180deg);
}
.kafelki .kafelek .aKafel .imgOffTop .imgOff .imgOff2:after{
bottom: 0px;
}



.kafelki .kafelek .aKafel .imgOff:after{
content: "";
position: absolute;
width: 28px;
height: 28px;
border-radius:50%;
left: 0px;
right: 0px;
margin: 0px auto;
background: url('../images/zwin.png') 50% 50% no-repeat;
background-color: #e7e9e9;
transition: all 0.5s ease-out 0s;
}
.kafelki .kafelek .aKafel .imgOffBottom .imgOff:after{
top:-14px;

}
.kafelki .kafelek .aKafel .imgOffTop .imgOff:after{
bottom: -14px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg); 
-moz-transform:rotate(180deg);
-o-transform:rotate(180deg);
}


.kafelki .kafelek .aKafel:hover .txtOff2 .icoImg .ico {
background-position: 0 -82px;
}
.kafelki .kafelek .aKafel:hover .txtOff2 .icoImg .icoTxt {
color:#9e7300;
}

.kafelki .kafelek .aKafel:hover .txtOff2 .icoImg {
background-color: #ffc835;
}
.kafelki .kafelek .aKafel:hover .imgOff:after{
background-color: #ffc835;
}

.kafelki .kafelek:hover .aKafel {
position:relative;
z-index:10;
box-shadow:0px 0px 0px 4px rgba(255,255,255,0.7);
transition: all 0.5s ease-out 0s;
}
.kafelki .kafelek:hover{
box-shadow:0px 0px 15px 0px rgba(13,19,23,0.45);
}


@media screen and (max-width:500px){
.kafelki .kafelek .aKafel .txtOff2 .icoImg .icoTxt {font-size: 14px;}
.kafelki .kafelek .aKafel .txtOff2 .icoImg .ico {width: 31px;height: 25px;background-size:100% auto;background-repeat: no-repeat; }
.kafelki .kafelek .aKafel .txtOff2 .icoImg {padding-top: 10%;}	
}
@media screen and (max-width:380px){
.kafelki .kafelek .aKafel .txtOff2 .icoImg .icoTxt {font-size: 12px;}
}