@import url("inc/bootstrap/bootstrap.min.css");
@import url("inc/owl-carousel/owl.carousel.min.css");
@import url("inc/owl-carousel/owl.theme.default.css");
@import url("inc/ionicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&amp;display=swap");

.btn {
	height:44px;
	padding:0 20px;
	margin:6px 8px;
	font-size:14px;
	line-height:1.2em;
	font-weight:500;
	display:-webkit-inline-box;
	display:inline-flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-transition:0.2s all;
	transition:0.2s all;
	text-decoration:none !important;
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
}
.btn i.icon {
	font-size:22px;
	margin-right:10px;
	margin-top:-2px
}
.btn:active {
	-webkit-transform:scale(0.95);
	transform:scale(0.95)
}
.btn.rounded {
	border-radius:100px !important
}
.btn.square {
	border-radius:0
}
.btn.shadowed {
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important
}
.btn-lg {
	height:52px;
	padding:0px 32px;
	font-size:18px
}
.btn-lg i.icon {
	font-size:26px
}
.btn-sm {
	height:36px;
	padding:0px 16px
}
.btn-sm i.icon {
	font-size:20px
}
.btn-group .btn:active {
	-webkit-transform:none;
	transform:none
}
.btn-icon {
	width:36px;
	height:36px;
	padding:0
}
.btn-icon i {
	text-align:center;
	margin:0 !important
}
.btn-facebook {
	color:#fff !important;
	background:#39579b
}
.btn-twitter {
	color:#fff !important;
	background:#049ff6
}
.btn-instagram {
	color:#fff !important;
	background:#df237b
}
.btn-linkedin {
	color:#fff !important;
	background:#0075aa
}
.btn-twitch {
	color:#fff !important;
	background:#923cff
}
.btn-whatsapp {
	color:#fff !important;
	background:#0ad561
}
.btn-primary {
	background:#565EFF;
	border-color:#565EFF
}
.btn-primary:hover {
	background:#565EFF !important;
	border-color:#565EFF !important
}
.btn-primary:active, .btn-primary.active {
	background:#424bff;
	border-color:#424bff
}
.btn-primary.disabled, .btn-primary:disabled {
	background:#565EFF;
	border-color:#565EFF
}
.btn-secondary {
	background:#fff;
	border-color:#fff;
	color:#999;
}

