.row {
	padding-top: 15px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
}

.col-md-9 {
	width: 75%;
}

.col-md-3 {
	width: 25%;
}

.contpost {
	background: #fff;
	box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
	border-radius: 8px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 1.5rem;
}

.apdTags {
	position: relative;
}

.apdTag {
	z-index: 10;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 45px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	color: #ebebeb;
	background-color: #000;
	opacity: .5;
	font-size: 12px;
	line-height: 27px;
	text-align: center;
}

.apdTags img {
	border-radius: 5px;
	padding: 0px;
}

.entry-header {
	position: relative;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 40%;
}

.badge {
	border-radius: 2px;
	font-weight: 400;
	padding: .30em .35em;
	font-size: 12px;
	margin: 0 .40rem 0 0;
	position: relative;
	top: -1px;
}

.arc_v5 {
	background: #f64444;
	color: #fff;
}

.badge-hot {
	color: #fff;
	background-color: var(--color-coko);
}

.badge-hot a {
	color: #fff;
}

.page-title {
	font-size: 24px;
	color: #2c2e3b;
	margin: 0;
	margin-bottom: 14px;
	margin-top: 14px;
	font-weight: 400;
	position: relative;
}

.entry-title {
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.entry-meta {
	font-size: 11px;
	color: var(--color-body);
	letter-spacing: 2px;
	line-height: 2;
	letter-spacing: 0px !important;
}

.contpost-meta {
	margin-bottom: 15px;
	height: 35px;
	line-height: 35px;
}

.entry-meta a {
	color: var(--color-body);
}

.border-theme {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 1px;
	z-index: 2;
	background-color: rgba(0, 0, 0, .05);
}

.con_apd-top {
	margin-top: 25px;
}

.entry-content {
	text-align: justify;
	padding-top: 20px;
	padding: 10px 10px;
}

.entry-content p {
	font-size: 14px;
	position: relative;
	margin: 0 0 2em 0;
	color: rgba(0, 0, 0, .84);
	line-height: 2;
}

.entry-content p img {
	margin: auto;
	display: block;
	cursor: -webkit-zoom-in;
}

.tip {
	background: #eef6fd;
	padding: 8px 20px;
	border-left: 3px solid #38a3fd;
	border-radius: 0 5px 5px 0;
}

.entry-footer {
	display: table;
	width: 100%;
	padding: 10px;
}

.post-tags a {
	margin-right: 10px;
	line-height: 32px;
	display: inline-block;
	padding: 0 8px;
	background: #fafafa;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	color: var(--color-body);
	cursor: pointer;
	float: left;
	font-size: 11px;
}

.post-tags a:hover {
	background: var(--color-coko);
	color: #fff;
}

.part-mor {
	padding: 15px 0;
	border-radius: 5px;
}

.section-title {
	font-size: 16px;
	color: #262626;
	line-height: 28px;
	padding-bottom: 15px;
	border-bottom: 0px solid #f2f2f2;
	position: relative;
	font-weight: 400;
}

.part-mor .section-title {
	margin-bottom: 5px;
}

.part-mor .section-title span {
	font-size: 14px;
}

.section-title i {
	font-size: 16px;
}

.section-cont .items {
	margin: 0 -8px;
	*zoom: 1;
}

.section-cont .item {
	float: left;
	width: 25%;
	padding: 0 8px;
}

.section-cont .hunter-item {
	margin-bottom: 10px;
	position: relative;
}

.section-cont .hunter-item a {
	display: block;
	padding: 8px;
	background: #fff;
	position: relative;
	border-radius: 5px;
}

.section-cont .hunter-item h2 {
	font-size: 12px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-bottom: 5px;
}

.section-cont .hunter-item .hunter-thumb {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}



.post_sider {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	min-height: 1px;
	padding-left: 15px;
}

.ridebar {
	padding-top: 0px;
	padding-bottom: 1px;
	position: static;
	transform: none;
}

.widget {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 1.5rem;
	background: #ffffff;
	border-radius: 8px;
	padding: 14px;
	box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
}

.widget-title {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0 12px;
	position: relative;
}

.widget-title i {
	font-size: 19px;
	color: #000;
}

.widget-title span {
	display: inline-block;
	padding: 0 10px 0 0;
	background: #ffffff;
	position: relative;
	z-index: 2;
	font-weight: normal;
	color: #000;
	font-size: 14px;
}

.widget_img img {
	border-radius: 8px;
}

.av_v {
	position: relative;
	width: 70px;
	height: 70px;
	margin: auto;
}

.av_v_img {
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 12px;
	margin: auto;
}

.widget-about-image {
	margin: 0 auto;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 99px;
}

.widget-about-intro .name {
	font-weight: 600;
}

.widget-about-desc {
	font-size: 12px;
	line-height: 1;
	margin: 7px 0;
	font-weight: normal;
}

.widget-about-intro i {
	font-size: 12px;
}

.widget-article-newest {
	text-transform: uppercase;
	margin: 12px 0;
	position: relative;
}

.widget-article-newest:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
	z-index: 1;
}

