/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2016 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#fixed-social-bar ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#fixed-social-bar {
   left: 0;
   position: fixed;
   top: 140px;
   z-index:99999;
}
#fixed-social-bar a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
   background-image: url("../img/sprite.png")!important;
   background-repeat: no-repeat!important;
}
#fixed-social-bar a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#fixed-social-bar a:hover span {
   left: 100%;
}

#fixed-social-bar a.facebook,
#fixed-social-bar a.facebook:hover,
#fixed-social-bar a.facebook span { background: #3b5998;    background-position: 0px 0px;}

#fixed-social-bar a.twitter,
#fixed-social-bar a.twitter:hover,
#fixed-social-bar a.twitter span { background: #00aced; background-position: 0px -35px;}

#fixed-social-bar a.gplus,
#fixed-social-bar a.gplus:hover,
#fixed-social-bar a.gplus span { background: #dd4b39; background-position: 0px -70px;}

#fixed-social-bar a.instagram,
#fixed-social-bar a.instagram:hover,
#fixed-social-bar a.instagram span { background: #517fa4; background-position: 0px -105px;}  

#fixed-social-bar a.pinterest,
#fixed-social-bar a.pinterest:hover,
#fixed-social-bar a.pinterest span { background: #cc2127; background-position: 0px -140px;}  

#fixed-social-bar a.youtube,
#fixed-social-bar a.youtube:hover,
#fixed-social-bar a.youtube span { background: #e52d27; background-position: 0px -175px;} 