@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css); 
@font-face {
    font-family: "Raileway";
    src: url('../fonts/Raleway-Medium.ttf');
}

/*HTML Defaulft*/
body {
	background:#f0efee;
	font-family: 'Noto Sans TC';
	font-size:12px;
	overflow-x: hidden;
}

a, a:hover, a:active, a:visited, a:focus {
	text-decoration: none;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px; /* or 950px */
}
h2 {
	font-size:28px;
}
h3 {
	font-size:25px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
p {
	font-size:16px;
	line-height:1.69em;
}

.max-8by5 {
	overflow: hidden !important;
	width:100% !important;
	height:0 !important;
	padding-bottom:62.5% !important;
}

.ckeditor-info {
	font-size:16px;
	line-height:1.69em;
}
.ckeditor-info p {
	margin-bottom:18px;
}
.ckeditor-info img {
	max-width:100%;
	margin:15px 0px;
	height:auto;
}
.ckeditor-info li {
	font-size:16px;
	line-height:1.69em;
}
.ckeditor-info .alignright {
	float:right;
	margin-left: 1.5em;
}

.track {
	font-size:10px;
	color:#fff;
	background-color: #000;
	border: solid 1px #000;
	padding:3px 5px;
}	
.track-inverse {
	color:#6d6d6d !important;
	border: solid 1px #6d6d6d !important;
	background-color:rgba(0, 0, 0, 0) !important;
}
.tracked i {
	font-size: 13px;
}

/*BootStrap Defaulft*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}


.btn {
	font-size:18px;
	height:47px;
	padding:10px 40px;
	color:#fff;
	background-color: #000;
	font-weight:300;
}
.btn:hover, .btn:focus {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.75);
}
.btn:active {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.85);	
}
.btn-xs {
	font-size:15px;
	height:30px;
	padding:3px 20px;
}
.btn-xs .material-icons {
	font-size:15px;
}
.btn-sm {
	font-size:15px;
	height:37px;
	padding:7px 15px;
}
.btn-sm .material-icons {
	font-size:15px;
}
.btn-upload input[type="file"] {
	cursor: pointer;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color:inherit;
	border-color: inherit;
}
.navbar-brand {
	margin-left:20px !important;
	padding:0;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-xs {
	width:385px;
}
.modal-sm {
	width:480px;
}
.modal-max-width {
	width:100%;
}
.modal-backdrop {
	background:none;
}
.modal-content {
	padding:0px 35px;
	border-radius:0;
	background-color: rgba(255, 255, 255, 0.95);
}
.modal h2 {
	font-size:22px;
	padding-top:20px;
	margin-bottom:25px;
}
.modal p {
	font-size:16px;
	margin:30px 0px;
	color: #666;
}
.modal p img {
	width:50px;
	margin-right:20px;
}
.modal input[type='text'], .modal input[type='password']{
	font-size:16px;
	padding:10px 15px;
	height:42px;
}
.modal input[type='checkbox'] {
	width:15px;
	height:15px;
}
.modal label, .modal label a, .modal label a:hover{
	font-size:16px;
	color:#666;
	text-decoration: none;
}
.modal hr {
	border: solid 1px #aaa;
}
.modal button {
	font-size:16px;
	height:42px;
}
.modal .close {
	color:#000;
	font-size:20px;
}
.modal .error-info {
	display: none;
	padding-left:6px;
	font-size:15px;
	line-height:1.8em;
	color:#e57886;
}
.modal .forget {
	float:right;
}
.modal .btn-login {
	background-color: #c25b5b;
	margin-bottom:30px;
}
.modal .btn-login-success {
	margin-bottom:60px;
}
.modal .btn-forget {
	margin-bottom:50px;
}
.modal .btn-facebook {
	background-color: #3b5998;
	margin:21px 0px;
}
.modal .btn-facebook img {
	height:20px;
	vertical-align: bottom;
	padding-left:12px;
}

.float-right {
	float:right;
}
.float-left {
	float:left;
}
.float-bottom-container {
	position:relative;
}
.float-bottom {
	position:absolute;
	bottom:0px;
}
#upload-croppie input[type="range"] {
	width:auto;
	max-width: 100%;
	display:inline;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

/*Header & Nav*/
nav {
	padding:9px 0px 19px 0px;
}
nav li a {
	font-size:1.7em;
	color:#fff;
}
nav li a:hover, nav li a:focus {
	color:#fff;
	background: inherit !important;
	background-color: inherit !important;
}
.navbar-right {
	padding-right:30px;
}
.input-search {
	border:none;
	width:270px;
	font-size: 16px;
	color:#a8a8a8;
	padding:9px 12px;
	height:42px;
}
.search .dropdown-menu {
	background-color:inherit;
}

.notification .dropdown-toggle {
	position:relative;
}
.notification .dropdown-toggle .count {
	display: inline-block;
	color:#fff;
	width:18px;
	height:18px;
	border-radius: 50%;
	background-color: #f00;
	font-size:13px;
	position:absolute;
	top:8px;
	right:4px;
}
.notification li {
	margin:0px 3px 0px 3px;
	border-bottom: solid 1px #e1e1e1;
}
.notification li a {
	color:#000;
	font-size:16px;
	height:38px;
	line-height:30px;
}
.notification li:hover {
	background-color: #e4e4e4;
}

.notification li:last-child {
	margin:0px 3px 2px 3px;
	background: #000;
	border-bottom:none;
}
.notification li:last-child a {
	color:#fff;
}
header {
	position:relative;
}
header img {
	width:100%;
	position: relative;
}
.header-mask {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.header-meta {
	position:absolute;
	left:30px;
	bottom:30px;
}
.header-meta h1 {
	color:#fff;
	margin:0;
	padding:0;
	font-family:"Raileway", 'Noto Sans TC';
	font-size:5em;
	font-weight:300;
}
.header-meta h2 {
	color:#fff;
	margin:0;
	padding:0;
	font-family:'Noto Sans TC';
	font-size:40px;
	line-height: 1.25em;
	font-weight:300;
}
.header-meta h3 {
	color:#fff;
	margin:0;
	padding:0;
	font-family:'Noto Sans TC';
	font-size:25px;
	line-height: 2em;
}
.page-header h2 {
	font-family:"Raileway";
}
.page-header .line {
	color:#666;
	width:50px;
	border-width:1px;
	border-style: solid;
	margin:0 auto;
}
.row {
	margin-left:0px;
	margin-right:0px;
}


/*Index*/
.carousel-control .icon-arrow-left,
.carousel-control .icon-arrow-right {
	font-size:50px;
}

.entry {
	background: #fff;
	margin: 0px 1px;
	margin-bottom:33px;
}
.entry .theme{
	position:relative;
}
.entry .theme img {
	width:100%;
}
.entry .theme .category-icon {
	width:3px;
	height:16px;
	top:20px;
	left:15px;
	
	position:absolute;
	object-fit: contain;
	background-color: #ffffff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.entry .theme .category {
	font-size:1.5em;
	position:absolute;
	top:15px;
	left:23px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-weight:300;
}
.entry .meta {
	color : #6d6d6d;
}
.entry .meta .time {
	display:inline-block;
}
.entry .meta .author,
.entry .meta .track,
.entry .meta .category{
	float:right;
}
.entry .meta .author {
	position:relative;
	right:15px;
}
.entry .track {
	width:30px;
	height:19px;
	line-height:15px;
	font-size: 10px;
	padding:0px;
	background-color: #000000;
	border:none;
	color: #ffffff;
}
.entry .tracked {
	width:51px;
	background-color: #ababab;
}
.entry .tracked i {
	font-size: 13px;
}
.entry h5, .entry h6 {
	margin:0;
	line-height:inherit;
	/*font-weight:300;*/
}
.entry a {
	color:#000;
}
.entry p {
	margin:0px;
	font-size:15px;
}
.entry .spacing {
	margin:15px;
}
.entry .spacing:first-child {
	padding-top:15px;
}
.entry .spacing:last-child {
	padding-bottom:15px;
}
.entry .author .author,
.entry .author .track{
	display:inline-block;
}
.entry .author .count-comment,
.entry .author .count-view{
	float:right;
	padding-left:4px;
}
.entry .author .count-comment span,
.entry .author .count-view span {
	padding:0px 4px;	
}
.entry .author .track {
	position:relative;
	left:15px;
}
.entry .description {
	margin-top:12px;
	margin-bottom:8px;
}

.entry-horizontal-container {
	margin-bottom:33px;
}
.entry-horizontal {
	display:table-row;
}
.entry-horizontal .theme {
	max-width:125px;
	max-height:125px;
	overflow: hidden;
	display: table-cell;
}
.entry-horizontal .theme img {
	min-width: 125px;
	min-height: 125px;
	width:auto;
	height:auto;
	height:125px;
}
.entry-horizontal .spacing {
	display: table-cell;
	vertical-align: top;
	position:relative;
	height:inherit;
	width:100%;
	margin:0px;
	padding:15px;
}
.entry-horizontal .spacing .meta {
	width:100%;
	padding-right:30px;
	position:absolute;
	bottom:15px;
}

section {
	/*margin:50px 0;*/
	margin:30px 0px 50px 0;	
}

footer {
	position: relative;
	font-size:1.25em;
	color:#6d6d6d;
	background: #000;
	padding:50px 0;
}
footer .footer-nav {
	padding:20px 0;
	margin:0;
}
footer .footer-nav li {
	padding:0 0.8em;
	list-style: none;
	display:inline;
}
footer .footer-nav li a {
	color:#c2c2c2;
	text-decoration: none;
}

.index-more {
	padding:11px 30px;
	font-size:1.5em;
	border:none;
	border-radius: 5px;
	color:#fff;
	background-color: #000;
	font-weight:300;
}

.media-detial h2 {
	font-size:28px;
	padding:30px 0px;
	font-weight: 300;
}
.media-detial p {
	line-height:27px;
	font-size:16px;
}
.media-detial .sidebar ul {
	list-style: none;
	padding:0;
	margin:0;
	min-height:780px;
}
.media-detial .sidebar li {
	margin:0;
	margin-bottom:30px;
}
.media-detial .sidebar li img {
	width:100%;
}
.media-detial .sidebar .icon-arrow-up,
.media-detial .sidebar .icon-arrow-down {
	display: inline-block;
	width:100%;
	text-align: center;
	color:#fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-size: 30px;
	position: absolute;
}
.media-detial .sidebar .icon-arrow-up {
	top:15px;
}
.media-detial .sidebar .icon-arrow-down {
	bottom:65px;
}
.media-detial .line {
	margin:30px 0px;
	border-bottom: solid 1px #494949;
}

.about .main {
	border-left: solid 2px #999;	
	padding-left:30px;
}
.about .menu {
	padding: 0;
	margin:0px 20px;
}
.about .menu li {
	font-size:18px;
	line-height:56px;
	list-style: none;
	border-bottom: solid 2px #999;
	padding-left:30px;
}
.about .menu li:last-child {
	border-bottom:none;
}
.about .menu li .active {
	color:#000;
	font-weight: 500;
}
.about .menu li a {
	color:#a9a9a9;
}
.about .menu li a:hover {
	text-decoration: none;
}
.about h2 {
	font-size:28px;
	padding-bottom:20px;
	border-bottom: solid 2px #999;
}
.about p {
	font-size:18px;
	margin-bottom:20px;
}
.about textarea, .about input[type='text'] {
	font-size:18px;
	padding:12px 15px;
	height:50px;
}
.about .error-info {
	display: none;
	padding-left:15px;
	font-size:15px;
	line-height:1.8em;
	color:#e57886;
}
.about textarea {
	height:180px;
}

.register {
	color:#fff;
}
.register h2, .register h4 {
	font-weight:300;	
}
.register h2 {
	padding-bottom:50px;
}
.register input[type='text'],
.register input[type='password'],
.register select {
	font-size:18px;
	padding:12px 15px;
	height:50px;
}
.register .error-info {
	position:absolute;
	display: none;
	padding-left:15px;
	font-size:15px;
	line-height:1.8em;
	color:#daa959;
}
.register .btn-member {
	font-size:18px;
	height:47px;
	background-color: #c25b5b;
	color:#fff;
}
.register input[type='checkbox'] {
	width:15px;
	height:15px;
}
.register label,
.register label a,
.register label a:hover{
	font-size:17px;
	text-decoration: none;
}
.register .checkbox {
	margin: 20px 0 44px 0;
}
.register .member-theme {
	width:185px;
	height:185px;
	border-radius: 50%;
	overflow: hidden;
}
.register .member-theme img {
	width:100%;
	padding:7px;
	border-radius: 50%;
}
.register .success {
	color: #daa959;
	padding-bottom:15px;
}
.register h4 {
	font-size:20px;
	line-height: 1.35;
	padding-bottom:50px;
}
.register .line {
	border-bottom: solid 2px #777;
	margin-bottom:50px;
}
.register .btn-upload {
	background-color: #777;
}
.register .btn-member-theme {
	padding:10px 0px;
}
.register .title {
	font-size: 20px;
	color:#fff;
	line-height:27px;
}
.register .text {
	font-size: 15px;
	color:#777;
	line-height:47px;
}
.register .corver {
	background: #fff;
	margin-bottom:45px;
	width:720px;
	min-height: 208px;
}
.register .corver img {
	padding:7px;
	width:100%;
}
.register #PosterSlide {
	margin-top:90px;
	margin-bottom:50px;
}

.profile .main {
	border-left: solid 2px #999;	
	padding-left:30px;
}
.profile .menu {
	padding: 0;
	margin:0px 20px;
}
.profile .menu li {
	font-size:18px;
	line-height:56px;
	list-style: none;
	border-bottom: solid 2px #999;
	padding-left:30px;
}
.profile .menu li:last-child {
	border-bottom:none;
}
.profile .menu li .active {
	color:#000;
	font-weight: 500;
}
.profile .menu li a {
	color:#a9a9a9;
}
.profile .menu li a:hover {
	text-decoration: none;
}
.profile h2 {
	font-size:28px;
	padding-bottom:20px;
	font-weight: 300;
}
.profile p {
	font-size:18px;
	margin-bottom:20px;
	border-bottom: solid 2px #999;
}
.profile input[type='text'],
.profile input[type='password'],
.profile select {
	font-size:18px;
	padding:12px 15px;
	height:50px;
}
.profile .form-group {
	margin-bottom:30px;
}
.btn-profile,
.btn-profile:hover,
.btn-profile:active{
	color: #fff;
	background: #000;
}

.profile .main ul {
	padding:0px;
}
.profile .main li,
.profile .main li a,
.profile .main .track-item,
.profile .main .track-item a {
	color:#000;
}
.profile .main li {
	min-height:57px;
	padding:15px 0;
	font-size: 18px;
	list-style: none;
	border-top:solid 1px #494949;
}
.profile .main .track-item {
	height:57px;
	line-height: 57px;
	font-size: 18px;
	border-top:0px;
	background-color: #fff;
	margin-bottom:10px;
	padding:0 10px;
}
.profile .main .track-remove,
.profile .main .track-remove a {
	margin-right:10px;
	color:#c25b5b !important;
	float:right;
}
.profile .main .track-edit {
	margin-right:20px;
	float:right;
}
.profile .main .track-container {
	padding:0px;
	padding-right:10px;
}
.profile .main li .icon {
	padding-right:8px;
}
.profile .main li .time {
	float:right;
}
.profile .member-theme {
	width:185px;
	height:185px;
	border-radius: 50%;
	overflow: hidden;
}
.profile .corver {
	width:720px;
	background-color: #fff;
}
.profile .member-theme img {
	border-radius: 50%;
}
.profile .member-theme img,
.profile .corver img {
	width:100%;
	padding:7px;
}
.profile .btn-poster {
	margin-top:50px;
	margin-bottom:24px;
	width:40%;
}
.profile .text, .profile .text a {
	font-size:15px;
	color: #9c9c9c;
}
.profile .line {
	margin:50px auto;
	border-bottom: solid 2px #999;
}
.profile .movie-item {
	cursor: pointer;
	position:relative;
}
.profile .movie-item:hover span {
	display: inline-block;
	background-color:rgba(0, 0, 0, 0.7);
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	color:#fff;
}
.profile .movie-item span::before {
	content:'';
	width:0;
	height:100%;
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.profile .movie-item img {
	width:100%;
}
.profile .movie-item span {
	display: none;
}

.profile .edit {
	font-size:18px;
}
.profile .edit a {
	color:#000;
}
.profile .edit a span {
	margin-left:10px;
}
.profile .search {
	position:relative;
	height:30px;
}
.profile .search .dropdown {
	position:absolute;
	right:0;
	text-align: right;
	width:250px;
}
.profile .search .dropdown a {
	font-size: 30px;
	color:#000;
}
.row-category {
	padding:30px 0px 50px 0px;
}
.row-category .icon-arrow-down {
	font-size: 20px;
	color:#797979;
	cursor: pointer;
	padding-left:15px;
	padding-bottom:11px;
}
.row-category .add, .category-list {
	font-size:20px;
	padding-bottom:11px;
	border-bottom:solid 1px #6d6d6d;
	margin-right:30px;
}
.category-list a {
	color:#6d6d6d;
	margin-right:30px;
}
.category-list a:last-child {
	padding-right:0px;
	margin-right:0px;
}
.category-list .active, .category-list a:hover {
	color:#000;
	padding-bottom:7px;
	border-bottom:solid 5px #000;	
}
.row-category .order-select {
	cursor: pointer;
	background-color:inherit;
	font-size:20px;
	color:#6d6d6d;
	padding-bottom:11px;
	border-bottom:solid 1px #6d6d6d;
}

.member-theme {
	width:100%;
	max-width: 300px;
	max-height: 300px;
	border-radius:150px;
	background-color: #fff;
	margin-bottom:24px;
}
.member-theme img {
	width:100%;
}

.not-found .btn {
	margin-top:20px;
	margin-bottom:50px;
}
.not-found h1 {
	font-size:50px;
	margin-top:20px;
	margin-bottom:30px;
}
.not-found h1 span {
	color:#e54f4f;
}
.not-found h2 {
	font-size:28px;
	padding-bottom:21px;
	margin-bottom:42px;
	border-bottom:solid 1px #494949;
}

.search h1 {
	font-size:50px;
	margin-top:20px;
}
.search h1 span {
	color:#e54f4f;
}
.search p {
	font-size: 18px;
	margin-bottom:30px;
}
.search h2 {
	font-size:28px;
	padding-bottom:21px;
	margin-bottom:42px;
	border-bottom:solid 1px #494949;
}
.search h2 span {
	color:#4a90e2;
}

.forum {
	border-bottom: solid 2px #494949;
}
.forum:last-child {
	border-bottom: 0px;
}
.forum .main {
	border-left: solid 2px #494949;	
	padding-left:30px;
}
.forum .spacing {
	padding-top:30px;
	padding-bottom:30px;
}
.forum .author {
	margin:00px 20px;
	text-align: center;
}
.forum .author .name {
	font-size:16px;
	line-height:1.69em;
}
.forum .author .type {
	font-size:14px;
	line-height:1.93em;
	color: #6d6d6d;
}
.forum .author .theme {
	width:60%;
	border-radius: 100%;
}

.forum h2 {
	font-size:28px;
	padding-bottom:20px;
	border-bottom: solid 2px #999;
}
.forum .main p {
	font-size:18px;
	margin-bottom:20px;
}
.forum textarea, .forum input[type='text'], .forum select {
	font-size:16px;
	padding:6px 10px;
	height:35px;
}
.forum .error-info {
	display: none;
	padding-left:15px;
	font-size:15px;
	line-height:1.8em;
	color:#e57886;
}
.forum textarea {
	height:180px;
}
.forum .line {
	padding-top:23px;
	border-bottom: solid 1px #494949;
}
.forum .meta, .forum .meta>a {
	font-size: 16px;
	color:#000;
	margin-bottom:30px;
}
.forum .info {
	clear:both;
	font-size:16px;
	line-height: 1.69em;
	margin-bottom:50px;
	min-height: 70px;
}
.forum .quote {
	padding:20px 60px;
	background-color: #e3e3e3;
}
.forum .report {
	color:#888;
	font-size:16px;
	cursor: pointer;
	line-height: 47px;
	margin: 7px 0px;
}
.forum .report span {
	margin-left:6px;
}
.forum .forum-corver {
	width:240px;
}
.forum .forum-corver img {
	width:100%;
}
.tag h2 {
	font-size:28px;
	padding-bottom:21px;
	margin-bottom:42px;
	border-bottom:solid 1px #494949;
}
.tag p {
	font-size:16px;
	line-height:1.69em;
}

.top, .top:hover, .top:active, .top:focus {
	color:#fff;
	font-size:18px;
	position:absolute;
	bottom:57px;
	right:35px;
}

.share {
	padding:0;
	margin-bottom: 30px;
}
.share li {
	display: inline-block;
	width:60px;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-size:20px;
	list-style: none;
	border:solid 1px;
	border-radius: 30px;
	margin-right:15px;
	cursor: pointer;
}
.share .facebook {
	color:#3b5998;
}
.share .twitter {
	color:#55acee;
}
.share .google-plus {
	color:#dc4e41;
}
.share .envelope-o {
	color:#989898;
}
.share .clipboard {
	color:#87c7b8;
}

.media-detial .share, .news .share {
	margin:50px 0 20px 0px;
}

.point .title {
	font-size:18px;
	color:#000;
}
.point .info {
	font-size:35px;
	color:#aeaeae;
}

.member .name {
	font-size: 35px;
	color: #000000;
}
.member .action a {
	font-size: 18px;
	color: #000000;
	display: block;
}
.member .action a span {
	margin-left:8px;
}
.member .theme-container {
	position:relative;
	width:320px;
	margin:0 auto;
}
.member .theme {
	top:-320px;
	left:0px;
	position:absolute;
	width:320px;
	height:320px;
	border-radius: 160px;
	margin:0 auto;
	background: rgba(255, 255, 255, 0.5);
	
}
.member .theme img {
	width:100%;
	padding:10px;
	border-radius: 50%;
}

.member .theme .btn-upload, header .btn-upload {
	cursor: pointer;
	position:absolute;
	font-size:18px;
	color:#fff;
	width:30px;
	height:30px;
	border:1px solid #fff;
	border-radius: 50%;
	text-align: center;
}

.member .theme .btn-upload {
	left:150px;
	bottom:26px;
}

header .btn-upload {
	bottom:20px;
	right:30px;
}


.news h2 {
	padding-bottom:10px;
	border-bottom: solid 2px #494949;
	font-weight:500;
	font-size:30px;
}
.news .header-title {
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.news h3 {
	margin : 30px 0px;
}
.news .line {
	margin:30px 0px;
	border-bottom: solid 1px #494949;
}
.news .hot {
	border-bottom:solid 1px #c7c7c7;
}
.news .hot img {
	margin-top:30px;
	width:100%;
}
.news .hot:first-child img {
	margin-top:0;
}
.news .hot a {
	color:#000;
}
.news .hot h4 {
	margin-bottom:15px;
}
.news textarea, .news input[type='text'], .news select {
	font-size:16px;
	padding:6px 10px;
	height:35px;
}
.news .error-info {
	display: none;
	padding-left:15px;
	font-size:15px;
	line-height:1.8em;
	color:#e57886;
}
.news textarea {
	height:180px;
}
.news-reply .item {
	font-size:14px;
	border-bottom: solid 1px #c7c7c7;
	padding-top:12px;
	padding-bottom:12px;
}
.news-reply .item .theme {
	float:left;
}
.news-reply .item .theme img {
	width:32px;
	height:32px;
	margin-right:10px;
}
.news .meta {
	font-size:16px;
	padding-bottom:15px;
	border-bottom: solid 1px #494949;
	margin-bottom: 30px;
}
.news .meta .author {
	margin-right:15px;
}
.news .slide h3 {
	height:30px;
	line-height: 30px;
}
.news .control, .forum .control, .profile .control {
	font-size:30px;
	height:30px;
	line-height: 30px;
	color:#000;
}
.news .track-inverse {
	color:#000 !important;
	border-color: #000 !important;
}
#MoreNews {
	position:absolute;
	width:100%;
	overflow: visible;
	bottom:0px;
}
#MoreNews .content {
	position:relative;
	margin:20px 0;
	right:-416px;
	width:416px;
	background-color: #fff;
	border:solid 1px #979797;
	padding:15px 30px 30px 30px;
	box-shadow:4px 4px 3px rgba(0%,0%,0%,0.5);
	
}
#MoreNews .title {
	font-size:20px;
	margin-bottom:15px;
}
#MoreNews .theme img {
	width:100%;
}
#MoreNews .info {
	margin-top:15px;
	font-size:18px;
	font-weight: 300;
}
#MoreNews .info a {
	color:#000;
}
#more-news-close {
	color:#000;
}

