/**
    post-list  
**/
.rbt-post-list .rbt-post-list-item {
	margin-right: 0
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-excerpt {
	margin-bottom: 10px
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-link {
	color: #444
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-link:hover {
	color: #000
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-read-more {
	margin-left: 10px;
	font-weight: bolder;
	padding-right: 0;
	padding-left: 0;
	display: inline-block
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-desc .rbt-post-list-meta {
	margin-top: 0;
	color: #999
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-desc .rbt-post-list-meta * {
	font-size: 13px;
	font-weight: 400
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-desc span {
	color: inherit
}
.rbt-post-list .rbt-post-list-item.list-part .rbt-post-list-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px
}
.rbt-post-list .rbt-post-list-item.list-part .rbt-post-list-thumbnail img {
	width: 80px;
	height: auto
}
.rbt-post-list .rbt-post-list-tag-wrap span {
	padding: 2px 6px;
	color: #fff;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px
}
.rbt-post-list .rbt-post-list-tag-wrap span+span {
	margin-right: 5px
}
.rbt-post-list.rbt-post-list-skin-base .rbt-has-divider.rbt-child-width-1-2\@m li:nth-child(n+3)>div {
	border-top: 1px solid #ddd;
	padding-top: 40px
}
.rbt-post-list.rbt-post-list-skin-base .rbt-has-divider.rbt-child-width-1-3\@m li:nth-child(n+4)>div {
	border-top: 1px solid #ddd;
	padding-top: 40px
}
.rbt-post-list.rbt-post-list-skin-base .rbt-has-divider.rbt-child-width-1-4\@m li:nth-child(n+5)>div {
	border-top: 1px solid #ddd;
	padding-top: 40px
}

/**
    post-list  
**/
.rbt-list {
	padding: 0;
	list-style: none
}
.rbt-list>*>:last-child {
	margin-bottom: 0
}
.rbt-list>:nth-child(n+2), .rbt-list>*>ul {
	margin-top: 10px
}
.rbt-list-disc>*, .rbt-list-circle>*, .rbt-list-square>*, .rbt-list-decimal>*, .rbt-list-hyphen>* {
	padding-right: 30px
}
.rbt-list-decimal {
	counter-reset: decimal
}
.rbt-list-decimal>* {
	counter-increment: decimal
}
/* [class*='rbt-list']>::before {
	content: '';
	position: relative;
	right: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	display: list-item;
	list-style-position: inside;
	text-align: left
} */
.rbt-list-disc>::before {
	list-style-type: disc
}
.rbt-list-circle>::before {
	list-style-type: circle
}
.rbt-list-square>::before {
	list-style-type: square
}
.rbt-list-decimal>::before {
	content: counter(decimal, decimal) '\200A.\00A0'
}
.rbt-list-hyphen>::before {
	content: '–\00A0\00A0'
}
.rbt-list-muted>::before {
	color: #999 !important
}
.rbt-list-emphasis>::before {
	color: #333 !important
}
.rbt-list-primary>::before {
	color: #1e87f0 !important
}
.rbt-list-secondary>::before {
	color: #222 !important
}
.rbt-list-bullet>* {
	padding-right: 30px
}
.rbt-list-bullet>::before {
	content: "";
	position: relative;
	right: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	background-image: url("../../images/backgrounds/list-bullet.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.rbt-list-divider>:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(214, 214, 214, 0.49)
}
.rbt-list-striped>* {
	padding: 10px 10px
}
.rbt-list-striped>:nth-of-type(odd) {
	background: #f8f8f8
}
.rbt-list-striped>:nth-child(n+2) {
	margin-top: 0
}
.rbt-list-large>:nth-child(n+2), .rbt-list-large>*>ul {
	margin-top: 20px
}
.rbt-list-collapse>:nth-child(n+2), .rbt-list-collapse>*>ul {
	margin-top: 0
}
.rbt-list-large.rbt-list-divider>:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px
}
.rbt-list-collapse.rbt-list-divider>:nth-child(n+2) {
	margin-top: 0;
	padding-top: 0
}
.rbt-list-large.rbt-list-striped>* {
	padding: 20px 10px
}
.rbt-list-collapse.rbt-list-striped>* {
	padding-top: 0;
	padding-bottom: 0
}
.rbt-list-large.rbt-list-striped>:nth-child(n+2), .rbt-list-collapse.rbt-list-striped>:nth-child(n+2) {
	margin-top: 0
}

/*
    width
*/
[class*='rbt-width'] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%
}

.rbt-width-1-2 {
	width: 50%
}
.rbt-width-1-3 {
	width: calc(100% * 1 / 3.001)
}
.rbt-width-2-3 {
	width: calc(100% * 2 / 3.001)
}
.rbt-width-1-4 {
	width: 25%
}
.rbt-width-3-4 {
	width: 75%
}
.rbt-width-1-5 {
	width: 20%
}
.rbt-width-2-5 {
	width: 40%
}
.rbt-width-3-5 {
	width: 60%
}
.rbt-width-4-5 {
	width: 80%
}
.rbt-width-1-6 {
	width: calc(100% * 1 / 6.001)
}
.rbt-width-5-6 {
	width: calc(100% * 5 / 6.001)
}
.rbt-width-small {
	width: 150px
}
.rbt-width-medium {
	width: 300px
}
.rbt-width-large {
	width: 450px
}
.rbt-width-xlarge {
	width: 600px
}
.rbt-width-2xlarge {
	width: 750px
}
.rbt-width-auto {
	width: auto
}
.rbt-width-expand {
	flex: 1;
	min-width: 1px
}
@media (min-width:640px) {
	.rbt-width-1-1\@s {
		width: 100%
	}
	.rbt-width-1-2\@s {
		width: 50%
	}
	.rbt-width-1-3\@s {
		width: calc(100% * 1 / 3.001)
	}
	.rbt-width-2-3\@s {
		width: calc(100% * 2 / 3.001)
	}
	.rbt-width-1-4\@s {
		width: 25%
	}
	.rbt-width-3-4\@s {
		width: 75%
	}
	.rbt-width-1-5\@s {
		width: 20%
	}
	.rbt-width-2-5\@s {
		width: 40%
	}
	.rbt-width-3-5\@s {
		width: 60%
	}
	.rbt-width-4-5\@s {
		width: 80%
	}
	.rbt-width-1-6\@s {
		width: calc(100% * 1 / 6.001)
	}
	.rbt-width-5-6\@s {
		width: calc(100% * 5 / 6.001)
	}
	.rbt-width-small\@s {
		width: 150px
	}
	.rbt-width-medium\@s {
		width: 300px
	}
	.rbt-width-large\@s {
		width: 450px
	}
	.rbt-width-xlarge\@s {
		width: 600px
	}
	.rbt-width-2xlarge\@s {
		width: 750px
	}
	.rbt-width-auto\@s {
		width: auto
	}
	.rbt-width-expand\@s {
		flex: 1;
		min-width: 1px
	}
}
@media (min-width:960px) {
	.rbt-width-1-1\@m {
		width: 100%
	}
	.rbt-width-1-2\@m {
		width: 50%
	}
	.rbt-width-1-3\@m {
		width: calc(100% * 1 / 3.001)
	}
	.rbt-width-2-3\@m {
		width: calc(100% * 2 / 3.001)
	}
	.rbt-width-1-4\@m {
		width: 25%
	}
	.rbt-width-3-4\@m {
		width: 75%
	}
	.rbt-width-1-5\@m {
		width: 20%
	}
	.rbt-width-2-5\@m {
		width: 40%
	}
	.rbt-width-3-5\@m {
		width: 60%
	}
	.rbt-width-4-5\@m {
		width: 80%
	}
	.rbt-width-1-6\@m {
		width: calc(100% * 1 / 6.001)
	}
	.rbt-width-5-6\@m {
		width: calc(100% * 5 / 6.001)
	}
	.rbt-width-small\@m {
		width: 150px
	}
	.rbt-width-medium\@m {
		width: 300px
	}
	.rbt-width-large\@m {
		width: 450px
	}
	.rbt-width-xlarge\@m {
		width: 600px
	}
	.rbt-width-2xlarge\@m {
		width: 750px
	}
	.rbt-width-auto\@m {
		width: auto
	}
	.rbt-width-expand\@m {
		flex: 1;
		min-width: 1px
	}
}
@media (min-width:1200px) {
	.rbt-width-1-1\@l {
		width: 100%
	}
	.rbt-width-1-2\@l {
		width: 50%
	}
	.rbt-width-1-3\@l {
		width: calc(100% * 1 / 3.001)
	}
	.rbt-width-2-3\@l {
		width: calc(100% * 2 / 3.001)
	}
	.rbt-width-1-4\@l {
		width: 25%
	}
	.rbt-width-3-4\@l {
		width: 75%
	}
	.rbt-width-1-5\@l {
		width: 20%
	}
	.rbt-width-2-5\@l {
		width: 40%
	}
	.rbt-width-3-5\@l {
		width: 60%
	}
	.rbt-width-4-5\@l {
		width: 80%
	}
	.rbt-width-1-6\@l {
		width: calc(100% * 1 / 6.001)
	}
	.rbt-width-5-6\@l {
		width: calc(100% * 5 / 6.001)
	}
	.rbt-width-small\@l {
		width: 150px
	}
	.rbt-width-medium\@l {
		width: 300px
	}
	.rbt-width-large\@l {
		width: 450px
	}
	.rbt-width-xlarge\@l {
		width: 600px
	}
	.rbt-width-2xlarge\@l {
		width: 750px
	}
	.rbt-width-auto\@l {
		width: auto
	}
	.rbt-width-expand\@l {
		flex: 1;
		min-width: 1px
	}
}
@media (min-width:1600px) {
	.rbt-width-1-1\@xl {
		width: 100%
	}
	.rbt-width-1-2\@xl {
		width: 50%
	}
	.rbt-width-1-3\@xl {
		width: calc(100% * 1 / 3.001)
	}
	.rbt-width-2-3\@xl {
		width: calc(100% * 2 / 3.001)
	}
	.rbt-width-1-4\@xl {
		width: 25%
	}
	.rbt-width-3-4\@xl {
		width: 75%
	}
	.rbt-width-1-5\@xl {
		width: 20%
	}
	.rbt-width-2-5\@xl {
		width: 40%
	}
	.rbt-width-3-5\@xl {
		width: 60%
	}
	.rbt-width-4-5\@xl {
		width: 80%
	}
	.rbt-width-1-6\@xl {
		width: calc(100% * 1 / 6.001)
	}
	.rbt-width-5-6\@xl {
		width: calc(100% * 5 / 6.001)
	}
	.rbt-width-small\@xl {
		width: 150px
	}
	.rbt-width-medium\@xl {
		width: 300px
	}
	.rbt-width-large\@xl {
		width: 450px
	}
	.rbt-width-xlarge\@xl {
		width: 600px
	}
	.rbt-width-2xlarge\@xl {
		width: 750px
	}
	.rbt-width-auto\@xl {
		width: auto
	}
	.rbt-width-expand\@xl {
		flex: 1;
		min-width: 1px
	}
}