﻿/*-------------------------------------------

    Title :  NTDTV local
    Usage :  Fresh Things page
    Author:  NTDTV
    Edited:  2015-02-24

---------------------------------------------

    1. featured picks
    2. hot
    3. title

---------------------------------------------*/



/*  1. featured picks
---------------------------------------------*/

#featured {
/* 	margin-top: 17px;
 */	
 width:808px;
 }

#featured > h3 {
	margin-bottom: 20px;
	margin-top:20px;
	font-size: 3em;
	}

#featured > h3 span {
	margin-left: -3px;
	}

#featured > h3 span:before {
	position: relative;
	top: 2px;
	vertical-align: top;
	margin-right: 7px;
	}

#featured > h3 span:after {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 6px;
	width: 28px;
	height: 28px;
	background: url(../images/sprite.png) no-repeat;
	}

#featured > h3.world span:after { background-position: -38px -245px }

#featured > .fig {
	float: left;
	width: 527px;
	max-height: 296px;
	_height: 296px;
	overflow: hidden;
	}

#featured > .fig img {
	width: 100%;
	min-height: 296px;
	_height: 296px;
	}

#featured .right {
	float: right;
	width: 247px;
	}

#featured .right h4.hot {
	margin-bottom: 7px;
	}

#featured h3[class] ~ .right h4.hot:before,
#title + #featured .right h4.hot:before {
	display: none;
	}

#featured .right .txt {
	font-weight: 700;
	font-size: 3em;
	line-height: 1.167;
	}

#featured .right a.txt {
	color:#555;
	}
	
#featured .right a.txt:hover {
	color:#000;
	text-decoration: none;
	}
	
/* #featured .meta {
	margin-top: 15px;
	color: #ababab;
	font-size: 1.2em;
	} */

 #featured .meta .section {
	margin-right: 13px;
	} 

#featured .meta .section ~ span,
#featured .meta span[data-glyphs-icon]:first-child,
#featured .meta span[data-glyphs-icon]:first-child ~ span {
	margin-right: 8px;
	}

#featured .meta .section + span + span ~ span:before,
#featured .meta span[data-glyphs-icon]:first-child + span ~ span:before {
	margin-right: 2px;
	}


#featured .right p {
	margin-top: 9px;
	color: #58585b;
	font-size: 1.5em;
	line-height: 1.467;
	}

#featured ul {
	clear: both;
	padding-top: 21px;
	}

#featured ul li {
	width: 370px;
	}

#featured ul li:first-child {
	float: left;
	}

#featured ul li:first-child + li {
	float: right;
	}

#featured ul li h4 {
	position: relative;
	margin-bottom: 10px;
	}

#featured h3[class] ~ ul li h4.hot:before,
#title + #featured ul li h4.hot:before {
	display: none;
	}

#featured ul li h4 .wrapper {
	position: relative;
	z-index: 1;
	padding-right: 13px;
	background: #fff;
	}

#featured ul li h4:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 340px;
	border-top: 1px solid #ebebeb;
	}

#featured ul li .fig {
	float: right;
	margin-left: 20px;
	width: 123px;
	max-height: 70px;
	_height: 70px;
	overflow: hidden;
	}

#featured ul li .fig img {
	width: 100%;
	min-height: 70px;
	_height: 70px;
	}

#featured ul li .txt {
	color: #000;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.223;
	}

#featured ul li a.txt {
	color:#555;
	}
	
#featured ul li a.txt:hover {
	color:#000;
	text-decoration: none;
	}

#featured ul li .meta {
	margin-top: 11px;
	}

#featured ul:after {
	content: "";
	display: block;
	clear: both;
	}

#featured + .ad {
	margin-top: 29px;
	padding: 9px 0 20px;
	border: solid #eee;
	border-width: 1px 0;
	}

#featured + .ad h6 {
	margin-right: auto;
	margin-left: auto;
	width: 728px;
	}

#featured + .ad .wrapper {
	margin: 0 auto;
	width: 728px;
	height: 90px;
	}



/*  2. hot
---------------------------------------------*/

#hot {
	/* padding-bottom: 73px; */
	width:840px;
	background: url(../images/ajax-loader.gif) no-repeat 0 -5000px; /* preload image */
	}

#featured + #hot {
	margin-top: 21px;
	}

#hot .header {
	height: 75px;
	}

#hot .header .fixable {
	position: relative;
	z-index: 10;
	padding-top: 14px;
	width: 808px;
	height: 50px;
	background: #fff;
	}

.sticky-hot #hot .header .fixable {
	position: fixed;
	top: 0;
	}

#hot .header .fixable:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -2500px;
	width: 5000px;
	border-top: 2px solid #ebebeb;
	}

