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

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

.itemImageBlock {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	max-width: 100%;
}
@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;}

.itemAttachmentsBlock, .itemImageGallery {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}
.itemAttachmentsBlock span, .itemImageGallery span {
    font-size: 90%;
    text-transform: uppercase;
}
.itemAttachments {
    list-style-type: none;
    padding: 0;
	margin: 0;
}
.itemAttachments li {
    float: left;
    margin-right: 20px;
}
/*
.itemAttachments .attachment {
	padding-left: 24px !important;
	background: url('../images/filetypes/filetype.png') 0 3px no-repeat transparent;
}
.itemAttachments .attachment.zip, .itemAttachments .attachment.rar {
	background-image: url('../images/filetypes/filetype_archive.png');
}
.itemAttachments .attachment.doc, .itemAttachments .attachment.docx, .itemAttachments .attachment.rtf, .itemAttachments .attachment.txt {
	background-image: url('../images/filetypes/filetype_doc.png');
}
.itemAttachments .attachment.xls, .itemAttachments .attachment.xlsx {
	background-image: url('../images/filetypes/filetype_xls.png');
}
.itemAttachments .attachment.pdf {
	background-image: url('../images/filetypes/filetype_pdf.png');
}
.itemAttachments .attachment.jpg, .itemAttachments .attachment.jpeg, .itemAttachments .attachment.gif, .itemAttachments .attachment.png, .itemAttachments .attachment.bmp {
	background-image: url('../images/filetypes/filetype_image.png');
}
*/
.itemAttachments .attachment {
	padding-left: 24px !important;
}
.itemAttachments .attachment a {
	color: #666;
}
.itemAttachments .attachment i {
	display: inline-block;
	margin-left: -24px;
	width: 24px;
	text-align: center;
}
.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;
}