﻿/* CSS Document */

/*------------------------------------------------------------------------------*/
/*		CSS FIX   http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126
/*------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*
html, body
{
    overflow-y: scroll;
}
*/

body {
    line-height: 1;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------------------------------------*/
/*		General Setting
/*------------------------------------------------------------------------------*/

body {
	font-family: "微軟正黑體", "黑體", Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	position: relative;
}

.container-1002
{
	width: 1002px;
	margin-left: auto;
	margin-right: auto;	
	display: block;
	clear: both;
	position: relative;
}

.container-978
{
	width: 978px;
	margin-left: auto;
	margin-right: auto;	
	display: block;
	clear: both;
	position: relative;
}

.full-height {
	height: 100%;
}

.to-right {
	float: right;
}

.to-left {
	float: left;
}

.to-bottom {
	bottom: 0;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: left;
	}

.column-last {
	margin-right: 0px !important;
	clear: right;
}

a, .community-video-block, .get-flickr img{
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

hr {
	color: #333;
	height: 1px;
	border: 0;
	background-color: #333;
}

.page-block {
	min-height: 875px;
	background: #333;
}

::selection {
	background: #0098d9;
	}
::-moz-selection {
	background: #0098d9;
}


/*------------------------------------------------------------------------------*/
/*		Menu System
/*------------------------------------------------------------------------------*/

#menu {
	position: fixed;
	z-index: 10;
}

#menu-top {
	width: 100%;
	height: 60px;
	position: fixed;
	background: url(../images/menu-bg.png) center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.menu-logo {
	margin-top: 15px;
	margin-left: 9px;
	float: left;
}

.menu-system {
	margin-right: 1px;
}

#menu-top-wrap li {
	display: inline;
	margin-right: 30px;
	line-height: 60px;
	float: left;
}

#menu-top-wrap a {
	color: #FFF;
	font-size: 0.85em;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	/*
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	*/
}	

#menu-top-wrap a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

.link-active a {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

#menu-second {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 60px;
	background: rgba(255, 255, 255, 0.75);
	display: none;
}

.menu-vehicle-selector-wrap {
	position: absolute;
	right: -9px;
}

.menu-vehicle-selector {	
	text-align: center;
}

.menu-vehicle-selector img {
	margin-top: 5px;
	margin-bottom: 8px;
}

.menu-vehicle-selector a, a:visited {
	width: 120px;
	height: 106px;
	color: #000;
	font-size: 0.75em;
	font-weight: 700;
	text-decoration: none;
	margin: 7px 3px 7px 4px;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu-vehicle-selector a:hover {
	background: rgba(255, 255, 255, 0.75);
}


/*------------------------------------------------------------------------------*/
/*		Home
/*------------------------------------------------------------------------------*/

#home {
	position:relative;
}

.home-slides-wrap {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.home-slides-wrap ul {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border:0;
}

.home-slides-wrap ul li, .home-slides {
	float:left;
}

.home-slides {
	position: relative;
}

#home-slide-box-01, #home-slide-box-02, #home-slide-box-03, #home-slide-box-04, #home-slide-box-05 {
	width: 978px;
	position: absolute;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

#home-slide-box-01 .home-slide-box-content {
	margin-top: 200px;
}


#home-slide-box-05 .home-slide-box-content {
	margin-top: 600px;
}


.home-slide-box-content-tec {
	/*width: 800px;*/
	height: 200px;
	display: inline-block;
	margin-left: 530px;
	position: relative;
	margin-top:250px;
}


.home-slide-box-content-tec h3{
	font-family: 'Web-Symbols';
	margin: 0;
	padding: 0;
	display: inline-block;
	padding-right: 5px;
	-moz-text-shadow: 0 0 10px #bbb;
-webkit-text-shadow: 0 0 10px #bbb;
text-shadow: 0 0 10px #bbb;

}

.home-slide-box-content-tec h8{
		font-size: 5.2em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 1px;
	color: #0599d9;;
	text-shadow: 1px 1px 1px #666;
}



