#header_front_title .main {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#header_front_title .cs-text {
    cursor: default;
    margin: 20px auto 40px;
    position: relative;
}

#header_front_title .cs-text > span {
	display: block;
	-webkit-backface-visibility: hidden;
}

#header_front_title .cs-text-cut {
	width: 100%;
	height: 90px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#header_front_title .cs-text-cut span {
	display: block;
	line-height: 180px;
	color: #000;
	font-size: 175px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6px;
	font-family: 'BebasRegular';
}

#header_front_title .cs-text-cut:last-child span {
	margin-top: -84px;
}

#header_front_title .cs-text-mid {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	text-indent: 20px;
	position: absolute;
	top: 64px;
	color: #000;
	opacity: 0;
	width: 950px;
	text-align: center;
	left:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#header_front_title .cs-text:hover .cs-text-cut:first-child {
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
	opacity: 0.5;
}

#header_front_title .cs-text:hover .cs-text-cut:last-child {
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	opacity: 0.5;
}

#header_front_title .cs-text:hover .cs-text-mid {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.front_page_nonpatterned_wrapper #header_front_title .cs-text-mid {
	color:#FFF;
	text-shadow:none;
}

.front_page_nonpatterned_wrapper #header_front_title .cs-text-cut span {
	color:#FFF;
	text-shadow:none;	
}
