
/* ----- Services ----- */

.services-full-width-text {
    padding: 10px 0 0;
    text-align: center;
}
.services-full-width-text h4 {
    color: #5d5d5d;
    font-family: "Droid Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-top: 25px;
    padding: 0 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
.services-full-width-text p {
    font-size: 13px;
    line-height: 28px;
    padding: 0 20px;
}


/* ----- Service ----- */
.what-we-do {
    padding-top: 25px;
    padding-bottom: 25px;
}
.what-we-do .service {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 2px solid #165e84;
	padding-top:10px;
}
.what-we-do .service:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset;
    transition: all 0.5s ease 0s;
}
.what-we-do .service .icon-awesome {
    color: #5d5d5d;
    font-size: 50px;
    line-height: 50px;
    margin-top: 15px;
}
.what-we-do .service h4 {
    color: #5d5d5d;
    font-family: "Droid Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-top: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
.what-we-do .service p {
    line-height: 24px;
    padding-bottom: 10px;
}
.what-we-do .service a {
    color: #fff;
    font-style: italic;
    padding: 5px 22px;
    text-decoration: none;
}
.what-we-do .service a:hover {
    box-shadow: none;
}
.what-we-do .service a:active {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset;
}
