#home{

}
#explore_city_description{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}

.explore_city_map{
    padding:100px 0 0;
}

.artist{
    padding: 0 50px 20px;
    margin-bottom: 20px;
}

.artist-name{
    margin-top:50px;
    font-size: 1.3em;
    text-align: left;
    font-weight: bold;
}

.artist-title{
    font-size: 1.1em;
    text-align: left;
    margin-bottom:50px;
}

#explore_city_gallery{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
.explore_city{
    padding: 0 5px 40px;
}
.explore_city .image-container{
    overflow: hidden;
    margin-bottom: 45px;
}
.explore_city_thumbnail{
    /*height: 200px;*/
    margin-bottom:10px;
    padding: 2px 5px 0px;
    position: relative;
    overflow: hidden;
}
.explore_city_thumbnail_spacer{
    height: 100px;
}
.explore_city_thumbnail .image-container{
    /*height: 200px;*/
    overflow: hidden;
}
.explore_city_thumbnail .image-container img {
    /*position: relative;*/
    /*left: 50%;*/
    /*transform: translateX(-50%) translateY(-50%);*/
    /*top: 50%;*/
}
.explore_city_thumbnail .image-caption{
    position: absolute;
    bottom: -500px;
    width: 95%;
    background-color: rgba(250, 250, 250, .8);
    text-align: center;
    padding: 10px 5%;
    transition: .5s ease;
    font-size: 0.75em;
    color: #4B4B4D;
}
.explore_city_thumbnail:hover .image-caption{
    bottom:0;
}
.city-name{
    font-size: 1.3em;
    text-align: center;
}
#explore_city_artist{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}

._fadeInUp
,._fadeInUp1
,._fadeInUp2
,._fadeInUp3
,._fadeInUp4
,._fadeInUp5
{
    opacity: 0;
}
.carousel-caption{
    font-size: 3em;
}
.carousel-caption{
    text-align: left;
    padding: 0 10%;
}

.carousel-caption-city{
    padding-left:0;
    padding-top: 15px;
    font-size: 2.2em;
}

.carousel-subcaption{
    font-weight:bold;
    font-size: 0.3em;
    letter-spacing: 1em;
    padding-left:10px;
}

.hr_title_white{
    border-bottom: 2px solid #fefefe !important;
    position: relative;
    top:-5px;
}
.section_title_right{
    font-size: 2em;
    float: right;
    background-color: #fefefe;
    position: relative;
    bottom: 0.6em;
    /*padding: 10px 20px;*/
    padding:10px 139px 10px 15px;
}

.section_title_group{
    padding-bottom: 0;
}
.explore_city_thumbnail .image-container{
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}