@import "../../../font-awesome/4-1-0/css/font-awesome.min.css";
.social-icons {
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    position: relative;
    margin: 1px 10px;
}
.social-icons a {
    font-size: 18px;
    padding: 2px 5px 6px;
    color: #FFFFFF;
    margin-bottom: 5px;
    display: inline-block;
    margin: 1px 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;    
    box-shadow:inset 2px 2px 5px rgba(256, 256, 256, 0.4);
}

.social-icons a:hover {
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-shadow:inset 2px 2px 5px rgba(256, 256, 256, 0.7)    box-shadow:inset 2px 2px 2px rgba(0,0,0, 0.2);    
}

.social-icons .fa-facebook, .social-icons .facebook {
    background: #3B5998;
}

.social-icons .fa-twitter, .social-icons .twitter {
    background: #00abe3;
}

.social-icons .fa-youtube, .social-icons .youTube {
    background: #d3492c;
}

.social-icons .fa-instagram, .social-icons .instagram {
    background: #936c00;
}