.widget .item h2 {
	font-size: 12px;
	line-height: 23px;
	height: 23px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
}

.widget-article-newest span {
	padding: 0 10px 0 10px;
	background: #ffffff;
	position: relative;
	z-index: 2;
	color: var(--color-coko);
}

.widget ul {
	list-style: none;
	padding: 0;
	line-height: 2.5;
}

.posts-widget li {
	margin: 10px 0;
	overflow: hidden;
	line-height: 24px;
}

.widget-about-intro {
	text-align: center;
	margin: 10px 0 10px;
}

.widget-about-intro li,
.widget-about-intro i,
.g_m_i i,
.friend-title i {
	font-size: 16px;
	padding-right: 5px;
}

.widget-posts-title {
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	line-height: inherit;
}

.widget-posts-meta i {
	font-size: 12px;
	color: var(--color-body);
	font-style: normal;
	float: right;
}

.widget .item {
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.widget_img {
	margin-bottom: 1.5rem;
	box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
}

.widget-hunter-topics .items {
	overflow: hidden;
}

.widget-hunter-topics .item {
	float: left;
	width: 50%;
	padding: 0 5px;
	border-bottom: 0px dashed #eee;
}

.widget-hunter-topics .wall-item {
	background: #fafafa;
}

.widget-hunter-topics .wall-item a {
	display: block;
	border-radius: 3px;
	padding: 6px;
}

.widget-hunter-topics .wall-item h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
}

.clr_orange {
	color: var(--color-coko);
	font-style: normal;
}

.widget-hunter-topics .wall-item a:hover {
	background: var(--color-coko);
	color: #fff;
}

.widget-hunter-topics .wall-item a:hover h2 {
	color: #fff;
}

.widget-hunter-topics .wall-item a:hover h5,
.widget-hunter-topics .wall-item a:hover .clr_orange {
	color: #fff;
}


.show_text img {
	border-radius: 8px;
	padding-left: 5%;
	padding-right: 5%;
}

/*list*/
.widget-list-title {
	font-size: 19px;
	text-transform: uppercase;
	position: relative;
	color: #333;
}

.widget-list-title span {
	font-size: 16px;
}

.widget-list-title i {
	font-size: 19px;
	color: #000;
}


