
/*Event and Sponser*/


#event-photos .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

#event-photos {
    padding-bottom: 70px;
}

.event-photo-wrap {
    position: relative;
}

    .event-photo-wrap img {
        width: 99%;
    }

    .event-photo-wrap .event-photo-inner {
        top: 0;
        background: transparent;
        opacity: .6;
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

        .event-photo-wrap .event-photo-inner p {
            font-size: 13px;
            margin: 0;
        }

        .event-photo-wrap .event-photo-inner h3 {
            margin: 5px 0;
        }

            .event-photo-wrap .event-photo-inner h3 a {
                font-size: 15px;
                color: gold;
            }

    .event-photo-wrap .overlay {
        position: absolute;
        top: 60%;
        left: 0;
        width: 99%;
        height: 40%;
        opacity: 0;
        border-radius: 0;
        background: #9c44a0;
        color: #fff;
        vertical-align: middle;
        -webkit-transition: opacity 700ms;
        -moz-transition: opacity 700ms;
        -o-transition: opacity 700ms;
        transition: opacity 700ms;
        padding: 3px;
    }

        .event-photo-wrap .overlay .preview {
            bottom: 0;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            border-radius: 0;
            background: transparent;
            text-align: center;
            color: #fff;
        }

    .event-photo-wrap:hover .overlay {
        opacity: 1;
    }


#sponser {
    background: url(http://shapebootstrap.net/demo/html/corlate/images/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
}

#sponser {
    color: #fff;
    text-align: center;
}

    #sponser h2,
    #sponser h3 {
        color: #fff;
    }

.sponsers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sponsers ul li {
        display: inline-block;
        float: left;
        width: 20%;
    }

/*------------------------------------------------------------------------------*/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

    .event-photo-wrap .event-photo-inner h3 a {
        font-size: 20px;
    }

    .event-photo-wrap .overlay {
        padding: 15px;
    }

        .event-photo-wrap .overlay .preview {
            line-height: inherit;
        }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .event-photo-wrap .overlay {
        padding: 15px;
    }

    .event-photo-wrap .event-photo-inner h3 a {
        font-size: 20px;
    }
}

/* xs */
@media (max-width: 767px) {
    #event-photos .col-xs-12.col-sm-4.col-md-3 {
        padding: 0 15px;
    }
}

/*Event and Sponser*/






section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Quote Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}