.pdfGallery h4 {
	text-transform: uppercase;
	color: #ff8100;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #f5e8d9;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 40px;
	display: table;
}

.pdfGallery h4::before {
	position: absolute;
    left: 9px;
    top: -1px;
    color: #b0a395;
	font-size: 16px;
	content: "\e118";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pdfGallery .pdfGallery_items .pdfGallery_doc {
	position: relative;
}

.pdfGallery .pdfGallery_items .pdfGallery_doc img {
	max-width:100%;
	display:block;
	margin:0 auto;
	border: 1px solid #C2B3A7;
}

.pdfGallery .pdfGallery_items .pdfGallery_doc h5 {
	background: #AB9C90;
	display:block;
	margin: 0;
	padding: 7.5px 10px;
	color: #fff;
	min-height: 65px;
	display: flex;
	align-items: center;
}

.pdfGallery .pdfGallery_items .pdfIsLoading .pdfGallery_doc::before {
	position: absolute;
	background-color: rgba(255,255,255,0.85);
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}

.pdfGallery_Page {
	position: relative;
	z-index: 100;
}

.pdfGallery_Page_Topbar {
	position: absolute;
	top: 0;
	z-index: 101;
	left: 0;
	height: 25px;
	width: 100%;
	background:rgba(0,0,0,0.75);
}

.pdfGallery_Page_Topbar h3,
.pdfGallery_Page_Topbar_Fullscreen, 
.pdfGallery_Page_Topbar_Download {
	float: left;
	line-height: 25px;
	color: #fff !important;
	margin: 0;
	padding: 0 10px;
	text-decoration: none !important;
	font-size: 12px;
}

.pdfGallery_Page_Topbar_Fullscreen, 
.pdfGallery_Page_Topbar_Download {
	float: right;
	background: #000;
}

.pdfGallery_Page_Topbar_Fullscreen {
	border-right: 1px solid rgba(255,255,255,0.3);
}

.pdfGallery_Page img {
	max-width: 100%;
	display:block;
	margin:0 auto;
	border: 1px solid rgba(0,0,0,0.75);
}

@media(max-width:400px) {
	.pdfGallery_Page_Topbar h3,
	.pdfGallery_Page_Topbar_Fullscreen, 
	.pdfGallery_Page_Topbar_Download {
		font-size: 11px;
	}
}