@charset "utf-8";
/* CSS Document */



/* 20160815 ACG mainpage */

.hm_hot_mobilegame{
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin:0 10px;
	padding:10px;
	font-family: \5FAE\x8F6F\6B63\9ED1\4F53, "Microsoft Jhenghei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.hm_hot_mobilegame .hm_hot_mobilegame_header{
	color: #FF7500;
	font-size:1em;
}

.hm_hot_mobilegame .hm_hot_mobilegame_list {
	margin:10px 0;

}

.hm_hot_mobilegame .hm_hot_mobilegame_list ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hm_hot_mobilegame .hm_hot_mobilegame_list ul li {
    width:25%;
    float: left;
	text-align:center;

}

.hm_hot_mobilegame .hm_hot_mobilegame_list li a{
	text-decoration: none;
	display: block;
	padding: 2px;
}

.hm_hot_mobilegame .hm_hot_mobilegame_list img{
	margin:0 auto;
	width: 80%;
}

.hm_hot_mobilegame .hm_hot_mobilegame_list .game-title{
	padding: 5px 1px 0;
	color: #A1A1A1;
	font-size: 0.7em;
	text-overflow:ellipsis;
	overflow:hidden;
	/*white-space:nowrap;*/
	-webkit-line-clamp: 2;
	max-height: 35px;
}


.hm_hot_mobilegame .hm_hot_mobilegame_more{
	background-color:#eaeaea;
	padding:6px 0;
	padding-bottom:7px;
	width:100%;
	margin:10px 0 5px;
	text-decoration: none;
	font-size: 1em;
	text-align:center;
}

.hm_hot_mobilegame .hm_hot_mobilegame_more a{
	text-decoration: none;
	color:#5b5b5b;
	letter-spacing: 2px;
}

.hm_hot_mobilegame .hm_hot_mobilegame_more img{
	margin-left:5px;
	width: 2.5%;
    vertical-align: middle;
	margin-bottom: 5px;
}

.hm_menu_list{
	margin: 10px 20px;
}

.hm_menu_list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.hm_menu_list .box_list{
	/* width:100%; */
	/* margin: 0 10px; */
}


.hm_menu_list .box_list li{
	list-style-type: none;

}

.hm_menu_list .box_item{
	margin: 10px 0 12px;
	/* padding: 0 10px; */
}

.hm_menu_list .mobile_game_icon{
	width:100%;
	text-align:center;
}



.hm_menu_list .box_item img{
	max-height:100%;
	max-width:100%;
	align-items:center;
	margin: 0 auto;
	text-align:center;
	vertical-align: sub;
}

.hm_menu_list .ps4_game_icon, .hm_menu_list .anime_icon{
		width: 48.5%;

	}

.hm_menu_list .ps4_game_icon{
	float:left;
	text-align:center;
}



.hm_menu_list .anime_icon{
	float:right;
	text-align:center;
}

.hm_menu_list .box_list2{

	margin: 10px auto;
	text-align:center;
}

.hm_menu_list .box_list2 .content .single_line{
	padding-top: 10% !important;
}


@media (max-width: 370px) {
	.uwants_regist_section{
		margin: 0 -28px !important;
	}

	.login-divider{
  	width: 88% !important;
  }

	.hm_menu_list .box_item {
    margin: 10px 0 10px !important;
	}


	.hm_menu_list .box_list2 {
  	margin: 6px auto 10px;
	}

	.hm_menu_list .box_list2 .square {
		width: 21.5% !important;
		font-size: 0.9em !important;
		margin: 1% 0.9% !important;
	}

	.hm_menu_list .box_list2 .content .single_line{
		padding-top: 12% !important ;
	}

	.hm_menu_list .box_list2 .content{
		padding-top: 24% !important;
	}

}


.hm_menu_list .box_list2 .square {
    position: relative;
    width: 22%;
    margin: 1% 0.8%;
    border: 1px solid #C9C9C9;
    text-align: center;
    display: inline-block;
    padding-bottom: 22%;
}

.hm_menu_list .box_list2 .square_l {
	margin-left:0 !important;
}

.hm_menu_list .box_list2 .square_r {
	margin-right:0 !important;
}

.hm_menu_list .box_list2 .content {
  position: absolute;
  color: #A1A1A1;
  font-size: 1em;
  width: 100%;
  height: 100%;
  padding-top: 25%;
}



@media screen and (min-width: 760px) {

	.hm_hot_mobilegame{
		padding:15px 10px;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_header{
		font-size:1.8em;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_list {
	margin:15px 0 20px;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_list img{
		width: 75%;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_list .game-title{
		font-size: 1.2em;
		max-height: 58px;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_more{
		padding: 20px 0;
		font-size: 1.8em;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_more a{
		letter-spacing:5px;
	}


	.hm_menu_list .ps4_game_icon, .hm_menu_list .anime_icon{
		width: 48.5%;
	}

	.hm_menu_list .box_item{
		margin: 15px 0 20px;
	}

	.hm_menu_list .box_list2 .square {
     border: 2px solid #C9C9C9;
    width: 22%;
    margin: 1% 1.28%;

	}
	.hm_menu_list .box_list2 .content {
	padding-top: 28%;
	font-size:1.8em;
	}

	.hm_menu_list .box_list2 .content .single_line{
	padding-top: 10% !important;
}

}

@media (max-width:759px) and (min-width: 600px) {
	.hm_menu_list .box_list2 .square {
     border: 2px solid #C9C9C9;
    width: 22%;
    margin: 1% 1%;

	}

	.hm_menu_list .box_list2 .content {
	font-size:1.4em;
	padding-top: 30%;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_list .game-title{
		font-size:0.9em;
		}

}

@media (max-width:599px) and (min-width: 500px) {
	.hm_menu_list .box_list2 .square{
		    margin: 1% 1.1%;
	}

	.hm_hot_mobilegame .hm_hot_mobilegame_list .game-title{
		font-size:0.9em;
		}

	.hm_menu_list .box_list2 .content{
		font-size:1.2em;
		}

	.hm_menu_list .box_list2 .content{
		padding-top: 30%;
		}

	.hm_menu_list .box_list2 .content .single_line{
		padding-top: 9% !important;
		}
}

@media (max-width:500px) and (min-width: 400px) {
	.hm_menu_list .box_list2 .square{
		    margin: 1% 0.9%;
	}

}

/* end of 20160815 ACG mainpage */


/* 20160816 homepage */

#homepage .section2, #homepage .section3{
	margin: 10px 0;
}

#homepage .section1 .section_header{
	border-bottom:2px solid #dd5b03;
	margin-bottom:10px;
}

#homepage .section_header{
	border-bottom:2px solid #dd5b03;
	margin-bottom:0px;
	padding:0 10px;

}

#homepage .section_header span{
	color:#dd5b03;
	font-size:1.2em;
	float:left;
	letter-spacing: 1px;
}

#homepage .section_arrow{
	float: right;
    width: 8px;
    position: relative;
    top: 3px;

}


#homepage ul.topic-list li:first-child,
#highlighted ul.topic-list li:first-child{
    border-top: none !important;
}

#homepage .section1 ul.topic-list li:first-child,
#highlighted ul.topic-list li:first-child{
    border-top: 1px solid #EAEAEA !important;
}

#homepage .news,
#homepage .news-image,
#homepage .news-image-big,
#highlighted .news,
#highlighted .news-image{
	margin:0 5px;
}

#homepage .section1 .news-image{
	margin:0px;
}



#homepage .section1 .news-image .thumb,
#homepage .section2 .news-image .thumb,
#highlighted .highlighted-section .news-image .thumb{
	width: 146px;
    height: 84px;
	/*float:left;*/
}

#homepage .section1 .news-image .header,
#homepage .section2 .news-image .header,
#highlighted .highlighted-section .news-image .header{
	/*width: calc(100% - 152px);*/
	height: 84px;
	min-height: 84px;
	padding-left: 1.5%;
	float:right;
	color:#444;
	overflow:hidden;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
	font-size:0.938em;
}

#highlighted .highlighted-section .news-image .header{
	width: calc(100% - 152px);
}

#homepage .section1 .news-image .label{
	font-size:1em;
}

@media screen and (min-width: 760px) {
#homepage .section1 .news-image .thumb,
#homepage .section2 .news-image .thumb,
#highlighted .highlighted-section .news-image .thumb{
	/*width:38.94%;*/
	width: 292px;
    height: 168px;
	/*float:left;*/
}

#homepage .section1 .news-image .header,
#homepage .section2 .news-image .header,
#highlighted .highlighted-section .news-image .header{
	 height: 168px!important;
	 min-height: 168px!important;
     /*width: calc(100% - 304px) !important;*/
	 font-size:0.938em !important;
}

#highlighted .highlighted-section .news-image .header{
	width: calc(100% - 304px) !important;
}

#homepage .section3 .news-image-big .thumb{
	height: 374px !important;

}

#homepage .section1 .news-image .label>a, #homepage .section1 .news-image .label>span,
#homepage .section2 .news-image .label>a, #homepage .section2 .news-image .label>span {
	font-size:0.938em !important;
}

}

@media (max-width: 370px) {
#homepage .section1 .news-image .thumb,
#homepage .section2 .news-image .thumb,
#highlighted .highlighted-section .news-image .thumb{
	/*width:38.94%;*/
	width: 130px;
    height: 74.8px;
	/*float:left;*/
}

#homepage .section1 .news-image .header,
#homepage .section2 .news-image .header,
#highlighted .highlighted-section .news-image .header{
	 height: 74.80px !important;
	 min-height: 74.80px !important;
	 /*width: calc(100% - 136px) !important;*/
}

#highlighted .highlighted-section .news-image .header{
	width: calc(100% - 136px) !important;
}

#homepage .section1 .news-image .header p, #homepage .section2 .news-image .header p{
	height: 52px !important;
}

#homepage .section2 .news .header .title,
#homepage .section3 .news-image-big .header .title,
#highlighted .highlighted-section .news .header .title{
	max-height: 38px !important;
	line-height:135% !important;
}

#homepage .section3 .news-image-big .thumb{
	/*height: 133px !important;*/
}

}

@media (min-width: 400px) and (max-width: 499px)  {
#homepage .section1 .news-image .thumb,
#homepage .section2 .news-image .thumb,
#highlighted .highlighted-section .news-image .thumb{
	width: 146px;
    height: 84px;
	/*float: left;*/
	}

#homepage .section1 .news-image .header,
#homepage .section2 .news-image .header,
#highlighted .highlighted-section .news-image .header{
	 /*width: calc(100% - 155px) !important;*/
}

#highlighted .highlighted-section .news-image .header{
	width: calc(100% - 155px) !important;
}



#homepage .section3 .news-image-big .thumb{
	 /*height: 180px !important;*/
	 padding-bottom: 25% !important;
}

}

@media (min-width: 500px) and (max-width: 759px)  {
#homepage .section1 .news-image .thumb,
#homepage .section2 .news-image .thumb,
#highlighted .highlighted-section .news-image .thumb{
	width: 146px;
    height: 84px;
	/*float:left;*/
}

#homepage .section1 .news-image .header,
#homepage .section2 .news-image .header,
#highlighted .highlighted-section .news-image .header{
	 /*width: calc(100% - 158px) !important;*/
}

