/**
 *	Hide body content until the paywall hits
 */
#container-main .article-body {
	/*display: none;*/
}

#paywall-container {
	padding: 0;
}
#paywall-container .top {
	position: relative;
	height: auto;
	background-color: #2996CF;
	text-align: center;
	font-size: 1em;
	color: #DFDFDF;
	padding: 0 0.5em;
}
#paywall-container .top .message {
	position: relative;
	color: #ffffff;
	font-size: 2.5em;
	line-height: 1.25em;
	top: 2em;
}
#paywall-container .top .note {
	position: relative;
	font-size: 1.25em;
	margin-top: 6.2em;
	padding-bottom: 5px;
}

#paywall-container .bottom {
	text-align: center;
	padding: 1em 0;
	font-size: 1.2em;
}
#paywall-container .bottom .subscribe-btn {
	text-align: center;
	display: block;
	margin: .9em auto 0 auto;
	border-radius: 0.45em;
	width: 13em;
	height: 3em;
	line-height: 3em;
	border: 0.1em solid #0084B1;
}
#paywall-container .bottom .subscribe-btn:hover {
	line-height: 3.1em;
}
#paywall-container .bottom .subscribe-btn a {
	text-decoration: none;
	color: #0084B1;
	padding-top: 0;
}
#paywall-container .bottom .subscribe-btn#signup a {
	color: #ffffff;
}
#paywall-container .bottom .subscribe-btn#signup {
	background-color: #0084B1;
}
#paywall-container .bottom .links {
	display: block;
	margin-top: 1em;
}
#paywall-container .bottom .info {
	font-size: .9em;
	display: block;
	margin: 1em 0 .5em 0;
}

#paywall-container .package-list {
	padding: 0;
}
#paywall-container .package-list .pkg {
	padding: 0 0.4em 0.75em 0.4em;
	border-radius: 0.3em;
	overflow: hidden;
}
#paywall-container .package-list .pkg .pkg-top {
	position: relative;
	width: 100%;
	background: #efefef;
}
#paywall-container .package-list .pkg .pkg-top .pkg-title {
	position: relative;
	width: 100%;
	height: 4em;
	background: #333333;
	color: #efefef;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0.5em 0.6em 0 0.6em;
}
#paywall-container .package-list .pkg .pkg-top .pkg-price {
	margin-top: 2em;
	line-height: 1em;
}
#paywall-container .package-list .pkg .pkg-top .pkg-price .price {
	font-size: 1.75em;
}
#paywall-container .package-list .pkg .pkg-top .pkg-price .duration {
	display: none;
	font-size: 0.9em;
}
#paywall-container .package-list .pkg .pkg-top .pkg-description {
	margin-top: 1em;
	min-height: 8em;
	padding: 0 1em;
}
#paywall-container .package-list .pkg .pkg-bottom {
	position: relative;
	width: 100%;
	height: 4.8em;
	background: #e8e7e7;
	border-top: 0.1em solid #cccccc;
}
#paywall-container .package-list .pkg .pkg-bottom .pkg-button {
	position: relative;
	margin: 1em auto;
	width: 7em;
	height: 2.75em;
	line-height: 2.75em;
	background-color: #0686c6;
	font-weight: bold;
	border-radius: 0.3em;
}
#paywall-container .package-list .pkg .pkg-bottom .pkg-button a {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

#paywall-container .large-screen {
	display: block !important;
}
#paywall-container .small-screen {
	display: none !important;
}

@media all and (max-width: 628px) {
	#paywall-container .large-screen {
		display: none !important;
	}
	#paywall-container .small-screen {
		display: block !important;
	}
	#paywall-container .bottom .or {
		display: block;
		margin-top: 1em;
	}
}

@media all and (max-width: 520px) {
	#paywall-container .top .message {
		font-size: 1.6em;
	}
	#paywall-container .top .note {
		margin-top: 4em;
	}
}

#paywall-footer {
	padding: 1em;
	position: fixed;
	bottom: 0;
	height: auto;
	background-color: #fcfcfc;
	-webkit-box-shadow: .1em 0 0.75em 0 #6B6B6B;
	box-shadow: .1em 0 0.75em 0 #6B6B6B;
	z-index: 20000;
	font-size: 12px;
	-webkit-transition: bottom 1s;
	transition: bottom 1s;
}
#paywall-footer.closed {
	bottom: -200px;
}
#paywall-footer .bn-close-paywall {
	width: 1em;
	height: auto;
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
	font-size: 1.22em;
	font-weight: bold;
	color: #000;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
#paywall-footer .bn-paywall-info .bn-logo-container img {
	width: 75px;
	height: auto;
}
#paywall-footer .bn-paywall-info .info-container {
	text-align: center;
}
#paywall-footer .bn-paywall-info .info-container .count-remaining {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #0084B1;
}
#paywall-footer .bn-paywall-info .info-container .count-remaining .count{
	text-decoration: underline;
}
#paywall-footer .bn-paywall-info .info-container .continue-reading {
	font-size: 1.1em;
}
#paywall-footer .bn-paywall-info .button-container .subscribe-btn {
	text-align: center;
	margin-top: 0.65em;
	border-radius: 0.45em;
	height: 3em;
	line-height: 3em;
	border: 0.1em solid #0084B1;
}
#paywall-footer .bn-paywall-info .button-container .subscribe-btn a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #0084B1 !important;
}
#paywall-footer .bn-paywall-info .button-container .subscribe-btn#signup {
	background: #0084B1;
}
#paywall-footer .bn-paywall-info .button-container .subscribe-btn#signup a {
	color: #ffffff !important;
}

@media all and (max-width: 1199px) {
	.bn-logo-container {
		display: none;
	}
}

#paywall-footer .large-screen {
	display: block !important;
}
#paywall-footer .small-screen {
	display: none !important;
}

@media all and (max-width: 767px) {
	#paywall-footer .large-screen {
		display: none !important;
	}
	#paywall-footer .small-screen {
		display: block !important;
	}
	#paywall-footer .bn-close-paywall {
		right: 0.25em;
	}
	#paywall-footer .bn-paywall-info .info-container .count-remaining {
		font-size: 1.15em;
		line-height: 1.25em;
	}
	#paywall-footer {
		padding: 1em; 
	}
}