h1 {
  font-size:     72px;
  line-height:   1.5;
  color: #2c3e50;
  font-weight:   100;
}

#container {
  width:  980px;
  margin: 0 auto;
}

section {
  height: 300px;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}
.gallery_heading{
    background-color: rgba(0, 0, 0, 0.62);
    position: absolute;
    text-align: center;
    bottom: 10px;
    right: 91px;
    margin: auto;
    margin-left: 35px;
    width: 170px;
    padding-right: -49px;
    margin-right: -32px;
}

/*START MEDIA GALLERY CSS*/
.our-team{
    text-align: center;
}
.our-team .team-img{
    overflow: hidden;
    position: relative;
}
.our-team .team-img img{
    width: 100%;
    height: 250px;
    margin-top: 30px;
}
.our-team .social{
    width: 100%;
    height: 30%;
    background: rgba(218, 37, 28, 0.62);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translateY(-50%) rotate(-30deg);
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    height: 100%;
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
}
.our-team .social ul li{
    display: inline-block;
}
.our-team .social ul li a{
    display: block;
    /* width: 30px; */
    /* height: 30px; */
    /* line-height: 30px; */
    /* border-radius: 50%; */
    font-size: 17px;
    color: #ffffff;
    margin-left: 10px;
    /* background: transparent; */
    transition: all 0.3s ease 0s;
}
.social .btn{
    border: 1px solid #fff;
}
.our-team .social ul li a:hover{
    background: #fff;
    color: #f3904d;
}
.our-team .team-content{
    padding: 20px 0;
    background: #f5f7f8;
    color: #116340;
}
.our-team .title{
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    display: -webkit-box;
    max-width: 100%;
    height: 17px;
    margin: 0 auto;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #999;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
/*START MEDIA GALLERY CSS*/

/*START MEDIA GALLERY DETAIL CSS*/
.gallery-detail-img img{
    width: auto;
    height: auto;
    margin-top: 30px;
    max-width: 750px;
}
.gallery-detail-title{
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
/*END MEDIA GALLERY DETAIL CSS*/