#highlighted .highlighted-section .news-image .header{
	width: calc(100% - 158px) !important;
}


#homepage .section3 .news-image-big .thumb{
	/*height: 246px !important;*/
	padding-bottom: 32% !important;
}

}


#homepage .section1 .news-image .header p,
#homepage .section2 .news-image .header p,
#highlighted .highlighted-section .news-image .header p{
	width:100%;
	height: 52px;
	color:#444;
	overflow:hidden;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
	margin:0;
}


#homepage .section1 .news-image .header .label{
}

#homepage .section2 .news .header,
#homepage .section3 .news .header,
#highlighted .highlighted-section .news .header{
	padding-left:0px;
	min-height: 40px;
	overflow:hidden;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 80px;
	text-overflow: ellipsis;
	font-size:0.938em;
}

#homepage .section2 .news .header .title,
#homepage .section3 .news .header .title,
#highlighted .highlighted-section .news .header .title{
	overflow:hidden;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 37px;
	text-overflow: ellipsis;
	color:#444;
	margin: 0;
    line-height: 130%;
	font-size:1.5em;
}

#homepage .section2 .news .header .label,
#homepage .section3 .news .header .label,
#highlighted .highlighted-section .news .header .label{
	position:relative;
	margin-top:12px;
}

#homepage .section3 .news-image-big .thumb{
	width: 100%;
	/*height:160px;*/
	float:none;
	padding-bottom: 24%;
	margin-top:5px;
}

#homepage .section3 .news-image-big .header{
	padding: 0px;
	min-height:0.9em;
	float:none;
	font-size:0.938em;
	color:#444;
	overflow:hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 80px;
	text-overflow: ellipsis;
}

#homepage .section3 .news-image-big .label{
	display: inline-block;
    color: #999;
    font-size: 0.9em;
    margin-right: 10px;
	padding: 5px 0 0;
	position:relative !important;
}

#homepage .section3 .news-image-big .label>span{
    font-size: 0.9em !important;
}



/*player*/


#homepage .videos_active {
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/play-icon.png") no-repeat;
  background-position: 50% 50%;
  background-size: 35%;
}


/*end of player*/

#homepage .banner-focus, #homepage .banner{
	margin:20px 0 !important;
}

/* end of 20160816 homepage */



/* 20160823 tid reply btn */

#main-area .quick_reply_btn{
	position: fixed;
	bottom: 0;
	z-index: 1000;
    width: 100%;
    background: #ff7500;
    color: #FFF;
    height:55px;
	max-width: 768px;
	-webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
	left:0;
}

#main-area .stick{
	position: fixed;
    bottom: 0;
	z-index:999;
}


#main-area .quick_reply_btn .textbox{
	float: left;
    margin: 10px 0px 10px 10px;
    width: calc(100% - 128px);

}

#main-area .quick_reply_btn .textbox .inputs {
    height: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
	padding: 0 0 0 5px;
	font-size:0.92em;
	line-height:30px;
}

#main-area .quick_reply_btn .textbox .inputs:focus {
    border-color: #FFF;
    outline: none;
}

#main-area .quick_reply_btn .reply_btn{
	padding: 5px 10px;
    border: 2px solid #FFF;
    border-radius: 5px;
    float: right;
    margin: 10px 10px 10px 0;
	font-size:1em;
	background-color:#e86200;
	line-height:1.5em !important;
}

#main-area .reply-active{
	display:block !important;
}

#wrapper #main-area #footer{
	margin-top:0;
	padding-top:1px;
}


/* 20160823 tid quick alert btn */
#main-area .quick_alert{
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #ff7500;
    color: #FFF;
    height:54px;
	z-index:2;
	max-width: 768px;
	-webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
	left:0;
}

#main-area .quick_alert .textbox{
	float: left;
    margin: 18px 0px 15px 10px;
    width: calc(100% - 110px);

}

#main-area .quick_alert .textbox .active{
	display:block !important;
}

#main-area .quick_alert .confirm_btn{
	padding: 5px 10px;
    border: 2px solid #FFF;
    border-radius: 5px;
    float: right;
    margin: 11px 10px 10px 10px;
	font-size:1em;
	background-color:#e86200;
}



/* end of 20160823 tid replay btn */

/* 20160823 tid quick regist btn */
#main-area .quick_regist_btn{
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #ff7500;
    color: #FFF;
    height:54px;
	z-index:2;
	max-width: 768px;
	-webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
	left:0;
}


#main-area .quick_regist_btn .textbox{
	float: left;
    margin: 10px 0px 10px 10px;
    width: calc(100% - 96px);

}

#main-area .quick_regist_btn .textbox .inputs {
    height: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
	padding: 0 0 0 5px;
	font-size:0.92em;

}

#main-area .quick_regist_btn .textbox .inputs:focus {
    border-color: #FFF;
    outline: none;
}


#main-area .quick_regist_btn .confirm_btn{
	padding: 5px 10px;
    border: 2px solid #FFF;
    border-radius: 5px;
    float: right;
    margin: 10px;
	font-size:1em;
	background-color:#e86200;
}

/* end of 20160823 tid quick regist btn */

#footer{
	/*height: 115px;*/
    /*background: #FF7815;*/
    /*color: #FFF;*/
	height: unset;
	/*background: #ccc;*/
	margin-top: 0px;
}

#footer .footer-text{
	position: inherit;
    height: inherit;
    line-height: inherit;
    left: inherit;
    top: inherit;
	text-align: center;
}

#footer_cc {
	color: #666;
	padding: 10px 10px 90px 10px;
}

#footer_cc a {
	color: #666;
	text-decoration: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/*.modal-content {*/
/*	box-sizing: border-box;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    background-color: #ffffff;*/
/*    border: 10px solid #FF7500;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    -webkit-animation-name: slideIn;*/
/*    -webkit-animation-duration: 0.4s;*/
/*    animation-name: slideIn;*/
/*    animation-duration: 0.4s;*/
/*}*/

.close {
    float: right;
    margin: -10px 0px 0px 0px;
}



.modal-body {padding: 20px 10px 5px 10px;}

#modaluseremail {
	color: #FF7500;
}

#modaluserid {
	color: #FF7500;
}

.modalheader {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #FF7500;
	display:inline;
	margin-top: 10px;
	padding: 3px 0px;
}


.modaltext {
	font-size: 0.9em;
	line-height: 22px;
}


.modalusericon {
	margin: auto;
	display: block;
    width: 58px;
    height: 58px;
    max-height: 58px;
    max-width: 58px;
    border: 2px solid #FF7500;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url('../images/image-27.png') no-repeat center center;
    background-size: cover;
}

.modalusericonshield{
	margin: -30px -50px 15px 10px;

	}

.modalbutton{
	display: inline-block;
	width: 120px;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 5px;
	margin:8px;
	font-size: 18px;
	background: #ff7812;
	color: #ffffff;
	border-radius :5px;
	text-align: center;
}



@media only screen and (max-width: 330px) {
    .modalheader {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #FF7500;
	display:inline;
	padding: 5px 0px;
}
	.modaltext {
	font-size: 13px;
	line-height: 20px;
}

}

@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}



.post-content .post-content-fb{
	height: 300px;
	overflow: hidden;
	position: relative;
}

.post-content .readall {
    width:100%;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    height: 180px;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 80%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 80%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
}
.post-content .readall .readallbtn {
	top:50%;
	display: block;
	width: 100%;
	border:0;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-top: 140px;
	font-size: 18px;
	background: #ff7812 url('../images/icon/read_all_icons.png') no-repeat right 5px center;
	color: #ffffff;
	border-radius :5px;
	text-align: center;
}
.post-content .readall .readallbtn:focus {
	outline:none;
}
.post-content .readall .readallbtn .btncontent {
	display: inline;
	background-image: url(./image/icons.png);
}


.thread-view{
	display: inline-block;
    color: #999;
    font-size: 0.9em;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.thread-view img {
    width: 19px;
    margin-bottom: -3px;
}

.acg-topic{
	overflow: hidden;
	position: relative;
	margin: 0;
    padding: 0;
	padding-bottom:10px;
	}

.acg-topic a, .acg-topic-small-left a, .acg-topic-small-right a{
    text-decoration: none;
	}

.acg-topic > * img {
    display: block;
    width: 100%;
    height: 100%;
}

.acg-caption{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    font-size: 0.938em;
    white-space: normal;
    text-decoration: none;
    color: #444;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 14px;
    text-overflow: ellipsis;
	line-height: 18px;
	box-sizing: content-box;
}

.acg-topic-small-left{
	overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 48%;
	float:left;
	padding-bottom: 15px;
	}

.acg-topic-small-right{
	overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 48%;
	float:right;
	padding-bottom: 15px;
	}

.acg-topic-small-left > * img, .acg-topic-small-right > * img {
    display: block;
    width: 100%;
    height: 100%;
}

.acg-caption-small{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    font-size: 0.938em;
    white-space: normal;
    text-decoration: none;
    color: #444;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 30px;
    text-overflow: ellipsis;
	line-height:17px;
	box-sizing: content-box;
}



.thread-view-photo{
	display: inline-block;
    color: #999;
    font-size: 0.85em;
    float: right;
    padding-top: 6px;
}

.thread-view-photo img {
    vertical-align: sub;
    width: 19px;
}

#homepage ul.topic-list li a:hover, #highlighted ul.topic-list li a:hover{
	background:inherit !important;
	}

.home-focus-view-reply{
	position: absolute;
    bottom: 5px;
    right: 5px;
    height: auto;
	font-size: 0.9em;
	}

.home-focus-view{
	display: inline-block;
    height: auto;
    font-size: 0.9em;
    color: #8B8B8B;
    padding: 0 5px 0 18px;
    background: url(../images/thread_view_logo.png)left no-repeat;
    background-size: 19px 15px;
    background-color: rgba(255,255,255,0.9);
    margin-left: 5px;
	}

.acg-topic-image-large{
	position: relative;
    width: 100%;
    padding-bottom: 55%;
    background-size: cover;
    background-position: center;
	}

.acg-topic-image-small{
	position: relative;
    width: 100%;
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
	}

.home-text-listing{
    display: block;
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    font-size: 0.938em;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
	padding: 10px 6px;
	}

.acg-topic-padding{
	padding: 0 5px;
	}

#highlighted ul.topic-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
	}

#highlighted ul.topic-list li{
	display: block;
    padding: 0;
    border-bottom: 1px solid #EAEAEA;
    padding: 15px 0;
	}

#highlighted ul.topic-list li .header{
	position: relative;
    font-size: 1.1em;
    line-height: 120%;
    padding-left: 120px;
    min-height: 110px;
    vertical-align: middle;
	}

#highlighted ul.topic-list li .header .label>span,
#highlighted ul.topic-list li .header .label>a{
	display: inline-block;
    color: #999;
    font-size: 0.9em;
    margin-right: 10px;
	}

#highlighted ul.topic-list li a{
	color: #444;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
	}

#highlighted ul.topic-list li .thumb{
	position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    vertical-align: middle;
    background-position: center;
    background-size: cover;
    float: left;
	}

#highlighted ul.topic-list li .header .label{
	position: absolute;
    bottom: 0px;
	}

#top-bar {
    background-color: #FF7815;
    -webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0);
    box-shadow: 0px 3px 4px rgba(50, 50, 50, 0);
	}

