@charset "utf-8";
/* CSS Document */
.social {
    margin: 0px;
    padding: 0px;
}

/* This brings the icons all the way to the left */
.social ul {
    padding: 0px;
}

.social ul li {
    margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #7990a3;
    font-size: 25px;
    text-align:center;
    padding-top: 7px;
    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:hover {
    background: #3e555d;
}
.social .fa-twitter:hover {
    background: #3e555d;
}
.social .fa-youtube:hover {
    background: #3e555d;
}
.social .fa-pinterest:hover {
    background: #3e555d;
}
.social .fa-google-plus:hover {
    background: #3e555d;
}
.social .fa-twitter:hover {
    background: #3e555d;
}
.social .fa-reddit:hover {
    background: #3e555d;
}
.social .fa-wordpress:hover {
    background: #3e555d;
}
.social .fa-tumblr:hover {
    background: #3e555d;
}
.social .fa-envelope:hover {
    background: #3e555d;
}
.social-footer {
    margin: 0;
    padding: 0;
}

.social-footer ul {
    margin: 0;
    padding: 5px;
}

.social-footer ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social-footer i {
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #7990a3;
    font-size: 30px;
    text-align:center;
    padding-top: 7px;
    padding-bottom: 7px;
    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-footer 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-footer .fa-facebook:hover {
    background: #3e555d;
}

.social-footer .fa-twitter:hover {
    background: #3e555d;
}

.social-footer .fa-youtube:hover {
    background: #3e555d;
}
.social-footer .fa-pinterest:hover {
    background: #3e555d;
}
.social-footer .fa-google-plus:hover {
    background: #3e555d;
}
