#gallery_photo{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
.gallery_photo_thumbnail{
    /*height: 200px;*/
    padding: 0 5px 0;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.gallery_photo_thumbnail .image-container{
    /*height: 200px;*/
    overflow: hidden;
}
.gallery_photo_thumbnail .image-container img {
    position: relative;
    /*left: 50%;*/
    /*transform: translateX(-50%) translateY(-50%);*/
    /*top: 50%;*/
}
.gallery_photo_thumbnail .image-caption{
    position: absolute;
    bottom: -500px;
    width: 100%;
    background-color: rgba(250, 250, 250, .8);
    text-align: center;
    padding: 10px 5%;
    transition: .5s ease;
    font-size: 0.75em;
    color: #4B4B4D;
}
.gallery_photo_thumbnail:hover .image-caption{
    bottom:0;
}
.gallery_photo_thumbnail_spacer{
    height: 100px;
}
.section_title{
    /*font-size: 2em;*/
    float: right;
    background-color: #fefefe;
    position: relative;
    bottom: 0.6em;
    padding: 10px 20px;
}

.section_title {
    margin-bottom: 85px;
}
.section_title_group{
    padding-bottom: 0;
}
.carousel-inner img{
    width: auto;
}

#main_carousel .carousel-indicators{
    bottom: -50px;
}

#main_carousel .carousel-indicators li{
    background-color: #b9b9b9;
}

#main_carousel .carousel-indicators .active{
    background-color: #62B6CB;
}

.section_title span {
    font-size: 2.5em;
    letter-spacing: normal;
    line-height: 0.6em;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 30px;
}

.gallery_photo_thumbnail .image-container{
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

._fadeInUp,
._fadeInUp1,
._fadeInUp2,
._fadeInUp3,
._fadeInUp4,
._fadeInUp5,
._fadeInLeft
{
    opacity: 0;
}