/* ==========================================================================
Typography
========================================================================== */

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
       url('../fonts/MyriadPro-Regular.woff') format('woff'),
       url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
       url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
       url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
Global Styles
========================================================================== */

p {
  line-height: 25px;
  color: rgba(28, 54, 83, 0.6);
  padding-bottom: 6px; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #ffffff; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #6f207e; }
h3:hover{
  color:#e7257e;
  font-weight: bold;
}
h4 {
  font-size: 18px; }

h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500; }
img{
  max-width: 100%;
    height: auto;
}
   
/*
.btn {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase; }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }
*/
#historia, #historia2, #directorio  /*, section.sign-up*/ {
  background: #F3F4F8; }

#historia1, #historia3, #items-historia, #ndoni-fijo, #bitacora, #amigos  {
  background: #fff; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #de3586;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #D7405D;
  text-decoration: none; }

body {
  font-family: "MyriadPro-Regular", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
  padding: 100px 0; }
/*
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "MyriadPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; } */

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
/* ==========================================================================
Waypoinsts
========================================================================== */
.ti1, .ti2, .ti3, .ti4, .ti5, .ti6, .ti7, .ti8, .td1, .td2, .td3, .td4, .td5, .td6, .td7, .td8, .td9{
  visibility: visible;
 -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;}

/* ==========================================================================
Colores Ndoni
========================================================================== */
/*
Morado: #6F207E;
Rosa:#DE3586;
verde: #01A264;
Azul:#00b5E0;
Blanco:#FFFFFF;
Negro:#000000;
Gris Claro:#c6c6c5;
Gris Medio: #6f6e73;
Gris Obscuro: #6f6f6e;
*/

.bgmorado{
    background: #6f207e;
  }
.bgrosa{
    background: #de3586;
  }
.bgamarillo{
    background: #f7b909;
  }
.bgverde{
    background: #01a264;
  }
.bgazul{
    background: #00b5e0;
  }
.bgnegro{
    background: #000;
 }
.bgblanco{
    background: #fff;
 } 
.bggrisclaro{
    background: #c6c6c5;
}
.bggrismedio{
    background: #6f6e73;
}
.bggrisobscuro{
    background: #6f6f6e;
}
span.enfasis{
    color: #e7257e;
    font-weight: lighter; }
span.enfasis-cursiva{
    color: #6f6f6e;
    font-style: italic;
    font-weight: lighter;
  }
.logo img{
  margin: 0px 20px;
  padding: 20px 20px;
  max-width: 25%;
  height: auto;
  width: auto/9; /* Bug de ie8 */
  }
.logo a img:hover{
  border-bottom: 1px solid #e7257e;
}

/* ==========================================================================
Navigation
========================================================================== */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #FFF;
  cursor: pointer; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

header div.navicon {
  position: absolute;
  height: 30px;
  right: 20px;
  top: 20px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }

