.front-button {
	background-color: transparent; 
	border:2px #fff solid;
	color:#fff;
	font-weight: 700; 
	text-align: center; 
	padding: 10px; 
	letter-spacing: 2px;
	border-radius: 3px; 
	width:150px; 
	margin: auto;
	font-size: 14px;
	cursor:pointer;
	text-transform: uppercase;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;


	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.front-button:hover {
	background-color: #fff;
	color: #000;
	border:2px #fff solid;
}

.front-button-inv {
	background-color: transparent; 
	border:2px #292929 solid;
	color:#292929; 
	font-weight: 700; 
	text-align: center; 
	padding: 10px; 
	border-radius: 5px; 
	width:150px; 
	margin: auto;
	font-size: 14px;
	cursor:pointer;
	letter-spacing: 1px;
	text-transform: uppercase;


	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;


	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.front-button-inv:hover {
	background-color: #292929;
	color:#fff;
	border:2px #292929 solid;
}


/* icon */
.icon { 
	float:right; 
	background-color:#292929; 
	border-radius:500px; 
	width:20px; 
	height:20px; 
	color:#fff;
	font-size: 15px; 
	line-height: 20px;
	vertical-align:middle; 
	text-align:center; 
	padding:13px;
	font-weight: 700;
	text-transform: uppercase;
}

.pagebuttons {
	
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	color:#104373;
	padding-bottom: 10px;
	margin-right: 10px;
	font-family: 'Merriweather', serif;

	
}

.pagebuttons-active {
	
	margin-right: 10px;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	color:#292929;
	padding-bottom: 10px;
	border-bottom: 2px #292929 solid;
	font-family: 'Merriweather', serif;

	
}
