section {
    width:  877px;
    height: 317px;
    background-color: #403a3a;
    float: left;
    clear: both;
    margin: 0px 19px;
    /*
    padding-right: 34px;
    background-image: url(../img/logo-side-solid.png);
    background-position: 877px 1px;
    */
    background-repeat: no-repeat;
    color: #c3c0c3;
    font-size: 15px;
    position: relative;
}

section.auto {
    height: auto;
}

section .home {
    width: 337px;
    height: 291px;
    padding-top: 26px;
    /*border-right: 2px solid #c3c0c3;*/
}

section .project-list {
    height: 482px;
    float: left;
}

section .house {
    position: absolute;
    right: 1px; /*36px;*/
    top: 1px;
    height: 315px;
}

section .full {
    width: 877px;
    height: 317px;
}

.contact img {
    float: left;
    width: 440px;
    height: 315px;
    margin: 1px 0 0 1px;
}

.contact div {
    float: left;
    width: 406px;
    height: 287px;
    padding: 15px;
    font-size: 12px;
    color: #d5d4d5;
    line-height: 15px;
}

.contact .second-office {
    position:absolute;
    right:90px;
    top:135px;
    width:200px;
    height:50px;
    margin:0;
    padding:0;
}

.contact div a {
    color: #d5d4d5;
}

.contact strong {
    font-weight: bold;
}

.projects {
    font-family: Times, 'Times New Roman', Georgia, serif;
    font-size: 17px;
    color: #c3c0c3;
}

.projects ul {
    list-style-type: none;
    margin-top: 1px;
}

.projects ul li {
    float: left;
    height: 174px;
    margin-left: 1px;
}

.projects ul li a {
    float: left;
    display: block;
    height: 100%;
    width: 100%;
}

.projects ul li:nth-of-type(1) {
    width: 132px;
    background-color: #57b6d2;
    background-image: url('../img/FIRST_RECTANGLE.png');
}

.projects ul li:nth-of-type(1):hover {
    background-image: url('../img/FIRST_RECTANGLE_highlight.png');
}

.projects ul li:nth-of-type(2) {
    width: 114px;
    background-color: #7165bb;
    background-image: url('../img/SECOND_RECTANGLE.png');
}

.projects ul li:nth-of-type(2):hover {
    background-image: url('../img/SECOND_RECTANGLE_highlight.png');
}

.projects ul li:nth-of-type(3) {
    width: 139px;
    background-color: #a165bb;
    background-image: url('../img/THIRD_RECTANGLE.png');
}

.projects ul li:nth-of-type(3):hover {
    background-image: url('../img/THIRD_RECTANGLE_highlight.png');
}

.projects ul li:nth-of-type(4) {
    width: 172px;
    background-color: #bb65b0;
    background-image: url('../img/FOURTH_RECTANGLE.png');
}

.projects ul li:nth-of-type(4):hover {
    background-image: url('../img/FOURTH_RECTANGLE_highlight.png');
}

.projects ul li:nth-of-type(5) {
    width: 139px;
    background-color: #cd628e;
    background-image: url('../img/FIFTH_RECTANGLE.png');
}

.projects ul li:nth-of-type(5):hover {
    background-image: url('../img/FIFTH_RECTANGLE_highlight.png');
}

.projects ul li:nth-of-type(6) {
    width: 174px;
    background-color: #df5555;
    background-image: url('../img/SIXTH_RECTANGLE.png');
}

.projects ul li:nth-of-type(6):hover {
    background-image: url('../img/SIXTH_RECTANGLE_highlight.png');
}


.projects .p0 {
    position: absolute;
    left: 15px;
    top: 15px;
    font-weight: bold;
}

.projects .p1 {
    position: absolute;
    left: 18px;
    top: 184px;
    font-weight: bold;
    width: 858px;
}

.projects .p2 {
    position: absolute;
    right: 55px;
    top: 240px;
    font-weight: bold;
}

.projects .p3 {
    position: absolute;
    right: 55px;
    top: 268px;
}

.practice, .services, .people {
    width: 848px;
    height: 287px;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
}

.services .int {
    position: absolute;
    left: 246px;
    top: 20px;
    width: 150px;
    height: 130px;
    text-align: right;
}

.people .foto1 {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 186px;
    height: 197px;
}

.people .box1 {
    position: absolute;
    left: 16px;
    top: 213px;
    width: 173px;
    height: 22px;
    background-color: #898787;
    color: #d5d4d5;
    padding: 64px 0 0 13px;
}

.people .desc1 {
    position: absolute;
    left: 224px;
    top: 16px;
    width: 225px;
    height: 284px;
}

.people .foto2 {
    position: absolute;
    left: 468px;
    top: 16px;
    width: 186px;
    height: 197px;
}

.people .box2 {
    position: absolute;
    left: 468px;
    top: 213px;
    width: 173px;
    height: 22px;
    background-color: #898787;
    color: #d5d4d5;
    padding: 64px 0 0 13px;
}

