#catalog-index{
	margin-top:50px;
}
.catalog-title h2 {
	display: inline-block;
	font-size: 22px;
	margin-top: 5px;
}

.catalog-link-scribd {
	background: url(../img/scribd.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-pdf {
	background: url(../img/pdf.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 0px;
}
.catalog-link-excel {
	background: url(../img/excel.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-issuu {
	background: url(../img/issuu.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-edelweiss {
	background: url(../img/edelweiss.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-texterity {
	background: url(../img/texterity.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-word {
	background: url(../img/word.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-ppt {
	background: url(../img/powerpoint.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}

.catalog-sidebar ul, .catalog-sidebar ol {
	list-style-type: none;
	padding: 0;
}
.catalog-sidebar-header {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	text-transform: uppercase;
	font-family: 'FortBold';
	margin-bottom: 10px;
}

.catalog-categories{

}
.catalog-categories li a {
	font-size: 20px;
}
.catalog-tag-cloud a {
	font-size: 15px!important;
}
.catalog-tag-cloud {
   font-size: 18px;
   line-height: 24px;
}

.catalog-cover {
	/*height: 300px;*/
	display: table-cell;
	vertical-align: bottom;
}
.catalog-uploaded-cover{
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	display: block;
	width: 100%;
	max-width: 220px;
}

.catalog-uploaded-cover > img {
	width: 100%;
	height: auto;
}

.catalog-blurred-cover {
	height: 285px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
	background-position: center center;
}

.catalog-blank-cover {
	background:#ccc;
	height: 285px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}
.catalog-title{
	border-bottom: 1px solid #CCC;
	margin-bottom:30px;
	margin-top: 10px;
}
.catalog-item{
	margin-bottom:50px;
}
.catalog-meta {
	font-size: 14px;
	line-height: 1.4em;
}
.catalog-meta > div {
	margin-bottom: 6px;
	/*background-position: left center!important;*/
}
.catalog-meta-date{
	color:#666;
	margin-bottom: 6px;
}
.catalog-meta-title {
	font-family: 'FortBold';
	font-size:15px;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 6px;
}
.catalog-link-scribd {
	background: url(../img/scribd.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}

.catalog-link-excel {
	background: url(../img/excel.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-issuu {
	background: url(../img/issuu.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-edelweiss {
	background: url(../img/edelweiss.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-texterity {
	background: url(../img/texterity.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 1px;
}
.catalog-link-custom {
	background: url(../img/external-link-alt-4.svg);
	background-repeat: no-repeat;
	background-position-y: 6px;
	background-size: 11px;
	padding-left: 17px;
}
.catalog-link-title-list {
	font-size: 14px;
	line-height: 1.4em;
	background: url(../img/viewtitles.svg);
	background-repeat: no-repeat;
	background-position-y: 2px;
	padding-left: 17px;
	margin-bottom: 6px;

}
.catalog-email-share {
	background: url(../img/email-icon.svg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position-y: 3px;
}
.catalog-sidebar ul, .catalog-sidebar ol {
	list-style-type: none;
	padding: 0;
}
.catalog-sidebar li {
	margin: 4px 0;
}
.catalog-sidebar-header {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	text-transform: uppercase;
	font-family: 'FortBold';
	margin-bottom: 10px;
}
ul.catalog-archives {
	overflow: hidden;
	font-family: 'FortBook';
	font-size: 18px;
}
ul.catalog-archives-expand{
	-webkit-transition: max-height 100ms;
	-moz-transition: max-height 100ms;
	-ms-transition: max-height 100ms;
	-o-transition:max-height 100ms;
	transition: max-height 100ms;
}

.catalog-categories{

}
.catalog-categories li a {
	font-size: 20px;
}
.catalog-tag-cloud a {
	font-size: 15px!important;
}
.catalog-tag-cloud {
   font-size: 18px;
   line-height: 24px;
}

.catalog-cover {
	/*height: 300px;*/
	display: table-cell;
	vertical-align: bottom;
}

.catalog-cover.blurred {
	display:flex;
	align-items:flex-end;
	justify-content: flex-start;
	height:338px;
	width:234px;
	background:#FFF;
}

.catalog-blurred-cover {
	height: 318px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 209px;
	background-position: center center;
}

.catalog-blank-cover {
	background:#ccc;
	height: 285px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}



/* Tablet Styles  ---------------------------------------------------------> */
@media only screen and (min-width: 720px)
  and (max-width: 990px)  {

.catalog-blurred-cover {
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 168px !important;
	height: 247px;
	background-size: cover !important;
}

.catalog-blank-cover {
	background:#ccc;
	min-height: 215px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}
.catalog-cover {
	/*height: 215px;*/
}
}

/* LArge Mobile Styles  ---------------------------------------------------------> */
@media only screen and (min-width: 501px)
  and (max-width: 720px)  {
#catalog-index{
	margin-top:20px;
}
.catalog-title{
	border-bottom:0;
}
.catalog-title h2{
	border-bottom: 1px solid #CCC;
}
.catalog-blurred-cover {
	height: 300px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}

.catalog-blank-cover {
	background:#ccc;
	height: 300px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}
.catalog-cover {
	/*height: 300px;*/
}
}
/* Small Mobile Styles ---------------------------------------------------------> */
@media only screen and (min-width: 420px)
  and (max-width: 500px) {
#catalog-index{
	margin-top:20px;
}
.catalog-title{
	border-bottom:0;
}
.catalog-title h2{
	border-bottom: 1px solid #CCC;
}
.catalog-blurred-cover {
	height: 270px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}

.catalog-blank-cover {
	background:#ccc;
	height: 270px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}
.catalog-cover {
	height: 270px;
}
}

/* Small Mobile Styles ---------------------------------------------------------> */
@media only screen and (max-width: 419px) {
#catalog-index{
	margin-top:20px;
}
.catalog-title{
	border-bottom:0;
}
.catalog-title h2{
	border-bottom: 1px solid #CCC;
}
.catalog-blurred-cover {
	height: 253px;
	background-size:contain !important;
	width:165px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
}

.catalog-blank-cover {
	background:#ccc;
	height: 220px;
	padding: 10px;
	color: #fff;
	font-family: 'ShiftBook';
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
	width: 220px;
}
.catalog-cover {
	height: 230px;
}
}
