﻿.tm-r2 ul.perma-links li.premium a {
	color: #CCA550;
}

/* ****************************** PREMIUM DAY/NIGHT SWITCH ***************************** */
.dn-switch {
	float:right;
	display: inline-block;
	background: url(../img/background/daynightswitch.png) no-repeat 0 0;
	width:53px;
	height:27px;
	margin-top:12px!important;
	margin-right:20px!important;
}
body.mode-dark .dn-switch {
	background-position: 0 -27px;
}

/* ****************************** PREMIUM ARTICLE LIST HIGHLIGHT ***************************** */
span.ar-premium:before {
    display: inline-block;
    content: "PREMIUM";
    font-size: 14px;
    line-height: 19px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: 700;
    background: #CCA550;
}

.ar-row-promo span.ar-premium {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
}


/* ****************************** PREMIUM INFO ***************************** */
.premium-info-modal {
    display: block;
    position:fixed;
    min-width: 700px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    text-align:center;
    z-index:200000;
}
.premium-info {
    display: block;
    padding: 20px!important;
    background: #fff;
    text-align: center;
    font-size: 22px;
    position:relative;
    margin-bottom: 20px!important;
}
.premium-info-modal .premium-info {
    margin: 0 auto 0!important;
    width:600px;
    position: absolute;
    left: calc(50% - 300px);
    top: calc(40vh - 150px);
}
.ar-detail .ar-content .premium-info:before 
{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}
.premium-info-header {
    margin-bottom: 15px!important;
}
.premium-content .premium-info-header {
    margin-bottom: 25px!important;
}
.ar-detail .ar-content .premium-info-header .logo-premium,
.premium-info-header .logo-premium {
    display: block;
    height: 45px;
    width: 150px;
    background: transparent url(../img/premium/premium.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0px auto!important;
}

.ar-detail .ar-content .premium-info-header .logo,
.premium-info-header .logo  {
    display: block;
    height: 33px;
    width: 62px;
    background: transparent url(../img/logo.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 8px auto!important;
}
.ar-detail .ar-content .premium-info p,
.premium-info p {
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    font-weight: 300;
}
.ar-detail .ar-content .premium-info p b,
.premium-info p b {
    font-weight: 700;
}
.premium-info p:nth-of-type(2) {
    font-size: 18px;
}
.ar-detail .ar-content .premium-info-btn a.sidlink,
.premium-info-btn a.sidlink {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff!important;
    background: #d00000;
    margin: 15px auto 10px!important;
    display: inline-block;
    border-radius: 3px;
}
.premium-info-footer {
    font-size: 14px;
}
.premium-info-footer a{
    color: #d00000;
}
.premium-info-close {
    color: #999!important;
    text-decoration: none!important;
    font-weight: 700;
    position: absolute;
    top: -10px;
    right: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 55px;
}
.premium-info-close:hover {
    color: #d00000!important;
    text-decoration: none!important;
}


/* ****************************** PREMIUM PAGE ***************************** */
.premium-content {
    font-size: 14px;
}
.premium-content .premium-info-header .logo-premium {
    height: 57px;
    width: 190px;
}
.premium-content .premium-info-header .logo {
    height: 44px;
    width: 83px;
}
.premium-content.hidden .premium-info {
	border-bottom: 1px #e8e8e8 solid;
}
.premium-content.hidden .premium-types-preview {
	display:none;
} 
.premium-content .premium-info p {
    font-size: 28px;
    font-weight: 700;
}
.premium-types {
    display: table;
    width: 100%;
}
.premium-types .tile {
    display: table-cell;
    background: #eee;
    width: 50%;
    padding: 30px 25px;
    text-align: center;
    position: relative;
}
.premium-types .tile:first-of-type {
    border-right: 10px #fff solid;
}
.premium-types .tile:last-of-type {
    border-left: 10px #fff solid;
}
.premium-types .tile .premium-price-highlight {
    display: inline-block;
    background: #E7C257;
    width: 70px;
    height: 50px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -30px;
    right: -20px;
    padding-top: 20px;
}

.premium-types .premium-type {
    font-size: 24px;
    font-weight: 700;
    line-height:28px;
}
.premium-types .premium-price {
    margin-top: 6px;
    margin-bottom: 10px;
}
.premium-types .premium-price span {
    font-size: 40px;
    font-weight: 700;
}

.premium-content ul {
    list-style: none;
}
.premium-types .premium-highlight {
    display: inline-block;
}
.premium-content .premium-highlight li {
	position:relative;
	padding-left: 20px;
	text-align: left;
}
.premium-content .premium-highlight li:before {
    content: "\2713";
    color: #CEA858;
    display:inline-block;
    font-weight: 700;
    top:1px;
    left:0px;
    position:absolute;
}
.premium-content .premium-highlight li.empty:before {
    display:none;
}
.premium-content .premium-highlight li a {
	color: #000;
}
.premium-payments {
	margin-top:30px!important;
}
.premium-payments li {
	margin-right:10px!important;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.premium-payments li b {
	font-size: 14px;
}
.premium-payments li span {
	display: inline-block;
	background: transparent no-repeat center center;
	margin-left: 5px!important;
	position:relative;
}
.premium-payments li.payment-card {
	margin-right:42px!important;
}
.premium-payments li.payment-card span {
	width: 26px;
	height: 22px;
	background-image: url(../img/premium/mastercard.png);
	margin-bottom: -8px;
}
.premium-payments li.payment-card span:after {
    display: inline-block;
    width: 27px;
    height: 9px;
    background: url(../img/premium/visa.png) transparent no-repeat center center;
    content: "";
    position: absolute;
    right: -29px;
    bottom: 8px;
}
.premium-payments li.payment-online span {
	width: 50px;
	height: 12px;
	background-image: url(../img/premium/gopay.png);
	margin-bottom: -2px;
}
.premium-payments li.payment-sms span {
    width: 16px;
    height: 18px;
    background-image: url(../img/premium/sms.png);
    margin-bottom: -5px;
}

.premium-subscriber {
	margin-top:25px!important;
	padding-top:20px!important;
	border-top: 1px solid #DCDCDC!important;
	margin-bottom:25px!important;
	padding-bottom:25px!important;
	border-bottom: 1px solid #DCDCDC!important;
}
.premium-subscriber h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom:30px!important;
}
.premium-subscriber li {
	margin-bottom: 15px;
}

.premium-info-footer a.toggle {
	display:inline-block;
	position:relative;
}
.premium-info-footer a.toggle:after {
    content: "\25bc";
    position: absolute;
    left: calc(100% + 3px);
    font-size: 85%;
    top: 3px;
    transform: rotate(180deg);
}
.premium-info-footer a.toggle.hidden:after {
    transform: none;
}
