.social-media {
    display: block;
    margin-top:28px;
}

.social-media a{float:right;}
.social-media a:hover{text-decoration: none;}

.social-media a i {/*background-color: #2084c7;*/
    color: #ffffff;
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
    margin-top:6px;
    padding: 0;
    text-align: center;
    width: 34px;
}
.social-media a i:hover{background-color:#20bbd6;}
.social-media-user{
    margin-left: -5px;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype");
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none !important;
    background-position: 0% 0%;
    background-repeat: repeat;
}
.icon-home:before{content: ""}
.icon-rss:before {
    content: "\f09e";
}
.icon-search:before {
    content: "\f002";
}	
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-tips:before {
    content: "\f12a";
}
.icon-view:before {
    content: "\f06e";
}
.icon-preview:before {
    content: "\f061";
}
 