@font-face {
    font-family: 'tool-bar';
    src: url('tool-bar.eot?xt08h7');
    src: url('tool-bar.eot?xt08h7#iefix') format('embedded-opentype'),
    url('tool-bar.ttf?xt08h7') format('truetype'),
    url('tool-bar.woff?xt08h7') format('woff'),
    url('tool-bar.svg?xt08h7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-export"], [class*=" icon-export"], [class^="icon-heart"], [class*=" icon-heart"] {
    font-family: 'tool-bar';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-export:before {
    content: "\e900";
}

.icon-heart2:before {
    content: "\e901";
}

.icon-heart:before {
    content: "\2665";
}

/*custom css*/
.icon-export {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    padding-left: 10px;
}

.icon-export, .icon-heart, .icon-heart2 {
    color: #cccccc;
}

.icon-export {
    font-size: 16px;
    color: #585858;
    font-weight: normal;
    font-family: "arial-bold";
}

.icon-heart, .icon-heart2 {
    font-size: 14px;
}

.icon-heart, .icon-heart2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
}

body {
    background-attachment: fixed;
}

.tool_bar .icon-like, .tool_bar .icon-share, .tool_bar .icon-visit-site {
    line-height: 30px;
    display: block;
    float: left;
    padding-left: 20px;
    margin: 0px;
}

.tool_bar .like .icon-like {
    background: url("/static/images/ico_detail_tool_bar_like.png") no-repeat left center;
}

.tool_bar .like:hover .icon-like {
    background: url("/static/images/ico_detail_tool_bar_like.png") no-repeat left center;
}

.tool_bar .unlike .icon-like {
    /*background: url("/static/images/ico_detail_tool_bar_liked.png") no-repeat left bottom;*/
    background: none;
    padding-left: 0px;
}

.tool_bar .unlike:hover .icon-like {
    /*background: url("/static/images/ico_detail_tool_bar_like.png") no-repeat left bottom;*/
    background: none;
    padding-left: 0px;
}

.tool_bar .icon-share {
    background: url("/static/images/ico_detail_tool_bar_share.png") no-repeat left center;
}

.tool_bar .visit_site .icon-visit-site {
    background: url("/static/images/ico_detail_tool_bar_earth.png") no-repeat left center;
}
