body {
	color: #56595c;
	background-color:#ecedf0;
	font: 14px/24px '微軟正黑體', 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	color: #494D4E;
}
h1, h2 {
	margin-bottom: 20px;
}
.footer {
	background-color: #353739;
	color:#b3b3b1;
	padding:15px 0;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.inner, .segment-content {
	padding: 0 20px;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
/*================ a ================*/
a, a:active, a:visited {
	color: #2879bc;
	text-decoration: none;
}
.mis-app img, .mis-app a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a img {
	border: 0;
	display: block;
}
/*================ header ================*/
.header {
	background-color: #f1f3f4;
	background:url(../img/bg-repeat.jpg);
	display: block;
	position: relative;
	z-index: 600;
	margin: 0;
	padding: 0;
	width: 100%;
}
.header > .inner {
	position: relative;
}
.header > .inner > .wrap {
	position: relative;
	height: 50px;
}
.asus-logo {
	position: relative;
	display: inline-block;
	float: left;
	left: 0;
	top: 12px;
	margin: 0 30px 0 0;
}
/*================ banner ================*/
.banner-zone{
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: #3F3B39;
	background:url(../img/top-banner-bg.jpg) no-repeat 50% 0;
}
.widget {
	position: relative;
	padding: 0px;
	max-height: 530px;
	overflow: visible;
	height: 520px;
}
.widget a{color:#fff;}
.widget a:hover{ text-decoration:underline;}
.banner-img{
	text-indent:-999999px;
	position:absolute;
	opacity: 1;
	visibility: inherit;
	bottom:0;
	left:-170px;
}
.banner-info{
	color:#fff;
	position:absolute;
	right:70px;
	top:170px;
	width:463px;
	width:493px \9;
}
.banner-info h2, .banner-info h3{ 
	color:#fff;
	font-size:30px;
	line-height:46px;
	display:inline-block;	
	background-color:#2879bc;
	font-weight:bold;
	padding:5px 10px;
}
.banner-info p{
	text-align:right;
	margin-top:30px;
	opacity:0.7;
}

/*================ work ================*/
#work {
	background-color:#edeef1;
}
.segment {
	padding: 50px 0;
	margin: 0;
}
.heading {
	text-align: center;
	margin: 0 auto 60px;
}
.heading .mini-separator {
	margin-bottom: 20px;
}
.mini-separator {
	height: 1px;
	width: 105px;
	background-color: #aaa;
}
.heading .title {
	font-size: 38px;
	line-height: 52px;
	font-weight:bold;
}
.center {
	text-align: center;
	position: relative;
	margin:0 auto;
}
.fourcol {
	width: 30.75%;
}
/*app區域*/
ul.image-grid.rounded li.fourcol.portfolio-item {
	width: 26%;
	margin-right: 10.8% !important;
	margin-bottom: 40px !important;
}
ul.image-grid.rounded li.fourcol.portfolio-item:nth-child(3n+3) {
	margin-right: 0 !important;
}
.center {
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.mis-app .img-wrap {
	position: relative;
	margin: 0 auto 5px;
	display: inline-block;
	overflow: hidden;
}
.mis-app .image-area {
	background-color: transparent;
}
.image-area {
	position: relative;/* line-height: 0; */
}
.image-area a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.mis-app img {
	margin: 0 auto;
	border-radius: 50%;
}
.mis-app h3 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.mis-app h3 a {
	color: #666;
}
.app-title {
	padding: 2px 8px;
	font-weight: 600;
	color: #747d84;
	display: inline-block;
}
img {
	max-width: 100%;
	display: block;
	height: auto;
}
.last {
	margin-right: 0px !important;
}
/*new*/
.mis-app-zone li {
}
.image-info {
	border-radius: 50%;
	display: none;
	z-index: 120;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #2879bc;
	opacity:0.85;
}
.image-info h3 {
	color:#fff;
	position: relative;
	top: 20%;
	padding: 10px;
	margin: 0;
	font-size: 22px;
	font-weight:bold;
	line-height: 28px;
}
.image-info .image-info-buttons {
	position: absolute;
	width: 200px;
	margin: 0 auto;
	top: 50%;
	left: 20%;
	margin-left: -25px;
	margin-top: -10px;
}
.image-info-buttons i {
	font-size:30px;
	margin-right:10px;
}
.image-area a + a{
	margin-top:15px;
}
.image-area a:hover{
	color:#92b93a;
}
.mis-app-zone .clear {
	height:10px;
}
.mis-app:hover h3 a {
	color:#2879bc;
}
/*.clear+.fourcol {
	margin-top:60px
}
p.download {
	text-transform:uppercase;
}
p.download i{
	margin-right:10px;
}*/
/*================ app-features ================*/
#app-features {
	padding: 80px 0;
	z-index: 2;
	background-color:#d4d4d4;
	border-top:#bfbfbf 1px solid;
}
#app-features .feature {
	margin-bottom: 100px;
	overflow: hidden;
}
#app-features .feature.last {
	margin-bottom: 0;
}
.sixcol {
	width: 48%;
}
#app-features .sixcol.no-margin {
	margin-right: 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
#app-features h3.title {
	font-size: 36px;
	font-weight:bold;
	line-height: 48px;
	margin-bottom: 20px;
	letter-spacing: -0.05em;
}
#app-features .blue {
	color: #2879bc;
	font-weight:bold;
}
#app-features p {
	font-weight:bold;
}
/*================ app-features header================*/
#app-features-header {
	margin-bottom: -25px;
	text-align: center;
	position: relative;
	z-index: 10;
}
h3.fancy-header {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #fefefe;
	font-weight: 300;
	background-color: #2879bc;
	text-align: center;
	text-transform:uppercase;
	margin: 0 auto;
	display: inline-block;
	padding: 5px 40px;
}

/*2015 add*/
.list2{margin-top:60px;}
p.icon{ position:absolute; right:0; bottom:0; background-color:#92b93a; border-radius:50%; width:40px; height:40px;}
p.ios{ background-color:#d55485;}
p.icon+p.icon{bottom:46px;z-index: 130}
.image-area p i{color:#fff; font-size:26px; text-align:center; line-height:39px;}