.post-list {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.entry-container {
	display: block;
	position: relative;
	min-height: 118px;
	padding: 20px 0px 25px 230px;
	cursor: pointer;
}

.laid_title_l {
	position: absolute;
	background: var(--color-coko);
	top: 2rem;
	left: -20px;
	width: 5px;
	height: 25px;
	transform: scaleY(0);
	transition: transform 0.35s;
}


.feaimg {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	align-items: flex-start;
	border-radius: 5px;
}

.block-image {
	width: 210px;
	height: 140px;
	position: absolute;
	padding-top: 0;
	margin-right: 20px;
	left: 0;
}

.block-fea {
	position: absolute;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.block-image {
	width: 210px;
	height: 140px;
	position: absolute;
	padding-top: 0;
	margin-right: 20px;
	left: 0;
}

.vodlist_top {
	font-style: normal;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	font-size: 0.3rem;
	color: #fff;
	top: 0.35rem;
	right: -11rem;
	transition: all .4s;
}

.vodlist_top .voddate {
	text-align: center;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 4px 7px;
	border-radius: 4px;
}

.vodlist_top em {
	font-style: normal;
}

.voddate_year {
	background: var(--color-coko);
}

.entry-container .entry-title {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.entry-title a,
.entry-title a:active,
.entry-title a:visited {
	transition: all .2s;
}

.entry-title a {
	color: #2c2e3b;
}

.badge {
	border-radius: 2px;
	font-weight: 400;
	padding: .30em .35em;
	font-size: 12px;
	margin: 0 .40rem 0 0;
	position: relative;
	top: -1px;
}

.arc_v1 {
	background: #d1d5dc;
	color: #fff;
}

.arc_v2 {
	background: var(--color-coko);
	color: #fff;
}

.arc_v3 {
	background: #f6b044;
	color: #fff;
}

.arc_v4 {
	background: #c444f6;
	color: #fff;
}

.arc_v5 {
	background: #f64444;
	color: #fff;
}

.arc_v6 {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, #var(--color-coko) 0%, #a86af9 100%);
}

.arc_v7 {
	background: #000;
	color: #fff;
}

.post-list:hover .laid_title_l {
	transform: scaleY(1);
}

.post-list:hover .entry-title a {
	color: var(--color-coko);
}

.vodlist_top {
	font-style: normal;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	font-size: 0.3rem;
	color: #fff;
	top: 0.35rem;
	right: -11rem;
	transition: all .4s;
}

.post-list:hover .vodlist_top {
	right: 0.35rem;
}

.vodlist_top .voddate {
	text-align: center;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 4px 7px;
	border-radius: 4px;
}

.vodlist_top em {
	font-style: normal;
}

.entry-summary p {
	padding: 0 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	color: var(--color-body);
	line-height: 23px;
	margin: 0.7em 0;
}

.ss p {
	min-height: 65px;
}

.entry-container .entry-meta {
	margin-bottom: 0px !important;
}

.author-infos {
	float: left;
	position: relative;
	cursor: pointer;
}

.entry-container .entry-meta .avatar {
	margin-right: 5px;
	margin-top: -5px;
}

.avatar {
	border-radius: 50%;
	transition: all 0.3s linear;
}

.separator {
	color: var(--color-body);
	padding: 0 5px;
}

ol.page-navigator {
	padding: 30px 0 0;
	list-style: none;
	text-align: center;
}

ol.page-navigator li {
	display: inline-block;
	color: var(--color-body);
	margin: 0 1px;
}

ol.page-navigator li.active a {
	background: var(--color-coko);
	border-color: var(--color-coko);
	color: #fff;
}

ol.page-navigator li a {
	display: block;
	text-align: center;
	background: #f7f7f7;
	font-size: 14px;
	color: var(--color-body);
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0 10px;
	border-radius: 2px;
	box-sizing: border-box;
}

ol.page-navigator li a:hover {
	background: var(--color-coko);
	border-color: var(--color-coko);
	color: #fff;
}

ol.page-navigator li.current a {
	background: var(--color-coko);
	border-color: var(--color-coko);
	color: #fff;
	padding: 0 10px;
}

.section-cont .hunter-item a:hover {
	transform: translate(0, -5px);
	color: var(--color-coko);
	transition: all .2s;
}

.hunter-widget-hunter-authors ul {
	margin: 0;
}

.hunter-widget-hunter-authors li {
	display: block;
}

.hunter-widget-hunter-authors .item {
	border-bottom: 1px dashed #eee;
	margin-bottom: 0px;
	padding: 4px 0 0;
}

.hunter-widget-hunter-authors .item .hunter-avatar {
	float: left;
	line-height: 55px;
}

.hunter-widget-hunter-authors .item .hunter-avatar .vatar {
	position: relative;
}

.hunter-widget-hunter-authors .item .vatar img {
	width: 45px;
	border-radius: 100%;
}

.hunter-widget-hunter-authors .item .item-main {
	min-height: 60px;
	margin-left: 60px;
	color: #393939;
}

.hunter-widget-hunter-authors .item .item-main h4 {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 7px;
	font-weight: normal;
	color: var(--color-secondary);
}

.work i {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #333;
	margin: 0 5px;
	padding: 0;
}

.hunter-widget-hunter-authors .item .item-main h4 i {
	font-style: normal;
	color: #aaa;
	margin: 0 5px;
}


/*index*/
.main-navigation {
	line-height: 40px;
	margin: 10px 0px 0px;
	height: 40px;
}

.menu-nav-inline {
	float: left;
	display: flex;
	position: relative;
}

.menu-nav-inline li {
	list-style-type: none;
	float: left;
	line-height: 40px;
	padding: 0 20px 0 0;
	white-space: nowrap;
}

.menu-nav-inline a {
	display: block;
	position: relative;
}

.menu-nav-inline .menu-item.active a:after {
	position: absolute;
	left: 0;
	top: 99%;
	width: 100%;
	height: 2px;
	background: var(--color-coko);
	border-radius: 2px;
	content: "";
}

.site-headers a {
	font-size: 14px;
}

.top-news {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.adimgs {
	margin: 10px 0px;
}

.section-cont .items:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both;
}

.main-slider {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.sp-slideshow {
	position: relative;
	width: 65.5%;
	height: 335px;
}

.sp-slideshow {
	float: left;
}

.small-slider {
	width: 32.5%;
	float: right;
}

.row:after {
	clear: both;
}

.small-slider-item {
	height: 160px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 5px;
	position: relative;
}

.small-slider-item:nth-of-type(2) {
	margin-bottom: 0px;
}

.small-slider-img {
	position: absolute;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(120, 120, 120, 0.1);
}

.mask {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, 0.3));
}

.small-slider-item .title {
	color: hsla(0, 0%, 100%, .9);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.block-fea {
	position: absolute;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(120, 120, 120, 0.1);
}

.video-header {
	color: #fff;
	position: absolute;
	bottom: 0;
}

.video-title {
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 10px;
}

#comments {
	padding: 10px;
}

.comment-footer {
	padding-top: 15px;
	font-size: 13px;
	color: #333;
	position: relative;
}

.comment-footer .comment-footer-main .item {
	width: auto;
	text-align: left;
	line-height: 28px;
	height: 28px;
}

.comment-footer .comment-footer-main .btn {
	display: inline-block;
	line-height: 26px;
	background: #fff;
	padding: 0 10px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	vertical-align: middle;
}

.btn-orange-border {
	border: 1px solid var(--color-body) !important;
	color: var(--color-body);
}

.comment-footer .comment-footer-main {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}

.comment-footer .comment-footer-main {
	flex-direction: row;
	flex-wrap: nowrap;
}

.comment-nomore {
	text-align: center;
	font-size: 12px;
	color: #bbb;
	padding: 20px 0;
}

.comment-nomore::before,
.comment-nomore::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 0;
	border-bottom: 1px solid #eee;
	vertical-align: super;
}

.comment-list {
	padding: 0;
	margin: 0;
	padding: 0 10px 20px;
}

.comment-list li {
	list-style: none;
	font-size: 13px;
}

.comment-body {
	padding: 25px 0 0 0;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-bottom: 2rem;
}

.comment-author {
	font-size: 13px;
}

.comment-author img {
	float: left;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
}

.hasLogin img {
	margin-right: 10px;
}

.comment-meta {
	line-height: 1;
	margin: 4px 0 0;
	color: var(--color-body);
	font-size: 12px;
	padding-bottom: 5px;
}

.comment-meta a {
	font-style: normal;
	color: var(--color-body);
	font-size: 12px;
}

#comments p {
	margin-left: 50px;
}

