/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
	max-height:750px;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	max-height:750px;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
body {background: #FFFFFF;color:#434343;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;line-height: 25px;}

a:link{font-weight:400;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

#container{font-family:'Open Sans', Arial, sans-serif;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

.wrapper.home {margin: -22px auto 0!important;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

.section1 {width:100%; background: #FFFFFF; padding: 45px 0; font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

h1 {font-size: 45px;text-align:center; font-weight:200; /*letter-spacing:.04em;*/ color: #000; margin: 22px 10px ;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

h2 {font-size: 45px; line-height:59px; text-align:left; font-weight:200;  margin: 72px 10px 40px 11%; letter-spacing:-.04em; color: #000font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;;}

h3 {font-size: 1.6em; line-height:1.6em; margin:10px 0 -8px 0; padding:0; text-align:left; font-weight:400;color: #555454;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

h4 { font-size: 2.3em; font-weight: 300; letter-spacing: 0.0em; text-align: center; margin: 20px;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}
.whatsnew_item p { color: #626262;overflow: hidden;height: 55px; font-size: 15px; font-weight: 400; letter-spacing: -0.01em; line-height: 1.8em; text-align: justify; word-spacing: -0.1em;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}
p { color: #626262;font-size: 15px; font-weight: 400; letter-spacing: -0.01em; line-height: 1.8em; text-align: justify; word-spacing: -0.1em;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

p span {color: #000; font-weight:400;font-family:"Neue Helvetica W02", "Helvetica Neue", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ¥á¥¤¥ê¥ª, Meiryo, Î¢Ü›ÕýºÚów, "Microsoft JhengHei", Helvetica, Arial, sans-serif;}

.button_s span {color: #fff;}

.wrapper.home p a {font-size: 1.1em; line-height: 1.1em; display: block; margin-bottom: 10px;text-align:left;}

.wrapper.home img.nob {border: 0px;}

.section1 p {text-align:center; font-size: 15px; line-height: 1.7em; font-weight:400; padding: 0 17%;  color: #484848;}

.section2, .section3, .section4, .section5, .section6, .section7 {background: #fff; display: table; border-bottom: 1px solid #e3e3e3; padding: 0 0 60px 0; width: 100%;}

.section2, .section3, .section4, .section5, .section8 {background: #fff;}

.section2 p {padding: 0 33px 0 33px;}

.section2 h2 {margin: 46px 60px 15px 33px;}

.section2 img.coolant {display:none;}

.section2 img.coolant2 {margin: 60px 0 25px;}

.section2 .description_text{margin:20px 0px;}

.section2_video{ text-align:center;} 

.center_images{margin-left: auto; margin-right: auto;width:46.5%;padding:10px; }

.section3 p {margin: 15px 11% 10px;}

.section3 img.exhaust {display:none;}

.section3 img.exhaust2 {margin: 86px 0 30px;}

.section4 h2 {margin: 80px 60px 50px;  }

.section4 h2 span {width: 700px; display:block;}

.section5 h2 {margin: 80px 60px 50px;}

.section4 p {padding: 0 60px 20px ; list-style-position:}

.section4 .img1 { height:auto; float:right; margin: -105px 20px 15px 40px; width: 32%; }

.section4 .img2 { float: left; margin: 0 0 31px 60px; width: 85%;}

.section5 .img1 {width:80%; max-width: 500px; margin:0px 60px;}

.section6 p {padding: 0 60px 0 80px; max-width: 400px;}

.section6_video{width: 60%;float: right; margin: -56px 80px 15px 70px; max-width: 526px; position: relative}

.section7 p {padding: 0 23%;}

.section7_video{margin: 29px auto;width: 54%;}

.section6 h2, .section7 h2 {line-height: 140px; background: #e9e9e9; margin: 0; padding: 0; text-align: center;border-bottom:1px solid #bbb; }

.section6 h1 {text-align: left; padding: 0 60px 0 70px; letter-spacing: -0.04em; max-width:400px}

.section6 hr {margin: 30px 0 0 5%; color: #e1e1e1; height: 1px;}

.section7 table {padding: 0 23%;}

.section8 {text-align:center; margin: 0 0 100px 0; float:left;}

.section8 h1 { font-size: 7em; font-weight: 200; letter-spacing: 0em; text-align: left; color: white;margin: -413px 0 330px 8%;line-height:78px;}

.section8 p {font-size: 1.2em; text-align:left;font-weight:300; padding: 0; margin: 0px 0 0 100px;}

.section8 h3 {font-size: 1.2em; line-height:1.4em; margin:10px 0 4px 100px; padding:0; text-align:left; font-weight:400; color: #d12229}

.section8 h3 span{ color: #000}

.section8 a p {color: #000; margin-bottom: 2px; text-transform: uppercase}

.section8 a:hover p {color: #000; cursor:pointer;}

.section8 a h4 {color:#6d6d6d;text-align:left;padding:0;margin-left:100px;}

.section8 a:hover h4 {color: #D12229; cursor:pointer;}

.section8 div.third.six p span  {line-height: 1.1em; font-weight:300; }

.key-features p {padding: 0;}

.key-features ul {font-size: 1.4em; font-weight: 400; margin: 0 0 15px -25px; list-style:none;  }

.key-features ul li ul {font-size: 1em; margin: 0 0 0px -20px;}

.key-features li:before {content:"\B7"; color:#cb2c31; padding: 0 4px; font-size: 2em; vertical-align:middle;margin: 0 0 0 -15px;}

.key-features li {line-height: 1.6em; }

/*.key-features ul span {font-size: 2.2em; font-weight: 400; color: #CB2C31; vertical-align:middle; line-height:1.4em;}*/

.key-features {margin: 30px 0 0 0; float: left;}

/*.key-features span {font-size: 1.4em; font-weight: 400; margin: 0 0 15px 0px; padding: 0 5px }*/

.section4 div.key-features {margin: 79px 20px 0 40px; float: left; width: 50%}

.section5 div.key-features {margin: -23px 40px 0 20px; float: left; width: 43%}

.section5 div.key-features p {padding: 0 40px 0 0;}

.section7 div.key-features li {line-height: 1.8em;}

.submenu {background:#fff; color:#000; height:40px; width:100%; margin: 0 auto; border-bottom: 1px solid #929292;border-top: 1px solid #929292;}

.submenu.original { visibility:visible;}

.submenu.cloned {position:fixed; top: 0px; margin: 0px; z-index:4; display: none;}

.submenu-wrapper {max-width: 670px;  margin: 0 auto; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines; }

.submenu-wrapper a {font-weight:400; color: #000; padding: 10px 0 7px; display: inline-block; vertical-align:top; }

.submenu-wrapper a.active, .submenu-wrapper a:hover { color: #414141; border-bottom: 3px solid #d12229;font-weight:bold;}

.stretch { width: 100%; display: inline-block;font-size: 0;line-height: 0}

div.option { font-size: 17px; text-align:center; width: 150px; vertical-align: top; display: inline-block; *display: inline; }

.left2 {float: left; width: 53%;}

.right2 {float: right; width: 32.9%; margin: 0 130px 0 0 }

.left3 {width: 57%; margin-left: 99px; float:left;}

.right3 {min-height: 485px; width: 30%; float: left;}

.left4 {float: left; width: 44%;}

.bar-vid-img { width:60%; float:right; margin:-56px 80px 15px 70px; max-width:526px; position:relative }

span.fa-caret-down.icon { font-size: 5em; color: #9a9a9a; margin: -13px 0 0 250px; line-height: 11px; position: absolute; height: 25px; overflow: hidden;}

.third {min-height: 400px;margin-bottom:20px;}

.third img {height: 60px; width: 60px;}

.third img.w70 {height: 70px; width: 70px; margin: -5px 0 }

.video-container {position:relative; padding-bottom:56.25%; padding-top:0px; height:0; overflow:hidden;}

.video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

@media only screen and (max-width:1200px) { 

.section4 .img1 { width: 25%; margin: -105px 20px 97px 40px;}

}

@media only screen and (max-width:1100px) { 

.section4 h2 span {width: initial;}

.section4 .img1 { margin: 65px 20px 30px 40px; width: 30%; min-width: 260px; height: auto;}

.section4 div.key-features {margin: 0px 20px 0 40px; width: 44%}

.section8 a h4 { margin-left: 70px; width: 44%;}

.section8 h3, .section8 p {margin-left: 70px}

.bar-vid-img {margin: -75px 60px 15px 70px; width: 47%;}

.section8 h1 {margin: -354px 0 270px 8%;}

.section6_video{margin: 0px 80px 15px 70px;}

.center_images{width:62%; }

}

@media only screen and (max-width:985px) { 

h1 {font-size: 35px; }

.right2 {margin-right:70px;}

.section6 h1 {font-size: 40px}

.section6 p {max-width: initial;}

.section8 h1 {font-size:5em; margin: -250px 0 160px 16%;}

}

@media only screen and (max-width:880px) { 

h2 {font-size: 39px; margin: 50px 10px 40px 11%}

.third {min-height: 420px;}

.section6_video{width: 90%;margin:20px auto;float:none;max-width:600px;}

}

@media only screen and (max-width:825px) { 

.bar-vid-img { margin:9px 30px 15px; }

.section8 a h4, .section8 h3, .section8 p {margin-left: 50px;}

.left3 {margin-left:20px;}

.section4 h2 {margin: 50px 40px;}

.section4 p {padding: 0 40px 20px;}

.section7 table {padding: 0px 14%;}

.center_images{width:75%;}

}

@media only screen and (max-width:780px){

#contbody .wrapper.home {padding: 0px!important;}

section8 div.third.six p span {width: 120px; display: block;}

.submenu-wrapper {max-width: 600px;}

h1 {font-size: 30px; }

.section8 {margin: 0 0 40px;}

}

@media only screen and (max-width:720px){

.section4 h2 {margin: 50px 0px; text-align: center;}	

.section5 div.key-features {float: right; margin: -23px 40px; width: 34%;}

.section8 h1 {font-size: 3.6em;margin: -220px 0 171px 11%;line-height: 51px;}

.third {min-height: 440px;}

}

@media only screen and (max-width:690px){

h1 {font-size: 25px; }

h2 {font-size: 32px; line-height: 44px; margin: 25px 10px 40px 30px;}

.section1 p {padding: 0 70px; text-align: justify;}

.section2, .section3, .section4, .section5, .section6, .section7 {padding: 0 0 30px 0;}

.section4 h2 {margin: 25px 40px; text-align: left;}	

h4 {font-size: 2em;}

.section8 a h4 {width:auto;}

.third { float: left; width: 50%; min-height: 380px; }

.section8 a h4, .section8 h3, .section8 p { margin-left: 22%; margin-right: 11%;}

}

@media only screen and (max-width:660px){

.section5 div.key-features {float: none; margin: 0px auto; width: 81%;}

.section6 h1 {padding: 0 30px 0 20px}

.section6 p, .section7 p, .section7 table {padding: 0 30px;}

.half {float:none;}

h2 {font-size: 29px; line-height: 29px;}

.section2 img.coolant {display:block; float:right; margin: 0 0 10px 20px;}

.section2 img.coolant2 {display:none; }

.section3 img.exhaust {display:block; float:right; margin: 0 50px 10px 20px;}

.section3 img.exhaust2 {display:none; }

.left2 {width:97%;}

.left3 {width:94%;}

.right2 {float: none; margin: 20px auto; width: 80%;}

.right3 {float: none; margin: 20px auto; width: 72%;}

.section4 p {padding: 0 0 20px 40px;}

.section4 .img1 {width: 93%; margin: 35px 30px 26px 28px}

.section4 .img2 {margin: 0 0 31px 40px;}

.section7_video{width: 90%;}

.center_images{width:90%;}

}

@media only screen and (max-width:600px){

	.submenu-wrapper { max-width: 521px;}	

	.section5 .img1 {width:80%; margin:0px 10%;}

	.section6 h1 {font-size: 29px; margin-top: -7px!important;}

	.section8 h1 { margin: -150px 0 94px 16%;line-height: 45px; }

	.section8 a h4 { width: 215px; margin: 13px auto; text-align: center;}

	.section8 h3, .section8 p { margin: 0 auto; width: 205px; padding-left: 29px;}

	.third {min-height: auto; margin: 20px 0;}

	.third img {height: 60px; width: 60px;}

	.third img.w70 {height: 70px; width: 70px;}

	.section6 h2, .section7 h2 {line-height: 80px;}

}

@media only screen and (max-width:520px){

	h2 {margin: 25px 10px 40px 30px; font-size: 23px; font-weight:300;}

	.submenu-wrapper {margin: 0 20px;}

	.submenu-wrapper a {padding: 11px 0 9px}

	div.option {font-size: 14px; width: 110px }

	.section2 h2 {margin: 25px 30px 15px;}

	.section1 p, .section2 p { padding: 0 30px;}

	.section2 img.coolant {width: 35%; height: auto; marign: 0 0 10px 10px;}

	.right2 {margin: 20px 30px;}

	.left3 {margin-left:0; }

	.right3 {margin: 20px 30px;}

	.section3 img.exhaust {margin: 0 0 10px 10px; width: 38%; height: auto;}

	.section3 p {margin: 15px 30px 10px}

	.section4 h2 {margin: 25px 20px;}

	.section4 .img1 {margin: 25px 0; width: min-width:initial; float:left; width: 95%;}

	.left4 {width: 92%;}

	.section4 p {padding: 0 0 20px 20px;}

	.section4 .img2 {width: 96%;margin: 0 0 30px 18px}

	.section4 div.key-features {margin: 0 20px; width: 87%;}

	.wrapper.home div.section4 p a { margin-bottom: 0;}

	.section5 h2 {margin: 25px 45px;}

	.section5 img { margin: 0 30px!important;}

	.third {width:100%;}

	.section8. a h4 { margin: 13px auto; padding-left: 0px; width: 100%; text-align:center;}

	.section8 h3, .section8 p { padding-left: 9%; width: 50%; }

}

@media only screen and (max-width:400px){

	p {font-size: 14.5px;}

	.wrapper.home p a {min-width: 215px; width: 98%; }

	div.option {width: 84px ; line-height: 13px;}

	.submenu-wrapper {margin: 0 10px;}

	.submenu-wrapper a {padding: 5px 0 7px;}	

	.section8 h1 {margin: -110px 0 60px 16%;}

}