.home-slide-box-content-tec a, a:visited {
	color: #000;
	
	font-size: 1em;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.home-slide-box-content-tec a:hover {
	
	color: #0599d9;
}



.home-slide-box-content {
	width: 800px;
	height: 200px;
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

.home-slide-box-content-half {
	width: 50% !important;
	margin-left: 0 !important;
}

.home-slide-box-content-full {
	width: 100% !important;
	margin-left: 0 !important;
}

.home-slide-box-content h1, h2, h4, h5, h6 {
	color: #FFF;
	font-family: 'Oswald';
	text-transform: uppercase;
}

.home-slide-box-content h1 {
	font-size: 3em;
	font-weight: 500;
	line-height: 22.2em;
	letter-spacing: 0px;
	
}

.home-slide-box-content h2 {
	font-size: 2.8em;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 1px;	
	
}

.home-slide-box-content h3 {
	font-family: 'Web-Symbols';
	margin: 0;
	padding: 0;
	display: inline-block;
	padding-right: 5px;
	-moz-text-shadow: 0 0 10px #bbb;
-webkit-text-shadow: 0 0 10px #bbb;
text-shadow: 0 0 10px #bbb;
}

.home-slide-box-content h4 {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 1px;
text-shadow: 1px 1px 6px #666;
}

.home-slide-box-content h5 {
	font-size: 4.5em;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 1px;
	float:right;
	color:0599d9;	
text-shadow: 1px 1px 6px #666;
}

.home-slide-box-content h6 {
	font-size: 4.3em;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 1px;
text-shadow: 1px 1px 6px #666;
}

.home-slide-box-content h7 {
	font-size: 5.2em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 1px;
	color: #FFF;
text-shadow: 1px 1px 6px #666;
}

.home-slide-box-content h8 {
	font-size: 5.2em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 1px;
	color: #0599d9;;
	text-shadow: 1px 1px 6px #666;
}

.home-slide-box-content h9 {
	font-size: 5.2em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 1px;
	color: #FFF;
text-shadow: 1px 1px 6px #666;
}

.home-slide-box-content hr {
	color: #FFF;
	height: 10px;
	border: 0;
	background-color: #FFF;
	margin-top: 16px;
	margin-bottom: 16px;
}

.home-slide-box-content a, a:visited {
	color: #000;
	
	font-size: 1em;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.home-slide-box-content a:hover {
	
	color: #0599d9;
}

.home-slide-box-content p {
	color: #FFF;
	font-size: 1.0em;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 5px;
}


/*------------------------------------------------------------------------------*/
/*		Blocker
/*------------------------------------------------------------------------------*/

#blocker {
	width: 50px;
	height: 120px;
	position: fixed;
	right: 10px;
	top:0; 
	bottom:0; 
	margin-top:auto; 
	margin-bottom:auto; 
	background: rgba(0, 0, 0, 0.1);
	z-index: 15;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	display: none;
}

.blocker-sector {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.blocker-sector a, a:visited {
	color: #FFF;
	font-size: 0.75em;
	font-weight: 600;
	text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=50);
}

.blocker-sector a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
}

/*------------------------------------------------------------------------------*/
/*		About
/*------------------------------------------------------------------------------*/

#about-wrap {
	width: 978px;
	margin: auto;
	display: block;
	clear: both;
	position: relative;
}

#about-title {
	width: 978px;
	height: 15%;
	min-height: 120px;
	content: '';
	display: table;
	margin-left: 12px;
	vertical-align: middle;
}

