.block {
    padding: 0 20px 30px;
    float: left;
}
    .home-section h3 {
        font-family: 'roboto_condensedlight';
        font-size: 2em;
    }
    .block .service-item-wrapper {
        float: left;
        overflow: hidden;
        width: 200px;
        margin: 0 0 0 1px;
    }
        .block .service-item-wrapper img {
            width: 300px;
        }	
	

.home-section {
    width: 100%;
}

.block.home-gallery {
    width: 44%;
}
.home-gallery a.lightview {
    display: block;
    float: left;
    height: 134px;
    margin: 0 1px 1px 0;
    overflow: hidden;
    width: 135px;
}
    .home-gallery a.lightview img {
        width: 200px;
    }