.news #RelateNewsSlide, .forum #HotForumSlide, .profile #MemberSlide
{
	margin:30px 60px 0px 60px;
}

.relate-left {
	margin-left:15px;
	margin-top:135px;
}
.relate-right {
	margin-right:15px;
	margin-top:135px;
}

.tag-list {
	margin-top:150px;
	margin-bottom:50px;
}
.tag-list ul {
	padding:0;
}
.tag-list li {
	padding:8px 16px;
	margin-right:30px;
	margin-bottom:30px;
	list-style: none;
	display: inline-block;
	border: solid 1px #000000;
}
.tag-list li a {
	color:#000;
}

.poster {
	position:relative;
	cursor: pointer;
	padding:6px;
}
.poster .img {
	width:100%;
}
.poster .text, .poster .icon {
	display: none;
}
.poster-selected {
	border:solid 6px #daa959;
	padding:0px;
}
.poster-selected .icon {
	position: absolute;
	top:30%;
	left:0;
	width:100%;
	display: inline-block;
	text-align: center;
}
.poster-selected .text {
	font-size:15px;
	color:#fff;
	vertical-align: middle;
	position:absolute;
	bottom:0px;
	height:60px;
	display:block;
	width:100%;
	background-color:rgba(218, 169, 89, 0.75);
}
.poster-selected .text::before {
	content:'';
	width:0;
	height:100%;
	display:inline-block;
	position:relative;
	vertical-align:middle;
}