.about-title-content {
	color: #FFF;
	width: 978px;
	font-family: 'Oswald';
	font-size: 4em;
	font-weight: 300;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

.about-block {
	width: 306px;
	height: 85%;
	margin-right: 30px;
	/*background: rgba(0, 0, 0, 0.6);*/
	background: rgba(0, 0, 0, 0.0);
	float: left;
	position: relative;
}

.about-block-title {
	color: #0099CC;
	height: 48px;
	/*background-color: #000;*/
	font-family: Oswald;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 48px;
	padding-left: 48px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}

.about-brand-story-bg, .about-technology-bg, .about-vision-bg {
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: left top;
}

.about-brand-story-bg {
	background-image: url(../images/about-title-brand-story-bg.png);	
}

.about-technology-bg {
	background-image: url(../images/about-title-technology-bg.png);	
}

.about-vision-bg {
	background-image: url(../images/about-title-vision-bg.png);	
}

.about-block-content {
	padding: 15px 10px 15px 15px;	
	overflow: hidden;
}

.about-block-content h3 {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.about-block-content p {
	color: #A8A8A8;
	font-size: 0.7em;
	line-height: 1.45em;
	padding-bottom: 15px;
}


/*------------------------------------------------------------------------------*/
/*		Vehicles
/*------------------------------------------------------------------------------*/

.vehicle-block {
	height: 65%;
	min-height: 550px;
	position: relative;
}

.vehicle-switch {
	left: 0;
	bottom: 10px;
	position: absolute;
	z-index: 7;
}

.vehicle-switch a {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:alpha(opacity=3);
}

.vehicle-switch a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=7);
}
	
.vehicle-model-image {
	left: 10px;
	bottom: 10px;
	position: absolute;
	z-index: 6;
}

.vehicle-model-desc {
	width: 420px;
	right: 10px;
	bottom: 100px;
	position: absolute;
	z-index: 0;
	text-align: right;
}

.vehicle-model-desc-button {
	color: #FFF;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

.vehicle-model-desc-button a, a:visited {
	color: #FFF;
	font-size: 0.7em;
	font-weight: 600;
	text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=5);
	
}

.vehicle-model-desc-button a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=1);
}

.vehicle-model-desc-button-wrap {
	text-align: center;
	display: inline-block;
}

.vehicle-model-desc-button-wrap img{
	margin: 0 auto;
	display: block;
}

.vehicle-model-desc h1 {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 5em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 6px #666;
	

}
.vehicle-model-desc h8 {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 3.6em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 6px #666;
}



.vehicle-model-desc p {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 10px 0;
}

.vehicle-model-desc p1 {
	color: #0599d9;
	font-family: 'Oswald';
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 10px 0;
}




.vehicle-features_tac {
	height: 35%;
	min-height: 650px;
	background: #F5F5F5;
	position: relative;
}


.vehicle-features_tac h3 {
		font-family: Oswald;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 10px;
}


.vehicle-features_outdoorsports {
	height: 35%;
	min-height: 300px;
	background: #F5F5F5;
	position: relative;
}

.vehicle-features_watersports {
	height: 35%;
	min-height: 300px;
	background: #F5F5F5;
	position: relative;
}


.vehicle-features_other {
	height: 35%;
	min-height: 300px;
	background: #F5F5F5;
	position: relative;
}


.vehicle-features {
	height: 35%;
	min-height: 406px;
	background: #F5F5F5;
	position: relative;
}

.vehicles-features-block {
	width: 222px;
	color: #707070;
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}