#m-home #top-menu ul li.active a span{
	border-bottom: 4px solid #FF7815 !important;
    color: #FF7815 !important;
	}

/* 20160915 fb blinding err msg */

#m-home #top-menu ul li{
		/*min-width:24.5% !important;*/
		min-width:19% !important;
	}


#main-area .quick_reply_btn .textbox .inputs_err{
    border: 2px solid #FF0000 !important;
    margin-left: -2px!important;
    margin-top: -1px!important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
	padding: 0 0 0 5px;
	font-size:0.92em;
}

#main-area .quick_reply_btn .textbox .inputs_err:focus {
    border-color: #FFF;
    outline: none;
}


#main-area .quick_regist_err{
	/*    width: 100%;
		max-width:683px;
    position: fixed;
    top: 45%;
    text-align: center;*/
	text-align: center;
    position: fixed;
    bottom: 45px;
    width: 100%;
    background: #ff7500;
    color: #FFF;
    z-index: 1000;
    max-width: 768px;
	left: 0;
}

#main-area .quick_regist_err .quick_regist_err_box{
	padding: 0 10px;
    /* box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2); */
    /* width: 85%; */
    margin: 0 auto;
    text-align: left;
    /* border: 1px solid #ccc; */
    /* background-color: #eee; */
}

#main-area .quick_regist_err .quick_regist_err_box_title{
	padding: 5px 0;
}

#main-area .quick_regist_err .quick_regist_err_box_content{
	color:#e86200;
	margin:5px;
}

#main-area .quick_regist_err .quick_regist_err_btn{
	height: 32px;
}

#main-area .quick_regist_err .quick_regist_err_btn .quick_regist_err_box_btn{
	padding: 5px 10px;
    border: 2px solid #FFF;
    border-radius: 5px;
    float: right;
    font-size: 1em;
    background-color: #e86200;
    color: #FFF;
    width: 32px;
	margin-left: 10px;
}

#main-area .quick_regist_err .quick_regist_err_btn .quick_regist_err_box_cabtn{
	padding: 5px 10px;
	float: right;
	font-size: 1em;
	width: 32px;
	color:#666;
	line-height: 30px;
}

#main-area .quick_regist_err .quick_regist_err_btn a .quick_regist_err_box_cabtn:hover{
	text-decoration: underline;
}

#main-area .quit_err_alert{
	width: 100%;
    position: fixed;
    max-width: 683px;
    top: 0;
    padding: 73% 0;
    text-align: center;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
	margin:0 -10px;
}

#main-area .quit_err_alert .quit_err_alert_box{
	padding: 15px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
    width: 85%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #eee;
}

#main-area .quit_err_alert .quit_err_alert_box_title{
	padding: 5px 0;
}

#main-area .quit_err_alert .quit_err_alert_btn_box{
	height: 32px;
}

#main-area .quit_err_alert .quit_err_alert_btn_box .quit_err_alert_btn{
	padding: 5px 10px;
    border: 2px solid #FFF;
    border-radius: 5px;
    float: right;
    font-size: 1em;
    background-color: #e86200;
    color: #FFF;
    width: 32px;
	margin-left: 10px;
}

#main-area .quit_err_alert .quit_err_alert_btn_box .quit_err_alert_cabtn{
	padding: 5px 10px;
	float: right;
	font-size: 1em;
	width: 32px;
	color:#666;
	line-height: 30px;
}

#main-area .quit_err_alert .quit_err_alert_btn_box a .quit_err_alert_cabtn:hover{
	text-decoration: underline;
}

#main-area  .quick_regist_btn .textbox .inputs_err{

	height: 30px;
    border: 2px solid #FF0000;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    padding: 0 0 0 5px;
    font-size: 0.92em;
}

#main-area .quick-active{
	display:block !important;
}

		.field_err::-webkit-input-placeholder	{ color:#f00; }
		.field_err:input:-moz-placeholder { color:#f00; }

		.field_err:-ms-placeholder { color:#f00; }
		.field_err::-ms-input-placeholder	{ color:#f00; }
		.field_err:-ms-input-placeholder	{ color:#f00; }

#field_err2::-webkit-input-placeholder	{ color:#f00; }
		#field_err2:input:-moz-placeholder { color:#f00; }

		#field_err2:-ms-placeholder { color:#f00; }
		#field_err2::-ms-input-placeholder	{ color:#f00; }
		#field_err2:-ms-input-placeholder	{ color:#f00; }



.quick_regist_btn input .inputs_err ::-webkit-input-placeholder,
.quick_regist_btn  .inputs_err :-ms-input-placeholder,
.quick_regist_btn  .inputs_err ::-moz-placeholder,
.quick_regist_btn  .inputs_err :-moz-placeholder {
	color:#ff0000 !important;
	transition: opacity 250ms ease-in-out;
	opacity: 1;
}

/*
#main-area .quick_alert_err{
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #999;
    color: #000;
    height: 54px;
    z-index: 2;
    max-width: 768px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}


#main-area  .quick_alert_err  .err_textbox{
	float: left;
    margin: 18px 0px 15px 10px;
    width: calc(100% - 110px);
	background: #999;
	color:#ff0000;
}

#main-area  .quick_alert_err .confirm_btn {
    padding: 5px 10px;
    border: 2px solid #FFF;
    border-radius: 5px;
    margin: 11px 10px 10px 10px;
    font-size: 1em;
    background-color: #e86200;
	float: right;
}
*/

/* end of 20160915 fb blinding err msg */




/* 20160920 left menu */

#top-menu-btn-menu {
    background-image: url(../images/icon_main_area.png);
}

#darkness {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}

#cssmenu {
    width: 230px;
    color: #000;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

#cssmenu ul ul li a {
    cursor: pointer;
    padding: 15px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    background: #F7F2F7;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 0px solid #fff;
}

#cssmenu ul li.has-sub.open.fixed{
	padding-top:50px;
}
#cssmenu ul li.has-sub.open.fixed>a{
	position: fixed ;
	top:0;
	width: 230px;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
	-o-transform: translateZ(0);
    transform: translateZ(0);
}
#cssmenu ul li.has-sub.open.fixed.hide>a{
	display:none;
}

#cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a, #cssmenu > ul > li.open > a {
    color: #000;
    background: #fff;
}

#cssmenu > ul > li > a {
    padding: 0px 0px;
    border-left: 0px solid #1682ba;
    border-right: 0px solid #1682ba;
    border-top: 0px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background: #fff;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu .side-bar-login-btn {
    display: block;
    background-color: #FF7500;
    border-radius: 20px;
    moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #ffffff;
    width: 90px;
    height: 25px;
    position: relative;
    top: 20%;
    left: 20%;
    color: #ffffff;
    line-height: 25px;
    font-size: 15px;
    text-indent: 0;
    text-align: center;
    font-weight: normal;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::before {
    top: 18px;
    border-top: 0px solid;
    border-left: 0px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

.holder::after, .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* end of 20160920 left menu */

/* 20160929 demo revise */

#top-bar.stick-top{
	position:fixed;
	z-index:1002;
}

#main-area, #top-bar{
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.35, 0.25, 0.35, 0);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.35, 0.25, 0.35, 0);
    transition: transform 0.3s cubic-bezier(0.35, 0.25, 0.35, 0);
}

.menu-expanded,
.menu-expanded body,
.menu-expanded #wrapper,
.menu-expanded #main-area,
.menu-expanded #darkness,
.menu-expanded #content-area {
	overflow: hidden !important;
}

.menu-expanded body {
	background: rgba(0, 0, 0, 0.5) !important;
}

.menu-expanded .side-bar-content {
	overflow-y: scroll !important;
}

.menu-expanded #darkness {
	display: block;
}

.menu-expanded #main-area,
.menu-expanded #top-bar {
	-webkit-transform: translateX(230px);
    -moz-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px);
}

/* end of  20160929 demo revise */

::-webkit-scrollbar {
	display: none;
}

/* 20161005 revise */

#main-area .quick_reply_btn .textbox .inputs {
    height: 34px;
    border: none;
    width: 100%;
    line-height: 32px;
}

#main-area .quick_reply_btn .textbox .inputs_err{
	line-height:32px;
}

#main-area .quick_reply_btn .textbox {
    width: calc(100% - 119px);
}

#main-area .quick_reply_btn .textbox .inputs_err{
	width: calc(100% - 10px);
}

.post-content .readall .readallbtn {
	background-size: 76px 22px;
}
/* end of 20161005 revise */

/* 20161011 revise */
.quick_reply_btn input, .quick_reply_btn select, .quick_reply_btn textarea, .quick_regist_btn input {
	font-size: 16px !important;
}

html,body.body_overflow{
    -webkit-overflow-scrolling : touch;
    overflow: auto;
    height: 100%;
}

#main-area{
	padding-bottom: 60px;
}

/* end of 20161011 revise */

/* 20161012 revise */
body, body.theme-white{
	background-color: #fff;
}

.theme-orange{
	background-color: #ff7500;
}

.theme-dark-grey{
	background-color: #333;
}

#homepage .section1 .news-image .header .label>span,
#homepage .section2 .news-image .header .label>span{
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    max-width: calc(100% - 50px);
    min-width: 105px;
}

#m-home #top-menu ul{
	overflow-x:hidden !important;
}

/* end of 20161012 revise */

/* 20161013 revise */
.without_padding #main-area{
  padding-bottom: 0;
}

/* end of 20161013 revise */

/* 20161018 revise */
.menu-expanded #main-area .quick_reply_btn,
.menu-expanded #main-area .quick_reply_btn .textbox .inputs,
.menu-expanded #main-area .quick_reply_btn .textbox .inputs::-webkit-input-placeholder,
.menu-expanded #main-area .quick_reply_btn .reply_btn,
.menu-expanded #main-area .quick_regist_btn,
.menu-expanded #main-area .quick_regist_btn .textbox .inputs,
.menu-expanded #main-area .quick_regist_btn .textbox .inputs::-webkit-input-placeholder,
.menu-expanded #main-area .quick_regist_btn .confirm_btn {
	z-index: -999;
	background: #FFF;
	color: #FFF;
	border-color: #FFF !important;
}

/* end of 20161018 revise */

/* 20161019 revise */
.quick_reply_overlay {
	/* background: #000; */
	bottom: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .3s, bottom 0s .3s;
	z-index: 310;
}
.quick_reply_overlay.on {
	bottom: 0%;
    opacity: .6;
    transition: opacity .3s;
}

/* end of 20161019 revise */

/* update top menu bar */
#m-home #top-menu ul {
    overflow-x: auto !important;
}

#m-home #top-menu ul li {
    min-width: 21.2% !important;
}

/* end of update top menu bar */

#content-area {
	margin-top: 10px;
}

/* 20170201 login update */
.login-facebook {
	border-radius: 5px;
	margin: 25px auto 20px auto;
	width: 60% !important;
}

.uwants_login_section .post-form{
	background: none;
	border-radius: 0;
	border: none;
	padding: 0px;
}

.uwants_login_section .post-form .form-field, .uwants_login_section .post-form .form-field-large, .uwants_login_section .post-form .form-select {
	display: block;
	width: calc(100% - 9px);
	padding: 0px;
	height: 30px;
	border: 1px solid #999;
	margin-bottom: 10px;
	margin: 10px auto;
	padding-left: 5px;
	font-size: 14px;
}

