/* social icons */
.ep-social-icons {
    float: right;
}
.ep-social-icons li {
    float: left;
    margin-right: 5px;
    height: 20px;
}
.ep-social-icons li.icoimg {
    float: left;
    height: 26px;
    margin-right: 10px;
    width: auto;
}


.ep-social-icons li:last-child { margin-right: 0; }

.ep-social-icons .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;

    font-size: 12px;
    color: #fff;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ep-social-icons .icon.imgico {
    display: inline;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: center;

    font-size: 12px;
    color: #fff;

    
}

.ep-social-icons .icon:hover {
    text-decoration: none;
    border-radius: 50%; 
}

.ep-social-icons .fa-twitter { background: #00abe3; }
.ep-social-icons .fa-pinterest { background: #ca2128; }
.ep-social-icons .fa-facebook { background: #004088; }
.ep-social-icons .fa-linkedin { background: #01669c; }
.ep-social-icons .fa-rss { background: #ff5b22; }
.ep-social-icons .fa-google-plus { background: #d3492c; }
.ep-social-icons .fa-instagram { background: #517fa4; }
.ep-social-icons .fa-youtube { background: #fe3432; }
.ep-social-icons .fa-tumblr { background: #44546b; }
.ep-social-icons .fa-vimeo-square { background: #1ab7ea; } 
.ep-social-icons .fa-stumbleupon { background: #eb4824; }