@charset "utf-8";



/*  Foundation
*/

.section_title {
    margin: 2em 0 0;
    padding-left: 5%;
}

.center_box_micro.wide {
    max-width: 96%;
}



/*  Modules news
*/

.news .section_body {
    padding: 1em;
}



/*  Modules news list
*/

.news .section_title {
    font-size: 1.5em;
}

.news .news_one {
    width: 46%;
    margin: 2%;
}

.news .news_one .datetime {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding: 0 1em;
}

.news .news_one .body {
    padding: 0 0.5em;
}

.news .news_one .image {
    width: 20%;
}

.news .news_one .body.fullwidth {
    width: 100%;
}



/*  Modules buttons
*/

.buttons {
    margin: 1em;
}

.buttons_one.estimate {
    margin-right: 0;
    margin-bottom: 1em;
}

.buttons_one.contact {
    margin-left: 0;
}