#IndexSlide .carousel-indicators li {
	margin-left:3px;
	margin-right:3px;
}

/*Register*/
.register-body section {
	margin-bottom:150px;
}
.register-body .form-group {
	margin-bottom:30px;
}
/*Register*/

/*News*/
.box .entry {
	margin-bottom:0px;
}
#NewsSlide .item>div:first-child {
	padding-left: 0px;
}
#NewsSlide .item>div:last-child {
	padding-right: 0px;
}
#NewsSlide .entry {
	margin-bottom:0px;
}
/*News*/

/*Forum*/
.forum .btn {
	margin:7px 0px;
}
/*Forum*/

/*Media-Detail*/
.media-detail-body section {
	margin-bottom:150px;
}
.media-item {
	position:relative;
}
.media-item:hover span {
	display:flex;
	align-items:center;
	background-color:rgba(0, 0, 0, 0.7);
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	color:#fff;
}
.media-item span {
	display: none;
}
/*Media-Detail*/

/*Member*/
/*Member*/

.nedd-login a {
	color:#4a90e2;
}

.menu-xs {
	display: none;
}
.show-xs {
	display: none;
}
.media-youtube-xs {
	display: none;
}
.display-block-xs {
	display: none;
}
@media (max-width: 767px) {
	.modal-dialog {
		margin:0;
	}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left:0px;
		padding-right:0px;
	}
	
	.entry {
		margin-bottom:15px;
	}
	.entry :first-child.spacing {
    	padding-top: 15px;
		margin-top:0px;
	}

	.hidden-xs {
		display:none;
	}
	.display-block-xs {
		display: block !important;
	}
	.text-left-xs {
		text-align: left;
	}
	.text-center-xs {
		text-align: center;
	}

	h2 {
		font-size: 40px;
	}
	
	section {
		margin :30px 0px;
	}
	
	.page-header {
		margin-top:0px;
	}
	
	input[type=text], input[type=password], select, textarea {
		width:260px;
		margin-left : auto;
		margin-right:auto;
	}
	
	/*Nav*/
	nav {
		padding:0px;
	}
	.navbar {
		min-height:40px;
	}
	.navbar-brand {
		float:none;
	}
	.navbar-brand > img {
		display: inline-block;
	}
	.navbar-inverse button {
		position: absolute;
		border: none;
		padding:0px;
		margin:13px 0px;
	}
	.navbar-header {
		height:40px;
	}
	.navbar-brand {
		display: inline-block;
		padding:0px;
	}
	.navbar-brand img {
		height:20px;
		margin:10px auto;
	}
	.navbar-notification {
		height:40px;
		position:absolute;
		top:0;
		right:0;
	}
	.navbar-notification img {
		height:20px;
		margin:10px;
	}
	.navbar-toggle {
		border-radius: 0;
	}
	/*Nav*/
	
	.header-meta {
		width:100%;
		text-align: center;
		left:0px;
		bottom:20px;
	}
	.header-meta h1 {
		font-size: 35px;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}
	.header-meta h2 {
		text-align: left;
		color:#fff;
		margin:0;
		padding:0;
		font-family:'Noto Sans TC';
		font-size:30px;
		line-height: 1.33em;
		text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	}
	.header-meta h3 {
		color:#fff;
		margin:0;
		padding:0;
		font-family:'Noto Sans TC';
		font-size:25px;
		line-height: 2em;
	}

	/*Menu-Xs*/
	.menu-xs {
		position:fixed;
		display: block;
		width:270px;
		top:0px;
		left:-270px;
		background: #000;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	.line {
		border-bottom:1px solid #565656;
	}
	.menu-xs-logo {
		padding:15px;
	}
	.menu-xs-logo img {
		height:20px;
	}
	.menu-xs-logo .menu-xs-close {
		color:#565656;
	}
	.menu-xs-close i {
		font-size:20px;
		line-height:20px;
	}
	.menu-xs-member {
		padding:20px 15px;
		font-size:15px;
		line-height:59px;
	}
	.menu-xs-member img {
		width:59px;
	}
	.menu-xs-member a {
		color:#fff;
	}
	.menu-xs-member .icon-arrow-right {
		height:59px;
		font-size:23px;
		line-height:59px;
	}
	.menu-xs-menu {
		padding:11px 15px;
		font-size:18px;
	}
	.menu-xs-menu a {
		color:#fff;
	}
	.menu-xs-menu ul {
		padding-left:0px;
		margin:0;
	}
	.menu-xs-menu li {
		padding: 9px 0px 9px 35px;
		margin-top:0;
		list-style: none;
	}
	.menu-xs-about {
		padding:11px 15px 11px 8px;
		font-size:18px;
	}
	.menu-xs-about a {
		color:#7a7a7a;
	}
	.menu-xs-about ul {
		padding-left:35px;
		margin:0;
	}
	.menu-xs-about li {
		padding:9px 0px 9px 7px;
		margin:0px;
	}
	.menu-xs-social {
	}
	.menu-xs-social ul {
		padding:0px;
		margin:0px;
		background: #2b2b2b;
		white-space: nowrap;
	}
	.menu-xs-social li {
		display: inline-block;
		width:calc(100%/3);
		list-style: none;
		border-right: 1px solid #3c3c3c;
		height:46px;
		line-height: 46px;
	}
	.menu-xs-social li:last-child {
		border-right:none;
	}
	.menu-xs-social li img {
	    width:90%;
	}
	.menu-xs-bottom {
	}
	.menu-xs-bottom form {
		padding:15px;
	}
	.menu-xs-bottom .input-search {
		width:100%;
		background:#404040;
		color:#7a7a7a;
		text-align: center;
		background-image: url('../images/mobile-menu-icon-search.png');
		background-repeat: no-repeat;
		background-position: 85px 55%;
	}
	
	.menu-xs-notifications {
		background-image: url('../images/mobile-menu-icon-notifications.png');
		background-repeat: no-repeat;
		background-position:left center;
	}
	.menu-xs-news {
		background-image: url('../images/mobile-menu-icon-news.png');
		background-repeat: no-repeat;
		background-position:left center;
	}
	.menu-xs-media {
		background-image: url('../images/mobile-menu-icon-media.png');
		background-repeat: no-repeat;
		background-position:left center;
	}
	.menu-xs-forum {
		background-image: url('../images/mobile-menu-icon-forum.png');
		background-repeat: no-repeat;
		background-position:left center;
	}
	.notification .count {
		display: inline-block;
		color:#fff;
		width:18px;
		height:18px;
		border-radius: 50%;
		background-color: #f00;
		font-size:13px;
		position:relative;
		left:10px;
	}
	/*Menu-Xs*/
	
	/*Model*/
	.modal {
		background-color: #f0efee;
	}
	.modal h2 {
		padding-top: 0px;
	}
	.modal-xs {
		width:300px;
	}
	.modal-content {
		background-color:inherit;
		border:none;
		box-shadow: none;
		padding:0 15px;
	}
	.modal-content input {
		width:100%;
		max-width: 260px
	}
	.modal-body .close {
		/*display: none;*/
	}
	/*Model*/
	
	.row-category {
		border-top:solid 1px #6d6d6d;
		position:relative;
		padding:30px 0px;
		margin-top:20px;
	}
	.row-category .dropdown {
		position:absolute;
		top:-35px;
		right:0px;
	}
	.row-category .icon-arrow-down {
		font-size:15px;
		color:#797979;
		cursor: pointer;
		padding-left:8px;
		padding-bottom:0px;
	}
	.row-category .order-select {
		cursor: pointer;
		background-color:inherit;
		font-size:15px;
		color:#6d6d6d;
		padding-bottom:0px;
		border:none;
	}
	.row-category>.col-md-10>.dropdown {
		top:-65px;
	}
	.row-category>.col-md-2 {
		position:absolute;
		top:-35px;
		left:0px;
	}
	.row-category>.col-md-2 button {
		width:87px;
		height:27px;
		padding:0px 5px;
		font-size:14px;
	}

	.category-list {
		margin-right:0px;
		font-size:15px;
		border-bottom: none;
	}
	.category-list a {
		display: inline-block;
		color:#6d6d6d;
		margin:5px;
		padding:5px;
		border:solid 1px #b6b6b6;
	}
	.category-list a:last-child {
		margin:5px;
		padding:5px;
	}
	.category-list .active, .category-list a:hover {
		border-bottom: none;
		margin:5px;
		padding:5px;
		border:solid 1px #000;
	}

	.news #RelateNewsSlide, .forum #HotForumSlide, .profile #MemberSlide {
		margin:0px;
	}

	
	/*News-Detail*/
	#btn-news-reply {
		width:260px;
		margin-bottom:30px;
	}
	#MoreNews {
		display: none;
	}
	.news h2 {
		font-size: 28px;
		text-align: center;
	}
	.news .header-title {
		text-align: left;
	}
	.news .meta {
		height:60px;
	}
	.relate-left {
		margin-left:0px;
		margin-top:0px;
		position:relative;
		top:-50px;
		right:0px;
	}
	.relate-right {
		margin-left:0px;
		margin-top:0px;
		position:relative;
		top:-50px;
		right:0px;
	}
	/*News-Detail*/
	
	/*Forum*/
	.forum .main {
		padding-left: 0px;
		border-left: none;
	}
	/*Forum*/
	
	/*Register*/
	.register h2 {
		font-size: 28px;
		padding-bottom: 40px;
	}
	.register input[type=text], .register input[type=password], .register .btn-block, select {
		width:260px !important;
		margin:0 auto;
	}
	.register .member-theme {
		margin-left: auto;
		margin-right: auto;
	}
	.register .corver {
		max-width:100%;
		min-height:100px;
	}
	/*Register*/
	.about h2 {
		padding-bottom:30px;
	}
	.about p {
		font-size:16px;
		line-height:27px;
		padding-bottom:30px;
	}
	.about .main {
		border-left: 0px;
		padding-left:15px;
	}
	.about .main #contact-info {
		width:260px !important;
	}
	.about .main #contact-captcha {
		width:100%;
	}
	.about .main #btn-contact {
		width:260px;
		margin-left:auto;
		margin-right:auto;
	}
	.profile .main {
		border-left: 0px;
		padding-left:15px;
	}
	.profile .main {
		text-align: center;
	}
	.profile .main .btn {
		width:260px;
	}
	.profile .main li {
		text-align:justify;
	}
	.profile .main li .time {
		float:none;
		display: block;
		text-align: right;
	}

	.profile .form-group {
		margin-bottom:0px;
	}
	.profile input[type='text'],
	.profile input[type='password'],
	.profile select {
		margin-bottom:30px;
	}
	
	.member .share {
		position:relative;
		top:100px;
	}
	.point {
		position:relative;
		top:100px;
		padding-bottom:100px;
		text-align: center;
	}

	.member .theme-container {
		width:160px;
	}
	.member .theme {
		top:-420px;
		width:160px;
		height:160px;
		border-radius: 80px;

	}

	.member .theme .btn-upload, header .btn-upload {
		cursor: pointer;
		position:absolute;
		font-size:18px;
		color:#fff;
		width:30px;
		height:30px;
		border:1px solid #fff;
		border-radius: 50%;
		text-align: center;
	}

	.member .theme .btn-upload {
		left:70px;
		bottom:26px;
	}

	.media-youtube-xs {
		display: block;
		position: relative;
		top:-30px;
	}
	
	.media-detial h2 {
		margin-top:0px;
		padding-top:0px;
	}
	
	header {
		overflow: hidden;
		height:225px;
	}
	#IndexHeader {
		height: 100vw;
	}
	#MemberHeader {
		height: auto;
	}
	header #IndexSlide .item {
		overflow: hidden;
	}
	header #IndexSlide .item img {
		height: 100vw;
		/*left:calc((100% - 800px)/2);
		width:auto;
		max-width: inherit;*/
	}
	header #IndexSlide .carousel-indicators {
		display: none;
	}
	
	.ckeditor-info img {
		width:100%;
		height:auto;
	}
}