.hardcover .h-footer{
	background:#FF6D00;
	background-image: url('img/h-close-natemat.png');
	background-repeat: no-repeat;
	background-position: center 0px;;
}	

.hardcover .h-footer:hover{
	background-position: center -56px;
}	

.hardcover.closed .h-footer {
	background-image: url('img/h-closed.png');
	background-position: center 0px;
}

.hardcover.closed .h-footer:hover {
	background-position: center -56px;
}

.btn-more.color{
	background:#FF6D00;
	border:solid 2px #FF6D00 !important;
	color: #FFF;
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.btn-more.color:hover{
	background: none;
	border:solid 2px #FFF !important;
}

.btn-more.white{
	border:solid 2px #FFF;
	color:#FFF;
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.btn-more.white:hover{
	border:solid 2px #FF6D00 !important;
}

.btn-more.border{
	border:solid 2px #FF6D00 !important;
	padding:0px 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#000000;
	margin-top:0px !important;
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.btn-more.border:hover{
	background-color: #FF6D00;
	color: #FFF;
}

.padBox a.listLink p:hover {
	color: #FF6D00;
}

#bb-nav-next {
	background: url('img/h-arrows-natemat.png') -110px 50% no-repeat;
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}
#bb-nav-next:hover {
	background: url('img/h-arrows-natemat.png') 15px 50% no-repeat;
}

@media screen and (max-width: 740px){
.hardcover.closed .h-footer {
	background-image: url('img/h-closed-small.png') !important;
}
}