
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
html, body {
    min-height: 100%;
    width:100%;
    position: relative;
}
body {
    background-color: #ffd248;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
    overflow-x:hidden;
}
.body-wrapper {
    max-width: 1280px;
    height: 100%;
    background-color: #f7f7f7;
    padding: 0 10px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
}
.top-ad {
    margin-top:8px;
    position:relative;
}
.ad-bg {
    position:absolute;
    top:0;
    right:-726px;
}
header {
    margin-top: 8px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 8px;
}
.top-lines {
    border-top: 3px solid #ebebeb;
    border-bottom: 6px solid #ebebeb;
    height:10px;
    position:relative;
}
.top-lines-txt {
    font-family: 'Times New Roman';
    color: #ccc;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 50px;
    top: -10px;
    background-color: #fff;
    line-height: 20px;
    padding: 5px;
}
.main-title-panel {
    border-bottom:1px solid #ccc;
    min-height:74px;
}
.main-title-left {
    float: left;
    width: calc(100% - 170px);
    display: flex;
    margin-top: 15px;
}
.main-title-right {
    float: right;
    width: 170px;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.tip-btn {
    margin-left:15px;
}
.nav-btn {
    margin-right: 15px;
    margin-top: 5px;
}
.main-title {
    font-family: 'Times New Roman';
    color: #4c4c4c;
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
.main-nav-bar {
    border-bottom: 1px solid #ccc;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav {
    display:flex;
}
.main-nav-item {
    border-left: 2px solid #8a8a8a;
}
.main-nav-item:last-child {
    border-right: 2px solid #8a8a8a;
}
.main-nav-item a {
    padding:0 5px;
    font-size:13px;
    font-weight:bold;
    color:#8a8a8a;
    text-transform:uppercase;
    text-decoration:none;
}
.main-nav-item a:hover {
    color:#920000;
}
.header-ad {
    margin-top:5px;
}
.top-news-block-wrap {
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 8px;
    display: flex;
    flex-wrap:wrap;
}
.top-news-block {
    width:25%;
    position:relative;
    border-left:1px solid #ccc;
    padding:0 15px;
}
.top-news-block::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 8px solid #96d5d2;
	border-bottom: 4px solid transparent;
	content: '';
}
.main-wrapper {
    margin-top: 10px;
}
.main-wrapper-inner {
    display: flex;
    justify-content: space-between;
}
.main-wrapper-left {
    width: 75%;
}
.main-wrapper-right {
    width: calc(25% - 10px);
}
.main-slider {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 10px;
    margin-bottom:10px;
}
.news-alert {
    width:120px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.news-alert p {
    color:#920000;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing: 1px;
}
.most-popular-wrapper {
    border: 1px solid #e0e0e0;
    border-top:6px solid #eee800;
    background-color: #fff;
    padding: 10px 8px;
    margin-bottom:10px;
}
.most-popular-block {
    border-top: 1px solid #ccc;
    padding:10px 0;
    display:flex;
    align-items:flex-start;
    margin-top:5px;
}
.most-popular-img {
    width:66px;
    height:66px;
    margin-right:15px;
}
.most-popular-img img {
    width:100%;
}
.most-popular-txt {
    width:calc(100% - 76px);
    color:#000;
    font-weight:bold;
}
.news-section-wrapper {
    border: 1px solid #e0e0e0;
    border-top: 6px solid #223842;
    background-color: #fff;
    padding: 10px 10px;
    margin-bottom: 10px;    
}
.news-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom:5px;
}
.news-section-left {
    width: 40%;
    padding: 10px 15px;
}
.featured-block {
    margin-bottom: 25px;
}
.featured-img {
    width:100%;
    max-height:290px;
    overflow:hidden;
    margin-bottom:15px;
}
.featured-img img {
    width:100%;
    height:100%;
}
.featured-heading {
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-section-right {
    width: 60%;
    padding: 10px 15px;
}
.spotlight-block {
    margin-bottom: 20px;
}
.spotlight-img {
    width: 100%;
    max-height: 290px;
    overflow: hidden;
    margin-bottom: 15px;
}
.spotlight-img img {
    width: 100%;
    height: 100%;
}
.spotlight-heading {
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 10px;
}
.recommended-block {
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
    margin-bottom:15px;
}
.recommended-img {
    width:96px;
    height:96px;
    overflow:hidden;
    float:left;
    margin:0 15px 15px 0;
}
.recommended-img img {
    width:100%;
    height:100%;
}
.recommended-heading {
    font-size:15px;
    color:#000;
    font-weight:bold;
    margin-bottom:10px;
}
.related-info-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.related-info-block {
    width: calc(50% - 4px);
    margin-bottom: 25px;
}
.related-info-img {    
    height:190px;
    margin-bottom:10px;
}
.related-info-img img {
    width:100%;
    height:100%;
}
.sponsored-news {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin-bottom: 10px;
}
.sponsored-news-img {
    position:relative;
}
.sponsored-label {
    position: absolute;
    left:0;
    bottom:0;
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px;
    text-transform: uppercase;
    color: #157af3;
    font-size:13px;
    font-weight:bold;
}
.sponsored-txt-wrapper {
    padding:15px;
}
.news-column-wrapper {
    border: 1px solid #e0e0e0;
    border-top:6px solid #000;
    background-color: #fff;
    margin-bottom: 10px;
    padding:10px 0;
    display:flex;    
}
.news-column {
    width:25%;
    padding:5px 0;
}
.news-column-category {
    letter-spacing:2px;
    padding:0 15px;
}
.news-column-img {
    width:100%;
    max-height:160px;
    overflow:hidden;
    margin-bottom:10px;
}
.news-column-body {
    padding: 0 15px 25px;
    border-right: 1px solid #ccc;
}

.news-column-content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}
.more-brand-news {
    border: 1px solid #e0e0e0;
    border-top: 6px solid #000;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px 0 20px;
}
.brand-news-wrapper {
    display:flex;
    align-items:flex-start;
}
.brand-news-column {
    width: 20%;
    padding: 0 15px 10px;
    border-right: 1px solid #ccc;
}
.more-brand-news-heading {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    padding:10px 15px;
    font-weight:bold;
}
.brand-news-img {
    width: 100%;
    max-height: 124px;
    overflow: hidden;
    margin-bottom: 10px;
}
.brand-news-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b7b84;
    margin-bottom:10px;
}
footer {
    background-color: #1c272e;
}
.footer-wrapper {
    max-width: 1280px;
    padding:15px;
    margin:0 auto;
}
.footer-top {
    border-bottom: 2px solid #cecece;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:5px 0;
    margin-bottom:15px;
}
.footer-nav {
    display:flex;
    margin-bottom:40px;
}
.footer-nav-item {
    border-right: 2px solid #fff;
}
.footer-nav-item a {
    padding: 0 5px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.footer-nav-item a:hover {
    text-decoration: underline;
}
.trending-now {
    color: #7e8082;
    font-size:12px;
    font-weight:bold;
    margin-bottom:20px;
}
.copyright {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height:20px;
}
.copyright a {
    color:#fff;
    padding:0 5px;
    border-right:2px solid #fff;
    text-decoration:none;
}
.copyright a:hover {
    text-decoration:underline;
}
/***********General CSS************/
.f-roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.f-11 {
    font-size:11px;
}
.f-12 {
    font-size: 12px;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.f-15 {
    font-size: 15px;
}
.f-16 {
    font-size: 16px;
}
.f-17 {
    font-size: 17px;
}
.f-18 {
    font-size: 18px;
}
.f-19 {
    font-size: 19px;
}
.f-20 {
    font-size: 20px;
}
.f-b {
    font-weight:bold;
}
.f-black {
    color:#000;
}
.f-grey {
    color: #adadad;
}
.f-uc {
    text-transform: uppercase;
}
.m-t-10 {
    margin-top:10px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-l-20 {
    margin-left: 20px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-l-10 {
    padding-left: 10px;
}
.clearfix {
    clear:both;
}
.b-b {
    border-bottom: 1px solid #ccc;
}
.b-t {
    border-top: 1px solid #ccc;
}
.b-0 {
    border:0 none;
}
/********************Media Queries********************/
@media screen and (max-width: 767px) {
    .top-news-block {
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-right: 0;
        padding: 10px 0;
    }

    .top-news-block:first-child {
        padding-top: 0;
    }
    .top-news-block:last-child {
        padding-bottom: 0;
    }
    .top-news-block::after {
        display:none;
    }
}