@charset "utf-8";
.home
{
	width: 100%;
	/*height: 365px;*/
    height: 465px;
	background: transparent;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_background:before {
	content:'';
	position: absolute;
        top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.home_content
{
	position: absolute;
	bottom: 106px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home_title
{
	font-size: 72px;
	font-weight: 800;
	color: #FFFFFF;
	text-transform: uppercase;
    text-align: center;
}

.intro
{
	width: 100%;
	padding-top: 92px;
	padding-bottom: 105px;
	background: rgba(115, 14, 17, 0.05);
}
.intro_image
{
    right: 0;
    top: 13px;
}
.intro_content{
    margin-top: 30px;
}
.intro_image img{
	width: 100%;
	height: auto;
}
.intro_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.intro_text
{
	margin-bottom: 0px;
	font-weight: 600;
	color: #929191;
	margin-top: 30px;
}
.intro_button
{
	margin-top: 57px;
	z-index: 1;
}