.people .desc2 {
    position: absolute;
    left: 676px;
    top: 16px;
    width: 185px;
    height: 284px;
}

.project {

}

.project ul {
    list-style: none;
    margin: 33px 0 0 16px;
}

.project ul li {
    margin-bottom: 11px;
}

.project ul li a {
    color: #d5d4d5;
    font-size: 9pt;
}

.project ul li a:hover {
    font-weight: bold;
}

.project .pict {
    float: left;
    margin: 1px 14px 0 1px;
    height: 315px;
    position: relative;
}

.project .pict img {
    max-height: 315px;
    max-width: 700px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}

.project .desc {
    padding: 17px 14px 0 0;
    font-size: 11px;
}

.project .desc .bold {
    font-size: 13px;
}

/* ------------------------------- */

.project-list ul.tiles {
    list-style-type: none;
    margin: 0px;
    margin-top: 1px;
    width:100%;
    float: left;
}

.project-list ul.tiles:first-child {
    margin-bottom: 120px;
}

.project-list ul.tiles li {
    float: left;
    height: 174px;
    margin-left: 1px;
}

.project-list ul.tiles li a {
    float: left;
    display: block;
    height: 100%;
    width: 100%;
}

/* ------------------------------- */

.project-list ul.tiles li:hover {
    background-position: 100% 0;
}

.project-list ul.tiles li.tile-01 {
    width: 132px;
    background-image: url('../img/residential/residential-1.png');
}

.project-list ul.tiles li.tile-02 {
    width: 114px;
    background-image: url('../img/residential/residential-2.png');
}

.project-list ul.tiles li.tile-03 {
    width: 139px;
    background-image: url('../img/residential/residential-3.png');
}

.project-list ul.tiles li.tile-04 {
    width: 172px;
    background-image: url('../img/residential/residential-4.png');
}

.project-list ul.tiles li.tile-05 {
    width: 139px;
    background-image: url('../img/residential/residential-5.png');
}

.project-list ul.tiles li.tile-06 {
    width: 174px;
    background-image: url('../img/residential/residential-6.png');
}

.project-list ul.tiles li.tile-07 {
    width: 132px;
    background-image: url('../img/residential/residential-7.png');
}

.project-list ul.tiles li.tile-08 {
    width: 114px;
    /*background-image: url('../img/residential/residential-8.png');*/
}

.project-list ul.tiles li.tile-09 {
    width: 139px;
    background-image: url('../img/residential/residential-9.png');
}

.project-list ul.tiles li.tile-10 {
    width: 172px;
    /*background-image: url('../img/residential/residential-10.png');*/
}

.project-list ul.tiles li.tile-11 {
    width: 139px;
    background-image: url('../img/residential/residential-11.png');
}

.project-list ul.tiles li.tile-12 {
    width: 174px;
    background-image: url('../img/residential/residential-12.png');
}

.project-list ul.tiles li.tile-13 {
    width: 149px;
    background-image: url('../img/commercial/commercial-1.png');
}

.project-list ul.tiles li.tile-14 {
    width: 135px;
    background-image: url('../img/commercial/commercial-2.png');
}

.project-list ul.tiles li.tile-15 {
    width: 166px;
    background-image: url('../img/commercial/commercial-3.png');
}

.project-list ul.tiles li.tile-16 {
    width: 124px;
    background-image: url('../img/commercial/commercial-4.png');
}

.project-list ul.tiles li.tile-17 {
    width: 139px;
    background-image: url('../img/commercial/commercial-5.png');
}

.project-list ul.tiles li.tile-18 {
    width: 157px;
    background-image: url('../img/commercial/commercial-6.png');
}

.project-list ul.tiles li.tile-51 {
    width: 132px;
    background-image: url('../img/design/design-1.png');
}

.project-list ul.tiles li.tile-52 {
    width: 114px;
    background-image: url('../img/design/design-2.png');
}

.project-list ul.tiles li.tile-53 {
    width: 139px;
    background-image: url('../img/design/design-3.png');
}

.project-list ul.tiles li.tile-54 {
    width: 172px;
    background-image: url('../img/design/design-4.png');
}

.project-list ul.tiles li.tile-55 {
    width: 139px;
    background-image: url('../img/design/design-5.png');
}

.project-list ul.tiles li.tile-56 {
    width: 174px;
    background-image: url('../img/design/design-6.png');
}

/* ------------------------------- */

.arrow-left {
    position: absolute;
    left: 5px;
    top: 137px;
    width: 18px;
    height: 43px;
    background-image: url(../img/arrow-left-off.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.arrow-left:hover {
    background-image: url(../img/arrow-left-on.png);
}

.arrow-right {
    position: absolute;
    right: 5px;
    top: 137px;
    width: 18px;
    height: 43px;
    background-image: url(../img/arrow-right-off.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.arrow-right:hover {
    background-image: url(../img/arrow-right-on.png);
}

#count {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
}