.uwants_login_section .login_step2{
	display: none;
	width: calc(100% - 2px);
	margin: 0 auto;
}

.uwants_login_section .login_step2 select{
	border-width: 1px;
	background: #fff;
	border-color: #999;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #999;
	padding: 4px 0;
	margin: 0px auto 5px;
	height: 32px;
	font-size: 14px;
}

.uwants_login_section .login_step2 input{
	margin: 5px 0;
	border-width: 1px;
	background: #fff;
	border-color: #999;
	border-radius: 5px;
	padding-left: 5px;
	width: calc(100% - 8px);
	height: 27px;
	border: 1px solid #999;
	font-size: 14px;
}

.uwants_login_section .login_error_msg{
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
	color:#ff0000;
}

.uwants_login_section .login_error_msg#login_error_msg1,
.uwants_login_section .login_error_msg#login_error_msg2,
.uwants_login_section .login_error_msg#login_error_msg3{
	display: none;
}

.uwants_login_section .post-form .form-btn {
	width: 100px;
	border-radius: 5px;
	background-color: #ff7815;
	color:#fff;
}

.uwants_login_section .post-form .form-btn:hover {
	background-color: #dd5803;
	color:#fff;
}

.uwants_login_section .form_title_box {
	margin: 5px auto;
	text-align: center;
}

.uwants_login_section .form-title, .uwants_login_section .form-help-title {
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.login_fb_section .login-divider{
  width: 88%;
  margin: 15px auto 18px;
}

.reg_fb_section .login-divider{
  width: 75%;
  margin: 15px auto 18px;
}

.uwants_login_section .uid_select{
	width: 75px;
	float: left;
	margin: 0px 10px 10px 1px;
	border-radius: 5px;
	border-color: #ccc;
	background: #fff;
	border: 1px solid #999;
	font-size: 14px;
	height: 32px;
}

.uwants_login_section .uid_input{
	width: calc(100% - 94px) !important;
	/*margin: 10px !important;*/
}

.uwants_login_section .pmp_login{
	display: none;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.uwants_login_section .pmp_login a{
	color: #000;
	text-decoration: none;
}

.login_fb_section{
	max-width: 445px;
	margin: 0 auto;
}

.uwants_login_section{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 400px;
}

.ref_login_msg {
	font-size: 14px;
	color: #ff0000;
	display: none;
	text-align: center;
	padding: 10px 0 0px;
}
/* end of 20170201 login update */

/* 20170203 regist update*/
.uwants_regist_section{
	margin: 0 auto;
    padding: 0 24px;
    max-width: 400px;
}

.facebook_regist_section .login-facebook {
	margin: 20px auto 15px auto;
}

.facebook_regist_section  .login-divider {
	margin: 15px auto 15px;
}

.uwants_regist_section input{
	width: calc(100% - 18px);
	margin: 5px 0;
	border-radius: 5px;
	border-color: #999;
	background: #fff;
	padding: 2px 8px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	height: 30px;
}

.regist_error_msg{
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	color: #ff0000;
	line-height: 16px;
}

.uwants_regist_section .submit {
	height: 30px;
	vertical-align: middle;
	width: 100px !important;
	margin: 15px auto !important;
	border-radius: 5px;
	background: #FF7815 none repeat scroll 0% 0%;
	border: 0px none;
	color: #FFF;
	font-size: 14px;
	display: block;
	-webkit-appearance: none;
}

.uwants_regist_section .submit:hover{
	background: #FF7815;
}

.uwants_regist_section .check_user_name{
	position: absolute;
	margin: 15px 0px 15px 0px;
	right: 135px;
	background-image: url(https://www.uwants.com/images/default/check_error.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}

.uwants_regist_section .form_title_box{
	margin: 5px auto;
	text-align: center;
}

.uwants_regist_section .form-title{
	text-align: center;
}
.uwants_regist_section .form-help-title{
	text-align: center;
}

.regist_error_msg#regist_error_msg5{
	display: none;
}
.regist_error_msg#regist_error_msg4{
	display: none;
}
.regist_error_msg#regist_error_msg3{
	display: none;
}
.regist_error_msg#regist_error_msg2{
	display: none;
}
.regist_error_msg#regist_error_msg1{
	display: none;
}

.regist_error_msg#regist_error_msg5_empty{
	display: none;
}
.regist_error_msg#regist_error_msg4_empty{
	display: none;
}
.regist_error_msg#regist_error_msg3_empty{
	display: none;
}
.regist_error_msg#regist_error_msg2_empty{
	display: none;
}
.regist_error_msg#regist_error_msg1_empty{
	display: none;
}


.uwants_regist_section .regist_username{
	float: left;
	width: calc(100% - 113px);
}

.uwants_regist_section .rand_username{
	background-color: #ff7815;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	border-radius: 5px;
	float: right;
	/* width: 30%; */
	margin: 5px 0;
	padding: 2px 5px;
	height: 30px;
	text-align: center;
}

.uwants_regist_section .rand_username a{
	color: #fff;
	text-decoration: none;
}

.uwants_regist_section .rand_username:hover, .uwants_regist_section .rand_username:hover a{
	background-color: #FF7815;
	text-decoration: none;
}

.uwants_regist_section .robot_check{
	width: auto;
	margin: 5px 0px -15px 0px;
	text-align: center;
}

.uwants_regist_section .regist_check_list_box{
	width: 260px;
    margin: 0 auto;
}

.uwants_regist_section .regist_check_list_box table tr td{
	font-size: 12px;
	padding: 2px 5px;
}

.uwants_regist_section .regist_check_list_box table tr td a{
	font-size: 12px;
	color: #4550ff;
	text-decoration: underline;
}

.uwants_regist_section .regist_check_list_box table tr td a:hover{
	text-decoration: underline;
	color: #069 !important;
}

.uwants_regist_section .regist_check_list_box table tr td:first-child{
	width:14px;
	padding: 0;
}

.uwants_regist_section .regist_check_list_box input[type="checkbox"]{
	width: 14px;
	vertical-align: middle;
	height: 14px;
	border-color: #999 !important;
	background: #333 !important;
}

.uwants_regist_section .regist_check_list_box .unclick {
	color:#ff0000;
	display: none;
	font-size: 12px;
}

@media screen and (min-height: 900px){
	.regist_footer_table{
		position: absolute;
	}
}

/*20170202 regist step2 email comfirm*/

.uwants_email_regist_section{
	margin: 20px 17px;
}

.uwants_email_regist_section .email_send_title{
	font-size: 1em;
	line-height: 150%;
	margin: 10px auto;
}

.uwants_email_regist_section .email_send_title span{
	font-size: 0.8em;
	line-height: 150%;
	padding-top: 20px;
}

.uwants_email_regist_section .email_send_title ol{
	font-size: 0.8em;
	margin: 10px 0 10px -20px;
}

.uwants_email_regist_section .uwants_email_regist_section_img{
	text-align: center;
	margin: 10px auto 10px;
	width: 90%;
	display: block;
	bottom: 0;
	position: relative;
	max-width: 431px;
}
/*end of 20170202 regist step2 email comfirm*/

/*20170202 regist step3 email comfirmed*/

.uwants_email_confirm_section{
	margin: 10% auto;
}

.uwants_email_confirm_section .email_confirm_title{
	font-size: 1.3em;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
}

.uwants_email_confirm_section .email_confirm_btn{
	text-align: center;
	padding: 5px 5px;
	background-color: #ff7815;
	border-radius: 5px;
	color: #fff;
	width: 100px;
	margin: 30px auto;
	font-size: 1em;
	cursor: pointer;
}

.uwants_email_confirm_section .email_confirm_btn a{
	color:#fff;
}

.uwants_email_confirm_section .email_confirm_btn:hover{
	background-color: #dd5803;
	text-decoration: none;
	color:#fff;
}

.uwants_email_confirm_section .go_edit_profile_btn, .uwants_email_confirm_section .go_edit_profile_btn a, .uwants_email_confirm_section  .go_edit_profile_btn:hover, .uwants_email_confirm_section  .go_edit_profile_btn a:hover{
	text-align: center;
	color: #4550ff;
	font-size: 0.9em;
	width: auto;
	margin: 0 auto;
}

.uwants_email_confirm_section .uwants_email_confirmed_section_img{
	text-align: center;
	margin: 10% auto 10px;
	width: 90%;
	/* float: right; */
	display: block;
	bottom: 0;
	position: relative;
	max-width: 431px;
}

.uwants_email_regist_section .btn_box{
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.uwants_email_regist_section .btn_box .to_mail_btn, .uwants_email_regist_section .btn_box .back_btn{
	background-color: #ff7815;
	color:#fff;
	text-align: center;
	margin:0 10px;
	display: inline-block;
	border-radius: 5px;
}
.uwants_email_regist_section .btn_box a .to_mail_btn , .uwants_email_regist_section .btn_box a .back_btn {
	padding: 2px 18px 0px;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 28px;
}
/*end of 20170202 regist step3 email comfirmed*/

/*20170202 regist deca section*/

.uwants_deca_section{
	margin: 10px;
}

.uwants_deca_section .deca_title{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

.uwants_deca_section .deca_content{
	margin: 5px 0 0px;
	border: 1px solid #ccc;
	width:auto;
	height: 55vh;
	overflow-y:scroll;
	font-size: 1em;
}

.uwants_deca_section .deca_back_btn{
	text-align: center;
	padding: 5px 5px;
	background-color: #ff7815;
	border-radius: 5px;
	color: #fff;
	width: 40%;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	margin: 0px 2%;
}

.uwants_deca_section .deca_back_btn a{
	text-align: center;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}

.uwants_deca_section .deca_btn_box{
	margin: 5px auto;
	text-align: center;
	padding: 10px;
}

#passwordStrength{
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	color: #ff0000;
	line-height: 16px;
}
/*end of 20170202 regist deca section*/

/*input empty*/
.empty_error{
	border-color: #ff0000 !important;
}

.uwants_regist_section .g-recaptcha{
	padding-top: 12px;
	margin-bottom: -5px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.uwants_deca_section .deca_back_btn:hover, .uwants_deca_section .deca_back_btn:hover a, .uwants_deca_section .deca_back_btn a:hover{
	background-color: #dd5803;
	text-decoration: none;
}

.reg_fb_section {
	max-width: 530px;
	margin: 0 auto;
}

/* type highlight */
.type_highlight{
	background-color: #eaeaea;
	padding: 10px 0;
	margin: 10px -10px 15px;
}

.type_highlight ul {
	background-color: #fff;
	list-style: none;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	overflow-x: auto !important;
	width: 100%;
	display: inline-block;
	white-space: nowrap
}

.type_highlight li a{
	text-decoration: none;
	color: #ff7815;
	display: inline-block;
	white-space: nowrap;
}

.type_highlight li{
	display: inline-table;
	border: 1px solid #ff7815;
	border-radius: 50px;
	color: #ff7815;
	font-size: 1.1em;
	padding: 3px 10px;
	margin: 7px 5px;
}

.type_highlight li:first-child{
	margin-left: 10px;
}

.type_highlight li:last-child{
	margin-right: 10px;
}

.type_highlight  li a:active{
	background-color: #ff7815;
	color:#fff;
}
/* end of type highlight */

/* 20170308 extand reading test b*/
.extand_test_b a{
	margin: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}

.extand_test_b a:last-child{
	border-bottom: none;
}

.extand_test_b .related_threads_item_title{
	position: relative;
	font-size: 1.1em;
	line-height: 120%;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-weight: bold;
}
.extand_test_b .related_threads_item_content{
	font-size: 0.938em;
	white-space: normal;
	text-decoration: none;
	color: #444;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.extand_test_b .related_threads_item_content.thumb{
	background-image:url(../images/placeholder_img.png);
	width: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	background-position: center;
	background-size: cover;
	padding-bottom: 55%;
}

.extand_test_b .related_threads_item_content .videos_active {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/play-icon.png) no-repeat;
	background-position: 50% 50%;
	background-size: 35%;
}
/* end of 20170308 extand reading test b*/


/* 20170308 extand reading test c*/
.extand_test_c ul, .extand_test_c li{
	list-style: none;
	margin: 5px;
	padding: 0;
}

.extand_test_c li{
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
	clear: both;
	width: 100%;
}

.extand_test_c li:last-child{
	border-bottom: none;
}

.extand_test_c li .related_threads_left{
	display: none;
}
.extand_test_c li.thumb_active .related_threads_left{
	display: block;
	float: left;
	width: 40%;
}

.extand_test_c li.thumb_active .related_threads_right{
	float: left;
	width: 56%;
	margin-left: 5px;
}

.extand_test_c li .related_threads_right{
	width: 100%;
}

.extand_test_c .related_threads_item_title{
	position: relative;
	font-size: 1.1em;
	line-height: 120%;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-weight: bold;
}
.extand_test_c .related_threads_item_content{
	font-size: 0.938em;
	white-space: normal;
	text-decoration: none;
	color: #444;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.extand_test_c .related_threads_item_thumb{
	background-image:url(../images/placeholder_img.png);
	width: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	background-position: center;
	background-size: cover;
	padding-bottom: 55%;
}

.extand_test_c .related_threads_item_thumb .videos_active {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/play-icon.png) no-repeat;
	background-position: 50% 50%;
	background-size: 35%;
}
/* end of 20170308 extand reading test c*/