#hot .header .fixable h3 {
	position: relative;
	z-index: 11;
	float: left;
	margin-right: 5px;
	color: #000;
	font-size: 2.2em;
	}

#hot .header .fixable ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: -2500px;
	width: 5000px;
	height: 48px;
	background: #fff;
	}

#hot .header .fixable ul li h4 {
	position: relative;
	z-index: 1;
	float: left;
	padding: 4px 20px 11px;
	height: 36px;
	cursor: pointer;
	color: #58585a;
	text-align: center;
	border-bottom: 2px solid #ebebeb;
	}

#hot .header .fixable ul li h4.curr {
	color: #28235f;
	border-bottom-color: #28235f;
	}

#hot .header .fixable ul li h4:before {
	background-color: #58585a;
	}

#hot .header .fixable ul li h4.curr:before {
	background-color: #28235f;
	}

#hot .header .fixable:after {
	content: "";
	clear: both;
	display: block;
	}

#hot .ad {
	position: relative;
	z-index: 1;
	float: right;
	margin: 27px -50px 0 0;
	width: 335px;
/* 	border: solid #f5f5f5;
	border-width: 0 0 35px 35px;
 */	}

  #hot .items {
/* 	position: relative;
	clear: left;
	padding-top: 30px;
	width: 100%;
	background: #f5f5f5;
	box-shadow: 0 5000px 0 5000px #f5f5f5;
	behavior: url(js/PIE.htc); */
	
	}  

#hot .items .item {
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 15px 278px;
	min-height: 176px;
	border-bottom: 1px solid #ebebeb;
	width:808px;
	}

.ie8 #hot .items .item {
	min-height: 140px;
	}

#hot .items .item .fig {
	position: absolute;
	top: 0;
	left: 0;
	width: 248px;
	max-height: 165px;
	_height: 165px;
	overflow:hidden;
	}

#hot .items .item .fig img {
	width: 100%;
	min-height: 140px;
	_height: 140px;
	}

#hot .items .item .fig small {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 38px;
	width: 100%;
	height: 24px;
	color: #fff;
	font-size: 1.2em;
	line-height: 24px;
	background: rgba(253, 199, 45, 0.95);
	}

.ie8 #hot .items .item .fig small {
	background: rgb(253, 199, 45);
	}

#hot .items .item .time {
	display: block;
	margin-bottom: 6px;
	color: #ababad;
	font-size: 1.2em;
	}

#hot .items .item .txt {
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.112;
	}

#hot .items .item a.txt {
	color: #555;
}

#hot .items .item a.txt:hover {
	color: #000;
	text-decoration: none;
}

#hot .items .item p {
	margin-top: 7px;
	color: #58585b;
	font-size: 1.2em;
	line-height: 1.334;
	}

#hot .items .item .meta {
	margin-top: 10px;
/* 	color: #ababab;
	font-size: 1.2em; */
	}


#hot .items:after {
	content: "";
	clear: both;
	display: block;
	}

.item-footer {
	position:relative;
	margin-top: -5px;
	padding-bottom: 80px;
	font-size: 1.398em;
	text-align: right;
	z-index:999;
}

.item-footer a {
	color:#000;	
}

.item-footer .pagenav-init{
	display:none;
	visible:hidden;
}

.item-footer .pagenav {
	margin-left:20px;
	color:#00afef;
}

.item-footer .pagenav.hide {
	display:none;
	visible:hidden;
}
	

#infscr-loading {
	position: fixed;
	bottom: 130px;
	left: 0;
	z-index: 200;
	width: 100% !important;
	height: 33px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 33px !important;
	text-align: center;
	text-shadow: 0 0 5px #fff;
	}

#infscr-loading img {
	position: relative;
	left: -70px;
	}



/*  3. title
---------------------------------------------*/

#title {
	position: relative;
	margin: -1px -577px 30px -357px;
	height: 69px;
	background-repeat: no-repeat;
	background-position: top center;
	}

#title:before,
#title .before {
	content: "";
	position: absolute;
	top: 0;
	left: -2500px;
	width: 5000px;
	height: 69px;
	-pie-background: rgba(0, 0, 0, 0.5);
	     background: rgba(0, 0, 0, 0.5);
	behavior: url(js/PIE.htc);
	opacity:0.3
	}

#title .center {
	position: relative;
	left: -110px;
	margin: 0 auto;
	padding-top: 18px;
	width: 808px;
	height: 69px;
	}

#title .center h3 {
	display: inline;
	color: #000;
	font-size: 3em;
	}

#title .center h3:after {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 8px;
	width: 30px;
	height: 28px;
	background: url(../images/sprite.png) no-repeat 0 -283px;
	}

#title .center p {
	display: inline;
	margin-left: 25px;
	color: #000;
	font-size: 1.8em;
	}