#home{

}
#about_the_project{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
#about_our_team{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_title span {
    font-size: 2.5em;
    letter-spacing: normal;
    line-height: 0.6em;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 30px;

}
.section_title{
    margin-bottom: 85px;
}
.team{
    padding: 0 5px 20px;
    margin-bottom: 120px;
}

.team-name{
    font-size: 1.5em;
    font-weight:bold;
    text-align: left;
}

.team-title{
    font-size: 1.1em;
    text-align: left;
}

.team-profile{
    margin-bottom:30px;
    text-align: justify;
}

._fadeInUp{
    opacity: 0;
}


#home article,
#about article,
#service article,
#porto article,
#clients article,
#contact 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;
}