/**
 * @Copyright
 * @package     2CSB - 2 Click Social Buttons
 * @author      Viktor Vogel <admin@kubik-rubik.de>
 * @version     3.2.0 - 2016-07-25
 * @link        https://joomla-extensions.kubik-rubik.de/2csb-2-click-social-buttons
 *
 * @license     GNU/GPL
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

#social_bookmarks ul.social_share {
    margin: 0;
}

#social_bookmarks ul.social_share span.switch {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/switch.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 4px;
    overflow: hidden;
    text-indent: -9999em;
    width: 23px;
}

#social_bookmarks ul.social_share span.switch.off {
    background-position: 0 0;
}

#social_bookmarks ul.social_share span.switch.on {
    background-position: 0 -12px;
}

#social_bookmarks ul.social_share li {
    display: inline-block;
    height: 25px;
    overflow: hidden;
    float: left;
    background: none;
    padding: 0px;
    margin: 0px;
}

#social_bookmarks {
    height: 20px;
    margin: 2px 0;
}

#social_bookmarks img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

#social_bookmarks ul.social_share li {
    white-space: nowrap;
}

#social_bookmarks ul.social_share li#facebook_button, #social_bookmarks ul.social_share li#facebook_button_on {
    width: 138px;
}

#social_bookmarks ul.social_share li#twitter_button, #social_bookmarks ul.social_share li#twitter_button_on {
    width: 100px;
}

#social_bookmarks ul.social_share li#linkedin_button, #social_bookmarks ul.social_share li#linkedin_button_on {
    width: 100px;
}

#social_bookmarks ul.social_share li#xing_button, #social_bookmarks ul.social_share li#xing_button_on {
    width: 100px;
}

#social_bookmarks ul.social_share li#googleplus_button, #social_bookmarks ul.social_share li#googleplus_button_on {
    width: 70px;
}

#social_bookmarks ul.social_share li#loadall_button {
    width: 100px;
}

.clear {
    clear: both;
}

.tip-wrap {
    background-color: transparent !important;
}

.tip {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6) !important;
    border-radius: 3px;
    color: #FFFFFF;
    width: 300px;
    z-index: 13000;
}

.tip-title {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 8px 8px 4px;
}