.btn-secondary:active, .btn-secondary.active {
	background:#b3c1d4;
	border-color:#b3c1d4
}
.btn-secondary.disabled, .btn-secondary:disabled {
	background:#C0CCDB;
	border-color:#C0CCDB
}
.btn-success {
	background:#1DCC70;
	border-color:#1DCC70
}
.btn-success:hover {
	background:#1DCC70 !important;
	border-color:#1DCC70 !important
}
.btn-success:active, .btn-success.active {
	background:#1aba66;
	border-color:#1aba66
}
.btn-success.disabled, .btn-success:disabled {
	background:#1DCC70;
	border-color:#1DCC70
}
.btn-danger {
	background:#ff2d55;
	border-color:#ff2d55
}
.btn-danger:hover {
	background:#ff2d55 !important;
	border-color:#ff2d55 !important
}
.btn-danger:active, .btn-danger.active {
	background:#ff1944;
	border-color:#ff1944
}
.btn-danger.disabled, .btn-danger:disabled {
	background:#ff2d55;
	border-color:#ff2d55
}
.btn-warning {
	color:#fff !important;
	background:#FFB400;
	border-color:#FFB400
}
.btn-warning:hover {
	background:#FFB400 !important;
	border-color:#FFB400 !important
}
.btn-warning:active, .btn-warning.active {
	background:#eba600;
	border-color:#eba600
}
.btn-warning.disabled, .btn-warning:disabled {
	background:#FFB400;
	border-color:#FFB400
}
.btn-link {
	color:#565EFF !important
}
.btn-info {
	background:#754AED;
	border-color:#754AED
}
.btn-info:hover {
	background:#754AED !important;
	border-color:#754AED !important
}
.btn-info:active, .btn-info.active {
	background:#6737eb;
	border-color:#6737eb
}
.btn-info.disabled, .btn-info:disabled {
	background:#754AED;
	border-color:#754AED
}
.btn-outline-primary {
	background:transparent;
	border-color:#565EFF;
	color:#565EFF;
	-webkit-transition:0.2s all;
	transition:0.2s all
}
.btn-outline-primary:hover {
	background:#565EFF;
	border-color:#565EFF;
	color:#FFF
}
.btn-outline-primary:active, .btn-outline-primary.active {
	background:#3d46ff !important;
	border-color:#3d46ff !important;
	color:#fff !important
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color:#565EFF !important;
	border-color:#565EFF !important;
	background:transparent !important
}
.btn-outline-secondary {
	background:transparent;
	border-color:#C0CCDB;
	color:#C0CCDB;
	-webkit-transition:0.2s all;
	transition:0.2s all
}
.btn-outline-secondary:hover {
	background:#C0CCDB;
	border-color:#C0CCDB;
	color:#FFF
}
.btn-outline-secondary:active, .btn-outline-secondary.active {
	background:#b0bfd2 !important;
	border-color:#b0bfd2 !important;
	color:#fff !important
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color:#C0CCDB !important;
	border-color:#C0CCDB !important;
	background:transparent !important
}
.btn-outline-success {
	background:transparent;
	border-color:#1DCC70;
	color:#1DCC70;
	-webkit-transition:0.2s all;
	transition:0.2s all
}
.btn-outline-success:hover {
	background:#1DCC70;
	border-color:#1DCC70;
	color:#FFF
}
.btn-outline-success:active, .btn-outline-success.active {
	background:#1ab664 !important;
	border-color:#1ab664 !important;
	color:#fff !important
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color:#1DCC70 !important;
	border-color:#1DCC70 !important;
	background:transparent !important
}
.btn-outline-danger {
	background:transparent;
	border-color:#ff2d55;
	color:#ff2d55;
	-webkit-transition:0.2s all;
	transition:0.2s all
}
.btn-outline-danger:hover {
	background:#ff2d55;
	border-color:#ff2d55;
	color:#FFF
}
.btn-outline-danger:active, .btn-outline-danger.active {
	background:#ff1440 !important;
	border-color:#ff1440 !important;
	color:#fff !important
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color:#ff2d55 !important;
	border-color:#ff2d55 !important;
	background:transparent !important
}
.btn-outline-warning {
	background:transparent;
	border-color:#FFB400;
	color:#FFB400;
	-webkit-transition:0.2s all;
	transition:0.2s all
}
.btn-outline-warning:hover {
	background:#FFB400;
	border-color:#FFB400;
	color:#FFF
}
.btn-outline-warning:active, .btn-outline-warning.active {
	background:#e6a200 !important;
	border-color:#e6a200 !important;
	color:#fff !important
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color:#231d0e !important;
	border-color:#231d0e !important;
	background:transparent !important
}
.btn-outline-info {
	background:transparent;
	border-color:#754AED;
	color:#754AED;
	-webkit-transition:0.2s all;
	transition:0.2s all
}
.btn-outline-info:hover {
	background:#754AED;
	border-color:#754AED;
	color:#FFF
}
.btn-outline-info:active, .btn-outline-info.active {
	background:#6333eb !important;
	border-color:#6333eb !important;
	color:#fff !important
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color:#754AED !important;
	border-color:#754AED !important;
	background:transparent !important
}
.btn-outline-light {
	background:transparent;
	border-color:#fff;
	color:#fff;
	-webkit-transition:0.2s all;
	transition:0.2s all
}
.btn-outline-light:hover {
	background:#fff;
	border-color:#fff;
	color:#FFF
}
.btn-outline-light:active, .btn-outline-light.active {
	background:#f2f2f2 !important;
	border-color:#f2f2f2 !important;
	color:#fff !important
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color:#fff !important;
	border-color:#fff !important;
	background:transparent !important
}
.btn-outline-light:active {
	color:#1B2C42 !important
}
.listView {
	margin:0px -20px
}
.listView .listItem {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	padding:12px 56px 12px 20px;
	position:relative
}
.listView .listItem:last-child:after {
	display:none !important
}
.listView .listItem:after {
	content:"";
	display:block;
	height:1px;
	background:#E5E9F2;
	position:absolute;
	bottom:0;
	left:72px;
	right:0
}
.listView .listItem .image {
	width:52px;
	padding-right:16px
}
.listView .listItem .image img {
	width:100%;
	height:auto;
	border-radius:6px
}
.listView .listItem .image .iconBox {
	width:36px;
	height:36px;
	border-radius:200px;
	background:#565EFF;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	color:#FFF;
	font-size:20px
}
.listView .listItem .image .iconBox i {
	margin:0 !important;
	line-height:1em
}
.listView .listItem .text {
	width:calc(100% - 64px);
	color:#8D95A0;
	font-size:18px
}
.listView .listItem .text strong {
	color:#1B2C42;
	font-weight:normal;
	display:block
}
.listView .listItem .text .text-muted {
	font-size:14px;
	line-height:1.3em;
	margin-top:6px
}
.listView a.listItem {
	background-image:url("../img/icon/arrow.svg");
	background-repeat:no-repeat;
	background-position:right 20px center
}
.listView a.listItem:active {
	background-color:rgba(229, 233, 242, 0.4)
}
.listView.detailed .listItem:after {
	left:98px
}
.listView.detailed .listItem .image {
	width:82px
}
.listView.iconed .listItem:after {
	left:98px
}
.listView.iconed .listItem .iconBox {
	width:62px;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	height:62px;
	margin-right:20px;
	background:#565EFF;
	border-radius:6px;
	color:#fff;
	font-size:32px
}
.listView.textView .listItem {
	padding:16px 56px 16px 20px
}
.listView.textView .listItem .text {
	font-size:18px;
	width:100%
}
.listView.textView .listItem:after {
	left:20px
}
.contentList {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	padding:16px 0;
	min-height:74px;
	-webkit-box-pack:justify;
	justify-content:space-between;
	border-bottom:1px solid #E5E9F2
}
.contentList>div:first-child {
	padding-right:20px
}
.lead {
	font-weight:400;
	color:#8D95A0;
	line-height:1.6em
}
.text-muted {
	color:#8D95A0;
	font-size:14px;
	font-weight:400
}
h1, h2, h3, h4, h5, h6 {
	color:#1B2C42;
	font-weight:700
}
.sectionTitle .text-muted {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
	margin-bottom:10px;
	font-weight:400;
	line-height:1em
}
.sectionTitle.text-center .title {
	-webkit-box-pack:center;
	justify-content:center
}
.sectionTitle.text-center .title h1 {
	padding-right:0;
	margin:0
}
.sectionTitle .title {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	justify-content:space-between;
	color:#565EFF;
	font-weight:500;
	font-size:14px
}
.sectionTitle .title h1 {
	font-size:28px;
	font-weight:900;
	color:#1B2C42;
	margin:0;
	padding-right:20px
}
.sectionTitle .title h1 small {
	color:#8D95A0
}
.sectionTitle .title a {
	color:#565EFF
}
.sectionTitle .lead {
	color:#1B2C42;
	line-height:1.6em;
	margin-top:10px
}
.title-lg {
	font-size:30px;
	color:#1B2C42;
	font-weight:900;
	line-height:40px
}
.text-primary {
	color:#565EFF !important
}
.text-secondary {
	color:#C0CCDB !important
}
.text-success {
	color:#1DCC70 !important
}
.text-danger {
	color:#ff2d55 !important
}
.text-warning {
	color:#261d08 !important
}
.text-info {
	color:#754AED !important
}
.text-light {
	color:#f2f2f2 !important
}
.text-dark {
	color:#333 !important
}
.list-unstyled li {
	margin-bottom:10px
}
.list-unstyled li ul {
	margin-top:10px
}
.vcard {
	/*border: 1px solid #E5E9F2;*/
border-radius: 3px;
	padding: 20px;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	text-decoration: none;
}
.vcard p {
	font-size:14px;
	color:#333;
	line-height:22px;
	margin-bottom:5px;
	height:65px;
}
.card {
	/*border:1px solid #E5E9F2;*/
	border-radius:3px;
	padding:4px;
	margin-bottom:6px;
}
.card .card-header {
	border-bottom:1px solid #E5E9F2;
	background:rgba(229, 233, 242, 0.1);
	font-size:14px;
	color:#8D95A0;
	font-weight:500
}
.card .card-footer {
	border-top:1px solid #E5E9F2;
	background:rgba(229, 233, 242, 0.1);
	color:#8D95A0;
	font-size:14px
}
.card .card-title {
	color:#1B2C42;
	font-size:18px;
	font-weight:500;
	margin-bottom:16px
}
.card.bg-primary, .card.bg-success, .card.bg-danger, .card.bg-warning, .card.bg-info, .card.bg-dark, .card.bg-secondary {
	border:0
}
.card.bg-primary .card-header, .card.bg-success .card-header, .card.bg-danger .card-header, .card.bg-warning .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-secondary .card-header {
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	background:transparent;
	color:#fff
}
.card.bg-primary .card-title, .card.bg-success .card-title, .card.bg-danger .card-title, .card.bg-warning .card-title, .card.bg-info .card-title, .card.bg-dark .card-title, .card.bg-secondary .card-title {
	color:#fff
}
.card.bg-primary .card-text, .card.bg-success .card-text, .card.bg-danger .card-text, .card.bg-warning .card-text, .card.bg-info .card-text, .card.bg-dark .card-text, .card.bg-secondary .card-text {
	color:rgba(255, 255, 255, 0.8)
}
.card-overlay {
	border:0;
	border-radius:0px;
	overflow:hidden;
	position:relative
}
.card-overlay .card-img-overlay {
	background:rgba(31, 48, 83, 0.5);
	border-radius:0px;
	padding:16px
}
.card-overlay .card-img {
	border-radius:0px
}
.card-overlay .header {
	font-size:14px;
	font-weight:700
}
.card-overlay .header i.icon {
	font-size:16px
}
.card-overlay .content {
	position:absolute;
	left:16px;
	right:16px;
	bottom:16px
}
.card-overlay .content h1 {
	font-size:24px;
	font-weight:700;
	margin:0 0 16px 0;
	color:#fff;
	line-height:1.4em
}
.card-overlay .content footer {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	justify-content:space-between;
	font-size:14px
}
.card-overlay .content footer .author {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center
}
.card-overlay .content footer .author img {
	border:1px solid #fff;
	margin-right:6px;
	width:24px;
	height:24px;
	border-radius:100px
}
@media only screen and (max-width: 340px) {
.card-overlay .content h1 {
font-size:18px;
line-height:1.4em
}
}
 @media only screen and (min-width: 600px) {
.card-overlay .content h1 {
font-size:18px;
line-height:1.4em
}
 .vcard p {
display: -webkit-box;
-moz-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
}
@media only screen and (max-width: 959px) {
.card-overlay .content h1 {
font-size:18px;
line-height:1.4em
}
.sectionTitle, .sectionTitle3 {
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 -webkit-box-flex: 0;
 -ms-flex-positive: 0;
 flex-grow: 0;
 max-width: 100%;
}
.vcard {
 padding: 16px;
}
.appContent {
 padding: 0;
}
.vcard p {
display: -webkit-box;
-moz-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
}
.cardOverlay {
	color:#fff;
	border-radius:6px;
	border:0
}
.cardOverlay .card-img-top {
	border-radius:6px
}
.cardOverlay .card-title {
	color:#fff
}
.cardOverlay .card-text {
	opacity:0.75
}
.cardOverlay .card-img-overlay {
	background:rgba(31, 48, 83, 0.5);
	border-radius:6px;
	padding:16px
}
.listviewCard .listView .listItem:last-child:after {
	display:none
}
.divider {
	height:1px;
	background:transparent;
	border-bottom:1px solid #E5E9F2
}
.divider.dotted {
	border-bottom:1px dotted #E5E9F2
}
.divider.dashed {
	border-bottom:1px dashed #E5E9F2
}
.divider.large {
	border-bottom-width:2px
}
.divider.xlarge {
	border-bottom-width:4px
}
.divider.xxlarge {
	border-bottom-width:6px
}
.photoPost header {
	padding:10px 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	justify-content:space-between
}
.photoPost header .avatar {
	width:32px;
	height:32px;
	border-radius:100px;
	margin-right:6px
}
.photoPost header strong {
	font-weight:500;
	color:#1B2C42
}
.photoPost header .lead {
	font-size:14px
}
.photoPost .image img {
	border-radius:6px
}
.photoPost footer {
	padding:10px 0 5px 0
}
.photoPost footer .btn {
	height:30px;
	line-height:1.2em;
	padding:0;
	outline:0 !important;
	box-shadow:none !important;
	display:-webkit-inline-box;
	display:inline-flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	color:#8D95A0;
	font-size:14px;
	font-weight:500
}
.photoPost footer .btn i {
	font-size:22px;
	margin-right:6px;
	color:#1B2C42
}
.photoPost footer .btn:active i {
	color:#565EFF
}
.profileDetail .profileBox {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	font-size:14px
}
.profileDetail .profileBox .image {
	margin-right:14px
}
.profileDetail .profileBox .image .avatar {
	width:54px;
	height:54px;
	border-radius:100px
}
.profileDetail .profileBox .info {
	line-height:1.6em
}
.profileDetail .profileBox .info strong {
	color:#1B2C42;
	font-size:16px
}
.profileDetail .bio {
	font-size:14px;
	line-height:1.6em;
	color:#1B2C42;
	padding:16px 0
}
.profileDetail .stats {
	text-align:center;
	border-top:1px solid #E5E9F2;
	border-bottom:1px solid #E5E9F2;
	padding:10px 0;
	font-size:14px
}
.profileDetail .stats strong {
	display:block;
	font-size:18px;
	font-weight:700;
	color:#1B2C42
}
.profilePost .image {
	border-radius:6px;
	-webkit-transition:0.3s all;
	transition:0.3s all
}
.profilePost .image:active {
	-webkit-transform:scale(0.95);
	transform:scale(0.95)
}
.profilePost .item {
	margin-bottom:20px
}
.comments .item {
	margin:20px 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:start;
	align-items:flex-start;
	-webkit-box-pack:start;
	justify-content:flex-start
}
.comments .item .item {
	margin-bottom:0
}
.comments .item .image {
	margin-right:14px
}
.comments .item .image .avatar {
	border-radius:100px;
	width:30px;
	height:30px
}
.comments .item .content {
	line-height:1.45em
}
.comments .item .content strong {
	color:#1B2C42;
	font-weight:500;
	display:block;
	padding-top:4px;
	margin-bottom:6px
}
.comments .item .content footer {
	margin-top:6px;
	font-size:12px
}
.cardOverlayCarousel {
	width:calc(100% + 40px);
	margin-left:-20px
}
.postCarousel {
	width:calc(100% + 60px);
	margin-left:-41px
}
.postCarousel .item .image {
	width:100%;
	height:auto;
	border-radius:6px;
	margin-bottom:14px
}
.postCarousel .item .title {
	font-size:18px;
	line-height:1.5em;
	font-weight:500;
	color:#1B2C42;
	margin:0
}
.itemList .item {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:start;
	align-items:flex-start;
	-webkit-box-pack:start;
	justify-content:flex-start;
	margin-bottom:20px
}
.itemList .item .image {
	margin-right:20px
}
.itemList .item .image img {
	width:100px;
	height:auto;
	border-radius:6px
}
.itemList .item .text {
	font-size:14px;
	line-height:1.6em
}
.itemList .item .text .title {
	margin:4px 0 7px 0;
	font-size:18px;
	font-weight:500;
	color:#1B2C42
}
.itemList .item:last-child {
	margin-bottom:0
}
.postItem {
	margin-bottom:6px;
	display:block
}
.postItem .imageWrapper {
	position:relative;
	margin-bottom:12px
}
.postItem .imageWrapper .badge {
	position:absolute;
	left:12px;
	bottom:12px
}
.postItem .imageWrapper .image {
	width:100%;
	height:auto;
	border-radius:6px
}
.postItem .title {
	font-size:18px;
	font-weight:500;
	color:#1B2C42;
	margin:0 0 12px 0;
	line-height:1.4em
}
.postItem footer {
	display:-webkit-box;
	display:flex;
	font-size:14px;
	align-content:center;
	color: rgb(243, 152, 57);
	padding-left:3px;
}
.postItem footer .avatar {
	width:24px;
	height:24px;
	border-radius:100px;
	margin-right:8px
}
.iconedBox {
	font-size:14px;
	color:#8D95A0;
	margin-bottom:20px
}
.iconedBox .iconWrap {
	width:60px;
	height:60px;
	color:#fff;
	border-radius:6px;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	margin-bottom:20px
}
.iconedBox .iconWrap i {
	font-size:26px
}
.iconedBox .title {
	font-size:18px;
	color:#1B2C42;
	font-weight:500;
	margin:0 0 10px 0
}
.postHeader {
	font-size:14px;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	justify-content:space-between;
	border-top:1px solid #E5E9F2;
	border-bottom:1px solid #E5E9F2;
	padding:16px 0
}
.postHeader>div:first-child {
	padding-right:20px
}
.postHeader .avatar {
	width:24px;
	height:24px;
	border-radius:100px;
	margin-right:6px
}
.postBody {
	font-size:18px;
	line-height:1.6em
}
figure {
	margin:20px 0
}
figure img {
	width:100%;
	height:auto;
	border-radius:6px
}
figure figcaption {
	font-size:14px;
	line-height:1.5em;
	color:#8D95A0;
	background:#E5E9F2;
	border-radius:0 0 6px 6px;
	margin-top:-8px;
	position:relative;
	padding:8px 16px;
	z-index:2
}
.postAuthor {
	border-top:1px solid #E5E9F2;
	border-bottom:1px solid #E5E9F2;
	padding:20px 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center
}
.postAuthor .avatar {
	width:50px;
	height:50px;
	border-radius:200px;
	margin-right:16px
}
.postAuthor strong {
	font-size:18px;
	font-weight:500;
	color:#1B2C42
}
.accordion {
	margin:0 0px;
	border-radius:0
}
.accordion .card {
	border-radius:0 !important;
	border-left:0;
	border-right:0
}
.accordion.styled .card {
	border:0
}
.accordion .card-header {
	background:transparent;
	border:0;
	padding:0;
	position:relative
}
.accordion .card-header .arrow {
	font-size:18px;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-12px;
	margin-right:0
}
.accordion .card-header .btn {
	height:auto !important;
	border-radius:0 !important;
	padding:10px 40px 10px 20px;
	display:block;
	width:100%;
	display:block !important;
	text-align:left
}
.accordion .card-header .btn:active {
	-webkit-transform:none;
	transform:none
}
.contentBox .title {
	margin-bottom:10px
}
.contentBox .img-fluid {
	border-radius:6px
}
.contentBox.long .contentBox-body {
	background:#fff;
	margin-left:-20px;
	margin-right:-20px;
	padding:20px;
	border-top:1px solid #E5E9F2;
	border-bottom:1px solid #E5E9F2
}
.contentBox.long .contentBox-body .listView {
	margin:-20px
}
.contentBox.long .contentBox-body .listView .listItem:last-child:after {
	display:none
}
.iconBlock {
	font-size:32px;
	color:#1B2C42
}
.iconBlock>div {
	padding:10px
}
.imageBlock {
	width:48px;
	height:auto
}
.imageBlock.small {
	width:32px
}
.imageBlock.large {
	width:64px
}
.imageBlock.xlarge {
	width:128px
}
.imageBlock.rounded {
	border-radius:6px
}
.imageBlock.circle {
	border-radius:100%
}
.imageBlock.img-fluid {
	width:100% !important;
	height:auto
}
.img-fluid {
	width:100% !important;
	height:auto
}
