/*
 * newsletter
 */
#footer .sprite.s-newsletter {
	width: 30px;
	background-image: url("http://g.delfi.lt/en/i/newsletter_ico.png");
	background-position: 0px -2px;
}

/*
 * middle columnt news block widgets
 */
 
#widget-latest-news {
	margin: 0 0 20px 0;
}
 
#widget-latest-news .widget-nav,
#widget-related-news .widget-nav {
	display: block;
	float: left;
	margin: 0 5px;
	color: #4e4e4e;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#widget-latest-news .widget-nav:first-child {
	float: left;
}

#widget-latest-news .widget-nav:nth-child(2) {
	float: right;
}

#widget-latest-news .widget-nav.active,
#widget-related-news .widget-nav {
	color: #000;
}

#widget-latest-news .widget-section,
#widget-related-news .widget-section {
	display: none;
}

#widget-latest-news .widget-section.active,
#widget-related-news .widget-section {
	display: block;
}

#widget-latest-news .widget-section a,
#widget-related-news .widget-section a {
	color: #000;
	text-decoration: none;
}

#widget-latest-news .widget-section .widget-date {
	margin-right: 5px;
	color: #5f5f5f;
	font-size: 13px;
	font-weight: bold;
}

#widget-latest-news .widget-section ul,
#widget-related-news .widget-section ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#widget-latest-news .widget-section li,
#widget-related-news .widget-section li {
	margin-top: 15px;
}

#widget-related-news .widget-section li img {
	float: left;
	margin: 0 7px 0 5px;
}

.widget-middle-news-block {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}

.widget-middle-news-block .channel-title { 
	display: block;
	float: left;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.widget-middle-news-block ul {
	list-style: none;
	padding: 0;
}

.widget-middle-news-block ul li {
	position: relative;
	margin-bottom: 10px;
}

.widget-middle-news-block ul li img {
	width: 280px !important;
	height: auto !important;
	margin-bottom: 3px;
}

.widget-middle-news-block a {
	font-size: 16px;
    line-height: 20px;
	text-decoration: none;
	color: #000000;
}


/*
 * Paywall pereqs
 */
 
.obfuscated_body {
	margin-left: 10px;
}
 
.obfuscated_body *,
.obfuscated_body a {
	color: transparent !important;
    color: #bbb \9 !important;
    -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    -ms-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=4) \9;	
}

.obfuscated_body img {
	opacity: .2;
}

.paywall-box {
	width: 580px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 15px;
	overflow: visible;	
	border: 1px solid #027061;
	background: rgba(245, 245, 245, .5);
}

.paywall-box h4 {
	margin: 0 0 5px 0 !important;
}

.paywall-box p {
	margin: 0 0 5px 0 !important;
}

#dcdb-login {
	display: block;
	width: auto;
	height: auto;
	overflow: visible;
	margin: 0 0 15px 0;
}

.payment-method {
	float: left;
	width: 150px;
	height: 38px;
	margin: 0 6px 10px 6px;
}

.payment-method-other {
	float: right;
	margin: 0 0 10px 0;
	font-size: 12px;
}

.payment-method-other:hover {
	text-decoration: underline;
}

.payment-phone span {
	font-weight: bold;
}

#pricingOption {
    float: left;
    height: 31px;
    padding: 5px;
    margin: 0 10px 0 0;
}

.payment-link {
	display: inline-block;
	padding: 3px 10px;
	background: #027061;
	color: #fff !important;
}

.pw-badge {
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background: #027061;
}

.not-logged-in-why {
	display: none !important;
}

.subscribe .row {
	overflow: hidden;
}

.subscribe .row .col {
	float: left;
	width: 445px;
	padding: 10px;	
	margin-right: 10px;
	height: auto;
	overflow: hidden;
}

.subscribe .row .col-last {
	margin-right: 0;
}

.subscribe .col-wide {
	width: 708px;
	margin: 15px 0;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #027061;
}

.subscribe .col-payment {
	display: none;
	width: 728px;
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
}

.subscribe .col-payment .paywall-box {
	width: 708px;
	margin: 0;
	border: 0;
}

.subscribe .col-payment-active {
	display: block;
}

.subscribe .sso-embed-ns #comment-post-user span {
	margin-left: 0 !important;
}

.subscribe a.button,
.subscribe a.payment-link {
	display: inline-block;
	margin: 0px auto;
	padding: 10px 20px;
	background: #027061;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	border: 0;
	cursor: pointer;
}

.subscribe #pricingOption {
	width: 201px;
	height: 42px;
	margin: 0;
}

.subscribe h2 {
	margin: 0 0 15px 10px;
	font-size: 24px;
	color: #027061;	
	text-transform: uppercase;
	text-align: center;
}

.subscribe h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #027061;
	font-size: 20px;
}

.subscribe h4 {
	margin: 10px 0 5px 0;
	font-size: 17px;	
}

.subscribe p {
	margin: 0 0 15px 0;
	font-size: 15px;	
	line-height: 20px;
}

.subscribe ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	font-size: 15px;	
	line-height: 20px;	
	list-style: disc;
}

.subscribe ul li {
	margin: 0 0 10px 0;
}

.subscribe .sso-links {
	width: auto;
	height: auto;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #027061;
	text-align: right;
}

.subscribe .sso-links a:hover {
	text-decoration: underline;
}

.carousel-left {
	display: block;
	position: absolute;
	left: 0;
	top: 60px;
	padding: 16px 21px;
	color: #333;
	background: #fff;
	cursor: pointer;
	z-index: 300;
}

.carousel-right {
	display: block;
	position: absolute;
	right: 0;
	top: 60px;
	padding: 16px 21px;	
	color: #333;
	background: #fff;
	cursor: pointer;	
	z-index: 300;	
}
