.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    /*display: inline-block;*/
    float:left;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    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 {
    background: #4060A5;
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 34px;
    text-align:center;
    padding-top: 12px;
    padding-left:12px;
    border-radius: 20%;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    -o-border-radius: 20%;
    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 {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-github:hover {
    background: #343434;
}

.social .fa-pinterest:hover {
    background: #cb2027;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}

.social .fa-flickr:hover {
    background: #FF57AE;
}

.social .fa-instagram:hover {
    background: #375989;
}

.social .fa-vimeo-square:hover {
    background: #83DAEB;
}

.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-dropbox:hover {
    background: #017FE5;
}

.social .fa-tumblr:hover {
    background: #3a5876;
}

.social .fa-dribbble:hover {
    background: #F46899;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-stack-exchange:hover {
    background: #4D86C9;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-xing:hover {
    background: #005C5E;
}

.social .fa-rss:hover {
    background: #e88845;
}

.social .fa-foursquare:hover {
    background: #09B9E0;
}

.social .fa-youtube-play:hover {
    background: #DF192A;
}

.social .fa-delicious:hover {
    background: #2a96ff;
}

.social .fa-reddit-square:hover {
    background: #cee3f8;
}


/* Full Color No Hover */
.socialfullcolor {
    margin: 0;
    padding: 0;
    text-align:center;
    width:100%;
}

.socialfullcolor ul {
    margin: 0;
    padding: 5px;
    text-align:center;
}

.socialfullcolor ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
    text-align:center;
}

.socialfullcolor i {
    width: 40px;
    height: 40px;
    color: #FFF;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    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;
}

.socialfullcolor 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;
}

.socialfullcolor .fa-facebook {
    background: #4060A5;
}

.socialfullcolor .fa-twitter {
    background: #00ABE3;
}

.socialfullcolor .fa-google-plus {
    background: #e64522;
}

.socialfullcolor .fa-github {
    background: #343434;
}

.socialfullcolor .fa-pinterest {
    background: #cb2027;
}

.socialfullcolor .fa-linkedin {
    background: #0094BC;
}

.socialfullcolor .fa-flickr {
    background: #FF57AE;
}

.socialfullcolor .fa-instagram {
    background: #375989;
}

.socialfullcolor .fa-vimeo-square {
    background: #83DAEB;
}

.socialfullcolor .fa-stack-overflow {
    background: #FEA501;
}

.socialfullcolor .fa-dropbox {
    background: #017FE5;
}

.socialfullcolor .fa-tumblr {
    background: #3a5876;
}

.socialfullcolor .fa-dribbble {
    background: #F46899;
}

.socialfullcolor .fa-skype {
    background: #00C6FF;
}

.socialfullcolor .fa-stack-exchange {
    background: #4D86C9;
}

.socialfullcolor .fa-youtube {
    background: #FF1F25;
}

.socialfullcolor .fa-xing {
    background: #005C5E;
}

.socialfullcolor .fa-rss {
    background: #e88845;
}

.socialfullcolor .fa-foursquare {
    background: #09B9E0;
}

.socialfullcolor .fa-youtube-play {
    background: #DF192A;
}

.socialfullcolor .fa-delicious {
    background: #2a96ff;
}

.socialfullcolor .fa-reddit-square {
    background: #cee3f8;
}

.socialfullcolor .fa-envelope {
    background: #0000ff;
}