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

.content-1-1 {
	background: url("../images/bg/home.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-1-1 .container {
	margin-top: 200px;
}

.content-1-1 h1 {
	text-transform: uppercase;
	font-weight: 300;
    font-size: 58px;
    background-color: rgba(51,51,51,0.7);
}
.content-1-1 .lead {
    color: #ffffff;
    font-size: 32px;
}