.weekly-section .weekly-title span {
    font-family: AllerBook;
    font-weight: 300;
}

.weekly-section img.weekly-head-logo {
    max-width: 60px;
}

.weekly-section img.weekly-buy {
    max-width: 230px;
    position: relative;
    top: 11px;
}
.weekly-cover {
    box-shadow: 0px 0px 23px -8px #000;
}

.weekly-page-number {
    font-family: "BebasNeueRegular";
    font-size: 24px;
    color: #231f20;
    letter-spacing: 2px;
}

.weekly-recommendation {
    font-family: "BebasNeueRegular";
    font-size: 24px;
    color: #818285;
    letter-spacing: 5px;
}

.weekly-borderdotted {
    border: 1px dotted #9c9191 !important;
    display: block;
    width: 100%;
    border-width: 3px 0 0 0 !important;
    opacity: 1;
    height: 8px;
}

.weekly-list-borderbottomdotted {
    border-bottom: 3px dotted #0000005e;
}

/*---------------------------------------------------*/
/*************** /WEEKLY ARTICLE LIST ****************/
/*---------------------------------------------------*/
.weekly-category {
    color: #9b9da0;
    font-size: 34px;
    font-family: "BebasNeueRegular";
    letter-spacing: 5px;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
}

.weekly-article-cover-story {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-family: "BebasNeueBold";
    font-size: 14px;
    padding: 4px;
    letter-spacing: 4px;
    background-color: #d2232a;
}

.weekly-category-article-cover-story {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-family: "BebasNeueBold";
    font-size: 14px;
    padding: 4px;
    letter-spacing: 4px;
    background-color: #d2232a;
}

.weekly-article-title {
    color: #231f20;
    font-family: "BebasNeueBold";
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
}

.redline {
    border-bottom: 3px solid #d2232a;
    display: block;
    width: 100%;
}





/*
.hetilap-buy {
    background-color: #afb1b4;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 10px;
    display: inline-block;
    float: right;
    position: relative;
    top: 30px;
    right: 80px;
}

.hetilap-buy span.hetek {
    font-family: AllerBook;
    font-size: 28px;
    color: #d2232a;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
    background-color: #FFF;
    padding: 0 5px;
}

.hetilap-buy span.hetek-buy {
    font-family: AllerBook;
    font-size: 28px;
    font-style: italic;
    color: #FFF;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

.hetilap-buy .right-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.3px;
    border-color: transparent transparent transparent #231f20;
    position: absolute;
    right: -14px;
    top: 20px;
}
*/