<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * Responsive
 * @link https://www.bgbk.org
 */

/*----------------------------------------------------------
	1000 Full screen
----------------------------------------------------------*/
@media screen and (max-width: 1000px) {

	.box-md {
		width: 100%;
	}

	#post-box .post-title {
		border: none;
		margin: 0 0 -1px;
	}

}

/*----------------------------------------------------------
	900 Full screen
----------------------------------------------------------*/
@media screen and (max-width: 900px) {

	#wrapper .wrapper-table-box {
		display: block;
	}

	#container {
		display: block;
	}

	#container &gt; .row {
		padding-right: 0;
	}

	#sidebar {
		width: 100%;
		display: block;
	}

}

/*----------------------------------------------------------
	800 Full screen
----------------------------------------------------------*/
@media screen and (max-width: 800px) {

	body {
		background: #FFF !important;
	}

	.pc-hide {
		display: block;
	}

	.mobile-hide {
		display: none;
	}

	.span12,
	.span11,
	.span10,
	.span9,
	.span8,
	.span7,
	.span6,
	.span5,
	.span4 {
		width: 100%;
	}

	.span3,
	.span2 {
		width: 50%;
	}

	.span1 {
		width: 25%;
	}

	.panel {
		margin-bottom: 0;
		padding: 10px;
	}

	.panel.transparent {
		background: #FFF;
	}

	.panel .panel-header {
		border-bottom: none;
		background: transparent;
		margin: -10px -10px 0;
	}

	.panel .panel-header h1,
	.panel .panel-header h2,
	.panel .panel-header h3,
	.panel .panel-header h4 {
		padding: 0 10px;
	}

	.panel .panel-header .right {
		padding-right: 10px;
	}

	#header {
		margin-bottom: 0;
		border-bottom: none;
		height: 50px;
		position: fixed;
	}

	#header &gt; .box-md {
		display: none;
	}

	#mobile-header {
		display: block;
	}

	#mobile-tab-menu {
		display: block;
	}

	#wrapper &gt; .box-md {
		min-height: 400px;
	}

	.box-md {
		margin: 50px 0;
	}

	.slider .slider-text &gt; .post-title,
	.slider .slider-text &gt; .excerpt {
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		max-width: 100%;
	}

	.slider .slider-text &gt; .post-title {
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
	}

	.posts-list &gt; li .panel {
		border-bottom: 1px solid #E6E6EB;
		height: 85px;
	}

	.posts-list &gt; li .panel:before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 84px;
		width: 10px;
		background: #FFF;
		z-index: 30;
	}

	.posts-list &gt; li:last-child .panel {
		border-bottom: none;
	}

	.posts-list &gt; li .panel-header {
		height: 10px;
	}

	.posts-list &gt; li .post-title a {
		position: absolute;
		text-indent: 10px;
		width: 100%;
		height: 85px;
		top: 0;
		left: 0;
		z-index: 50;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		padding-right: 10px;
	}

	.posts-list &gt; li .post-title a:hover {
		color: #333;
	}

	.posts-list &gt; li .post-title a:active {
		opacity: .3;
		background: #000;
	}

	.posts-list &gt; li.thumbnail .post-title a {
		text-indent: 80px;
	}

	.posts-list &gt; li .thumbnail-link,
	.posts-list &gt; li .thumbnail-link .thumbnail {
		width: 65px;
		height: 65px;
	}

	.posts-list &gt; li .thumbnail-link + .right-box {
		left: 80px;
	}

	.posts-list &gt; li .right-box {
		position: absolute;
		top: 33px;
		left: 10px;
	}

	.posts-list &gt; li .excerpt {
		line-height: 22px;
		color: #999;
		white-space: nowrap;
	}

	.posts-list &gt; li .post-meta {
		line-height: 22px;
	}

	.posts-list &gt; li .post-meta &gt; li {
		border: none;
		border-radius: none;
		-moz-border-radius: none;
		padding: 0;
		line-height: 22px;
	}

	.posts-list &gt; li .post-meta &gt; li.author {
		display: none;
	}

	.posts-list &gt; li .post-meta &gt; li,
	.posts-list &gt; li .post-meta &gt; li a {
		color: #999;
	}

	/**
	 * @since Beginning 4.0.0
	 */
	.posts-list.full-text &gt; li .panel {
		height: auto;
		padding-bottom: 0;
	}

	.posts-list.full-text &gt; li .panel:before {
		display: none;
	}

	.posts-list.full-text &gt; li .panel-header {
		height: auto;
	}

	.posts-list.full-text &gt; li .post-title {
		white-space: inherit;
		overflow: visible;
		padding: 10px;
	}

	.posts-list.full-text &gt; li .post-title a,
	.posts-list.full-text &gt; li.thumbnail .post-title a {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		left: 0;
		text-indent: 0;
		white-space: inherit;
		overflow: visible;
		line-height: 22px;
		padding-right: 0;
	}

	.posts-list.full-text &gt; li .context {
		display: none;
	}

	/**
	 * @since Beginning 4.0.0
	 *
	 * End
	 */

	.posts-list-page-navi {
		display: none;
	}

	.posts-list-mobile-page-navi {
		display: block;
	}

	.archive-header {
		display: none;
	}

	#post-box .post-meta-box .post-meta {
		display: none;
	}

	#post-box .panel-header {
		margin-bottom: 10px;
	}

	#post-box .panel-header .right {
		display: none;
	}

	.related-posts-box.collapse {
		margin-top: -20px;
	}

	.related-posts-box .related-posts-box-panel {
		margin-bottom: 0;
		padding: 10px;
	}

	.related-posts-box.collapse .panel-header {
		display: none;
	}

	.related-posts {
		margin-top: 0;
	}

	.related-posts &gt; li {
		width: 33.33333333%;
	}

	.related-posts &gt; li .related-posts-panel {
		border-color: #E6E6EB;
	}

	.related-posts &gt; li .excerpt {
		top: 0;
	}

	#comments.collapse .panel {
		margin-top: -20px;
	}

	#comments.collapse .panel .panel-header {
		display: none;
	}

	.comments-list {
		margin: 0 -10px -10px;
	}

	.comments-list li &gt; .children .children {
		margin-left: 0;
	}

	#commentform .comment-form-smiley .smiley-box {
		width: 271px;
	}

	#commentform .comment-form-smiley .smiley-box &gt; a {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.search-header {
		display: none;
	}

	.hot-searches {
		display: block;
	}

	#sidebar {
		display: none;
	}

	#footer {
		height: 50px;
		background: #FAFAFA;
		position: fixed;
		bottom: 0;
		left: 0;
		border-top: none;
	}

	#footer &gt; .box-md {
		display: none;
	}

	#mobile-menu {
		display: block;
	}

}

/*----------------------------------------------------------
	600 Full screen
----------------------------------------------------------*/
@media screen and (max-width: 600px) {

	.related-posts &gt; li {
		width: 100%;
	}

	#respond .comment-form-author,
	#respond .comment-form-email {
		width: 100%;
		padding: 0;
	}

}</pre></body></html>