@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 results title
*/

.inner_section_title {
    font-weight: normal;
    font-size: 1.5em;
    font-family: "Bai Jamjuree", sans-serif;
    letter-spacing: 1px;
}

.inner_section_title .sub_text {
    font-size: 0.8em;
}




/*  Modules results body
*/

.inner_section_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.inner_section_body_left,
.inner_section_body_right {
    width: 40%;
    margin: 0;
}

.inner_section_body_decorate {
    width: calc(20% - 4em);
    margin: 0 2em;
    padding-top: calc(20% - 4em);

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



/*  Modules results in body
*/

.inner_section_box .before_title {
    width: 100%;
    padding: 0.1em 0;
    text-align: center;

    font-weight: bold;
    font-size: 1.3em;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
}

.inner_section_box .before_image {
    width: 100%;
    padding-top: 75%;

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



.inner_section_box:nth-child(odd) .before_title {
    color: #52a0e2;
    border:  1px #52a0e2 solid;
}

.inner_section_box:nth-child(odd) .before_image {
    border:  1px #52a0e2 solid;
    border-top: none;
}

.inner_section_box:nth-child(odd) .inner_section_body_decorate {
    background-image: url(../images/results/arrow_odd.png);
}



.inner_section_box:nth-child(even) .before_title {
    color: #69a64d;
    border:  1px #69a64d solid;
}

.inner_section_box:nth-child(even) .before_image {
    border:  1px #69a64d solid;
    border-top: none;
}

.inner_section_box:nth-child(even) .inner_section_body_decorate {
    background-image: url(../images/results/arrow_even.png);
}



.inner_section_box .before_image.img1b {
    background-image: url(../images/results/1_01.jpg);
}

.inner_section_box .before_image.img1a {
    background-image: url(../images/results/1_02.jpg);
}

.inner_section_box .before_image.img2b {
    background-image: url(../images/results/2_01.jpg);
}

.inner_section_box .before_image.img2a {
    background-image: url(../images/results/2_02.jpg);
}

.inner_section_box .before_image.img3b {
    background-image: url(../images/results/3_01.jpg);
}

.inner_section_box .before_image.img3a {
    background-image: url(../images/results/3_02.jpg);
}

.inner_section_box .before_image.img4b {
    background-image: url(../images/results/4_01.jpg);
}

.inner_section_box .before_image.img4a {
    background-image: url(../images/results/4_02.jpg);
}

.inner_section_box .before_image.img5b {
    background-image: url(../images/results/5_01.jpg);
}

.inner_section_box .before_image.img5a {
    background-image: url(../images/results/5_02.jpg);
}