/* promotion Section
--------------------------------*/
#promotion {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#promotion .member {
  text-align: center;
  margin-bottom: 20px;
}

#promotion .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#promotion .member .pic img {
  max-width: 100%;
}

#promotion .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#promotion .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#promotion .member .social {
  margin-top: 15px;
}

#promotion .member .social a {
  color: #b3b3b3;
}

#promotion .member .social a:hover {
  color: #2dc997;
}

#promotion .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#promotion .modal{
  padding-top: 0px;
}
#promotion .social a{
  margin-left:  0.5em;
}
