/*=========================
  Icons
 ================= */

.social {
    margin: 0;
    padding: 15px 0 0 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 25px;
    height: 25px;
    color: #000;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    color: #4060A5;
}

.social .fa-twitter:hover {
    color: #00ABE3;
}

.social .fa-google-plus:hover {
    color: #e64522;
}

.social .fa-github:hover {
    color: #343434;
}

.social .fa-pinterest:hover {
    color: #cb2027;
}

.social .fa-linkedin:hover {
    color: #0094BC;
}

.social .fa-flickr:hover {
    color: #FF57AE;
}

.social .fa-instagram:hover {
    color: #375989;
}

.social .fa-vimeo-square:hover {
    color: #83DAEB;
}

.social .fa-stack-overflow:hover {
    color: #FEA501;
}

.social .fa-dropbox:hover {
    color: #017FE5;
}

.social .fa-tumblr:hover {
    color: #3a5876;
}

.social .fa-dribbble:hover {
    color: #F46899;
}

.social .fa-skype:hover {
    color: #00C6FF;
}

.social .fa-stack-exchange:hover {
    color: #4D86C9;
}

.social .fa-youtube:hover {
    color: #FF1F25;
}

.social .fa-xing:hover {
    color: #005C5E;
}

.social .fa-rss:hover {
    color: #e88845;
}

.social .fa-foursquare:hover {
    color: #09B9E0;
}

.social .fa-youtube-play:hover {
    color: #DF192A;
}