/* NEWS */

#news {
    display: none;
    position: absolute;
    top: 9.45895%; /* 100px / 743px */
    width: 79.824219%; /* 715px / 1024px */
    height: 59.125168%; /* 365px / 743px */
    max-width: 1200px;
    margin: 0px auto;
    z-index: 3;

    /*transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;*/
}

#news.selected {
    display: block;
}

#news article {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 3;

    border: double 4px #fff;
    background-color: rgba(255, 255, 255, 0.6);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    margin-right: 2.4965035%; /* 25px / 715px */
    margin-bottom: 2.4965035%;
}

#news article a {
    display: block;
    width: 100%;
    height: 100%;
}

#news article:hover {
    background-color: rgba(255, 255, 255, 1);
}

#news article a figure {
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    overflow: hidden;
}

#news article a section {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#news article a section hr {
    border: 1px solid transparent;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#news article a section hr:after {
    content: "·";
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-shadow: -1px 1px 4px rgba(255, 255, 255, 0.5), 1px 1px 4px rgba(255, 255, 255, 0.5), 1px 1px 4px rgba(255, 255, 255, 0.5), 1px -1px 4px rgba(255, 255, 255, 0.5);
}

#news article a section cite {
    float: left;
    width: 100%; /* 160px / 160px */
    min-width: 160px; /* 160px / 160px */
    margin-top: 10%;

    text-align: center;
    text-shadow: -1px 1px 4px rgba(255, 255, 255, 0.5), 1px 1px 4px rgba(255, 255, 255, 0.5), 1px 1px 4px rgba(255, 255, 255, 0.5), 1px -1px 4px rgba(255, 255, 255, 0.5);

    font-size: 20px;
    font-style: italic;
    color: #333;
    font-weight: 400;
    letter-spacing: 0px;
}
#news article a section p {
    float: left;
    width: 90%;
    min-width: 145px;
    margin: 1% 0 0 5%;

    font-size: 13px;
    font-weight: 400;
    color: #333;

    text-shadow: -1px 1px 4px rgba(255, 255, 255, 0.5), 1px 1px 4px rgba(255, 255, 255, 0.5), 1px 1px 4px rgba(255, 255, 255, 0.5), 1px -1px 4px rgba(255, 255, 255, 0.5);
    text-align: center;
}

#news article.double a section p {
    margin-top: 5%;
}

#news article.double {
    width: 45.755245%; /* 320px / 715px */
    height: 44.835616%; /* 160px / 365px */
    min-width: 320px;
    min-height: 200px;
}
#news article.single {
    width: 22.377%; /* 160px / 715px */
    height: 44.835616%; /* 160px / 365px */
    min-width: 160px;
    min-height: 200px;
}
#news article.break {
    margin-right: 0px;
}

#news article.double a figure {
    width: 50%; /* 160px / 320px */
    height: 100%; /* 160px / 160px */
    min-width: 160px;
    min-height: 200px;
}

#news article.single a figure {
    width: 100%; /* 160px / 160px */
    height: 50%; /* 80px / 160px */
    min-width: 160px;
    min-height: 100px;
}

#news article.fig-left a figure {
    border-right: solid 1px #fff;
}

#news article.fig-top a figure {
    border-bottom: solid 1px #fff;
}

#news article.fig-bottom a figure {
    border-top: solid 1px #fff;
    position: absolute;
    bottom: 0px;
}

#news article.fig-right a figure {
    border-left: solid 1px #fff;
    float: right;
}

#news article.double a section {
    width: 49%; /* 160px / 320px */
    height: 100%; /* 160px / 160px */
    min-width: 159px;
    min-height: 200px;
}

#news article.single a section{
    width: 100%; /* 160px / 160px */
    height: 49%; /* 80px / 160px */
    min-width: 160px;
    min-height: 100px;
}

#news article.single.break a section{
    width: 100%; /* 160px / 160px */
    height: 49%; /* 79px / 160px */
    min-width: 140px;
    min-height: 100px;
}


#news article a figure {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media only screen and (max-width: 1200px) {

    #news {
        width: 95%;
        padding-left: 1.25%;
        min-width: 950px;
    }

    #news article a section cite {
        font-size: 19px;
        letter-spacing: 0px;
    }

    #news article a section p {
        font-size: 13px;
        line-height: 16px;
    }
}



@media only screen and (max-width: 1020px) {

    html, body {
        min-width: 240px;
        min-height: 480px;
    }

    #news {
        position: relative;
        float: left;
        width: 80%;
        max-width: 500px;
        height: auto;
        top: 100px;
        min-width: 150px;
        margin: 0px 10%;
        padding: 0px 0px 100px 0px;
    }

    #news article,
    #news article.double,
    #news article.single {
        min-height: 220px;
    }

    #news article.single a figure,
    #news article.double a figure {
        width: 100%;
        height: 110px;
        min-width: 160px;
    }

    #news article.single a section,
    #news article.double a section {
        width: 100%;
        height: auto;
        min-width: 160px;
        min-height: 100px;
    }

    #news article.double a section p:last-child {
        margin-bottom: 30px;
    }

    #news article.double a figure {
        min-height: 100px;
    }

    #news article.fig-left a figure {
        border-right: 0px;
        border-bottom: solid 1px #fff;
    }

    #news article.fig-right a figure {
        border-left: 0px;
        border-top: solid 1px #fff;
    }

    #news article a section hr {
        display: none;
    }

    #news article a section cite {
        margin-top: 30px;
        line-height: 15px;
    }

    #news article a section p,
    #news article.single a section p,
    #news article.double a section p {
        margin-top: 10px;
    }

    #news article.break {
        margin-right: 3.4965035%;
    }
    #news article.single:nth-child(2), #news article.single:nth-child(4), #news article.single:nth-child(6) {
        margin-right: 0%;
    }

    #news article, #news article.break {
        margin-right: 0%;
    }

    #news article.double {
        width: 100%;
        min-width: 120px;
    }
    #news article.single {
        width: 100%;
        min-width: 120px;
    }

}

