/* fp_box */
.fp_box {
	display: block;
	position: relative;
	background: url(../Images/box.png) top left no-repeat;
	width: 228px;
	height: 210px;
	color: #333 !important;
	text-decoration: none !important;
	text-align: center;
}

.fp_box img {
	margin: 30px 0 0 0;
}

.fp_box h2 {
	font-size: 23px;
}

.fp_box_text {
	font-size: 12px;
	line-height: 18px !important;
	display: block;
	padding: 0 10px;
}


/* fp_intro */
.fp_intro_wrap {
	display: block;
	position: relative;
	height: 550px;
	overflow: hidden;
	background-color: #000;
	line-height: 0px;
}

.fp_intro_wrap .img_wrap {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.fp_intro_wrap .bg {
	display: none;
	min-width: 978px;
}

* + html .fp_intro_wrap .bg {
	display: block;
}

.fp_intro_content {
	display: block;
	position: absolute;
	z-index: 10;
	margin: 190px 0px 0px -490px;
	width: 1000px;
	left: 50%;
}

.fp_intro_content h1 {
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #FFF;
}

.fp_intro_content h2 {
	font-size: 22px;
	margin-bottom: 25px;
	color: #FFF;
	line-height: 28px;
}

.fp_intro_content a {
	text-transform: uppercase;
	font-size: 18px;
}


/* download-btn */
.kemmer_downloadbtn {
	display: block;
	background: url(../Images/downloadbtn.jpg) top left;
	width: 308px;
	height: 80px;
	position: relative;
}

.kemmer_downloadbtn_text {
	margin: 20px 0px 0px 80px;
	display: block;
	position: absolute;
	color: #333 !important;
	font-size: 20px;
	text-transform: uppercase;
}

.kemmer_downloadbtn_fileinfo {
	margin: 42px 0px 0px 80px;
	display: block;
	position: absolute;
	color: #333 !important;
	font-size: 12px;
}
