/*	CONTENT BLOCK 1-4
/*----------------------------------------------------*/

.content-1-4 {
	background: url(../images/wood-bg.png) center top repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    background-attachment: fixed;
    padding: 0;
}

.content-1-4 .image-container {
	height: 800px;
	padding: 0px;
	top: 0px;
}

.content-1-4 .image-container .background-image-holder {
	background: #000 url('../images/mindful-crop.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-1-4 .content {
	padding-top: 48px;
	padding-bottom: 48px;
}

.content-1-4 h1 {
	margin-bottom: 32px;
}

.content-1-4 p.lead {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 992px) */
@media (max-width: 992px) {

	.content-1-4 .image-container {
		height: 300px;
	}
	
	.content-1-4 .container {
		padding: 16px;
	}


}