.realtime #main article .story {
	width: auto;
	padding-left: 100px;
	float: none;
}

.realtime #main article .story p {
	 font-size: 14px!important;
}


.realtime-content {
}

.realtime-content header {
	padding: 0 16px;
	margin: 16px 0;
}

.realtime-content header .loading {
	font-size: 22px;
	font-weight: bold;
	text-transform: lowercase;
	background: transparent url(../images/loading-realtime.gif) 0 50% scroll no-repeat;
	padding-left: 40px;
}

.realtime-content header .update-info {
	float: right;
	margin-top: 10px;
}

.realtime-content header .update-info .countdown-wrapper {
}

/*.realtime-content header .update-info .countdown-wrapper .countdown {
	color: #E40000;
}*/

.realtime-content header .update-info .update-link {
}

.realtime-content .realtime-items {
}

.realtime-content .realtime-items, .realtime-content .realtime-items li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

.realtime-content .realtime-items li {
	color: #444;
	font-weight: bold;
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
}

.realtime-content .realtime-items .rt-time {
	float: left;
	width: 76px;
	margin-right: 16px;
	font-size: 16px;
}
.realtime-content .realtime-items li:first-child .rt-time {
	font-size: 26px;
}
.realtime-content .realtime-items .rt-contents {
	float: left;
	width: 470px;
	font-weight: normal;
	font-size: 14px!important;
}

.realtime #main .realtime-content .realtime-items .rt-contents object,
.realtime #main .realtime-content .realtime-items .rt-contents embed,
.realtime #main .realtime-content .realtime-items .rt-contents iframe,
.realtime #main .realtime-content .realtime-items .rt-contents .embedvideo,
.realtime #main .realtime-content .realtime-items .rt-contents figure {
	width: 304px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 16px 10px 0;
	z-index: 1;
}

.realtime-content .realtime-items .rt-contents figure .maximize {
	background: transparent url(../images/realtime-maximize.png) 100% 0 scroll no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}

.realtime-content .realtime-items .rt-contents figure:hover .maximize {
	background: transparent url(../images/realtime-maximize-over.png) 100% 0 scroll no-repeat;
}

.realtime-content .realtime-items .rt-contents figure img {
	width: 100%;
	height: auto;
}
.realtime-content .realtime-items .rt-contents blockquote {
	/*background: transparent url(../images/realtime-aspa.png) scroll no-repeat;*/
	background: transparent url(../images/realtime-aspa2.png) scroll no-repeat;
	font-size: 22px;
	padding-left: 36px;
	line-height: 25px;
	color: #777;
	padding-top: 10px;
}
/* mudei a imagem para se adaptar ao site mobi também - 990px entre as imagens */
.news .realtime-content .realtime-items .rt-contents blockquote {
	background-position: 0 0;
}
.police .realtime-content .realtime-items .rt-contents blockquote {
	background-position:-990px 0;
}
.jobs .realtime-content .realtime-items .rt-contents blockquote {
	background-position:-1980px 0;
}
.retratos .realtime-content .realtime-items .rt-contents blockquote {
	background-position:-2970px 0;
}
.tv .realtime-content .realtime-items .rt-contents blockquote {
	background-position:-3960px 0;
}
.house .realtime-content .realtime-items .rt-contents blockquote {
	background-position:-4950px 0;
}
.sports .realtime-content .realtime-items .rt-contents blockquote {
	background-position:-5940px 0;
}
.mulher .realtime-content .realtime-items .rt-contents blockquote {
	background-position:-6930px 0;
}


.realtime-content .realtime-items .rt-contents cite {
	font-weight: bold;
	display: block;
	text-align: right;
	margin-top: 16px;
	color: #444;
	font-size: 11px;
}

.realtime-content .realtime-items .rt-contents cite .complement {
	font-weight: normal;
	color: #888;
}

.realtime-content .realtime-items li:first-child {
	padding: 30px 10px;
	background-color: #F4F4F4;
	border-top: 1px solid #ddd;
}

.realtime .thumbs_pagination {
	/*display: none;*/
}

.realtime footer {
	height: 130px;
}

.realtime .view-more {
	font-size: 18px;
	margin: 65px 0 0 110px;
	float: left;
}

.realtime .go-top {
	float: right;
	margin: 75px 16px 0 0;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.realtime .go-top span{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	display: block;
	position: absolute;
	right: -14px;
	top: 2px;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
}
.realtime .overlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
}

.realtime .overlay .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.realtime .overlay .inner figure {
	margin: 0 auto;
	width: auto;
	display: inline-block;
	position: relative;
}

.realtime .overlay .inner figure .close {
	background: transparent url(../images/realtime-maximize-close.png) 100% 0 scroll no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
}

.realtime .overlay .inner figure:hover .close {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.realtime .overlay .inner figure img {
	border: 1px solid #888;
}

.realtime-content .loading {
	display: none;
}
.realtime .overlay figcaption{
	position: absolute;
	bottom: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	background: url(../images/black-80.png);
	margin: 10px 10px;
	filter: alpha(opacity=0);
	transition: opacity 0.3s ease-in 0s;
	-moz-transition: opacity 0.3s ease-in 0s;
	-webkit-transition: opacity 0.3s ease-in 0s;
	-o-transition: opacity 0.3s ease-in 0s;
}