.vehicles-features-block1 {
	width: 200px;
	color: #e7e7e7;
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 26px;
	margin-right: 15px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #ccc 0px 1px 1px;
-moz-box-shadow: #ccc 0px 1px 1px;
box-shadow: #ccc 0px 1px 1px;
background: #e7e7e7;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cccccc), to(#e7e7e7));
background: -moz-linear-gradient(#cccccc, #e7e7e7);
-pie-background: linear-gradient(#cccccc, #e7e7e7);
behavior: url(PIE.htc);
	
}

.vehicles-features-block2 {
	width: 222px;
	color: #e7e7e7;
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 5px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #ccc 0px 1px 1px;
-moz-box-shadow: #ccc 0px 1px 1px;
box-shadow: #ccc 0px 1px 1px;
background: #e7e7e7;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cccccc), to(#e7e7e7));
background: -moz-linear-gradient(#cccccc, #e7e7e7);
-pie-background: linear-gradient(#cccccc, #e7e7e7);
behavior: url(PIE.htc);
	
}


.vehicles-features-block p {
	width: 222px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*------------------------------------------------------------------------------*/

/*visit us三個標題文字容器寬度*/
/*------------------------------------------------------------------------------*/


.visitus-block {
	height: 65%;
	min-height: 550px;
	position: relative;
}

.visitus-switch {
	left: 0;
	bottom: 10px;
	position: absolute;
	z-index: 7;
}

.visitus-switch a {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:alpha(opacity=3);
}

.visitus-switch a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=7);
}
	
.visitus-model-image {
	left: 10px;
	bottom: 10px;
	position: absolute;
	z-index: 6;
}

.visitus-model-desc {
	width: 385px;
	right: 10px;
	bottom: 100px;
	position: absolute;
	z-index: 6;
	text-align: right;
}

.visitus-model-desc-button {
	color: #FFF;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

.visitus-model-desc-button a, a:visited {
	color: #FFF;
	font-size: 0.7em;
	font-weight: 600;
	text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=5);
	
}

.visitus-model-desc-button a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=1);
}

.visitus-model-desc-button-wrap {
	text-align: center;
	display: inline-block;
}

.visitus-model-desc-button-wrap img{
	margin: 0 auto;
	display: block;
}

.vehicle-model-desc h1 {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 5em;
	font-weight: 700;
	text-transform: uppercase;
}
.visitus-model-desc h8 {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 3.6em;
	font-weight: 700;
	text-transform: uppercase;
}

.vehicle-model-desc h20 {
	color: #0599d9;
	font-family: 'Oswald';
	font-size: 4.5em;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
}



.visitus-model-desc p {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 10px 0;
}


.visitus-model-desc p {
	color:  #0599d9;
	font-family: 'Oswald';
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 10px 0;
}



.visitus-features {
	height: 35%;
	min-height: 406px;
	background: #F5F5F5;
	position: relative;
}

.visitus-features-block {
	width: 222px;
	color: #707070;
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 80px;
}

.visitus-features-block p {
width: 240px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*------------------------------------------------------------------------------*/

/*certif三個標題文字容器寬度*/
/*------------------------------------------------------------------------------*/



.certif-block {
	height: 65%;
	min-height: 550px;
	position: relative;
}

.certif-switch {
	left: 0;
	bottom: 10px;
	position: absolute;
	z-index: 7;
}

.certif-switch a {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:alpha(opacity=3);
}

.certif-switch a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=7);
}
	
.certif-model-image {
	left: 10px;
	bottom: 10px;
	position: absolute;
	z-index: 6;
}

.certif-model-desc {
	width: 385px;
	right: 10px;
	bottom: 100px;
	position: absolute;
	z-index: 6;
	text-align: right;
}

.certif-model-desc-button {
	color: #FFF;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

.certif-model-desc-button a, a:visited {
	color: #FFF;
	font-size: 0.7em;
	font-weight: 600;
	text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=5);
	
}

.certif-model-desc-button a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=1);
}

.certif-model-desc-button-wrap {
	text-align: center;
	display: inline-block;
}

.certif-model-desc-button-wrap img{
	margin: 0 auto;
	display: block;
}

.certif-model-desc h1 {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 5em;
	font-weight: 700;
	text-transform: uppercase;
}
.certif-model-desc h8 {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 3.6em;
	font-weight: 700;
	text-transform: uppercase;
}



.certif-model-desc p {
	color: #FFF;
	font-family: Oswald , 微軟正黑體 , 黑體 ;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 10px 0;
}

.certif-features {
	height: 35%;
	min-height: 406px;
	background: #F5F5F5;
	position: relative;
}

.certif-features-block {
	width: 222px;
	color: #707070;
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 80px;
}

.certif-features-block p {
	width: 280px;	
	margin: 0 auto;
}



#products h2, #tcert h2, #visitus h2 {
	font-family: Oswald , 微軟正黑體 , 黑體 ;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 6px;
}

#vehicles-outdoorsports h2, #vehicles-watersports h2, #vehicles-end-use h2 {
	font-family:  Oswald , 微軟正黑體 , 黑體 ;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333;	
}



#visitus h10 {
	font-family: Oswald;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	display: block;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 2px;
	color: #333333;	
}



#products h2 {
	color: #333;	
}

#tcert h2 {
	color: #a15801;
	font-family: Oswald;
}