/* ==========================================================================
portada
========================================================================== */
.portada {
  min-height: 750px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: #f7b909 url("../img/portada-cover.png") center center;
  background-size: cover;
  position: relative;
}
  .portada .down-arrow a {
    color: #fff; }
  .portada h1 {
    color: #fff;
    margin-bottom: 40px; }
  .portada p.intro {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .portada .portada-content {
    padding-top: 25%; }

.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
  background-color: rgba(0,0,0, 0.5);
  z-index: 999;
  width: 100%; }

header {
  padding: 25px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 100%; /*1170px;*/
  margin: 0 0; /* 0 auto;*/
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
    color: #fff;
    text-transform:uppercase;
    font-size: 1.5em;
    }
    header a.login {
      margin-right: 20px; }
  #logo_menu
    {
    display: none;
    }
  header ul.primary-nav {
    margin: 0 50px;
    padding: 0 0; }
    header ul.primary-nav li {
      display: inline; }
      header ul.primary-nav li a {
        color: #fff;
        margin: 0px 0px;
        padding: 22px 20px;}
      header ul.primary-nav li a:hover {
          border-bottom: 2px solid #E7257E;
          background-color: #FFFFFF;
          color: #E7257E;
      -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

  header ul.member-actions li {
    display: inline; }
    header ul.member-actions li a {
      color: #fff; }
      header ul.member-actions li a:hover {
        color: #FF5274; }
  header .header-nav {
    display: inline-block; }
  header .member-actions {
    position: absolute;
    right: 0;
    top: 25px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* ==========================================================================
HISTORIA
========================================================================== */
.historia {
  position: relative; }
  .historia p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .tangram-animals{
    position: relative;
   }
  .tangram-izq{
    left: 5%;
    width: 300px;
    height: 400px;
    z-index: 3;
    position: absolute;
    bottom: 15px;
  }
  .tangram-der {
    position: absolute;
    right: 5%;
    width: 300px;
    height: 400px;
    z-index: 4;
    bottom: 15px;
   }

  .ti1{
    background: url("../img/tangram_izq/ti_01.svg") no-repeat center center;
    }
  .ti2{
    background: url("../img/tangram_izq/ti_02.svg") no-repeat center center;
    }
  .ti3{
    background: url("../img/tangram_izq/ti_03.svg") no-repeat center center;
    }
  .ti4{
    background: url("../img/tangram_izq/ti_04.svg") no-repeat center center;
    }
  .ti5{
    background: url("../img/tangram_izq/ti_05.svg") no-repeat center center;
    }
  .ti6{
    background: url("../img/tangram_izq/ti_06.svg") no-repeat center center;
  }
  .ti7{
    background: url("../img/tangram_izq/ti_07.svg") no-repeat center center;
    }
  .ti8{
    background: url("../img/tangram_izq/ti_08.svg") no-repeat center center;
    }
  .td1{
    background: url("../img/tangram_der/td_01.svg") no-repeat center center;
  }
  .td2{
    background: url("../img/tangram_der/td_02.svg") no-repeat center center;
  }
  .td3{
    background: url("../img/tangram_der/td_03.svg") no-repeat center center;
  }
  .td4{
    background: url("../img/tangram_der/td_04.svg") no-repeat center center;
  }
  .td5{
    background: url("../img/tangram_der/td_05.svg") no-repeat center center;
  }
  .td6{
    background: url("../img/tangram_der/td_06.svg") no-repeat center center;
  }
  .td7{
    background: url("../img/tangram_der/td_07.svg") no-repeat center center;
  }
  .td8{
    background: url("../img/tangram_der/td_08.svg") no-repeat center center;
  }
  .td9{
    background: url("../img/tangram_der/td_09.svg") no-repeat center center;
  }

/* ==========================================================================
.historia-extra
========================================================================== */
.historia-extra {
  position: relative;
  z-index: 3;
  padding: 25px 0px;
   }
  .historia-extra .btn {
    margin-top: 20px; }
/* ==========================================================================
Lista Topicos de vertical
========================================================================== */
.list-items-topdown {
  position: relative; }
.list-items-topdown span.icon {
    font-size: 35px;
    color: #70287d;
    font-weight:lighter; }
  .list-items-topdown .list-item-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 35px; }
  .list-items-topdown .list-item-content {
    display: inline-block;
    width: 80%; }
  .list-items-topdown ul.lista-items-stack {
    margin-top: 30px; }
  .list-items-topdown ul.lista-items-stack li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #6f207e; }
  .list-items-topdown ul.lista-items-stack li:last-child {
    padding-bottom: 15px;
    border-bottom: none; }

/* ==========================================================================
Lista Topicos de horizontal
========================================================================== */
.list-items-rightleft{
  position: relative;
  margin: 0px 0px;
  padding: 40px 0px;
}
.list-items-rightleft p, h5{
  color: #FFF;
}

.list-items-rightleft span.icon {
  font-size: 40px;
  color: #FFF;
  font-weight: lighter;
  padding: 5px;
  }

.list-items-rightleft .item-icon{
  display: inline-block;
  vertical-align: top;
  margin: 20px 5px;
  width: 25%;
  }

.list-items-rightleft .item-content {
  display: inline-block;
  width: 69%;
  padding-top: 20px;
   }
#items-historia .item{
  min-height: 300px;
}
#directorio .item{
  min-height: 850px;
}


.list-items-rightleft .item:hover span.icon{
  color: #de3586;
}
.list-items-rightleft .item:hover h5{
  font-size: 15px;
  color: #de3586;
  border-bottom: 1px solid #de3586;
}

/* ==========================================================================
.portada-espacios
========================================================================== */
.portada-espacios {
  height: 500px;
  margin-top: 120px;
  background: #00b5e0 url("../img/ndoni_render.png") no-repeat center center;
  padding-bottom: 190px; /*190px*/
  position: relative;
  vertical-align: center; }

.logo-placeholder {
    width: 220px;
    height: 230px;
    position: absolute;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
/* ==========================================================================
ndoni-fijo-intro
========================================================================== */
.ndoni-fijo-intro {
  padding-top: 100px; }
  .ndoni-fijo-intro .logo img{
    max-width: 100%;
    height:  auto;
    width:  auto/9; /* Bug de ie8 */
  }
  .ndoni-fijo-intro a{
    color: #de3586;
  }
  .ndoni-fijo-intro a:hover span{
    color: #FFF;
    border-bottom: 1px solid #de3586;
    background-color: #de3586;
    padding: 5px;
  }
  .ndoni-fijo-intro .leftcol {
    padding-right: 50px;
    border-right: solid 1px #de3586; }
  .ndoni-fijo-intro .rightcol {
    padding-left: 50px; }
  #render_cover{
    height: 500px;
    background: #000 url("../img/ndoni_fijo_render.png") no-repeat center center;
    margin-bottom: 60px;
    padding-bottom: 120px;
    position: relative;
    vertical-align: center;
  }
  #ndoni-fijo .leftcol{
    min-height: 600px;
  }
  #amigos .leftcol{
    min-height: 330px;
  }

/* ==========================================================================
.galeria
========================================================================== */
.galeria {
  padding-bottom: 60px; }
  .galeria img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .galeria h2 {
    font-size: 11px;
    color: #de3586;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px; }
  .galeria .btn {
    margin-top: 20px; }
  .galeria .galeria-img-wrap {
    position: relative;
    overflow: hidden; }
    .galeria .galeria-img-wrap .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(231, 37, 126, 0.5);
      border: 1px solid #de3586;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; }
    .galeria .galeria-img-wrap i {
      color: #FFF;
      font-size: 2em;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 25px;
      right: 35px; }
  .galeria .galeria-img-wrap:hover img, .galeria .galeria-img-wrap:focus img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .galeria .galeria-img-wrap:hover .overlay, .galeria .galeria-img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9; }
  .galeria figcaption i {
    margin-left: 5px;
    font-size: 13px; }
  .galeria figcaption a.galeria-post-title {
    color: #c6c6c5; }
  .galeria figcaption a.galeria-post-title:hover, .galeria figcaption a.galeria-post-title:focus {
    color: #6f6f6e; }
  .galeria figcaption{
    display: none;
  }
  .galeria figcaption.visible{
    display: visible;
  }

/* ==========================================================================
.Organizacion cover
========================================================================== */
.organizacion-cover {
  height: 500px;
  background: #6f207e url("../img/ndoni_organizacion_cover_I.png") no-repeat center center;
  background-size: cover; }
/* ==========================================================================
.Organizacion directorio
========================================================================== */
  .organizacion-slider .avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: solid 3px #fff;
    background-color: #fff; }
    .organizacion-slider .avatar img {
      width: 82px;
      height: auto; }
  .organizacion-slider h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    margin: 30px 0; }
  .organizacion-slider p {
    color: #ACB1B4;
    text-transform: uppercase;
    letter-spacing: 2px; }

/* ==========================================================================
To top
========================================================================== */
.to-top {
  height: 60px;
  background-color: #FAB70F; }
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.15); }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(255, 255, 255, 0.7);
      border-bottom: 1px solid #E7257E;
      border-radius: 50%;
      -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
      color:#E7257E  }
    .to-top .to-top-wrap i {
      font-size: 35px;
      line-height: 55px; }
    .to-top .row {
      position: relative; }

/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #70287D;
  position: relative;
  color: #fff;
  font-size: 15px; }
  footer p, footer a {
    color: #fff; }
  footer a:hover {
    color:#E7257E;
      }
  footer ul.footer-group {
    border-top: solid 1px #E7257E;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 0; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #E7257E;
    background-color: #FFF;
    border-bottom: 1px solid #E7257E;
    padding: 15px 25px;
      -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer .social-share {
    position: absolute;
    background-color: #00A35F;
    right: 0;
    width: 40%;
    height: 100%;
    padding: 142px 0 0 70px; }
    footer .social-share p {
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 10px; }
    footer .social-share a.twitter-share {
      height: 60px;
      width: 60px;
      background-color: #1AB4EF;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 20px; }
    footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
      background-color: #1590BF; }
    footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
      background-color: #324C85; }
    footer .social-share a.facebook-share {
      height: 60px;
      width: 60px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
    footer .social-share a {
      color: #fff; }
    footer .social-share a:hover {
      color: #fff; }
    footer .social-share a i {
      margin-top: 20px; }
  footer .footer-links {
    margin: 100px 0 50px 0; }