@charset "utf-8";



/*  Foundation
*/

.section_title {
    box-shadow: 3px 3px 3px #dcdcdc;
    background-color: #52a0e2;
    color: #fff;
    padding-left: 16.5%;
    margin: 3em 0 1em;
    font-size: 1.8em;
}



.section_body_box {
    margin: 2em 0;
    padding: 2em 0;
    background-color: #eee;
}

.section_body {
    padding: 2em;
    background-color: #fff;
    border: 1px #999 solid;
    border-radius: 10px;
}



/*  Modules news
*/

.news_content_box {
    width: 100%;
}

.news_content_title_box {
    padding: 0 1em;
    border-bottom: 2px #52a0e2 solid;
}

.news_content_datetime_box {
    margin: 0.5em 0;
    padding: 0 1em;
    text-align: right;
}

.news_content_body_box {
    margin: 1em 0;
    padding: 0 1em;
}



/*  Modules news list
*/

.news_list_box {
    width: 100%;
    margin: 3em 0 1em;
}

.news_one {
    margin: 2%;
    width: 21%;
    padding-bottom: 0.2em;
    border-bottom: 3px #52a0e2 dotted;
}

.news_thumbnail {
    width: 100%;
    padding-top: 75%;
    font-size: 0;

    background: center center no-repeat transparent;
    background-size: cover;
}

.news_datetime {
    width: 100%;
    text-align: right;
    font-size: 1.3em;
    color: #3c2718;
}

.news_title {
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
    color: #3c2718;
}

.active_toggle_body {
    width: 100%;
    overflow: hidden;
}

.active_toggle_body.deactive {
    height: 0;
}

.active_toggle_body.active {
    height: auto;
}



/*  Modules pager
*/

.pager > .this_page {
    margin: 0.5em;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 2px #52a0e2 solid;
    color: #52a0e2;
}

.pager > a {
    margin: 0.5em;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 2px #52a0e2 solid;
    background-color: #52a0e2;
    color: #fff;
}

.pager > a:hover {
    background-color: #fff;
    color: #52a0e2;
}



/*  Modules buttons
*/

.buttons {
    margin: 3em 0;
}

.buttons_one.estimate {
    margin-right: 5px;
}

.buttons_one.contact {
    margin-left: 5px;
}