/* 20170320 mini hide */
.post.notice_hide .notice_hide_box{
	display: block !important;
	padding: 5px 10px 10px 30px;
	background-position: 0.7em 0.3em;
}

.post .notice_open.notice_hide_box{
	display: block !important;
	padding: 5px 10px 10px 30px;
	/* background-color: #fefefe; */
	background-position: 0.7em 0.3em;
	border-bottom: 1px solid #eaeaea;
}

.post .notice_hide_box{
	display: none;
	padding: 2px 0px 10px 20px;
	border: none;
	background-position: center;
	vertical-align: middle;
	background: url(../images/notice.png) no-repeat;
	font-size: 0.8em;
	font-size: 14px;
	line-height: 110%;
	background-size: 15px;
}

.post .notice_hide_box em{
	font-style: normal;
}

.post  .notice_hide_box .notice_hide_img{
	float: right;
	height: 15px;
}

.post.notice_hide .post-content, .post.notice_hide .post-tool{
	display: none;
}
/* end of 20170320 mini hide */



/* 20170424 action btn revamp*/

/*fid*/

#content-area #subforum_form{
	width: 49%;
	display: inline-block;
	float: left;
}
 #content-area #type_form{
	width: 49%;
	display: inline-block;
	float: right;
}

.sub-gid-panel {
	clear: both;
	border-radius: 0px 0px 0 0 !important;
    background-color: #fff !important;
    padding: 5px 10px !important;
    margin: 0 auto ;
}

.sub-gid-panel-title{
	text-align: left !important;
    padding-left: 5px;
	    font-size: 14px !important;
    line-height: 22px !important;
	    height: 20px !important;
}

.sub-gid-panel-item {
    width: 18%;
}

@media only screen and (max-width: 380px), only screen and (max-device-width: 380px){
	.sub-gid-panel-item-pic {
	    height: 60px;
	}
	.sub-gid-panel-item-title {
		width: 100% !important;
	}

}

.sub-gid-panel-item-title {
    text-align: center !important;
    margin-top: 5px;
    color: #FFF;
    font-size: 10px;
    height: auto;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 28px;
    line-height: 120% !important;
}

.type_highlight {
    background-color: #eaeaea;
    padding: 10px 0 0;
    margin: 10px -10px 5px;
}

.section_card{
	    clear: both;
    background-color: #eaeaea;
    padding: 10px 0 10px;
    margin: -10px -10px 0px;
    text-align: center;
}

.section_card.fid .action-reply{
	display: none;
}

/*top bar*/

.top-btn-share {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 50px;
    overflow: hidden;
    float: right;
    background: url(/images/share_btn_w.png) no-repeat center;
    background-size: 16px;
    text-indent: -999px;
    cursor: pointer;
}

.top-btn-bookmark{
	 width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 100px;
    overflow: hidden;
    float: right;
    background: url(../images/bookmark_btn_w.png) no-repeat center;
    background-size: 12px;
    text-indent: -999px;
    cursor: pointer;
}

.top-btn-bookmark.forum{
	background: url(../images/bkmark_fid_btn_w@2x.png) no-repeat center;
	background-size: 20px;
}

.top-btn-bookmark.forum.active{
	background: url(../images/bkmark_fid_btn_y@2x.png) no-repeat center;
	background-size: 20px;
}

/*action btn*/
.top-btn-notif {
    background: url(/images/notification/icon_notification.png) no-repeat center;
	background-size: 20px 20px;

}
#top-menu-btn-home {
    background-image: url(/images/notification/uhome_icon.png);
}

.top-menu-btn-action-item-img {
    background-image: url(/images/action_btn_icon.png);
}

.action_btn_section{
	background-color: #fff;
    padding: 5px 10px;
	margin: 0 auto;
    text-align: center;
}

.action_btn_section .top-menu-btn-action-item {
    border: 1px solid #ff7815;
    border-radius: 50px;
	box-shadow: none;
    /* box-shadow: 2px 2px 5px rgba(25, 25, 25, 0.5); */
    text-align: center;
    margin: 0px 2%;
    height: 50px;
    width: 50px;
    background-color: #fff;
    display: inline-block;
}

.top-menu-btn-action-item-img.action-item-img-4.forum {
	background: url(/images/bkmark_fid_btn_o@2x.png) no-repeat;
	background-size: 20px 20px;
	background-position: 15px 7px;
}

.top-menu-btn-action-item-img.action-item-img-4.forum.active {
	background: url(/images/bkmark_fid_btn_y@2x.png) no-repeat;
	background-size: 20px 20px;
	background-position: 15px 7px;
}

/*thread list*/
#content-area .forumdisplay {
    border: none!important;
    /* margin: 0; */
}

.forumdisplay_section {
    margin: 0 -10px;
}

.type_highlight {
     background: #fffcf8;
     padding: 0;
     margin: 0;
}

/*swiper*/


  .type_highlight .swiper-slide {
   text-align: center;
    margin: 0;
    font-size: 16px;
	line-height: 21px;
    background: #fffcf8;
    min-width: 20%;
    padding: 4px 12px;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
      color: #999;
	  border-bottom: 2px solid #eaeaea;
   }

.type_highlight .swiper-slide a{
	 color: #999;
	text-decoration: none;
}

.type_highlight .current_page{
	border-bottom: 4px solid #ff7815;
    padding-bottom: 2px;
	font-weight: bold;
}
.type_highlight .current_page a{
	 color: #ff7815;
}

#content-area .even, #content-area .even {
     background-color: transparent;
}
.forumdisplay center{
	border-bottom: 1px solid #DDD;
}


/*tid action btn*/
.section_card.tid {
    margin: 0px -10px 10px;
}

h1.thread-title{
	    padding: 10px;
    margin: 0 -10px 10px;
	font-size: 1.125em;
}

.page-center .page-no {
    margin: 10px 0px;
}

#content-area .forumdisplay .item-last{
	margin-bottom:20px;
}
@media only screen and (max-width: 320px){
	.forumdisplay_section {
   		 margin: 0px;
	}
}


/* end of 20170424 action btn revamp*/


/* 20170621 fid display B-test*/
#content-area .forumdisplay.B-test .thread-list-item a.item-info .info-title.fid_list_nopic {
    font-size: 1.5em;
	overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 37px;
    text-overflow: ellipsis;
	line-height: 130%;
}

#content-area .forumdisplay.B-test .thread-list-item a.item-info .info-title.fid_list_withpic {
    padding: 0px;
    min-height: 0.9em;
    float: none;
    font-size: 0.938em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 80px;
    text-overflow: ellipsis;
}

#content-area .forumdisplay.B-test .thread-list-item a.item-info .info-thumb {
    width: 100%;
    float: none;
    padding-bottom: 56.25%;
    margin-top: 5px;
	position: relative;
    overflow: hidden;
    vertical-align: middle;
    background-position: center;
    background-size: cover;
}

#content-area .forumdisplay.B-test .thread-list-item a.item-info .videos_active {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/play-icon.png) no-repeat;
    background-position: 50% 50%;
    background-size: 35%;
}

.forumdisplay.B-test center , .forumdisplay.B-test .banner-forum{
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
}
/* end of 20170621 fid display B-test*/

#fb_reg_overlay {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}



.home-title-more{
	display: inline-block;
	width: auto;
	height: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #F79822;
	line-height: 30px;
	float: right;
	background:url(/images/more_arrow.png)  right center no-repeat;
	background-size: 12px 12px;
	padding-right: 15px;
}

#content-area .filter-selector{
	display:inline-block;
	float: left;
	height: 27px;
	width: 48%;
	border: 1px solid #AAA;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
	text-align: center;
}

.follow-selector{
	display: inline-block;
	height: 30px;
	width: 100%;
	margin: 8px 0px 0px 0px;
}

/*Follow*/
.follow-profile-pic{
	display:inline-block;
	width: 40px;
	height: 40px;
	max-height: 33px;
	max-width: 33px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 6px;
}

