.card-indi {
  /*padding-right: 10px;
  padding-left: 10px;*/
  -webkit-box-shadow: 20px 3px 50px -25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 20px 3px 50px -25px rgba(0, 0, 0, 0.75);
  box-shadow: 20px 3px 50px -25px rgba(0, 0, 0, 0.75);
  border: 5px double rgba(119,119,119,0.22);
  border-radius: 15px;
}

.card-title{
  font-family: 'Philosopher', sans-serif;
  font-size: 28px;
  color:#777;
  font-weight: 800;
}

.social-card-header{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 96px;
}
.social-card-header i {
    font-size: 32px;
    color:#FFF;
}
.bg-facebook {
    background-color:#3b5998;
}
.text-facebook {
    color:#3b5998;
}
.bg-google-plus{
    background-color:#dd4b39;
}
.text-google-plus {
    color:#dd4b39;
}
.bg-twitter {
    background-color:#1da1f2;
}
.text-twitter {
    color:#1da1f2;
}
.bg-pinterest {
    background-color:#bd081c;
}
.text-pinterest {
    color:#bd081c;
}
.share:hover {
        text-decoration: none;
    opacity: 0.8;
}
