.pt-features-list li {
    list-style-type: none;
    text-align: center;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}

.pt-features-list .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.pt-features-list .thumbnail img {
    margin-bottom: 20px;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}

.pt-features-list .thumbnail:hover img {
    border-radius: 100%;
}

.pt-features-list .thumbnail .icon {
    margin: 0 auto 10px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 100px;
    line-height: 160px;
    text-align: center;
    display: block;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}

.pt-features-list .thumbnail:hover .icon {
    background: #FC0;
    font-size: 80px;
    color: #FFF;
}

.pt-features-list .thumbnail .caption {
    padding: 0;
}

.pt-features-list .thumbnail .caption h3 {
    margin: 0;
}

.pt-features-list .thumbnail .caption h3 a {
    border: none;
    text-decoration: none;
}

.pt-features-list .thumbnail p {
    margin-bottom: 0;
    word-wrap: normal;
}