.col-sm-4 {
    text-align: center;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    margin: 60px 0 40px 0;
    position: relative;
    z-index: 2;
    width: 33.33333333%;
    float: left;
}

.col-sm-4 b {
    font-weight: bold;
    display: block;
    margin-top: 20px;
    color: #231F20;
}

.col-sm-4 p {
    font-size: 16px;
    margin: 5px 0;
    color: #414;
    font-family: 'Verdana' !important;
}

.col-sm-4 i {
    position: absolute;
    font-style: normal;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    right: 70px;
}

.col-sm-4 .show,.show {
    display: block;
}

.col-sm-4 .hidden,.hidden{
    display: none;
}

/*.designCat {
    position: relative;
    display: inline-block;
}

.childrenCat {
    display: none;
    position: absolute;
    height: 100px;
}


.designCat li:hover + .childrenCat {
    display: block;
}*/
.designPos{
    text-align: center;
}