/* background Wrap */
#background-wrap {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background-overlay {
	position: absolute;
	top: 0px;
	z-index: 2;
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}

#background-wrap h3 {
	font-size: 60px;
	text-transform: uppercase;
	color: #d82132;
	font-weight: 600;
	text-align: center;
	font-family: Arial;
	margin-top: 30px;
}

#background-wrap h3 span {
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}

#background-wrap h3 span:nth-child(1):before {
	content: inherit;
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 5px;
}

#background-wrap h4 span {
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}
