.item:before,
.item:after {
content: '';
width: 33px;
height: 5px;
background-color: #777777;
}
.container { position: relative; }
.container:before, {
content: '';
position:absolute;
top: 20px;
width: 100%;
height: 5px;
background-color: #777777;
}
.item {
text-align: center;
}
.item i {
display:block;
width:30px;
height:30px;
line-height:30px;
background: #fff;
}