#visitus h2 {
	color: #333;
}




#products h3, #tcert h3, #visitus h3 #vehicles-outdoorsports h3 {
	font-family: Oswald , 微軟正黑體 , 黑體 ;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 10px;
}

#products h3 {
	color: #333;	
}

#tcert h3 {
	color: #a15801;
	font-family: Oswald;
}

#visitus h3 {
	color:#333;
}


/*------------------------------------------------------------------------------*/
/*		Community
/*------------------------------------------------------------------------------*/

#community {
	z-index: 8;
}

#community-wrap {
	width: 978px;
	margin: auto;
	display: block;
	clear: both;
	position: relative;
}

#community-title {
	width: 978px;
	height: 15%;
	min-height: 120px;
	content: '';
	display: table;
	margin-left: 12px;
	vertical-align: middle;
}

.community-title-content {
	color: #FFFFFF;
	width: 978px;
	font-family: Oswald;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

.community-block {
	background: rgba(0, 0, 0, 0.3);
	float: left;
	position: relative;
}

.community-block-title {
	color: #FFF;
	height: 38px;
	background-color: #000;
	font-family: 'Oswald';
	font-size: 1em;
	font-weight: 700;
	line-height: 38px;
	padding-left: 38px;
}

.community-block-title img {
	float: right;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=400);
}

.community-block-title img:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter:alpha(opacity=60);
}

#community-videos {
	width: 978px;
	height: 290px;
	margin-bottom: 5px;
}

#community-photos {
	width: 420px;
	height: 450px;
	margin-right: 5px;
}

#community-social {
	width: 553px;
	height: 450px;
}

.community-block-content {
	margin: 10px;
	height: 100%;
}

.community-videos-bg, .community-photos-bg, .community-social-bg {
	background-size: 38px 38px;
	background-repeat: no-repeat;
	background-position: left top;
}

.community-videos-bg {
	background-image: url(../images/community-title-videos-bg.png);	
}

.community-photos-bg {
	background-image: url(../images/community-title-photos-bg.png);	
}

.community-social-bg {
	background-image: url(../images/community-title-social-bg.png);	
}

.community-video-block {
	width: 218px;
	background: #000;
	border: #000 4px solid;
	display: inline-block;
	float: left;
	margin: 6px 6px 6px 7px;
}

.community-video-block:hover {
	background: #b72126;
	border: #b72126 4px solid;
}

.community-video-block a {
	text-decoration: none;
}

.community-video-block h1 {
	color: #FFF;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 7px 6px 3px 6px;
}

.community-video-block p {
	color: #AAA;
	font-size: 0.65em;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 6px;
}

#flickr-wrap {
	padding-left: 0px;
}


/*------------------------------------------------------------------------------*/
/*		Distributors
/*------------------------------------------------------------------------------*/

#dist-list-wrap {
	background: #b72126;
}

#dist-list-title {
	height: 128px;
	background: #000;
	border-bottom: #b72126 1px solid;
	position: relative;
}

#dist-list-area {
	height: 60px;
	background: #262626;
}

.dist-list-content h1 {
	color: #FFF;
	font-size: 2em;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 10px;
}


/*------------------------------------------------------------------------------*/
/*		Contact Window
/*------------------------------------------------------------------------------*/

#contact-window-wrap {
	width: 100%;
	height: 260px;
	position: fixed;
	bottom: 36px;
	display: none;
	z-index: 10;
}

#contact-window {
	weight: 978px;
	height:260px;
	/*background: rgba(0, 0, 0, 0.8);*/
	background-image:url("bgbg.png");	
	display: relative;
}

.contact-window-open {
	background: rgba(0, 0, 0, 0.7) !important;
}

.contact-window-open a {
	color: #FFF !important;
}

#contact-window-form {
	width: 718px;
	height: 260px;
	border-right: #333 0px solid;
}

.contact-window-content {
	padding: 20px 20px 5px 20px;
}

.contact-window-content a, a:visited{
	color: #fff;
	text-decoration: none;
}

.contact-window-content a:hover {
	color: #b72126;
}

