
/* articles */
.nexgam-new-article {
    cursor: pointer;
    border-bottom: 1px solid #999;
}

.nexgam-new-article:hover {
    opacity: 0.5;
}

.nexgam-new-article-image {
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 150px;
}

.nexgam-new-article-text {
    font-size: 13px;
    padding: 10px;
}

.nexgam-new-article-text h2 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nexgam-new-article footer {
    background: #ddd;
}

.nexgam-new-article-consoles {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.nexgam-new-article-consoles img {
    margin-right: 10px;
    max-height: 12px;
    width: auto;
}

.nexgam-new-article-more {
    border-left: 1px solid #999;
    float: right;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

.nexgam-new-article-more span {
    color: #999;
    text-decoration: none;
}

.nexgam-new-article-more:hover {
    background: #999;
    text-decoration: none;
}

.nexgam-new-article-more:hover span {
    color: #fff;
    text-decoration: none;
}

.nexgam-new-articles-btn-all {
    float: left;
}


.nexgam-new-article-ad {
    width: 100%;
    height: 150px;
    overflow: hidden;
}


.nexgam-new-article-ad-footer {
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 10px;
}



/* tests */

.nexgam-new-tests {
    border-bottom: 1px solid #999999;
    cursor: pointer;
    height: 180px;
    margin-top: 1px;
    position: relative;
}

.nexgam-new-tests:hover {
    opacity: 0.5;
}

.nexgam-new-tests h3 {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    float: left;
    height: 40px;
    padding: 5px 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.nexgam-new-tests h3 span {
    color: #fff;
}

.nexgam-new-tests h3 a:hover,
.nexgam-new-tests h3 a:hover span {
    text-decoration: none;
}

.nexgam-new-tests article {
    border-left: 1px solid #fff;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

.nexgam-new-tests:nth-child(3n-2) article {
    border-left: 0px;
}

@media screen and (max-width: 767px) {
    .nexgam-new-tests article {
        border-left: 0px;
        border-bottom: 1px solid #fff;
    }
}

.nexgam-new-tests-bg {
    height: 100%;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nexgam-new-tests-consoles {
    background: #ddd;
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.nexgam-new-tests-btn-all {
    float: left;
}

.nexgam-new-tests-consoles img {
    max-height: 16px;
    width: auto;
}

.nexgam-new-tests-consoles img+img {
    float: right;
}

/* news
 * ============================================================= */

.start-news {
    float: left;
    clear: both;
}

.start-news li {
    border-bottom: 1px solid #dedede;
    clear: both;
    float: left;
    width: 100%;
}

.start-news a {
    clear: both;
    cursor: pointer;
    float: left;
    padding: 10px 20px;
    width: 100%;
}

.start-news a:hover {
    background: #dedede;
    text-decoration: none;
}

.start-news-date {
    clear: both;
    color: #333;
    float: left;
    font-weight: normal;
    width: 100%;
}

.start-news-more-news {
    border-top: 1px solid #ddd;
    clear: both;
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
}

