 .contentfields_timeline {
	width: 100%;
	margin: 15px 0px 0px 0px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.contentfields_timeline div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.timeline_col_left {
	width: 67%;
	float: left;
	display: block
}
.timeline_col_right {
	width: 31%;
	margin-left: 2%;
	float: left;
	display: block;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif
}
ul.timeline_container {
	width: 100%;
	padding: 0px;
	display: block;
	float: left;
	margin: 0px;
}
/* ul.timeline_container > div > li, ul.timeline_container > div > div > li for scroll function*/
ul.timeline_container > li, ul.timeline_container > div > li, ul.timeline_container > div > div > li {
	width: 100%;
	float: left;
	display: block;
	background-color: #fff;
	padding: 12px 5px 12px 12px;
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #ddd;
	font-family: 'Arial', 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, sans-serif;
	margin-bottom: 12px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
ul.timeline_container li a {
	text-decoration: none;
	outline: none
}
.test_border {
	border: 1px solid green
}
/*--timeline header--*/
.timeline_header, .timeline_content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.timeline_header {
	margin-bottom: 5px;
	height: auto !important;
}
.t_profile {
	display: block;
	float: left;
	width: 100%;
}/*match height*/
.t_profile_left {
	width: 46px;
}
.t_profile_right {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 48px;
	padding-top: 2px;
	padding-right: 35px;
	height: auto;
	color: #777;
	font-size: 14px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.t_profile_last_col {
	position: absolute;
	width: 73px;
	top: 3px;
	right: 0px;
	font-size: 9px;
	/*border-left: 1px solid #f1f1f1;*/
	text-align: right;
	padding: 5px;
	padding-right: 8px;
	color: #aaa;
	text-transform: uppercase;
	display: none
}
.tc_profile {
	background-position: center;
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 1px solid #D2D7D3;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tc_profile img {
	max-width: 95%;
	max-height: 95%;
	width: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.timeline_header a {
	color: #1d609e;
	color:#444
}
a.tl_company_name {
	color: #165784;
	color: #444;
	font-weight: bold;
	font-size: 14px;
}/*cn required*/
.time_date {
	color: #aaa;
	font-size: 12px;
	display: block;
	margin-top: 3px;
	padding-left: 2px;
}
.time_date i {
	color: #b6b8cc;
	font-size: 11px;
	margin-right: 2px;
}
.time_date i.type_size {
	font-size: 14px;
	color: #b6b8cc;
	position: relative;
	bottom: -1px;
}
/*--timeline content--*/


.timeline_content {
	margin-top: 6px;
	color: #666;
	font-size: 13px;
	line-height: 1.3
}
.timeline_content_title {
	display: block;
	margin-bottom: 5px;
}
.timeline_content_title a strong {
	color: #bf4343;
	font-family: 'segoe_uibold', 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.1;
	font-weight: normal
}
/*cn required*/	

.timeline_content_left, .timeline_content_right {
	float: left;
	display: block;
}
.timeline_content_left {
	width: 55%;
	margin-right: 2%;
}
.timeline_content_right {
	width: 42%;
}
.timeline_content_right a {
	color: #346CB3;
	font-size: 14px;
	margin-bottom: 8px;
}
.timeline_pd_single_col {
	width: 100%;
	border: 1px solid #DADFE1;
	padding: 2px;
	position: relative;
	float: left;
	padding-bottom: 55%
}
.timeline_pd_single_col img {
	max-width: 99%;
	max-height: 99%;
	width: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.timeline_pd_single_col iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
/* app_col */
.timeline_content_left.app_col {
	width: 125px;
}
.timeline_content_left.app_col a .timeline_pd_single_col {
	width: 120px;
	padding: 0px;
	height: 120px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.timeline_content_left.app_col a .timeline_pd_single_col img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 96%;
	max-height: 96%;
}
.timeline_content_right.app_col {
	margin-top: 5px;
	width: 70%
}
.timeline_content_right.app_col a.get_it_now {
	padding: 7px 14px;
	line-height: 1;
	display: inline-block;
	clear: both;
	margin-top: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #64799B;
	border: 1px solid #cecfdb;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.timeline_content_right.app_col a.get_it_now:hover {
	background-color: #64799B;
	border: 1px solid #64799B;
	color: #f7f7f7
}
/* timeline product sub */
ul.timeline_pd_sub_image {
	width: 100%;
	float: left;
	display: block;
	padding: 0px;
	margin: 8px 0px 5px 0px;
}
ul.timeline_pd_sub_image > li {
	width: 25%;
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding-right: 2px;
}
ul.timeline_pd_sub_image li a {
	width: 100%;
	padding-bottom: 100%;
	border: 1px solid #DADFE1;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
ul.timeline_pd_sub_image li a img {
	max-width: 98%;
	max-height: 98%;
	width: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
ul.timeline_pd_sub_image li.more span {
	background: url(../images/overlay-white.png);
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 5;
	font-size: 20px;
	padding-top: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
}
/* --- */
.timeline_content_right small a {
	font-size: 12px;
	margin-top: 10px;
	color: #999;
	display: block;
	word-wrap: break-word
}
.timeline_content_center small a {
	font-size: 12px;
	margin-top: 10px;
	color: #999;
	display: block;
	word-wrap: break-word
}
.timeline_content_price {
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333
}
.timeline_content_price small {
	font-size: 12px;
	font-weight: normal;
	margin-right: 3px;
	color: #666;
}
/* timeline photogrid */
.tl_photogrid {
	width: 100%;
	margin-left: -0.4%;
	margin-top: -2px;
	float: left;
	display: block;
}
.tl_photogrid a div.timeline_pd_col {
	border: 1px solid #DADFE1;
	width: 100%;
	display: block;
	float: left;
	padding-bottom: 100%;
	position: relative;
}
.tl_photogrid a {
	float: left;
	padding: 2px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tl_photogrid.grid_2 a {
	width: 50%;
}
.tl_photogrid.grid_2 a div.timeline_pd_col {
	padding-bottom: 80%
}
.tl_photogrid.grid_3 a {
	width: 33.33333333333333%;
}
.tl_photogrid.grid_4 a {
	width: 50%;
}
.tl_photogrid.grid_4 a div.timeline_pd_col {
	padding-bottom: 50%
}
.tl_photogrid.grid_5 a {
	width: 50%;
}
.tl_photogrid.grid_5 a.last_3 { /*if 5 pic need to add .last_3 in li a*/
	width: 33.33333333333333%
}
.tl_photogrid.grid_5 a div.timeline_pd_col {
	padding-bottom: 50%
}
.tl_photogrid.grid_5 a.last_3 div.timeline_pd_col {
	padding-bottom: 80%
}
.tl_photogrid.grid_6 a {
	width: 33.33333333333333%;
}
.tl_photogrid.grid_6 a div.timeline_pd_col {
	padding-bottom: 70%
}
.tl_photogrid.grid_6 a div.timeline_pd_col.more span {
	background: url(../images/overlay-white.png);
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 5;
	font-size: 35px;
	padding-top: 22%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}
.search_post {
	width: 100%;float: left;
}
.search_post {
	display: block;position: relative;margin-top: 1px;
}

.search_post input, .search_post button {
    background-color: #fff;
    border: 2px solid #b8b0b0;
    display: block;
    padding: 12px 55px 12px 50px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    font-size: 14px;
    font-family: 'Arial', 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, sans-serif;
}

.search_post button.search_icon {
    background-color: #b8b0b0;
    border: none;
    padding: 10px 0px;
    height: 44px;
    width: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: white;
}

.search_post button {
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.search_post span::before {
    font-size: 16px;
    content: '\f002 ';
    font-family: 'FontAwesome';
    color: #bbb;
    position: absolute;
    left: 2px;
    top: 24%;
    border-right: 1px solid #e6e6e6;
    padding: 0px 12px 3px 12px;
}


@media screen and (max-width: 1040px) {
.tl_photogrid.grid_6 a div.timeline_pd_col.more span {
	font-size: 30px;
}
}
.tl_photogrid img {
	max-width: 98%;
	max-height: 98%;
	width: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.services_btn a {
	background-color: #e5eff7;
	padding: 4px 8px 3px 8px;
	display: inline-block;
	margin: 2px;
	color: #507b9d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-duration: 700ms;
	-moz-transition-duration: 700ms;
	-o-transition-duration: 700ms;
	transition-duration: 700ms;
	font-size: 12px;
}
.services_btn a i {
	margin-left: 5px;
}
.services_btn a.last {
	background: none;
	color: #aaa;
	padding: 1px 4px;
}
.services_btn a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* jobs */
.job_vacancy em {
	color: #888;
	display: block;
	font-family: 'latoitalic', 'Microsoft YaHei', 'Microsoft JhengHei';
	font-style: normal;
	font-size: 14px;
	line-height: 1.5
}
.job_row {
	margin-top: 5px;
	color: #888;
	font-size: 13px;
}
.job_row i, .job_vacancy em i {
	color: #95A5A6;
	margin-right: 3px;
}
.job_row strong {
	color: #92a4b3;
	font-weight: normal
}
/* timeline right col css*/
.post_live_static td {
	border-bottom: 1px solid #e7e7e7;
	vertical-align: middle;
	height: 55px;
	font-size:14px;
	font-family: 'Arial', 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, sans-serif;
}
.post_live_static td i {
	margin-right: 5px;
	color: #cbcfd1;
}
.post_live_static tr:last-child td {
	border-bottom: none
}
.post_text {
	font-size: 12px !important;
	color: #999;
	text-align: right
}
.post_text strong {
	font-size: 24px;
	color: #444;
	display: block;
	line-height: 1;
}
/* loading */
.ajax_loading_icon {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	padding: 10px 8px 8px 8px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-bottom:8px;
}
.ajax_loading_icon i {
	color: #aaa;
	font-size: 15px;
	margin-right:5px;
}
a.fb-share-button{    
	font-size:11px; color:#3b5998; font-family: helvetica, arial, sans-serif; position:relative; bottom:-1px; margin-left:5px;}
a.fb-share-button i{color:#3b5998; font-size:14px; margin-left:5px; margin-right:4px;}

/*///// mobile ver css ////// */
.m_t .jscroll-next-parent{ clear:both}
.m_t .more:after {
	content: '';
	margin: 0px;
}
.m_t .timeline_pd_col.more {
	margin: 0px;
} /*fix bug*/


.m_t .timeline_header a {
	color: #444;
}
ul.timeline_container.m_t {
	margin-top: 5px;
	font-size: 0px;
	overflow: hidden;
}
/*no need matchheight*/
.m_t .t_profile_left {
	width: 50px;
	float: left;
	margin-left: -100%;
}
.m_t .timeline_header {
	margin-bottom: 0px;
}
.m_t .t_profile_last_col {
	width: 15px;
	padding: 0px;
	float: left;
	display: none;
	margin-left: -15px;
}
.m_t .t_profile_right {
	position: inherit;
	width: 100%;
	float: left;
	padding: 0px;
	width: 100%;
}
.m_t .t_profile_right_content {
	margin-left: 60px;
	display: block;
	margin-right: 0px;
}
/*end no need matchheight*/

.m_t .timeline_content_right {
	width: 40%;
	margin-left: 2%
}
.m_t .tl_photogrid {
	width: 100%;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px); /** Safari 6, Chrome 19-25 **/
	width: -moz-calc(100% + 24px); /** FF 4-15  **/
	margin-left: -12px;/*17*/
	margin-right: 0px;
	border-bottom: 1px solid #ddd;
}
.m_t .tl_photogrid a div.timeline_pd_col {
	border: none;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.m_t .tl_photogrid a {
	padding: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.m_t .tl_photogrid img {
	max-width: 100%;
	max-height: 100%;
}
.m_t .t_profile {
	min-height: 46px;
	height: auto !important;
}
.timeline_pd_single_col.profile_cover_upd {
	margin: 0px;
	padding: 0px;
	padding-bottom: 28%;
	width: 100%;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-left: -13px;
	width: calc(100% + 26px);
	width: -webkit-calc(100% + 26px); /** Safari 6, Chrome 19-25 **/
	width: -moz-calc(100% + 26px); /** FF 4-15  **/
	margin-top: 5px;
}
ul.timeline_container.m_t > li, ul.timeline_container.m_t > div > li, ul.timeline_container.m_t > div > div > li {
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 8px;
}
ul.timeline_container.m_t > li.sponsored_ads{
	padding:0px 0px; border:none; background:none; text-align:right}

ul.timeline_container.m_t > li.sponsored_ads small{
	font-size:11px; margin-bottom:4px; margin-right:6px; display:block}
		
.m_t table.app_table {
	width: 100%;
	margin-bottom: -8px;
}
.m_t table.app_table tr td {
	vertical-align: top
}
.m_t table.app_table tr td:first-child {
	width: 120px;
}
.m_t .timeline_content_right.app_col {
	width: 100%;
	margin-top: 12px;
}
.m_t .tl_photogrid {
	margin-top: 5px
}
.m_t .timeline_content_title a strong {
	font-family: 'Arial', 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, sans-serif;
	font-weight: bold
}
.m_t .job_vacancy em {
	font-family: 'Segoe_uiitalic', 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, sans-serif;
	font-size: 13px;
}
.m_t .time_date i.type_size {
	font-size: 13px;
}
.m_t .ajax_loading_icon{
	margin-bottom:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
	clear:both;
	display:block;
	float:left;}

@media all and (max-width: 560px) {
.m_t .timeline_content_left, .m_t .timeline_content_right {
	width: 100%;
	margin: 0px;
}
.m_t .timeline_content_left .timeline_pd_single_col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 8px;
	margin-top: 5px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px); /** Safari 6, Chrome 19-25 **/
	width: -moz-calc(100% + 24px); /** FF 4-15  **/
	margin-left: -12px;
}
.tl_photogrid.grid_6 a div.timeline_pd_col.more span {
	font-size: 19px;
	padding-top: 25%;
}
.m_t table.app_table tr td:first-child {
	padding-left: 12px
}




}
@media all and (max-width: 420px) {
.m_t table.app_table tr td {
	display: block !important;
	text-align: center
}
.m_t table.app_table tr td:first-child {
	width: 100%;
	padding-left: 0px
}
.m_t .timeline_content_left {
	margin-bottom: 0px;
}
.m_t .timeline_content_left.app_col a .timeline_pd_single_col {
	display: inline-block;
	float: none !important;
	margin-bottom: -5px;
}
.tl_photogrid.grid_6 a div.timeline_pd_col {
	padding-bottom: 85%
}
.tl_photogrid.grid_5 a div.timeline_pd_col {
	padding-bottom: 60%
}
.tl_photogrid.grid_5 a.last_3 div.timeline_pd_col {
	padding-bottom: 95%
}
.tl_photogrid.grid_6 a div.timeline_pd_col.more span {
	padding-top: 28%;
}
}