.comment-body .reply {
	position: absolute;
	top: 30px;
	right: 0;
}

.comment-reply-link {
	float: right;
	font-size: 12px;
	line-height: 20px;
	padding: 0 6px;
	background: var(--color-coko);
	border-radius: 4px;
	/* display: none; */
	cursor: pointer;
}

.comment-reply-link a {
	color: #fff;
}

.comments-info-title {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid #f2f2f2;
}

.comment-tips {
	max-width: 50%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.comment-reply-title span {
	font-size: 16px;
}

.respond #quick_reply_form {
	position: relative;
	background: #f8f8f8;
	border-radius: 8px;
}

.respond #quick_reply_form .new_comment {
	position: relative;
	z-index: 12;
}

.respond #quick_reply_form .input_body {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 48px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.respond #quick_reply_form .inp {
	background-color: #fbfbfb;
	border-radius: 8px;
}

.respond #quick_reply_form .input_body .ident {
	width: 100%;
}

.respond #quick_reply_form .input_body li {
	display: block;
	float: left;
	width: 50%;
	line-height: 0;
}

.respond #quick_reply_form input,
.respond #quick_reply_form textarea {
	padding: 0;
	line-height: 1.4;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

.respond #quick_reply_form .input_body li input {
	z-index: 10;
	position: relative;
	background-color: transparent;
	padding-right: 1.5em;
}