.follow-username{
	display:inline-block;
	width: 65%;
	font-size: 15px;
	color: #000;
	height: 45px;
	line-height: 45px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.follow-button.follow{
	position:absolute;
	top: 10px;
	right: 5px;
	width: 80px;
	height: 25px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #5EB530;
	font-size: 14px;
	color: #5EB530;
	text-align:center;
	line-height: 18px;
	background-color: #fff;
}

.follow-button.following{
	position:absolute;
	top: 10px;
	right: 5px;
	width: 80px;
	height: 25px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #5EB530;
	font-size: 14px;
	color: #fff;
	text-align:center;
	line-height: 18px;
	background:url(../images/follow_tick.png) no-repeat 11px 6px;
	background-size: 10px 10px;
	background-color: #5EB530;
	padding-left: 21px;
}

.follow-button-viewthread.follow{
	position:absolute;
	top: 2px;
	right: 75px;
	width: 68px;
	height: 20px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #5EB530;
	font-size: 12px;
	color: #5EB530;
	text-align:center;
	line-height: 15px;
	background-color: #fff;
}

.follow-button-viewthread.following{
	position:absolute;
	top: 2px;
	right: 75px;
	width: 68px;
	height: 20px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #5EB530;
	font-size: 12px;
	color: #fff;
	text-align:center;
	line-height: 15px;
	background:url(../images/follow_tick.png) no-repeat 8px 5px;
	background-size: 10px 10px;
	background-color: #5EB530;
	padding-left: 18px;
}

.my-follow-container-left{
	position:absolute;
	height:50px;
	width: 50px;
	display: block;
	margin: auto;
	left:0;
}

.my-follow-container-right{
	padding-left:50px;
}

.follow-button-following{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 80px;
	height: 25px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #5EB530;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	background: url(../images/follow_tick.png) no-repeat 11px 6px;
	background-size: 10px 10px;
	background-color: #5EB530;
	padding-left: 21px;
}

.follow-button-follow-viewthread{
	position: absolute;
	top: 1px;
	right: 75px;
	width: 65px;
	height: 21px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #5EB530;
	font-size: 12px;
	color: #5EB530;
	text-align: center;
	line-height: 15px;
	background-color: #fff;
}

.follow-button-following-viewthread{
	position: absolute;
	top: 1px;
	right: 75px;
	width: 65px;
	height: 21px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #5EB530;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	background: url(../images/follow_tick.png) no-repeat 6px 5px;
	background-size: 10px 10px;
	background-color: #5EB530;
	padding-left: 15px;
}



/* follow - 13835*/
.follow-number {
	position: absolute;
	top: 1px;
	right: 35px;
	width: 30px;
	height: 20px;
	padding: 0px;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #5EB530 solid 1px;
	font-size: 12px;
	color: #5EB530;
	text-align: center;
	line-height: 20px;
}

.follow-number:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -5px;
	top: 5px;
}
.follow-number:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #5EB530;
	display: block;
	width: 0;
	z-index: 0;
	left: -6px;
	top: 5px;
}


.follow-bubble {
	position: absolute;
	/*top: 25px;*/
	right: 10px;
	width: 205px;
	height: 85px;
	background: url(/images/follow_bubble@2x.png?v=20170203) no-repeat 0px 0px;
	background-size: 205px 85px;
}

.like-dislike-bubble {
	position: absolute;
	margin: -5px -3px;
	width: 209px;
	height: 85px;
	background:url(/images/likedislike_bubble@2x.png?v=20170203) no-repeat 0px 0px;
	background-size: 209px 85px;
}

.follower-block-cb {position:absolute; right:10px; top:30%;}
#blockfollower {background:#ff9900 none repeat scroll 0 0; border:0; border-radius:20px; color:#FFF; display:block; font-size:15px; height:30px; margin:20px auto; verticdal-align:middle; width:70%;}

.follow-profile-pic-block {
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-size: 33px 33px;
	background-image: url(/images/follow_sign_large@2x.png);
}
.follow-block{
	display:none;
}
.follow-block.block{
	position:absolute;
	top: 10px;
	right: 5px;
	width: 80px;
	height: 25px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #EF4C23;
	font-size: 14px;
	color: #EF4C23;
	text-align:center;
	line-height: 18px;
	background-color: #fff;
	background: url(../images/follow_block@2x.png) no-repeat;
	background-position: 10px;
	background-size: 11px;
}

.follow-block.blocking{
	position:absolute;
	top: 10px;
	right: 5px;
	width: 80px;
	height: 25px;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #EF4C23;
	font-size: 14px;
	color: #fff;
	text-align:center;
	line-height: 18px;
	background-size: 10px 10px;
	background-color: #EF4C23;
}

.follow-button-viewthread.loading{
	background-position:2px 2px;
}



/* 20170706 pid ui*/

#content-area .post {
	border: 1px solid #CAC9C9;
	border-width: 1px 0;
	margin-bottom: 10px;
	margin: 0 -10px;
}

#content-area .post-info {
	background: #f8f8f8;
	border-bottom: 1px solid #CAC9C9;
	padding: 5px 10px;
}

.post-info .info-post-second-row {
	position: absolute;
	left: 55px;
	bottom: 5px;
}

.post-content {
	padding: 0 5px;
}

.post-tool {
	padding: 4px 10px;
}

.post-info .info-post-no {
	display: inline-block;
	margin-right:10px;
	position: relative !important;
	top:0;
	right: 0;
}

.post-info .info-date {
	display: inline-block;
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
}

.follow-number {
	position: absolute;
	top: -30px;
	width: 30px;
	height: 20px;
	padding: 0px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #30B5B0 solid 1px;
	font-size: 12px;
	color: #30B5B0;
	text-align: center;
	line-height: 20px;
}

.follow-number:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -4px;
	top: 5px;
}

.follow-number:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #30B5B0;
	display: block;
	width: 0;
	z-index: 0;
	left: -5px;
	top: 5px;
}

.follow-button-viewthread.following{
	border: 1px solid #30B5B0;
	background:url(../images/follow_btn_icon_w@2x.png) no-repeat;
	background-size: 8px;
	background-color: #30B5B0;
	background-position: 7px;
	top: -30px;
}

.follow-bubble {
	position: absolute;
	/*top: -4px;*/
	right: 20%;
	width: 220px;
	height: 100px;
	background: url(../images/msite_follow_tips@2x.png) no-repeat 0px 0px;
	background-size: 215px 100px;
	z-index: 5;
}

.follow-button-viewthread.follow{
	border: 1px solid #30B5B0;
	color: #30B5B0;
	background: url(../images/follow_btn_icon@2x.png) no-repeat;
	background-position: 10px;
	background-size: 8px;
	top: -30px;
	background-color: #fff;
}

.follow-button-viewthread.follow span{
	margin-left: 10px;
	text-align: center;
}

.follow-button-viewthread.loading{
	background-image:url(../images/bigloading.gif);
	background-position: 3px 2px;
	background-size: 15px 15px;
	background-repeat:no-repeat;
}

.follow-button-viewthread {
	outline: none;
}

.follow-button.follow{
	border: 1px solid #30B5B0;
	color: #30B5B0;
	background: url(../images/follow_btn_icon@2x.png) no-repeat;
	background-position: 10px;
	background-size: 8px;
	background-color: #fff;
}

.follow-button.following{
	border: 1px solid #30B5B0;
	background:url(../images/follow_btn_icon_w@2x.png) no-repeat;
	background-size: 8px;
	background-color: #30B5B0;
	background-position: 10px;
}

.follow-button.loading,.follow-block.loading{
	background-image:url(../images/bigloading.gif);
	background-position: 2px 3.5px;
	background-size: 15px 15px;
	background-repeat:no-repeat;
}

@media screen and (max-width: 340px){
	.follow-number{
		display:none !important;
	}

	.follow-button-viewthread.follow,  .follow-button-viewthread.following{
		right: 35px;
	}

	.follow-bubble {
		right: -5px;
	}
}

button, button:focus{
	outline: none;
}

.follow-unread {
	position: absolute;
	top: 0px;
	left:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #F90 transparent transparent transparent;
}

.pid_more_button{
	position: absolute;
	right: 15px;
	height: 20px;
	width: 20px;
	top: 18px;
}

.pid_more_button .more-btn {
	height: 20px;
	width: 20px;
	background: no-repeat center center url(../images/pid_more_btn@2x.png);
	background-size: contain;
}

.show-more-menu .more-menu {
	opacity: 1;
	pointer-events: auto;
}

.more-menu {
	position: absolute;
	right: -2px;
	top:30px;
	z-index: 6;
	float: left;
	opacity: 0;
	pointer-events: none;
	width: 100px;
	background: rgba(104,104,104,0.9);
	border-top: 1px solid #FFF;
	text-decoration: none;
	display: none;
	padding: 4px 10px;
	font-size: 0.9em;
	text-align: center;
	text-shadow: 0px 1px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 0px 2px 3px rgba(25, 25, 25, 0.2);
	box-shadow: 0px 2px 3px rgba(25, 25, 25, 0.2);
	color: #FFF;
}

.more-menu-caret {
	position: absolute;
	top: -9px;
	right: 3px;
	width: 18px;
	height: 10px;
	float: left;
	overflow: hidden;
}


.more-menu-caret-inner {
	top: 1px;
	left: 1px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid rgba(104,104,104,0.9);
	position: absolute;
	display: inline-block;
	margin-left: -1px;
	font-size: 0;
	line-height: 1;
}

.more-menu-items {
	margin: 0;
	list-style: none;
	padding: 0;
}

.more-menu-items li{
	border-bottom: 1px solid #fff;
	padding: 10px;
}

.more-menu-items li:last-child{
	border-bottom: none;

}

.more-menu-item {
	display: block;
}

a.more-menu-btn {
	margin: 0;
	text-decoration: none;
	color: #fff !important;
}

.more-menu-btn {
	min-width: 100%;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
	display: block;
	text-align: center;
	position: relative;
	white-space: nowrap;
}
/* end of 20170706 pid ui*/



/*20170703 reply comfirmed*/

.uwants_reply_confirm_section{
	margin: 15% auto;
}

.uwants_reply_confirm_section .reply_confirm_title{
	font-size: 1.6em;
	line-height: 150%;
	text-align: center;
	/*	font-weight: bold;*/
	color: #ff7815;
}

.uwants_reply_confirm_section .reply_confirm_state{
	font-size: 1.3em;
	line-height: 170%;
	text-align: center;
	/*	font-weight: bold;*/
	padding-left: 16px;

}

.confirmed_redirect_link{
	font-size: 1em;
	line-height: 150%;
	text-align: center;
	/*	font-weight: bold;*/
	margin-top: 5%;
	padding-left: 8px;
}

.confirmed_redirect_link a{
	text-decoration: underline;
}

.confirmed_redirect_link a:hover{

	text-decoration: underline;
}


.uwants_reply_confirm_section .uwants_reply_confirmed_section_img{
	text-align: center;
	margin: 20% auto -9%;
	width: 60%;
	padding-left: 8%;
	display: block;
	bottom: 0;
	position: relative;
	max-width: 431px;
}
/*end of 20170703 reply comfirmed*/



/* 20170711 msite profile page*/


.my_profile_page{
	background-color: #edebec !important;
	padding-bottom: 10px;
}

.profile_section_card{
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0px auto 10px;
}

