/* Documents extension */
#website .documents .page-navigation {
	border-top: 0px;
}
#website .document-item {
	list-style: none;
	background: #f1f1f1;
	padding: 29px 26px 26px;
	margin: 0;
	position: relative;
}
#website .document-item .document-preview {
	width: 145px;
	margin-right: 26px;
}
#website .document-item .document-preview img {
	display: block;
	box-shadow: 0 0 10px #ccc;
}
#website .document-item .document-download {
	position: absolute;
	right: 26px;
	top: 0;
	bottom: 0;
	height: 53px;
	margin: auto;
	max-width: 145px;
	line-height: 24px;
}
#website .document-item .document-download a {
	display: block;
	text-transform: uppercase;
}
#website .document-item .document-preview,
#website .document-item .document-content {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
}
#website .document-item .document-content span,
#website .document-item .document-content a {
	display: block;
	font-size: 15px;
}
#website .view-online {
	color: #e30613 !important;
}
#website .kettensymbol:before,
#website .view-online:before {
	content: "\ec99";
	font-family: 'IcoMoon-Ultimate' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	margin-right: 14px;
}
#website .document-item .document-content .document-name {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px;
	font-family: "open_sansbold";
	display: block;
}
#website .document-item .view-online {
    padding-left: 29px !important;
}
#website .document-item .document-content .document-description {
	margin-bottom: 7px;
}
#website .document-item:nth-child(even),
#website .document-item.even {
	background: #fff;
}
#website .document-item .document-preview span {
	font-size: 120px;
}
#website .document-item .view-online:before {
    top: 3px;
    left: 1px;
}
