#home{

}
#about_the_project{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
#about_our_team{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 5px;
}

.team{
    padding: 0 5px 20px;
    margin-bottom: 80px;
}

.team img{
    margin: 0 auto 20px;
}

.team-name{
    margin-top:10px;
    font-size: 1em;
    text-align: center;
}

.team-title{
    font-size: 0.8em;
    text-align: center;
}

#explore{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
.explore_city{
    padding: 0 40px 40px;
}
.explore_city .image-container{
    /*height: 200px;*/
    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: 100%;
    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;
    font-weight: bold;
    margin-top: 30px;
}
#events{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}

.events_title_group{
    position: relative;
    top: -40px;
    font-weight: bold;
}

.event{
    padding: 0 0 20px;
    border-bottom: 1px solid #62B6CB;
    margin-bottom: 20px;
}

.event:last-child{
    border-bottom: none;
}

.event .event-description{
    padding: 10px 0;
    font-size: 1em;
}

.event .event-date{
    font-size: 0.8em;
}

#events .image-container{
    height: 400px;
    overflow: hidden;
}
#events .image-container img {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

._fadeInUp,
._fadeInUp1,
._fadeInUp2,
._fadeInUp3,
._fadeInUp4,
._fadeInUp5,
._fadeInLeft
{
    opacity: 0;
}


#home article,
#about article,
#service article,
#porto article,
#clients article{
    padding:20px;
    color:#ffffff;
}

#home article h2, #about article h2, #service article h2, #porto article h2, #clients article h2{
    text-transform: uppercase;
    font-size:34px;
    font-weight:bold;
}
#about article{
    color: #404041;
}
#about article h2{
    color: #1B75BB;
}
#service article{
    color: #404041;
}
#service article h2{
    color: #90278E;
}
#porto article{
    color: #404041;
}
#porto article h2{
    color: #EE4F84;
}

#clients article h2{
    font-size: 18px;
}
.dispTable{
    display: table;
    margin: 0 auto;
}
#clients .supporters,#layout .supporters{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#clients .supporter,#layout .supporter{
    /*background-color: #FFFFFF;*/
    /*height: 140px;*/
    /*width: 215px;*/
    line-height: 134px;
    text-align: center;
    display: block;
    float:left;
    padding:1px;
    margin-right:1px;
    box-sizing: border-box;
    position: relative;
}

#clients .supporter img ,#layout .supporter img{
    vertical-align: sub;
}

#layout{
    padding: 20px 0 10px;
    background-color: #F3F3F3;
}

#layout h2{
    padding: 0 20px 40px;
    line-height: 100px;
}
#layout h2 img{
    float: left;
    height: 100px;
}

#layout .notice_container{
    padding:40px;
    background: url("../img/themes/default/bg_layout.png") no-repeat right bottom;
    min-height: 176px;
}

.explore_city_thumbnail .image-container{
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}