#banner {
    z-index: -1;
    position: absolute;
    background-color: #2d83be;
    background-image: url(../../../../../public/assets/images/banner-background.png);
    width: 100%;
    height: 423px;
}

.banner-images {
    border-radius: 20px;
}

.article-banner-border {
    width: 644px;
    height: 299px;
    background: #FFF;
    border-radius: 20px;
    border: solid 1px #CCC;
    padding: 10px;
}

.article-top-shadow {
    width: 674px;
    height: 24px;
    background-image: url(../../../../../public/assets/images/article-top-shadow.png);
}

.article-bottom-shadow {
    width: 674px;
    height: 24px;
    background-image: url(../../../../../public/assets/images/article-bottom-shadow.png);
}

.banner-article {
    position: absolute;
    top: 20px;
    left: 700px;
    width: 250px;
}

.banner-article span {
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: -1px;
    width: 150px;
    height: 25px;

}

.banner-article p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFF;

}

.banner-link {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.banner-link:hover {
    font-size: 14px;
    text-decoration: none;
}

#ad {

    background: #171717;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 530px;
}

#button {
    width: 162px;
    height: 40px;
    background-image: url(../../../../../public/assets/images/button.png);
    position: absolute;
    left: 800px;
    top: 10px;
    cursor: pointer;
}

#button:hover {
    background-image: url(../../../../../public/assets/images/button.png);
    background-position: center;
}

#button:active {
    background-image: url(../../../../../public/assets/images/button.png);
    background-position: bottom;
}

/*Article*/
#main {
    position: absolute;
    top: 600px;
    width: 100%;
}

.main-wrapper {
    width: 1000px;
    padding-left: 50px;
    margin: auto;
    position: relative;
}

.articles {
    width: 308px;
    float: left;
    padding-right: 25px;
}

.article-image {
    width: 260px;
    height: 121px;
    background: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #999;
}

.stretch {
    border-radius: 0px;
    width: 100%;
    height: 100%;
}

.top-shadow {
    width: 287px;
    height: 13px;
    background: #fff;
    background-image: url(../../../../../public/assets/images/top-shadow.png);
}

.bottom-shadow {
    width: 287px;
    height: 13px;
    background: #fff;
    background-image: url(../../../../../public/assets/images/bottom-shadow.png);
}

.title {
    font-weight: bold;
    font-size: 16px;
    color: #0071ba;
    height: 40px;
}

.time {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
    /*margin-bottom:5px;*/
    clear: both;
    height: 20px;
}

.article-text {
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 15px;
    padding-right: 20px;
    height: 80px;

}

.banner-slide {
    margin-top: 40px;
}

#footer, .footer {
    position: relative;
    top: 1050px;
}