.contact-window-content h2 {
	color: #0099cc;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	display: block;
	padding-bottom: 10px;
}	

#contact-form-table td {
	color: #BBB;
	font-size: 0.8em;
	font-weight: 600;
	padding: 6px 10px 6px 0px;
}

#contact-form-table input, select, textarea {
	width: 240px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	background: #bbb;
	padding: 6px;
	border: 0;
}

.contact-form-submit {
	width: 100px !important;
	height: 30px;
	color: #BBB !important;
	font-size: 1em !important;
	font-weight: 600 !important;
	line-height: 15px;
	background: #000 !important;
	border: #BBB 1px solid !important;
	margin-right: 8px;
	cursor:alias;
}

#contact-window-info {
	width: 259px;
}

.contact-window-info-text {
	color: #FFF;
	font-size: 0.85em;
	font-weight: 300;
	line-height: 20px;
	padding-left: 30px;
	padding-bottom: 12px;
}

.contact-window-info-bg {
	background-size: 22px 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-01 {
	background-image: url(../images/contact-window-info-bg-add.png);
}
	
.bg-02 {
	background-image: url(../images/contact-window-info-bg-tel.png);
}

.bg-03 {
	background-image: url(../images/contact-window-info-bg-email.png);
}

.bg-04 {
	font-size: 1em !important;
	background-image: url(../images/contact-window-info-bg-list.png);
}

#contact-window-close {
	position: absolute;
	top: 0;
	right: 0;
}

.contact-window-response-text {
	color: #DDD;
	font-size: 0.85em;
	font-weight: 300;
	line-height: 20px;
}

#contact-window-form-message {
	color: #F90;
	font-size: 1em;
	font-weight: 400;
	line-height: 25px;
	float: left;
}

/*------------------------------------------------------------------------------*/
/*		Notices
/*------------------------------------------------------------------------------*/

#notices {
	color: #fff;
	font-size: 0.5em;
	line-height: 1.8em;
	/*background: #222;*/
	padding: 40px 0 30px 0;
}

.notices-block {
	padding: 15px 10px 10px 10px;
}
 
.notices-block h1 {
	font-weight: 700;
}

.notices-block ol {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 5px;
}

.notices-block ol ol {
	list-style-type: square;
}

/*------------------------------------------------------------------------------*/
/*		Footer System
/*------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	height: 36px;
	position: fixed;
	bottom: 0;
	z-index: 10;
}

#footer-content {
	color: #999;
	font-size: 0.65em;
	height:36px;
	background: rgba(0, 0, 0, 0.6);
	line-height: 36px;
}

.footer-logo {
	margin-top: 13px;
	margin-left: -4px;
	float: left;
}

#footer-right-panel {
	height: 36px;
	position: relative;
	float: right;
	/*background: rgba(255, 255, 255, 0.85);*/
}

#footer-contact-trigger {
	width: 72px;
	line-height: 36px;
	position: absolute;
	right: 72px;
	background: rgba(61, 154, 194, 0.65);
	padding-left: 10px;
}

#footer-contact-trigger a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}

#footer-contact-trigger a:hover {
	color: #000;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}


#footer-privacy-trigger {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
	
	width: 36px;
	line-height: 36px;
	position: relative;
	float:right;
	right: 1px;
	
	/*background: rgba(61, 154, 194, 0.65);*/
	padding-left: 1px;
	top: 0px;
	left:0px;
	
}

#footer-privacy-trigger a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}

#footer-privacy-trigger a:hover {
	color: #000;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}



#footer-fb-trigger img:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
}

#footer-lan-select{
    width: 230px;
	line-height: 36px;
	position: absolute;
	right: 75px;
	padding-left: 10px;
	color: #fff;
	
}

#footer-lan-select a{
 
	color: #E7E7E7;
	text-decoration: none;
}

#footer-lan-select a:hover{
 
	color: #0099CC;
	text-decoration: none;
}

/*------------------------------------------------------------------------------*/
/*	contact2 Window
/*------------------------------------------------------------------------------*/

#contact2-window-wrap {
	width: 100%;
	height: 620px;
	position: fixed;
	bottom: 36px;
	display: none;
	z-index: 10;
}