.profile_section_card.profile_bg{
	background-image: url(../images/profile_section_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 180px;
	position: relative;
	margin-top: -10px;
}

.profile_section_card_box{
	width: 100%;
	position: relative;
	display: block;
	clear: both;
	vertical-align: middle;
	padding: 30px 0px;
	height: 120px;
}

.profile_section_card_left{
	/*	position: absolute;*/
	width: 34%;
	display: inline-block;
	height: auto;
	/*    left: 0px;*/
	/*    margin: 8%  0 0 auto;*/
	vertical-align: middle;
}

.profile_section_card_left .my_profile_pic {
	width: 80px;
	height: 80px;
	max-height: 100px;
	max-width: 100px;
	border-radius: 110px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border: 2px solid #fff;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin: 0 0 0 auto;
	background-image: url(../images/noavatar@3x.png);
	z-index: 1;
}

.profile_section_card_middle{
	/*	position: absolute;*/
	width: 40%;
	height: auto;
	/*    left: 42%;*/
	display: inline-block;
	padding-top: 3%;
	vertical-align: middle;
}

.profile_section_card_middle .my_profile_name{
	color: #fff;
	font-weight: bold;
	/*font-size: 1.2em;*/
	font-size: 4vw;
	padding: 5px;
	line-height: 130%;
	white-space: nowrap;
}
.profile_section_card_middle .my_profile_line{
	color: #fff;
	margin: 0 -4% 0 -3%;
	vertical-align: middle;
}
.profile_section_card_middle .my_profile_uid{
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0 5px;
	line-height: 150%;
}

.profile_section_card_middle .my_profile_group, .profile_section_card_middle .my_profile_group_name{
	color: #fff;

	font-size: 1em;
	padding: 0 5px;
	line-height: 120%;
}
.profile_section_card_middle .my_profile_group img{
	height: 12px;
	vertical-align: text-bottom;
}




.profile_section_card_right{
	/*	position: absolute;*/
	width: 20%;
	height: auto;
	right: 0px;
	display: inline-block;
	/*    margin: 14% auto 0;*/
	vertical-align: middle;
}



.my-profile_right_btn{
	width: 40px;
	height: 40px;
	max-height: 50px;
	max-width: 50px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 2px solid #fff;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	display: block;
	background-image: url(../images/change_profile_icon_w.png);
	background-color: rgba(0,0,0,0.2);
}

.my-profile_right_btn.change_pic{
	background-image: url(../images/change_profile_icon_w.png);
}
.my-profile_right_btn.pm{
	background-image: url(../images/pm_btn_icon_w.png);
}

.user_profile_my_social_pg{
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.user_profile_my_social_pg ul{
	list-style: none;
	margin: 0;
}

.user_social_media .user_social_media_item {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-right: 5px;
}

.user_social_media .user_social_media_item .user_social_media_item_icon {
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: 65%;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	padding: 3px
}

.user_social_media_item_icon.instagram_w {
	background-image: url(../images/ig-media-ver_w@2x.png);
}
.user_social_media_item_icon.facebook_w {
	background-image: url(../images/fb-media-ver_w@2x.png);
}
.user_social_media_item_icon.youtube_w {
	background-image: url(../images/youtube-media-ver_w@2x.png);
}
.user_social_media_item_icon.twitch_w {
	background-image: url(../images/twitch-media-ver_w@2x.png);
}

.profile_section_card.view_user_section{
	text-align: center;
	display: none;
}
.profile_section_card.blacklist{
	text-align: center;
}
.profile_section_card.view_user_section button, .profile_section_card.blacklist button{
	display: inline-block;
	margin: 10px 0;
	width: 30%;
	font-size: 1em;
	text-align: center;
	line-height: 120%;
	padding: 5px;
}
.profile_section_card.blacklist button{
	border: 1px solid #EF4C23;
	color: #EF4C23;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
}
.profile_section_card.blacklist .blocking{
	background-color: #EF4C23;
	color: #fff;
}
.profile_section_card.blacklist .block{
	background-color: #fff;
}

.profile_section_card.view_user_section .buddy{
	border: 1px solid #ff7815;
	color: #ff7815;
	/*    background: url(../images/add_friends_btn_icon@2x.png) no-repeat;*/
	background-position: 10px;
	background-size: 14px;
	background-color: #fff;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.profile_section_card.view_user_section .buddy_active .user_card_function_btn_title,
.profile_section_card.view_user_section .buddy .user_card_function_btn_title,
.profile_section_card.view_user_section .follow .user_card_function_btn_title,
.profile_section_card.view_user_section .send_im .user_card_function_btn_title ,
.profile_section_card.view_user_section .send_pm .user_card_function_btn_title {
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.profile_section_card.view_user_section .buddy_active img, .profile_section_card.view_user_section .buddy img, .profile_section_card.view_user_section .follow img {
	max-width: 14px;
	max-height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.profile_section_card.view_user_section .follow,.profile_section_card.view_user_section .following {
	border: 1px solid #30B5B0;
	color: #ffffff;
	/*    background: url(../images/follow_btn_icon@2x.png) no-repeat;*/
	background-position: 10px;
	background-size: 12px;
	background-color: #30B5B0;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.profile_section_card

.profile_section_card.view_user_section .following {
	border: 1px solid #30B5B0;
	color: #fff;
	/*    background: url(../images/follow_btn_icon@2x.png) no-repeat;*/
	background-position: 10px;
	background-size: 12px;
	background-color: #30B5B0;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.profile_section_card.my_list_section{
	display: none;

}
.profile_section_card.show{
	display: block;
}
.my_list_section .list_header{
	color: #ff7815;
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

.profile_section_card ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.my_list_section li{
	/*	border-bottom: 1px solid #4d4d4d;*/
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}
.my_list_section li:last-child{
	border-bottom: none;
}
.my_list_section .to_go_next_arrow{
	float: right;
	margin: 0 20px;
	height: 46px;
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/to_go_next_arrow.png) right no-repeat;
	background-size: auto 16px;
}

.user_profile_statistic{
	width: 100%;
}

.user_profile_statistic tr{
	/*	border-bottom: 1px solid #4d4d4d;*/
	border-bottom: 1px solid #ccc;
	display: block;
}
.user_profile_statistic tr:last-child{
	border-bottom: none;
}
.user_profile_statistic td{
	width: 100%;
	text-align: left;
	font-size: 1em;
	padding: 10px 16px;
}
.user_profile_statistic td:nth-child(2){
	text-align: right;
}

.profile_section_card_header{
	font-size: 1em;
	font-weight: bold;
	color: #444;
	padding: 10px 20px;
}
.profile_section_card_content{
	font-size: 1em;

	color: #444;
	padding: 0px 20px 10px;
}



.profile_section_card:last-child{
	margin-bottom: 0;
}

.profile_section_card .list_header{
	color: #ff7815;
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
}

.profile_section_card .to_go_next_arrow{
	float: right;
	margin: 0 20px;
	height: 46px;
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/to_go_next_arrow.png) right no-repeat;
	background-size: auto 16px;
}
.profile_section_card.view_user_section{
	text-align: center;
	display: none;
}
.profile_section_card.view_user_section button {
	display: inline-block;
	margin: 10px 5px;
	width: 28%;
	font-size: 1em;
	text-align: center;
	line-height: 120%;
	padding: 4px 0;
}

.profile_section_card.view_user_section .buddy_active{
	border: 1px solid #ff7815;
	color: #fff;
	/*    background: url(../images/add_friends_btn_icon@2x.png) no-repeat;*/
	background-position: 10px;
	background-size: 14px;
	background-color: #ff7815;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.profile_section_card.view_user_section .buddy_active .user_card_function_btn_title, .profile_section_card.view_user_section .following .user_card_function_btn_title {
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.profile_section_card.view_user_section .buddy_active img, .profile_section_card.view_user_section .follow img, .profile_section_card.view_user_section .following img  {
	max-width: 14px;
	max-height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.profile_section_card.view_user_section .follow {
	border: 1px solid #30B5B0;
	color: #30B5B0;
	/*    background: url(../images/follow_btn_icon@2x.png) no-repeat;*/
	background-position: 10px;
	background-size: 12px;
	background-color: #fff;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.profile_section_card.view_user_section .send_pm,
.profile_section_card.view_user_section .send_im {
	border: solid 1px #15B7FF;
	color: #15B7FF;
	/* background: url(../images/follow_btn_icon@2x.png) no-repeat; */
	background-position: 10px;
	background-size: 12px;
	background-color: #fff;
	border-radius: 20px;
	moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.profile_section_card.view_user_section .send_pm img {
	display: inline-block;
	width: 18px;
}

.profile_section_card.view_user_section .send_im img {
	display: inline-block;
	height: 14px;
	margin-top: 2px;
	margin-bottom: -2px;
}

.profile_section_card.my_list_section{
	display: none;

}
.profile_section_card.show{
	display: block;
}
.my_list_section .list_header{
	color: #ff7815;
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

.profile_section_card ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.my_list_section li{
	/*	border-bottom: 1px solid #4d4d4d;*/
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}
.my_list_section li:last-child{
	border-bottom: none;
}
.my_list_section .to_go_next_arrow{
	float: right;
	margin: 0 20px;
	height: 46px;
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/to_go_next_arrow.png) right no-repeat;
	background-size: auto 16px;
}

.user_profile_statistic{
	width: 100%;
	color: #7f7f7f;
}

.user_profile_statistic tr{
	/*	border-bottom: 1px solid #4d4d4d;*/
	border-bottom: 1px solid #ccc;
	display: block;
}
.user_profile_statistic tr:last-child{
	border-bottom: none;
}
.user_profile_statistic td{
	width: 100%;
	text-align: left;
	font-size: 1em;
	padding: 10px 16px;
}
.user_profile_statistic td:nth-child(2){
	text-align: right;
}

.profile_section_card_header{
	font-size: 1em;
	font-weight: bold;
	color: #7f7f7f;
	padding: 10px 20px;
}

.profile_section_card_header img {
	margin-top: -4px;
}

.profile_section_card_content{
	font-size: 1em;
	color: #7f7f7f;
	padding: 0px 20px 10px;
}



.profile_section_card:last-child{
	margin-bottom: 0;
}

.profile_section_card .list_header{
	color: #ff7815;
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
}

.profile_section_card .to_go_next_arrow{
	float: right;
	margin: 0 20px;
	height: 46px;
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/to_go_next_arrow.png) right no-repeat;
	background-size: auto 16px;
}
/* end of 20170711 msite profile page*/

/* 20170731 post like & diislike*/
.like-dislike-button{
	float: right;
	vertical-align: middle;
}


.like-dislike-button .like, .post-img-container .reaction .like {
	display: inline-block;
	border: 0px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/btn_like_g.png?v=20180313);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 6px 3px;
	background-color: #ffffff;
	min-width: 55px;
	color: #e27b79;
	padding: 6px 8px;
	font-size: 12px;
	margin: 4px 0px 2px 2px;
	/*    line-height: 100%;*/
	vertical-align: middle;
	height: 28px;
}

/*.like-dislike-button .like:hover, .post-img-container .reaction .like:hover {*/
	/*opacity: 0.8;*/
	/*color: #2bb2bc;*/
/*}*/
/*.like-dislike-button .dislike:hover, .post-img-container .reaction .dislike:hover {*/
	/*opacity: 0.8;*/
	/*color: #e04438;*/
/*}*/


.like-dislike-button .dislike, .post-img-container .reaction .dislike {
	display: inline-block;
	border: 0px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/btn_dislike_g.png?v=20180313);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 6px 3px;
	background-color: #ffffff;
	min-width: 55px;
	height: 28px;
	padding: 6px 8px;
	font-size: 12px;
	margin: 4px 0px 2px 2px;
	/*    line-height: 100%;*/
	vertical-align: middle;
	color: #b79570;
}

.like-number, .dislike-number{
	padding-left: 18px;
}

.like-dislike-button .like.have, .post-img-container .reaction .like.have {
	background-image: url(../images/btn_like_w.png?v=20180313);

	color: #e27b79;
}
.like-dislike-button .dislike.have, .post-img-container .reaction .dislike.have {
	background-image: url(../images/btn_dislike_w.png?v=20180313);

	color: #b79570;
}

.like-dislike-button .like.active, .post-img-container .reaction .like.active {
	background-image: url(../images/btn_like_a.png?v=20180313);

	color: #e27b79;
}
.like-dislike-button .dislike.active, .post-img-container .reaction .dislike.active {
	background-image: url(../images/btn_dislike_a.png?v=20180313);

	color: #b79570;
}

.like-dislike-status{
	margin-right: 7px;
	float: left;
}

.like-dislike-status img{
	vertical-align:bottom;
	height: 14px;
	margin-right: 1px;
}

.like-dislike-status.dislike{
	color: #b79570;
}

.like-dislike-status.like{
	color: #e27b79;
}

.like-dislike-button .like, .post-img-container .reaction .like, .like-dislike-button .dislike, .post-img-container .reaction .dislike {
	background-color: transparent;
}

.reaction {
	margin-right: -5px;
}

/* end of 20170731 post like & diislike*/


/* 20170815 tid & pid no profile pic*/

.thread-title .tid_title{
	display: inline-block;
	width: 100%;
	line-height: 140%;
}

.thread-title .fbpg_like_box{
	border: none;
	border-radius: 5px;
	display: block;
	vertical-align: top;
	float: right;
	padding: 0;
	margin-top: 1px;
}

.quot_function {
	float: left;
	vertical-align: middle;
}

.quot-reply-btn {
	height: 20px;
	vertical-align: sub;
	padding-top: 6px;
}

#content-area .post-info{
	height: auto !important;
	max-height: 57px;
}

.pid_info_1_col, .pid_info_2_col, .pid_info_3_col, .pid_info_4_col{
	display: inline-block;
	vertical-align: top;
}

.pid_info_3_col, .pid_info_4_col{
	float: right;
}

.post-info .pid_info_1_col .info-post-no{
	margin-right: 2px;
}

.post-info .pid_info_2_col .host-name{
	height: 28px;
	width: 28px;
	/*background-size: 28px 28px;*/
	background-size: cover;
	background-position: center;
	float:none;
	display: inline-block;
	vertical-align: top;
}

.post-info .pid_info_2_col .pid_user_info{
	vertical-align: top;
	display: inline-block;
}

.post-info .info-name:after{
	width: 0;
}

.post-info .pid_info_2_col .info-name {
	margin-right: 5px;
	margin-left: 0px;
	float: none;
	text-align: left;
	line-height: 110%;
	font-weight: bold;
	font-size: 0.9em;
}

.post-info .pid_info_2_col .info-usergroup{
	font-size: 0.7em;
	color: #8b8b8b;
	margin-top: 2px;
}

.post-info .pid_info_2_col .info-usergroup .tid_owner{
	color: #ff7815;
	margin-left: 3px;
}

.post-info .pid_info_2_col .info-post-second-row {
	position: relative;
	left: 0;
	bottom: 0px;
	font-size: 0.7em;
}

.post-info .pid_info_2_col .info-post-second-row .info-date-dot{
	background: #666;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: baseline;
	margin: 2px 7px;
}

.post-info .pid_info_3_col .info-tool {
	text-align: right;
	bottom: 0;
	right: 0;
	position: relative;
	margin-top: 5px;
}

.pid_info_3_col .follow-button-viewthread.follow, .pid_info_3_col .follow-button-viewthread.following, .pid_info_3_col .follow-number {
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;

}

.pid_info_3_col .follow-button-viewthread.follow, .pid_info_3_col .follow-button-viewthread.following{
	margin-top: 7px;

}
.pid_info_3_col .follow-number {
	height: 18px;
	line-height: 18px;
}

.pid_info_4_col .pid_more_button {
	position: relative;
	right: 0;
	height: 20px;
	width: 20px;
	top: 0;
	margin-top: 13px;
	text-align: right;
	margin-left: 5px;
}
/* end of  20170815 tid & pid no profile pic */

#message_wysiwyg {
	background: white;
	color: black;
	overflow-y: auto;
	line-height: 1.5em !important;
	font-size: 16px !important;
}

[contentEditable=true]:empty:not(:focus):before {
	content:attr(data-text);
	color: #999;
	line-height: 2em;
}


/* 20170901 @user*/

.hidden {
	display: none;
}

#tag_user_menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	width:100%;
	height: 100%;
	z-index: 1100;
}

#tag_user_top.stick-top {
	position: fixed;
	width: 100%;
	z-index: 1101;
}

.tips_close{
	margin-top: 60px;
	float: right;
	margin-right: 10px;
}

.tips_close img{
	width: 20px;
}

.taguser_tips{
	margin: 70px 20px;
	text-align: center;
}

.tag_user_bubble{
	margin: 10% auto 0;
	text-align: center;
	width: 84%;
}

.tag_user_bubble img{
	margin: 10% auto 0;
	text-align: center;
	width: 80%;
}

.tag_user_box{
	margin: 0px auto;
	text-align: center;
	width: 85%;
	background-color: #fff;
	border-radius: 5px;
}

.tag_user_box img{
	margin: 0;
	text-align: center;
	width: 100%;
}

.tag_user_box_headline{
	background-color: #ff7815;
	height: 5px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.tag_user_box_title{
	background-color: #ff7815;
	padding: 0px 5px 2px;
	margin-top: -4px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	float: left;
}

.tag_user_box_corner{
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #ff7715 transparent transparent transparent;
	display: inline-block;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
}

.tag_user_content_box{
	margin: -7% 10px 2%;
	clear: both;
}

.tag_user_box_content{
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	line-height: 140%;
	width: 62%;
	/* float: left; */
	display: inline-block;
	margin-top: 2%;
	margin-bottom: 2%;
}

.tag_user_chara{
	/* float: right; */
	width: 34%;
	vertical-align: middle;
	display: inline-block;
	margin-top: -7%;
	margin-bottom: 2%;
}

.tag_user_chara img{
	width: 100%;
}


/*tag quick reply*/

.tag_tips{
	border-bottom: 1px solid #fff;
	margin: 8px 10px 0;
	padding-bottom: 5px;
	display: none;
}

#main-area .quick_reply_btn{
	height: auto;
	min-height: 55px;
}

.tag_tips_header{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.tag_tips_header_title{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin: 0 -2px;
}
.tag_tips_header .tag_tips_header_before{

	display: inline-block;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #fff transparent transparent transparent;
	vertical-align: top;
}
.tag_tips_header .tag_tips_header_after{

	vertical-align: bottom;
	display: inline-block;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
}

.tag_tips_content{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-left: 5px;
}

.tag_tips_close{
	width: 20px;
	height: 20px;
	float: right;
	background-image: url(../images/tag_user_tips_close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
}

/* tag user page*/

.tag_user_page_top{
	background-color: #5a5a5a !important;
}

.tag_user_page_top_back{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	line-height: 50px;
	padding: 0 10px;
}

.tag_user_page_top_cancel{
	color: #fff;
	font-size: 16px;
	float: right;
	line-height: 50px;
	padding: 0 10px;
}

.tag_search_bar{
	position: relative;
	height: 32px;
	background-color: #FCA650;
	margin-top: 50px;
	padding: 8px 10px;
}

.tag_search_bar .tag_search_field{
	font-size: 1.15em;
	height: 28px;
	width: 100%;
	padding-left: 30px;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #FFF;
	background-image: url(../images/sidebar-item-search.png);
	background-size: 25px 25px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	display: block;
	border-style: none;
}

.tag_user_list{
	height: 100%;
	overflow: auto;
}

.tag_user_list ul{
	list-style: none;
	margin: 0px 20px;
	padding: 0;
}

.tag_user_list li{
	border-bottom: 1px solid #CAC9C9;
	padding: 10px 0;
}

.tag_user_li_info{

}

.tag_user_li_info .tag_li_user_name{
	color: #333;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
}

.tag_user_li_info .tag_li_user_pic{
	float: right;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
}

/* new top create post icon*/
.top-btn-createpost{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 50px;
    overflow: hidden;
    float: right;
    background: url(../images/createpost_btn_w.png) no-repeat center;
    background-size: 18px;
    text-indent: -999px;
    cursor: pointer;
}

@media (max-width:350px){
    .top-btn-createpost{
        right: 35px;
    }
}
/* end of new top create post icon*/


/* watermark */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #FF7815;
}

input:focus + .slider {
	box-shadow: 0 0 1px #FF7815;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
/* end of watermark */


/* unban */
.top-btn-createpost.banned {
	background: url(../images/icon_user_banned_post@2x.png) no-repeat center;
	background-size: 25px;
	background-position: center 11px;
}

.banned_link .list_header{
	color: rgb(232, 62, 62);
}
.banned_link img{
	height: 18px;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.banned_link.profile_section_card .to_go_next_arrow{
	background: url(../images/to_go_next_arrow_red.png) right no-repeat;
	background-size: auto 16px;
}


.quick_reply_btn.banned{
	background: #999 !important;
}

.quick_reply_btn.banned .tag_tips{
	display: none;
}

.quick_reply_btn.banned .inputs.reply-active{
	display: none !important;
}

.quick_reply_btn.banned  .textbox{
	display: none !important;
}

.quick_reply_btn .textarea_shadow_reply{
	display: none;
}

.quick_reply_btn.banned .textarea_shadow_reply{
	display: inline-block;
	margin: 10px 10px;
	background-color: #fff;
	border-radius: 5px;
	line-height: 35px;
	width: 300px;
	width: calc(100% - 75px);
}

.quick_reply_btn.banned .textarea_shadow_reply .quickreply_banned_msg{
	color: #999;
	padding: 0 5px;
}

.quick_reply_btn.banned .reply_btn {
	display: none;
	opacity: 0.8;
	background-color: #ddd !important;
	color: #fff;
}

.block_send_icon{
	display: none;
}

.quick_reply_btn.banned .block_send_icon{
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	right: 50px;
	overflow: hidden;
	background-image: url(../images/icon_quickreply_send_blocked@2x.png);
	background-repeat: no-repeat;
	background-size: 35px;
	text-indent: -999px;
	background-position: center;
	padding: 10px 10px;
}


.viewpro .my-history-title.red {
	color: #E83E3E;
	border-bottom: 1px solid #E83E3E;
}

.viewpro .forumdisplay .my-history-container .thread-list-item a.item-info {
	margin: 0px 0px 10px;
}

.viewpro .forumdisplay .thread-list-item a.item-info .info-title {
	display: -webkit-box;
	font-size: 1em;
	width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
}

.viewpro .forumdisplay .my-history-container .thread-list-item a.item-info .info-gname {
	display: block;
	position: absolute;
	bottom: 0;
	font-size: 0.8em;
	max-width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.viewpro #content-area .forumdisplay .my-history-container .thread-list-item a.item-info .info-user, #content-area .forumdisplay .my-history-container .thread-list-item a.item-info .info-reply {
	bottom: 0;
}
/* end of unban */

.imglabelbox {
	position: relative;
}

.imglabelbox .labelbox {
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	position: absolute;
	bottom: 5px;
	left: 5px;

	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 220px;
	overflow: hidden;
}

.imglabelbox #large_img .labelbox {
	white-space: unset;
}

.imglabelbox .label {
	color: white;
	font-size: 0.6em;
	display: inline-block;
}

.imglabelbox .label:before {
	content: '';
	background: url("../images/icon/location@2x.png") no-repeat center;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: contain;
	float: left;
	margin-right: 5px;
}


