/* @import url("k2-all.css"); /**/

.itemHeader .itemDateCreated {
	display: block;
    margin-top: -20px;
    margin-bottom: 20px;
}

.itemImageBlock {
	padding: 15px;
	background: #93E4FF;
	border-radius: 15px;

	margin: 0 10px 10px 0;
	max-width: 100%;
	overflow: hidden;
}
.itemImageBlock img {
	border-radius: 11px;
}
@media (max-width: 620px) {
	.itemImageBlock {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

div.socialSharing {padding:16px 0 0;}
div.socialSharing > div {float: right;}
div.socialSharing > div > div {float:left; margin-right: 30px;}
div.socialSharing > div > div:last-child {margin-right: 0;}

.itemMediaCol > * {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #93e4ff;
}
.itemAttachments {
    list-style-type: none;
    padding: 0;
	margin: 0;
}
.itemAttachments li {
    display: table;
	width: 100%;
	border-top: 1px solid #93e4ff;
}
.itemAttachments li + li {
	margin-top: 10px;
}
.itemAttachments .attachment {
}
.itemAttachments .attachment a {
	/* display: table-row; */
	display: block;
	text-decoration: none;
	border-bottom-left-radius: 14px;
	position: relative;
}
.itemAttachments .attachment:hover a {
	background: #d3f3ff;
}
.itemAttachments .attachment a > * {
	display: table-cell;
}
.itemAttachments .attachment:hover i.fa::before {
	font-size: 0;
}
.itemAttachments .attachment i.fa::after {
	content: "\f019";
	font-size: 0;
}
.itemAttachments .attachment:hover i.fa::after {
	font-size: 48px;
}
.itemAttachments .attachment a > span {
	padding-left: 15px;
	font-size: 18px;
	padding-top: 15px;
	font-weight: normal;
}
.itemAttachments .attachment:hover a > span {
	color: #c30;
}
.itemAttachments .attachment i {
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 48px;
	line-height: 48px;
	background: #93E4FF;
	color: #fff;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	position: relative;
	padding-top: 10px;
}
.itemAttachmentsBlock .segmentTitle {
	margin-top: 30px;
}
.segmentTitle {
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #036;
}
/*
.attachment.fgroup-doc i {
	color: #2B5798;
}
.attachment.fgroup-text i {
	color: #1168CF;
}
.attachment.fgroup-excel i {
	color: #207245;
}
.attachment.fgroup-pp i {
	color: #D24625;
}
.attachment.fgroup-archive i {
	color: #F8B214;
}
.attachment.fgroup-pdf i {
	color: #BB0706;
}
.attachment.fgroup-image i {
	color: #48CFAD;
}
.attachment.fgroup-audio i {
	color: #E85858;
}
.attachment.fgroup-video i {
	color: #E02F2F;
}
.attachment.fgroup-code i {
	color: #24566D;
}
.attachment.fgroup-general i {
	color: #BDC3C7;
}
*/
@media (max-width: 768px) {
	.itemImageGallery {text-align: center;}
	.itemImageGallery span {
		font-size: 100%;
	}

}

.itemVideoBlock {
	margin-top: 40px;
	margin-bottom: 40px;
}