#contact2-window {
	weight: 978px;
	height: 620px;
	background: rgba(0, 0, 0, 0.8);
	display: relative;
}

.contact2-window-open {
	background: rgba(0, 0, 0, 0.7) !important;
}

.contact2-window-open a {
	color: #FFF !important;
}

#contact2-window-form {
	width: 718px;
	height: 620px;
	border-right: #333 1px solid;
}

.contact2-window-content {
	padding: 20px 20px 5px 20px;
}

.contact2-window-content a, a:visited{
	color: #333;
	text-decoration: none;
}

.contact2-window-content a:hover {
	color: #b72126;
}

.contact2-window-content h2 {
	color: #0099cc;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	display: block;
	padding-bottom: 15px;
	padding-left: 25px;
}	

#contact2-form-table td {
	color: #bbb;
	font-size: 0.8em;
	font-weight: 600;
	padding: 6px 10px 6px 0px;
}

#contact2-form-table input, select, textarea {
	width: 240px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	background: #bbb;
	padding: 6px;
	border: 0;
}

.contact2-form-submit {
	width: 100px !important;
	height: 30px;
	color: #BBB !important;
	font-size: 1em !important;
	font-weight: 600 !important;
	line-height: 15px;
	background: #000 !important;
	border: #BBB 1px solid !important;
	margin-right: 8px;
}

#contact2-window-info {
	width: 978px;
}

.contact2-window-info-text {
	color: #FFF;
	font-size: 0.75em;
	font-weight: 300;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}

.contact2-window-info-bg {
	background-size: 22px 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-01 {
	background-image: url();
}
	
.bg-02 {
	background-image: url(../images/contact-window-info-bg-tel.png);
}

.bg-03 {
	background-image: url(../images/contact-window-info-bg-email.png);
}

.bg-04 {
	font-size: 1em !important;
	background-image: url(../images/contact-window-info-bg-list.png);
}

#contact2-window-close {
	position: absolute;
	top: 0;
	right: 0;
}

.contact2-window-response-text {
	color: #DDD;
	font-size: 0.85em;
	font-weight: 300;
	line-height: 20px;
}

#contact2-window-form-message {
	color: #F90;
	font-size: 1em;
	font-weight: 400;
	line-height: 25px;
	float: left;
}


/*------------------------------------------------------------------------------*/
/*		Footer2 System
/*------------------------------------------------------------------------------*/

#footer2 {
	width: 100%;
	height: 36px;
	position: relative ;
	bottom: 0;
	z-index: 10;
}

#footer2-content {
	color: #999;
	font-size: 0.65em;
	height:36px;
	background: rgba(0, 0, 0, 0.6);
	line-height: 36px;
}

.footer2-logo {
	margin-top: 13px;
	margin-left: 13px;
	float: left;
}

#footer2-right-panel {
	height: 36px;
	position: relative;
	float: right;
	/*background: rgba(255, 255, 255, 0.85);*/
}

#footer2-contact-trigger {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
	float:right;
	
}

#footer2-contact-trigger a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}

#footer2-contact-trigger a:hover {
	color: #000;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}

#footer2-fb-trigger img:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
}


#footer2-video-trigger img:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
	float:left;
	
}




#footer2-lan-select {
	height: 36px;
	position: relative ;
	float: right;
	right: 130px;
	
}












#footer3-right-panel {
	height: 36px;
	position: relative;
	float: right;
	/*background: rgba(255, 255, 255, 0.85);*/
}

#footer3-contact-trigger {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
}

#footer3-contact-trigger a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}

#footer3-contact-trigger a:hover {
	color: #000;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	display: block;
}

#footer3-fb-trigger img:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
}


#footer3-video-trigger img:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
	float:left;
	
}




#footer3-lan-select {
	height: 36px;
	position: relative ;
	float: right;
	right: 130px;
	
}


#footer3-lan-select {
	height: 36px;
	position: relative ;
	float: right;
	right: 130px;
	
}

 
 	.mfp-iframe-scaler .mfp-title {
position: absolute;
margin-top: 10px;   	}