/* header
-------------------------------------------------- */
.scrollToTop{
	width:88px; 
	height:88px;
	padding:10px; 
	background: url(../images/top.png) center top no-repeat;
	text-align:center;
	position:fixed;
	bottom:200px;
	right:40px;
	display:none;
	z-index:100;
}
.header-wrap{background-color: #0d559a;}
#homeBanner {
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	position: relative;
	padding-top: 1px;
	overflow: hidden;
}
#bannerText {
	top: 90px;
	width: 100%;
}

#bannerText h2, #bannerText h3 {
	color: #666;
	font-size: 55px;
	display: block;
	text-shadow: 0 1px 3px rgba(255,255,255,1);
	margin: 80px auto 0;
	padding: 0;
}
#bannerText h3 {
	font-size: 32px;
	color: #F60;
	margin-top: 15px;
	text-shadow: 0 1px 3px rgba(255,255,255,1);
	letter-spacing: 7px;
	}
#homeBanner p {
	font-size: 24px;
	display: block;
	text-shadow: 0 1px 3px rgba(255,255,255,1);
	margin: 20px 0 20px;
	line-height:1.5em;
}
#bannerText .banner-img{
	margin:50px 0 50px;
}
.btn-ios { background-image:url(../images/bnt_ios.png); display:inline-block; margin: 10px 10px 0 10px; width: 180px; height: 60px;}
.btn-ios:hover { background-image:url(../images/bnt_ios_h.png); display:inline-block; margin: 10px 10px 0 10px; width: 180px; height: 60px;}
.btn-android { background-image:url(../images/bnt_android.png); display:inline-block;width: 180px; height: 60px; margin: 10px 10px 0 10px;}
.btn-android:hover { background-image:url(../images/bnt_android_h.png); display:inline-block;width: 180px; height: 60px; margin-top: 10px 10px 0 10px;}
.nav {
  position:fixed;
  width: 100%;
  height: 60px;
  padding:0 10px;
  text-align: center;
  background: rgb(0,160,233); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,160,233,1) 0%, rgba(0,104,183,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,160,233,1)), color-stop(100%,rgba(0,104,183,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A0E9', endColorstr='#0068B7',GradientType=0 ); /* IE6-9 */
  background-size: auto 200%;
  transition: background-position 0.5s;
  z-index:9999;
}
.nav ul {display: inline-block;width: 1000px;}
.nav li {
  float: left;
  width: 25%;
  height: 60px;
}
.nav li a {
	display: block;
	color:#fff;
	font-size:20px;
	font-weight:bold; 
	height: 60px;
	line-height:60px;
	background: rgb(0,160,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,160,233,1) 0%, rgba(0,104,183,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,160,233,1)), color-stop(100%,rgba(0,104,183,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,160,233,1) 0%,rgba(0,104,183,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A0E9', endColorstr='#0068B7',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px #006;
    background-size: auto 200%;
    transition: background-position 0.5s;
	text-decoration: none !important;
}
.nav li a:hover, .nav li a:active { 
text-decoration:none !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0083c1+0,006fae+100 */
background: #0083c1; /* Old browsers */
background: -moz-linear-gradient(top,  #0083c1 0%, #006fae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0083c1), color-stop(100%,#006fae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0083c1 0%,#006fae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0083c1 0%,#006fae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0083c1 0%,#006fae 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0083c1 0%,#006fae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083c1', endColorstr='#006fae',GradientType=0 ); /* IE6-9 */ 
}
.show_on{display:none;}
.mst{margin:30px 0 0;}
.bg1{background:url(../images/bgs.jpg) repeat;}

/* Featurettes
------------------------- */
.featur-center, .featurette {margin: 60px auto;}
.featur-center h3{font-size:42px; text-align:center; margin-bottom: 30px;}
.featur-center p, .featur-center p {text-align:center; margin-top: 30px;}
.featurette h3, .stuff h3 {font-size:42px; margin:30px 0; }
.featurette-last { margin-top: 80px;}
.featurette-last h3 {font-size:42px; margin:70px 0 0 50px;}
.featurette-last p {margin: 30px 0 30px 50px;}
.featurette-last img { margin-bottom: -30px;}
.bg-gray {background-color:#eaeaea;}
.bg-yellow {background-color:#ffba13;}
.bg-blue {background-color:#0d559c;}
.white {color:#fff;}
.mail a { color:#ff8a00;}
.mail a:hover { color:#ffe115;}
.coinfo {text-align: right;}
.prices{font-size:2em; color:#F36; font-weight:bold;}
.stuff p {margin-bottom:0px !important; font-size:20px;}
.stuff ol li{list-style:decimal; font-size:15px; color:#fff;}
.stuff ol li a {color:#3CF}
.bg_cloth{background:url(../images/bgs.jpg) repeat;}
.bg_white{background:#fff;}
.prices{margin:0 0 20px;}
.mmt80{margin:80px 0 0;}
.lead {font-size: 2em; margin-bottom:10px;}
.stuff ol li ul{margin-left:15px;}
.stuff ol li ul li.jus{list-style: square;}
.rwdp{font-size:20px;}

/* Form
------------------------- */
.round{ border-radius:5px; border:#dddddd 1px solid; padding:10px 0;}
.round p{font-size:1.5em; margin:15px 0 0;}
button.btn-default{height:50px;}
.hatch a{margin:0 10px 15px;}
.rwds{width:60%; margin:0 auto 20px;}
img.ditch{width:20%; padding:0; margin:15px 0;}

/* Footer
-------------------------------------------------- */
footer{ background-color: #333; padding: 50px 0;}
.footer p {line-height: 1.5em;}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* Between Medium and Small size 1280x 800 */
/*@media only screen and (max-width: 1280px) and (min-width: 1025px) and (min-height: 300px)  and (max-height: 900px)  { 
  	#homeBanner {height: 600px;}
}*/

/* iPad 橫式 1024x768 --------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) and (min-width: 970px) { 
	.scrollToTop {z-index:-100; display:none !important; right: -40px;}
    .scrollToTop{ z-index: -5;}
    /*#homeBanner {height: 700px;}*/
	#homeBanner {background: url(../images/bg3.jpg) no-repeat; background-size: cover;}
	#bannerText h2{ margin-top: 0px; margin-top: 50px; font-size:44px;}
	#bannerText h3{ margin-top: 0px; margin-top: 15px; font-size:25px;}
	.lead {font-size: 2em; margin-bottom: 0px;}
	.prices{margin:0 0 10px; font-size:2em;}
	#bannerText p {text-align:left; text-align:justify; font-size: 18px; margin-top: 10px;}
	#bannerText .banner-img{ margin-top: 30px;}
	.featurette h3, .stuff h3 { font-size:36px; margin-top: 40px;}
	.rwdp{font-size:16px !important; margin:0; text-align:justify;} 
	.featurette-last h3 {font-size:42px; margin: 50px 0 0 50px;}
    .featurette-last p {margin: 30px 0 30px 50px;}
    .featurette-last img { margin-bottom: -30px;}
	.stuff p {margin-bottom:0px !important; font-size:16px;}
}

/* iPad 直式 size800x600--------------------------------------------------------------------------- */
@media only screen and (max-width: 969px) and (min-width: 768px) { 
	.scrollToTop {z-index:-100; display:none !important; right: -40px;}
	.show_on{display:block;}
	.show_off{display:none;}
	.show_on{display:block;}
	#homeBanner {background: url(../images/bg4.jpg) no-repeat; background-size: cover;}
	#bannerText .banner-img {display: none;}
	
	.row{ margin:0 5px;}
	/*#homeBanner {height: 650px;}*/
	#bannerText {width: 100%;}
	#bannerText h2 {font-size: 45px; margin-top: 50px;letter-spacing: 1px; text-align: center;}
	#bannerText .banner-img{ margin-top: 30px;}
	#bannerText h3 {letter-spacing: 2px; font-size: 32px; text-align: center;}
	#bannerText p {text-align:center; font-size: 24px; margin-top: 10px;}
	.featurette h3, .stuff h3{ font-size:32px; margin:10px 0 10px; line-height:1.5em;}
	.featur-center h3{font-size:32px; text-align:center; margin-bottom: 30px;}
	.lead {font-size: 22px; margin-bottom:0px;}
	.featurette-last h3 {font-size:32px; margin: 10px 0 0 0; text-align:center;}
    .featurette-last p {margin: 30px 0 30px;}
	.prices{margin:0 0 10px; font-size:1.5em;}
	.rwdp{font-size:15px !important; margin:0; text-align:justify;} 
    .featurette-last img { margin-bottom: -30px;}
	.coinfo {text-align:center; margin-bottom: 10px; }
	.footer p {text-align:center; line-height: 1em;}
	.nav ul {width: 100%;}
	.nav li a{font-size:1.1em;}
	.font_l{font-size:32px !important;}
	.mmt80{margin:50px 0 0;}
	.stuff p {font-size:15px;}
}

@media only screen and (max-width: 769px) and (min-width: 481px) { 
    .scrollToTop {z-index:-100; display:none !important; right: -40px;}
	.show_on{display:block;}
	.show_off{display:none;}
	#bannerText .banner-img {display: none;}
	.row{ margin:0 5px;}
	/*#homeBanner {height: 650px;}*/
	#bannerText .banner-img {display: none; }
	#bannerText {width: 100%;}
	#bannerText h2 {font-size: 40px; margin-top: 30px;letter-spacing: 1px; text-align: center;}
	#bannerText h3 {letter-spacing: 1px; font-size: 30px; text-align: center;}
	#bannerText p {text-align:center; font-size: 18px; margin-top: 10px;}
	#bannerText .download { margin-bottom: 50px; text-align: center;}
	.featurette h3 { font-size:32px; margin:30px 0 20px; line-height:1.5em;}
	.featur-center h3{font-size:32px; text-align:center; margin-bottom: 20px;}
	.featurette p.rwdp{font-size:14px !important; margin:0;} 
	.lead {font-size: 18px;}
	.featurette-last h3 {font-size:32px; margin: 10px 0 0 0; text-align:center;}
	.stuff h3{margin:0 0 20px !important; font-size:32px!important;}
    .featurette-last p {margin: 30px 0 30px 0; }
	.prices{margin:0 0 10px; font-size:1.5em;}
    .featurette-last img { margin-bottom: -30px;}
	.coinfo {text-align:center; margin-bottom: 10px; }
	.footer p {text-align:center; line-height: 1em;}
	.nav ul {width: 100%;}
	.nav li a{font-size:1.1em;}
	.lead {margin-bottom:0px;}
	.mmt80{margin:50px 0 0;}
	.w90{width:99%;}
	.hatch a{margin:0 10px 15px;}
	.stuff p {font-size:14px;}
}

/* 660px and mobile --------------------------------------------------------------------------- */

@media screen and (max-width: 480px) {
	.container{padding:0;}
	.scrollToTop {z-index:-100; display:none !important; right: -40px;}
	.show_off{display:none;}
	.row {margin:0 5px;}
	section {margin:0;}
	.show_on{display:block;}
	#homeBanner {background: url(../images/bg5.jpg) no-repeat; background-size: cover;}
	#bannerText {width: 90%; margin: 0 auto;}
	#bannerText .banner-img {display: none;}
	#bannerText h2{font-size: 34px; text-align: center; margin-top: 20px;}
	#bannerText h3 {letter-spacing: 1px; font-size: 18px; text-align: center; margin-top: 10px; font-weight:bold;}
	#bannerText p {text-align:center; font-size: 16px; margin-top: 10px;}
	#bannerText .download {text-align: center; margin: 0 0 50px 0;}
	.featurette h3 {font-size: 30px; margin: 30px 0 20px; text-align: center; line-height:40px;}
	.featurette p {text-align: center;}
	.featurette img, .featur-center img {padding-bottom: 30px;}
	.featur-center h3{font-size: 30px; text-align: center;}
	.featurette-divider {margin: 40px 0;}
	.note p{ font-size:1em;}
	.featurette-last h3 {font-size:30px; margin: 30px 0 0 0; text-align:center;}
    .featurette-last p {margin: 30px 0 20px 0; text-align:center; }
    .featurette-last img { margin-bottom: 0;}
	.coinfo {text-align:center; margin-bottom: 10px; }
	.footer p {text-align:center; line-height: 1em; font-size: 13px;}
	.btn-ios { background-image:url(../images/bnt_ios_s.png); display:inline-block; margin: 10px 7px 0 7px; width: 126px; height: 42px;}
    .btn-ios:hover { background-image:url(../images/bnt_ios_h_s.png); display:inline-block; margin: 10px 7px 0 7px; width: 126px; height: 42px;}
    .btn-android { background-image:url(../images/bnt_android_s.png); display:inline-block;width: 126px; height: 42px; margin: 10px 7px 0 7px;}
    .btn-android:hover { background-image:url(../images/bnt_android_h_s.png); display:inline-block; width: 126px; height: 42px; margin: 10px 7px 0 7px;}
	.nav ul {width: 100%;}
	.nav li a{font-size:1.0em; font-weight:normal;}
	.w90{width:100%;}
	.stuff h3{font-size:32px!important;}
	.mmb{margin:0 0 20px 20px !important;}
	.mst{margin:0 0 20px;}
	.prices{margin:0 0 10px;}
	.rwdp{text-align:left!important; margin-bottom:5px; font-size:1.2em;}
	.rwds{width:90%;}
	.lead {font-size: 1.3em; margin-bottom:10px;}
	.hatch a{margin:0 0 15px;}
	p.statment{font-size:16px; padding:0 16px; text-align:justify !important;}
	img.ditch{width:40%; padding:0; margin:30px 0 0;}
	.stuff p {font-size:1.2em;}
	.rwdp0{padding:0 !important; margin-top:0px;}
}
/* iPhone5 size 640px --------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
	.scrollToTop {z-index:-100; display:none !important; right: -40px;}
	.show_off{display:none;}
	.container-fluid{padding:0;}
	.row {margin:0;}
	section {margin:0;}
	.show_on{display:block;}
	#bannerText {width: 98%; margin: 0 auto;}
	#bannerText .banner-img {display: none;}
	#bannerText h2{font-size: 34px; text-align: center; margin-top: 20px;}
	#bannerText h3 {letter-spacing: 1px; font-size: 18px; text-align: center; margin-top: 10px; font-weight:bold;}
	#bannerText p {text-align:center; font-size: 16px; margin-top: 10px;}
	#bannerText .download {text-align: center; margin: 0 0 50px 0;}
	.featurette h3 {font-size: 30px; margin: 30px 0 20px; text-align: center;}
	.featurette p {text-align: center;}
	.featurette img, .featur-center img {padding-bottom: 30px;}
	.featur-center h3{font-size: 30px; text-align: center;}
	.featurette-divider {margin: 40px 0;}
	.note p{ font-size:1em;}
	.featurette-last h3 {font-size:30px; margin: 30px 0 0 0; text-align:center;}
    .featurette-last p {margin: 30px 0 20px 0; text-align:center; }
    .featurette-last img { margin-bottom: 0;}
	.coinfo {text-align:center; margin-bottom: 10px; }
	.footer p {text-align:center; line-height: 1em; font-size: 13px;}
	.btn-ios { background-image:url(../images/bnt_ios_s.png); display:inline-block; margin: 10px 7px 0 7px; width: 126px; height: 42px;}
    .btn-ios:hover { background-image:url(../images/bnt_ios_h_s.png); display:inline-block; margin: 10px 7px 0 7px; width: 126px; height: 42px;}
    .btn-android { background-image:url(../images/bnt_android_s.png); display:inline-block;width: 126px; height: 42px; margin: 10px 7px 0 7px;}
    .btn-android:hover { background-image:url(../images/bnt_android_h_s.png); display:inline-block; width: 126px; height: 42px; margin: 10px 7px 0 7px;}
	.nav ul {width: 100%;}
	.nav li a{font-size:0.9em; font-weight:normal;}
	.w90{width:100%;}
	.stuff h3{text-align:center; font-size:32px!important;}
	.mmt{margin:20px 0 15px !important;}
	.mmb{margin:0 0 20px !important;}
	.mst{margin:30px 0 20px;}
	.prices{margin:0 0 10px; font-size:1.5em;}
	.bit{margin-bottom:15px !important;}
	.rwdp{text-align:left!important; margin-bottom:5px; font-size:15px;}
	.rwds{width:90%;}
	.lead {font-size: 1.3em; margin-bottom:10px;}
	.hatch a{margin:0 0 15px;}
	p.statment{font-size:16px; padding:0 16px; text-align:justify !important;}
	img.ditch{width:40%; padding:0; margin:30px 0 0;}
	.stuff p {font-size: 15px;}
	.footer{padding:20px 0;}
	.wow{font-size:1.4em!important;}
}
	