.respond #quick_reply_form .new_comment {
	position: relative;
	z-index: 12;
}

.respond #quick_reply_form textarea {
	line-height: 2.8;
	padding: 0 20px 0 20px;
	background-color: transparent;
	resize: none;
	background: url(../img/comment.png) right bottom no-repeat;
}

.respond #quick_reply_form textarea:focus {
	background-position-y: 115px;
	transition: 0.4s;
}

.respond #quick_reply_form .input_body {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 48px;
	position: relative;
}

.respond #quick_reply_form .comment_submit_button {
	padding: 0px 8px;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--color-coko);
	color: #fff;
	height: 32px;
	margin: 8px 10px 8px 0;
	border-radius: 4px;
	text-decoration: none;
	font-size: 11px;
}

.autlv {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	border-radius: 4px;
	padding: 2px 4px;
	margin-left: 5px;
	letter-spacing: 0px;
	background: var(--color-coko);
}

.comment-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .60);
	z-index: 50;
}

.sp-dark-mode .comment-overlay {
	background-color: var(--color-body);
	opacity: 0.9;
}

.comment-overlay-login {
	text-align: center;
	font-size: 14px;
}

.comment-overlay-login p {
	margin-bottom: 0px;
	margin-left: 0px !important;
}

.sp-dark-mode #comments p {
	color: var(--color-body);
}

.comment-overlay-login p a {
	color: var(--theme);
	padding: 5px 10px;
	border: 1px solid var(--color-coko) !important;
	border-radius: 4px;
	font-size: 12px;
	margin: 10px;
}




/**edit**/
.text-center {
	text-align: center !important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.my-3 {
	padding: 20px;
	background-color: #fff;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-secondary {
	color: #fff;
	background-color: #444;
	border-color: #444;
	padding: 5px 15px;
}

.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #313131;
	border-color: #2b2b2b
}
.btn-secondary:focus {
	color: #fff;
	background-color: #313131;
	border-color: #2b2b2b
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}.modal-dialog {
    max-width: 500px;
    margin: 20% auto;
}.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dddfeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}.text-danger {
    color: #ef473a!important;
}.font-weight-bold {
    font-weight: 700!important;
}.mr-2, .mx-2 {
    margin-right: .5rem!important;
}.btn-primary {
    color: #fff;
    background-color: var(--color-coko);
    border-color: var(--color-coko);
	padding: 5px 15px;
}.btn-secondary {
    color: #fff;
    background-color: #444;
    border-color: #444;
}.p-2 {
    padding: .5rem!important;
}.custom-select {
    display: inline-block;
    width: 30%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .98rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url(../img/s.svg) no-repeat right .75rem center/8px 10px;
    border: 1px solid #d1d3e2;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}.modal-backdrop.show {
    opacity: .5;
}.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.custom-control{
	width: 15px;
	height: 15px;
	float: left;
	padding-top: 5px;
}.postArticle-meta {
    position: absolute;
    bottom: 2px;
    right: 0;
    line-height: 36px;
    width: 92px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}.postArticle-meta:after {
    background-color: #0f2540;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 45px;
    top: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 1px;
}.postArticle-meta time {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}.postArticle-meta time span{
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
	padding: 0 2px;
}.postArticle-meta .day {
    float: right;
}.fiesd-top {
    position: sticky;
    right: 0;
    top: 80px;
}.fiesd-bottom {
    position: absolute;
    padding-right: 15px;
    box-shadow: none;
    bottom: 0;
}
