.block
{
	display: block;
}
.hidden
{
	display: none;
}
.clear
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.line-height-0
{
	line-height: 0;
}
.clear-right
{
	clear: right;
}
.clear-left
{
	clear: left;
}
.center-relative
{
	margin-left: auto;
	margin-right: auto;
}
.center-absolute
{
	left: 50%;
}
.center-text
{
	text-align: center !important;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.absolute
{
	position: absolute;
}
.fixed
{
	position: fixed;
}
.relative
{
	position: relative;
}
.top-5
{
	margin-top: 5px;	
}
.top-10
{
	margin-top: 10px;	
}
.top-15
{
	margin-top: 15px;	
}
.top-20
{
	margin-top: 20px;
}
.top-25
{
	margin-top: 25px;	
}
.top-30
{
	margin-top: 30px;	
}
.top-50
{
	margin-top: 50px;	
}
.top-60
{
	margin-top: 60px;	
}
.top-70
{
	margin-top: 70px;	
}
.top-75
{
	margin-top: 75px;	
}
.top-80
{
	margin-top: 80px;
}
.top-100
{
	margin-top: 100px;	
}
.top-105
{
	margin-top: 105px;	
}
.top-120
{
	margin-top: 120px;
}
.top-150
{
	margin-top: 150px;	
}
.top-200
{
	margin-top: 200px;	
}
.top-negative-30
{
	margin-top: -30px;
}
.left-35
{
	margin-left:35px;
}
.right-35
{
	margin-right:35px;
}
.bottom-10
{
	margin-bottom: 10px !important;
}
.bottom-20
{
	margin-bottom: 20px !important;
}
.bottom-25
{
	margin-bottom: 25px !important;
}
.bottom-30
{
	margin-bottom: 30px !important;
}
.bottom-50
{
	margin-bottom: 50px;
}
.bottom-60
{
	margin-bottom: 60px;
}
.bottom-70
{
	margin-bottom: 70px;
}
.bottom-100
{
	margin-bottom: 100px;
}
.bottom-120
{
	margin-bottom: 120px;
}
.border-left
{
	border-left: 1px solid #e3dcd7;	
	padding-left: 4%;
}
.border-200
{
	border-radius: 200px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
}
.background-fixed
{
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

.width-25
{
	width: 25%;
}
.width-50
{
	width: 50%;
}
.width-75
{
	width: 75%;
}
.width-85
{
	width: 85%;
}
.width-100
{
	width: 100%;
}
iframe
{
	width: 100%;
}
.shadow
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);	
}
.loading-more-posts
{	
    text-align: center;	
    padding-top: 500px;
}
a.button 
{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding: 7px 30px;
	cursor: pointer;
	margin: 50px 0;
	vertical-align: middle;
	background-color: #3f3532;
	text-decoration: none;
	letter-spacing: 3px;
}
a.button:active, a.button-border:active
{
	position: relative;
	top: 1px;	
}
a.button-border
{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding: 7px 30px;
	cursor: pointer;
	margin: 50px 0;
	vertical-align: middle;	
	text-decoration: none;
	letter-spacing: 3px;
	border: 2px solid;
}
a.button-border.big, a.button.big
{
	font-size: 22px;
	padding: 15px 60px;
}