/* Clearfix */
/* Grayscale */
/* Animation */
/* Cross browser opacity */
/* Cross browser opacity */
/* Fonts */
/* Colors */
/* Grid */
/*
 * After Bourbon 4.3.4
 */
.module.social {
  position: fixed;
  bottom: 0;
  height: 0;
  z-index: 999; }
  .module.social .module-social-container {
    width: 100%;
    position: absolute;
    bottom: -1; }
    .module.social .module-social-container .module-social-container-wrapper {
      width: 100%;
      position: absolute;
      bottom: 0; }
      .module.social .module-social-container .module-social-container-wrapper .tpl-social {
        width: 100%;
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: row; }
        .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button {
          float: left;
          display: block;
          width: 25%;
          height: 58px;
          text-align: center;
          color: white;
          background-color: #313131;
          font-size: 2em;
          line-height: 60px;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          margin-bottom: 0;
          flex-grow: 1;
          flex-basis: 0; }
          .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button:hover {
            background-color: #404040; }
          .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button.fb {
            background-color: #2d5f9a; }
          .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button.tw {
            background-color: #00c3f3; }
          .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button.mail {
            background-color: #eb008b; }
          .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button.gp {
            background-color: #cd222d;
            line-height: 75px; }
            .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button.gp i::before {
              font-size: 39px; }
          .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button.whatsapp {
            background-color: #8bc53f; }

@media screen and (min-width: 1014px) {
  .module.social {
    position: relative;
    width: 100%; }
    .module.social .module-social-container {
      position: relative;
      min-width: 960px;
      margin: auto; }
      .module.social .module-social-container .module-social-container-wrapper {
        position: absolute;
        left: -78px;
        top: 0; }
        .module.social .module-social-container .module-social-container-wrapper .tpl-social {
          position: initial;
          width: 58px;
          display: block; }
          .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button {
            width: 58px;
            height: 58px;
            margin-bottom: 1px;
            float: none; }
            .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button:hover {
              background-color: #c3c3c3; }
            .module.social .module-social-container .module-social-container-wrapper .tpl-social a.share-button.whatsapp {
              display: none; } }
