
.contact-details {
    display: block;
    width: 100%;
    background: #f2f2f2;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 40px 16px 16px 16px;
    position: relative;
    text-align: center;
    min-height: 164px;
}
.contact-details .fa {
    font-size: 54px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f2f2f2;
    text-align: center;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    color: #bbb;
    text-shadow: 0px 1px 1px rgba(255,255,255,.5);
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    transition: color .25s linear;
}
.contact-details:hover .fa {
    color: #66cc00;
}
.contact-details a {
    display: block;
    line-height: 1.33;
}
.contact-details .contact-message {
    line-height: 1.33;
}
