ul.architect-menu li a,
.projects-procject{
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.architect-baner{
    height:500px;
}
.architect-header{
    position: relative;
}
.architect-header-logo{
    background: #fff;
    padding: 7px;
    border:1px #ddd solid;
    float: left;
    transform: translateY(-50%);
}
.architect-header-info{
    float: left;
    padding-left: 15px;
}
.architect-header-info h1{
    font-size: 26px;
}
.architect-header-motto{

}
.architect-header-menu{
    float: left;
    overflow: hidden;
}
ul.architect-menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.architect-menu li{
    float: left;
    margin: 0px;
    padding: 0px;
}
ul.architect-menu li a{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 2px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}
.architect-infos-header h2{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
}
.architect-info{
    padding-top: 25px;
    padding-bottom: 25px;
}
.architect-info-image{
    width: 50%;
}
.architect-info-image img{
    max-width: 100%;
}
.image-left{
    float:left;
}
.image-right{
    float:right;
}
.architect-info-content{
    padding: 15px;
}
.architect-info-content-left{
    float: right;
    width: 50%;
}
.architect-info-content-right{
    float: left;
    width: 50%;
}
.architect-types{
    margin-bottom: 30px;
}
.architect-types-header{
    text-align: center;
}
.architect-types-header h2{
    text-transform: uppercase;
    font-weight: 400;
}
.architect-types-list{
    text-align: center;
}
.architect-type{
    display: inline-block;
    padding: 7px 15px 7px 15px;
    margin-left: 5px;
    margin-right: 5px;
}
.architect-certs{
    text-align: center;
}
.architect-certs-header{

}
.architect-certs-header  h2{
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 25px;
}
.architect-cert{
    display: inline-block;
    width: 25%;
    padding: 10px;
    margin: 2px;
    background: #f9f9f9;
}
.architect-cert img{
    max-width: 100%;
}
.architect-cert h3{
    font-weight: 700;
    font-size: 14px;

}
.architect-contact{
    background: #f9f9f9;
    padding-bottom: 50px;
    margin-top:50px;
}
.architect-contact-header{
    text-align: center;
}
.architect-contact-header h2{
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 25px;
}
.architect-projects-header  h2{
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
}
.architect-projects-all{
    margin-top: 25px;
}
/*ARCHITECTS LIST */
.architect-architects-header{
    
}
.architect-architects-header h1{
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}
.architect-item{
    box-shadow: 0 5px 10px -1px rgb(59 71 104 / 5%), 0 2px 4px -3px #666, 0 2px 40px 0 rgb(59 71 104 / 5%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.architect-item-image{
    height: 300px;
    position: relative;
}
.architect-item-logo{
    position: absolute;
    left:15px;
    bottom:15px;
    background: #f9f9f9;
    padding: 3px;
    max-width: 80px;
    border: 1px #ddd solid;
}
.architect-item-logo img{
    max-width: 100%;
}
.architect-item-name{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.architect-item-name h2{
    color: rgba(245, 124, 0, 1);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}
.architect-item-motto{
    padding-left: 10px;
    padding-right: 10px;
    color:#888;
    font-style: italic;
}
.architect-item-more{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.project-gallery-image{
    background: #f9f9f9;
    border:1px #ddd solid;
    padding: 5px;
    margin-bottom: 2px;
}
.btn-remove-image{
    background: none;
    border:none;
}

/* PROJECT IN LIST*/
.projects-procject{
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
    border:#dfdfdf;
    display: block;
}
.projects-procject:hover{
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
}
.projects-procject-image{
    height: 300px;
}
.projects-procject-brand{
    padding: 0px 10px 0px 10px;
    margin-top: 15px;
}
.projects-procject h2{
    background: none;
    font-size:18px;
    font-weight: 700;
    color:#f57c00;
    margin: 0px;
    padding: 0px;
}
.projects-procject h3{
    color:#333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-top: 7px;
}
.projects-procject-logo{
    text-align: right;
}
.projects-procject-logo img{
    max-width: 100%;
    max-height: 70px;
}
.projects-procject-info{
    padding: 0px 10px 0px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.projects-procject-price{
    font-weight: 700;
    color:#f57c00;
}
.projects-procject-type{
    color:#888;
}
.projects-procject-area{
    font-size: 14px;
    font-weight: 700;
    color:#333;
    text-align: right;
}
/* PROJECT PAGE */
#architect-project img{
    max-width: 100%;
}
.project-name h1{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color:#f57c00;
}
.project-type{
    color:#888;
}
.project-price{
    font-size:18px;
    font-weight: 500;
    margin-top: 15px;
}
.project-areas{
    margin-top: 15px;
}
.project-architect-logo{
    text-align: right;
}
.project-architect-logo img{
    max-height: 80px;
    max-width: 100%;
}
.project-architect-name{
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}
.project-action{
    margin-top: 15px;
}