.glyphicon-phone:before {
    display: block;
    width: 16px;
    height: 16px;
    content: ""!important;
    background-image: url(../images/phone.png);
    background-repeat:no-repeat;
    background-size: 100%;
}
.fa-key:before {
    display: block;
    width: 16px;
    height: 16px;
    content: ""!important;
    background-image: url(../images/code.png);
    background-repeat:no-repeat;
    background-size: 100%;
}
.glyphicon-pic:before{
    display: block;
    width: 16px;
    height: 16px;
    content: ""!important;
    background-image: url(../images/pics.png);
    background-repeat:no-repeat;
    background-size: 100%;
}
.bor2{
    border-radius:2px;
}