/* CSS Document */
.jps-wrap-content,
.jps-wrap-content .jps-the-content,
.jps-wrap-content .jps-the-content nav.jps-slider-nav,
.jps-wrap-content .jps-the-content .jps-content {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	
}
.jps-links{
	text-decoration:none;
}
.jps-links.jps-r{
	float:right;
}
.jps-links.jps-l{
	float:left;
}
.jps-wrap-content.jps-jquery .jps-the-content nav.jps-slider-nav{
	display:block;
}
nav.jps-slider-nav.jps-page_refresh p.post-nav-links{
	display:none;
}
.alm-btn-wrap {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 15px;
  position: relative;
}
.alm-btn-wrap:after {
	display: table;
	clear: both;
	height: 0;
	content: "";
}
.alm-btn-wrap .alm-load-more-btn {
	font-size: 15px;
	font-weight: 500;
	width: auto;
	height: 43px;
	line-height: 1;
	background: #ed7070;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #fff;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn.done {
	cursor: default;
	opacity: .15;
	background-color: #ed7070;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.alm-btn-wrap .alm-load-more-btn.loading, 
.alm-btn-wrap .alm-load-more-btn:hover {
	background-color: #e06161;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.09);
	box-shadow: 0 1px 3px rgba(0,0,0,.09);
	color: #fff;
	text-decoration: none;
}
.alm-btn-wrap .alm-load-more-btn.done:before, 
.alm-btn-wrap .alm-load-more-btn:before {
  background: 0 0;
  width: 0;
}
.alm-btn-wrap .alm-load-more-btn.loading {
	cursor: wait;
	outline: 0;
	padding-left: 44px;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
	background: #fff url("../images/ajax-loader.gif") no-repeat center center;
	width: 30px;
	height: 31px;
	margin: 6px;
	border-radius: 3px;
	display: inline-block;
	z-index: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	-webkit-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}