/* IMPORT FONTS */
@import url('a51940891cfb4499b12295d0ceb28049.css');

@import url('font-awesome.css');
/* IMPORT FONTS */
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
}
html,
body {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	background-color: #FFF;
}
p,
li,
label {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #1e3b88;
  text-decoration: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
b {
  font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
}
.clearfix:after,
.block4:after,
.price-table:after,
.tabs:after,
.row:after,
.block5:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  *zoom: 1;
}
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
  display: none;
}
.loader > span {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  background: url('/images/loader.gif') no-repeat 0 0 transparent;
}
.hCenter {
  text-align: center;
}
.hCenter > * {
  margin-left: auto;
  margin-right: auto;
  display: table;
  *display: inline;
  *zoom: 1;
}
.vCenter {
  display: table;
}
.vCenter > div {
  display: table-cell;
  vertical-align: middle;
  *display: inline-block;
}
.vCenter > div > * {
  display: block;
}
.vCenter > b {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}
.boxed {
  background-color: #e2e2e2;
  padding: 30px 0;
}
.boxed .wrapper {
  max-width: 1048px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.color1 {
  color: #1e3b88;
}
/*
 *
 * Buttons
 *
 */
.btn1 {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: url('/images/sprite.png') no-repeat -265px -25px #1e3b88;
  cursor: pointer;
}
.btn1.on {
  background-position: -295px -25px;
}
.btn2 {
	position: absolute;
	width: 150px;
	height: 100%;
	right: 0;
	top: -5px;
	padding-top: 5px;
	color: #fff;
	font-size: 24px;
	line-height: 120px;
	font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	background-color: #EC6517;
	border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}
.btn2:hover {
	background-color: #1E3B88;
}
.btn3 {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: auto;
  height: 25px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e3b88;
  padding: 0 15px;
  cursor: pointer;
}
.btn3:hover {
  background-color: #494949;
}
.btn4 {
  position: relative;
  display: block;
  width: auto;
  height: 25px;
  padding: 0 8px;
  border-bottom: 2px solid #1e3b88;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  background-color: #494949;
  font-family: Arial, Helvetica, sans-serif;
}
.btn4 > span {
  position: absolute;
  width: 5px;
  height: 18px;
  bottom: -2px;
  left: -5px;
  background-color: #1e3b88;
}
.btn5 {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: auto;
  height: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background-color: #2b2b2b;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: right;
  margin-top: 10px;
}
.btn5:hover {
  background-color: #494949;
}
/*
 *
 * Containers
 *
 */
.in {
  position: relative;
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
.inFlow {
  width: 980px;
}
.liLeft > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-right: 6px;
}
.rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*
 *
 * Transitions
 *
 */
.prev,
.next,
.btn2,
.btn3,
.btn4,
.tagslist a,
#newslettSmbt,
.toggle li,
.comment-reply-link,
.btn5,
.sliderNav2 > li,
.joinbox a,
#searchSbmt {
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.block6 p,
.block6 h1,
.toggle h2,
.block7 h1,
.block10 h1,
.block12 h1,
.block4 > article > p {
  transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
}
.filters li,
.teamList li,
.social a,
.page-navi a {
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.block7 .hover,
.block10 .hover,
.block12 .hover,
.teamList .hover,
.sub-menu,
.mega-submenu {
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.block7 header,
.block10 header,
.block12 header,
.block2 {
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.hover > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  opacity: 0.4;
  z-index: 1;
}
.hover > span {
  position: absolute;
  width: 26px;
  height: 18px;
  top: 50%;
  left: 50%;
  background: url('/images/sprite.png') no-repeat 0 -30px transparent;
  margin: -9px 0 0 -13px;
  z-index: 2;
}
/*
 *
 * Blocks
 *
 */
.block1 > header {
  width: auto;
  height: 40px;
  padding: 2px 0;
}
.block1 > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.block1 h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #2E2E2E;
}
.block1 > p {
  font-size: 13px;
  line-height: 18px;
  color: #525252;
  text-align: left;
}
.block2 {
	position: relative;
	display: block;
	width: auto;
	height: 115px;
	background-color: #f5f5f5;
	border-top: 5px solid #EC6517;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0 200px 0 0;
	-webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.block2 h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #3F3F3F;
}
.block2 h1 > b,
.block2 h1 > strong {
  font-size: 22px;
}
.block2 p {
  font-size: 12px;
  line-height: 14px;
  color: #888;
  padding-top: 6px;
}
.block2 > .vCenter {
  height: 115px;
  padding-left: 20px;
}
.block2:hover {
	border-color: #1D3A87;
}
.block2:hover > .btn2 {
	background-color: #1E3B88;
}
.block3 > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #3F3F3F;
  padding-bottom: 5px;
}
.block3 > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
  padding-bottom: 14px;
}
.block3 > p:nth-last-child(1) {
  padding-bottom: 0;
}
.block4,
.block5 {
  display: block;
  width: 100%;
  height: auto;
}
.block4 > h2,
.block5 > h2 {
  position: relative;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 0 0 20px 20px;
}
.block4 > h2 > span,
.block5 > h2 > span {
  position: absolute;
  width: 8px;
  height: 10px;
  left: 0;
  top: 7px;
  background-color: #1e3b88;
}
.block4 p,
.block5 p,
.block4 li,
.block5 li {
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}
.block4 a:hover,
.block5 a:hover {
  color: #494949;
}
.block4 > article,
.block5 > article {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 5px;
  cursor: pointer;
}
.block4 > article > figure,
.block5 > article > figure {
  width: 20%;
  float: left;
}
.block4 > article > figure img,
.block5 > article > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.block4 > article > p,
.block5 > article > p {
  float: left;
  width: 76%;
  margin-left: 4%;
}
.block4 > article:hover > p,
.block5 > article:hover > p {
  color: #1e3b88;
}
.block4 > .list2 > li,
.block5 > .list2 > li,
.block4 > .list3 > li,
.block5 > .list3 > li {
  list-style: none;
  padding-bottom: 15px;
}
.block4 > .list3,
.block5 > .list3 {
  padding-top: 20px;
}
.block4 > .list3 > li,
.block5 > .list3 > li {
  position: relative;
  padding: 0 0 20px 32px;
}
.block4 > .list3 i,
.block5 > .list3 i {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  color: #494949;
}
.block5 {
  width: auto;
}
.block5 .social {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  color: #494949;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #eeeeee;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee');
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
  background: -moz-linear-gradient(top, #f7f7f7, #eeeeee);
}
.block5 .social:hover {
  color: #fff;
  background: #1e3b88;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee');
  background: -webkit-gradient(linear, left top, left bottom, from(#1e3b88), to(#1e3b88));
  background: -moz-linear-gradient(top, #1e3b88, #1e3b88);
  border-color: #1e3b88;
}
.block6 {
	padding: 190px 0 30px 0;
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
	display: block;
	width: 65%;
}
.block6 > figure {
  position: absolute;
  width: 630px;
  height: 180px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block6 > figure > img {
  position: relative;
  display: block;
  z-index: 1;
}
.block6 > figure > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #1e3b88;
  z-index: 2;
}
.block6 > header {
  position: relative;
  width: auto;
  height: 42px;
  padding-left: 52px;
}
.block6 > p {
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 15px 0;
}
.block6 h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #4E4E4E;
}
.block6 h1 > a {
  color: #4E4E4E;
}
.block6 h4 {
	font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #4E4E4E;
	margin-top: 15px;
}
.block6 time {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #1e3b88;
  padding-top: 8px;
}
.block6 time > span {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.block6 .btn4 {
  float: right;
}
.block6 ul {
  float: left;
  margin-top: 9px;
  height: 18px;
}
.block6 ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 18px;
  padding: 0 4px;
  background-color: #f5f5f5;
  font-size: 10px;
  line-height: 18px;
  color: #939393;
  margin-right: 10px;
}
.block6:hover h1,
.block6:hover h1 > a {
  color: #1e3b88;
}
.block6:hover > p {
  color: #494949;
}
.block6:hover .btn4 {
  background-color: #333333;
}
.block6.size2 {
  padding: 0 0 30px 226px;
}
.block6.size2 > figure {
	width: 200px;
	height: 121px;
}
.block6.size2 ul {
  float: none;
  width: 100%;
  padding-bottom: 5px;
}
.block6.size2 ul > li {
  margin-right: 0;
}


.block6.size21 {
  padding: 0 0 30px 326px;
}
.block6.size21 > figure {
  width: 200px;
  height: 121px;
}
.block6.size21 ul {
  float: none;
  width: 100%;
  padding-bottom: 5px;
}
.block6.size21 ul > li {
  margin-right: 0;
}

.block6.size3 {
  padding: 192px 26px 30px 0;
  width: 302px;
  float: left;
}
.block6.size3 > figure {
  width: 302px;
  height: 182px;
}
.block6.size3 ul {
  float: none;
  width: 100%;
  padding-bottom: 5px;
}
.block6.size3 ul > li {
  margin-right: 0;
}
.block6.size4 {
  padding: 192px 56px 30px 0;
  width: 452px;
  float: left;
}
.block6.size4 > figure {
  width: 452px;
  height: 182px;
}
.block7 {
  position: absolute;
  width: 462px;
  height: 80px;
  top: 0;
  left: 0;
  padding: 182px 0 0 0;
  margin: 0 18px 18px 18px;
  cursor: pointer;
}
.block7 > figure {
  position: absolute;
  width: 100%;
  height: 182px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block7 > figure > img {
  position: relative;
  display: block;
  z-index: 1;
}
.block7 > figure > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #1e3b88;
  z-index: 2;
}
.block7 > header {
  position: relative;
  width: auto;
  height: 75px;
  background-color: #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
}
.block7 h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #4E4E4E;
  text-align: center;
  padding: 12px 14px;
}
.block7 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
}
.block7.size2 {
  width: 302px;
  margin: 0 14px 18px 12px;
}
.block7.size3 {
  width: 227px;
  margin: 0 9px 18px 9px;
}
.block7.size4 {
  width: 182px;
  margin: 0 6px 18px 6px;
}
.block7:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
.block7:hover header {
	border-color: #EC6517;
}
.block8 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.block8 > ul {
  list-style: none;
}
.block8 > ul > li {
  width: 315px;
  height: 80px;
  cursor: pointer;
  float: left;
}
.block8 > ul > li:hover h3 a {
  color: #1e3b88;
}
.block8 > ul figure {
  float: left;
  margin: 0;
}
.block8 > ul h3 {
  float: left;
  margin: 4px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 200px;
  height: 32px;
  overflow: hidden;
}
.block8 > ul h3 > a {
  color: #7D7D7D;
}
.block8 > ul time {
  position: relative;
  float: left;
  margin: 6px 0 0 20px;
  font-size: 12px;
  line-height: 15px;
  width: 168px;
  height: 15px;
  color: #999;
}
.block8 > ul time > i {
  font-size: 15px;
  color: #C5C5C5;
}
.block9 figure {
	position: relative;
	width: 150px;
	height: 80px;
	float: left;
	margin-right: 20px;
}
.block9 figure span {
	position: absolute;
	width: 88px;
	height: 2px;
	bottom: 0;
	right: 0;
	background-color: #1e3b88;
	z-index: 999;
}
.block9 img {
  display: block;
}
.block9 .text {
	float: left;
	width: 430px;
}
.block9 .text1 {
	float: left;
	width: 510px;
}
.block9 h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4E4E4E;
  padding-bottom: 8px;
}
.block9 h1 a {
  color: #4E4E4E;
}
.block9 p {
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
}
.block9 p.category {
  font-size: 15px;
  line-height: 20px;
  color: #1e3b88;
  padding-bottom: 5px;
}
.block9 li {
  list-style: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.block9 li:hover h1 a {
  color: #1e3b88;
}
.block9 .btn4 {
	float: right;
}
.block9:hover .btn4 {
    background-color: #333333;
}

.block10 {
	position: absolute;
	width: 550px;
	height: 80px;
	top: 0;
	left: 0;
	padding: 10px 0 0 0;
	margin: 0 18px 18px 18px;
	cursor: pointer;
}
.block10 > figure {
  position: absolute;
  width: 100%;
  height: 182px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block10 > figure > img {
  position: relative;
  display: block;
  z-index: 1;
}
.block10 > figure > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #1e3b88;
  z-index: 2;
}
.block10 > header {
  position: relative;
  width: auto;
  height: 75px;
  background-color: #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
}
.block10 h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #4E4E4E;
  text-align: center;
  padding: 12px 14px;
}
.block10 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
}
.block10.size2 {
  width: 302px;
  margin: 0 14px 18px 12px;
}
.block10.size3 {
  width: 227px;
  margin: 0 9px 18px 9px;
}
.block10.size4 {
  width: 182px;
  margin: 0 6px 18px 6px;
}
.block10:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
.block10:hover header {
	border-color: #EC6517;
}

.block11 figure {
	position: relative;
	width: 225px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.block11 figure span {
	position: absolute;
	width: 88px;
	height: 2px;
	bottom: 0;
	right: 0;
	background-color: #1e3b88;
	z-index: 999;
}
.block11 img {
  display: block;
}
.block11 .text {
	float: left;
	width: 430px;
}
.block11 .text1 {
	float: left;
	width: 510px;
}
.block11 h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4E4E4E;
  padding-bottom: 8px;
}
.block11 h1 a {
  color: #4E4E4E;
}
.block11 p {
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
}
.block11 p.category {
  font-size: 15px;
  line-height: 20px;
  color: #1e3b88;
  padding-bottom: 5px;
}
.block11 li {
  list-style: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.block11 li:hover h1 a {
  color: #1e3b88;
}
.block12 figure {
	position: relative;
	width: 225px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.block12 figure span {
	position: absolute;
	width: 88px;
	height: 2px;
	bottom: 0;
	right: 0;
	background-color: #1e3b88;
	z-index: 999;
}
.block12 img {
  display: block;
}
.block12 .text {
	float: left;
	width: 550px;
}
.block12 .text1 {
	float: left;
	width: 510px;
}
.block12 h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4E4E4E;
  padding-bottom: 8px;
}
.block12 h1 a {
  color: #4E4E4E;
}
.block12 p {
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
}
.block12 p.category {
  font-size: 15px;
  line-height: 20px;
  color: #1e3b88;
  padding-bottom: 5px;
}
.block12 li {
  list-style: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.block12 li:hover h1 a {
  color: #1e3b88;
}
/*
 *
 * Lists
 *
 */
.list {
  padding: 0;
  list-style: none;
}
.list > li {
  background: url('/images/li.png') no-repeat 0 0 transparent;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding: 0 0 5px 15px;
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}
.list a {
  color: #898989;
}
.list a:hover {
  color: #494949;
}
.list.no-border > li {
  border: 0;
}
.tagslist > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 0 5px 5px;
}
.tagslist > li > a {
  display: block;
  width: auto;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background-color: #494949;
}
.tagslist > li > a:hover {
  background-color: #1e3b88;
}
.flickr img {
  position: relative;
  z-index: 1;
  display: block;
  width: 23.5%;
  height: auto;
  float: left;
  margin: 0 2% 10px 0;
  transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -webkit-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
}
.flickr img:hover {
  box-shadow: 0 0 0 2px #1e3b88;
}
.flickr .flickr_badge_image:nth-child(4n+1) img {
  margin-right: 0;
}
.filters {
  margin-bottom: 40px;
  padding-top: 1px;
}
.filters > ul {
  border-left: 1px solid #DDD;
}
.filters li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 34px;
  min-width: 99px;
  background-color: #f7f7f7;
  border: 1px solid #DDD;
  border-left: 0;
  margin-top: -1px;
}
.filters li > a {
  display: block;
  width: auto;
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 34px;
  color: #595959;
  text-align: center;
}
.filters li.current,
.filters li:hover {
	height: 31px;
	border-bottom: 4px solid #EC6517;
	background-color: #ffffff;
}
/* Header */
.header {
  position: relative;
  display: block;
  width: 100%;
  height: 154px;
  min-height: 154px;
  z-index: 699;
}
.header > .moreinfo {
  position: absolute;
  width: 100%;
  height: auto;
  top: -100px;
  left: 0;
  padding: 0 0 4px 0;
  background-color: #1e3b88;
}
.header > .moreinfo p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	padding: 10px;
	margin-right: 30px;
	text-align: right;
}
.header > .moreinfo a {
	color: #fff;
}



.header > .line {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 37px;
  background-color: #f6f6f6;
  z-index: 1;
}
.header .logo {
	position: absolute;
	width: 230px;
	height: 54px;
	left: 0;
	top: 45px;
	z-index: 9999;
	background-color: transparent;
	background-image: url(/images/logo-header@2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.header .logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
}
/* Menus */
#navBtn {
  display: none;
}
.mainnav {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: -10px;
  padding-top: 47px;
}
.mainnav li {
  text-align: left;
}
.mainnav > ul {
  float: right;
  border-right: 1px solid #f6f6f6;
}
.mainnav > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  display: block;
  width: auto;
  height: 60px;
  border-bottom: 10px solid transparent;
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.mainnav > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  padding: 10px 8px 40px 8px; /* 10px 16px 40px 16px; */
  border-left: 1px solid #f6f6f6;
  min-width: 88px;
}
.mainnav > ul > li > p {
  position: absolute;
  top: 32px; /* 30px */
  left: 10px; /* 16px */
  font-size: 10px;
  line-height: 12px;
  color: #A5A5A5;
  z-index: -1;
}
.mainnav > ul > li:hover {
	border-color: #EC6517;
}
.mainnav > ul > li:hover > ul,
.mainnav > ul > li:hover .mega-submenu {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  visibility: visible;
}
.mainnav > ul > li.current {
	border-color: #EC6517;
}
.sub-menu,
.mega-submenu {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 5px solid #EC6517;
  visibility: hidden;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.sub-menu {
  padding: 0 20px;
}
.sub-menu li {
  position: relative;
  list-style: none;
}
.sub-menu li > span {
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e4e4e4;
  transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
}
.sub-menu li:hover > a {
  color: #1e3b88;
}
.sub-menu li:hover > span {
  width: 100%;
  background-color: #1e3b88;
}
.sub-menu li:nth-last-child(1) > span {
  display: none;
}
.sub-menu a {
  display: block;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0;
  color: #494949;
  min-width: 160px;
  max-width: 200px;
}
.mega-submenu {
  width: 444px;
  height: auto;
  padding: 0 0 10px 8px;
}
.mega-submenu > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #494949;
  background-color: #f6f6f6;
  padding: 10px 18px;
  margin: 0 0 5px -8px;
}
.mega-submenu h3 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  padding-bottom: 4px;
}
.mega-submenu p,
.mega-submenu a {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #494949;
}
.mega-submenu p {
  color: #A5A5A5;
  padding-bottom: 10px;
}
.mega-submenu .description {
  float: right;
  width: 140px;
  padding: 4px 18px 0 0;
}
.mega-submenu ul {
  float: left;
  list-style: none;
}
.mega-submenu li {
  width: 140px;
}
.mega-submenu a {
  display: block;
  padding: 6px 10px;
}
.mega-submenu a:hover {
  color: #1e3b88;
}
/* Homepage carousel */
#sliderHome {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	max-width: 2880px;
	margin: 0 auto;
}
#sliderHome > .slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sliderHome article {
	position: relative;
	display: block;
	width: 960px;
	height: 400px;
	float: left;
}
#sliderHome article > header {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 999;
}
#sliderHome article h1,
#sliderHome article h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  padding: 0 20px;
  float: left;
  clear: both;
}
#sliderHome article h1 {
  font-size: 18px;
  color: #fff;
  background-color: rgba(54, 54, 54, 0.9);
}
#sliderHome article h2 {
  color: #8D8D8D;
  background-color: rgba(255, 255, 255, 0.9);
}
#sliderHome > .in {
  position: absolute;
  width: 960px;
  height: 40px;
  left: 50%;
  bottom: 0;
  margin-left: -480px;
  z-index: 2;
}
#sliderHome .prev,
#sliderHome .next {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 8px;
  background: url('/images/sprite.png') no-repeat -265px 0 #494949;
  cursor: pointer;
}
#sliderHome .prev:hover,
#sliderHome .next:hover {
  background-color: #1e3b88;
}
#sliderHome .next {
  left: 35px;
  background-position: -290px 0;
}
#sliderHome > .ocult {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  z-index: 2;
}
#sliderHome > .ocult.left {
  left: 0;
}
#sliderHome > .ocult.right {
  right: 0;
}
#sliderHome > .loader {
  display: block;
  background-color: #ffffff;
}
/* Homepage other sliders */
.rs-wrap,
.rs-slider {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  max-height: 436px;
  overflow: hidden;
}
.rs-wrap .description,
.rs-slider .description {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 999;
  width: 100% !important;
}
.rs-wrap h1,
.rs-slider h1,
.rs-wrap h2,
.rs-slider h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  padding: 0 20px;
  float: left;
  clear: both;
}
.rs-wrap h1,
.rs-slider h1 {
  font-size: 18px;
  color: #fff;
  background-color: rgba(54, 54, 54, 0.9);
}
.rs-wrap h2,
.rs-slider h2 {
  color: #8D8D8D;
  background-color: rgba(255, 255, 255, 0.9);
}
.rs-prev,
.rs-next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  margin-top: -23px;
  background: url('/images/sprite.png') no-repeat -35px -50px #1e3b88;
  z-index: 999;
}
.rs-prev:hover,
.rs-next:hover {
  background-color: #494949;
}
.rs-prev.off,
.rs-next.off {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  cursor: default;
  background-color: #1e3b88;
}
.rs-prev li,
.rs-next li {
  list-style: none;
}
.rs-next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
#seeTabs {
  display: none;
}
.tabs {
  position: relative;
}
.tabs .tab-col1 {
  position: relative;
  z-index: 2;
  width: 30%;
  float: left;
}
.tabs .tab-col2 {
  position: relative;
  z-index: 1;
  width: 70%;
  float: left;
}
.tabs .navtabs {
  position: relative;
}
.tabs .navtabs > li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 12px 5px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0 -1px 0 0;
  background-color: #1e3b88;
  color: #fff;
  border: 1px solid #1e3b88;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
.tabs .navtabs > li:hover {
	background-color: #EC6517;
	border-color: #EC6517;
}
.tabs .navtabs > li.on {
  background-color: #f5f5f5;
  color: #454545;
  border-color: #DDD;
  border-right: 1px solid transparent;
  cursor: default;
}
.tabs .navcont > div {
  position: relative;
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #DDD;
  display: none;
}
.tabs .navcont > div > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
}
.tabs .navcont > div > p img {
  float: left;
  margin: 2px 16px 8px 0;
}
.tabs .navcont > div.on {
  display: block;
}
/* Clients Slider */
.logoslider {
	position: relative;
	display: block;
	width: auto;
	height: 191px;
	border: 1px solid #DDD;
	border-left: 0;
}
.logoslider li {
	position: relative;
	display: block;
	width: 191px;
	height: 191px;
	float: left;
	list-style: none;
	filter: inherit;
	border-left: 1px solid #DDD;
	margin: 0 -1px 0 0;
}
.logoslider li img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.logoslider li img:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
.sliderNav {
  position: absolute;
  width: 40px;
  height: 20px;
  top: -27px;
  right: 0;
}
.sliderNav .prev,
.sliderNav .next {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #494949;
  float: left;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  background: url('/images/sprite.png') no-repeat -315px 0 transparent;
}
.sliderNav .prev:hover,
.sliderNav .next:hover {
  background-color: #333333;
}
.sliderNav .prev.off,
.sliderNav .next.off {
  cursor: default;
  background-color: #666666;
}
.sliderNav .next {
  background-position: -340px 0;
}
.sliderNav > .bg {
  position: absolute;
  width: 45px;
  height: 18px;
  top: 4px;
  right: 0;
  background-color: #1e3b88;
}
.bx-controls {
  position: absolute;
  width: 45px;
  height: 18px;
  top: -27px;
  right: 0;
  background-color: #1e3b88;
}
.bx-prev,
.bx-next {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 2px;
  right: 20px;
  background: url('/images/sprite.png') no-repeat -315px 0 #494949;
  float: left;
  z-index: 2;
  cursor: pointer;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
}
.bx-prev > span,
.bx-next > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bx-prev:hover,
.bx-next:hover {
  background-color: #333333;
}
.bx-next {
  background-position: -340px 0;
  right: 0;
}
.bx-pager {
  display: none;
}
.bottomWrap {
  background-color: #f6f6f6;
  padding: 0 0 40px 0;
}
.bottomWrap .row {
  padding-top: 40px;
}
.bottomWrap .info {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #494949;
  background-color: #f2f2f2;
  padding: 34px 10px;
  margin-top: 25px;
  text-align: center;
  border-top: 1px dotted #d0d0d0;
  border-bottom: 1px dotted #d0d0d0;
}
.forms {
  position: relative;
}
.forms label {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #494949;
}
.forms .input1 {
  display: block;
  width: 100%;
  height: 24px;
  border: 1px solid #DDDDDD;
  padding: 4px 5px;
  margin-bottom: 10px;
}
.forms .textarea1 {
  display: block;
  width: 100%;
  height: 124px;
  padding: 4px 5px;
  border: 1px solid #DDDDDD;
  resize: none;
}
.forms .input1,
.forms .textarea1 {
  box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.forms > .col1 {
  width: 42%;
  float: left;
  margin-right: 4%;
}
.forms > .col2 {
  width: 54%;
  float: left;
}
.forms > .col2 > .btn3 {
  float: right;
  margin-top: 10px;
}
.forms input.error,
.forms textarea.error,
.forms label.error {
  border-color: red;
  color: red;
}
.forms .loader {
  background-color: #f6f6f6;
}
.forms #msgInfo {
  float: right;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 25px;
  margin: 10px 10px 0 0;
  color: #494949;
}
/* Footer */
.footer {
	position: relative;
	padding: 0 0 20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
}
.footer > .in {
  padding-bottom: 32px;
}
.footer .logo {
	display: block;
	width: 230px;
	height: 60px;
	margin: 24px auto 0 auto;
	background-color: transparent;
	background-image: url(/images/logo-footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.footer p {
  font-size: 12px;
  line-height: 20px;
  color: #888;
  display: block;
  width: 686px;
  height: auto;
  margin: 22px auto 0 auto;
  text-align: center;
}
.footer nav {
  margin-top: 32px;
}
.footer nav li {
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 7px;
}
.footer nav li > a {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #494949;
}
.footer nav li > a:hover {
  color: #1e3b88;
}
.footer nav li.current > a {
  color: #1e3b88;
}
.footer .copyrights {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 5px;
  right: 60px;
  text-align: right;
}
.footer > .btm {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #f6f6f6;
}
#goTop {
  position: absolute;
  width: 51px;
  height: 24px;
  bottom: 0;
  right: 0;
  padding-top: 2px;
  font-size: 30px;
  line-height: 26px;
  color: #494949;
  text-align: center;
  background: url('/images/sprite.png') no-repeat 0 0 transparent;
  cursor: pointer;
}
#goTop:hover {
  color: #1e3b88;
}
/* Sidebar */
.sidebar {
	float: left;
	width: 250px;
	margin-top: -6px;
}
.sidebar .widget-ad300x250,
.sidebar .widget-search,
.sidebar .widget-tabsarticle,
.sidebar .widget-categs,
.sidebar .widget-newsletter,
.sidebar .widget-feedback,
.sidebar .widget-flickr,
.sidebar .widget-tags,
.sidebar .widget-faqs {
  margin-bottom: 30px;
}
.sidebar .widget-ad300x250 > h2,
.sidebar .widget-search > h2,
.sidebar .widget-tabsarticle > h2,
.sidebar .widget-categs > h2,
.sidebar .widget-newsletter > h2,
.sidebar .widget-feedback > h2,
.sidebar .widget-flickr > h2,
.sidebar .widget-tags > h2,
.sidebar .widget-faqs > h2 {
	font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #3F3F3F;
	padding-bottom: 5px;
}
.sidebar .widget-flickr img {
  width: 18.4%;
}
.sidebar .widget-flickr .flickr_badge_image:nth-child(4n+1) img {
  margin-right: 2%;
}
.sidebar .widget-flickr .flickr_badge_image:nth-child(5n+1) img {
  margin-right: 0;
}
.sidebar.right {
  float: right;
}
.testemonials {
  position: relative;
  width: auto;
  height: 130px;
}
.testemonials .slider {
  position: relative;
  width: 100%;
  height: 102px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.testemonials .sliderNav {
  top: auto;
  bottom: 0;
}
.testemonials .next,
.testemonials .prev {
  background-color: #494949;
}
.testemonials ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.testemonials li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  display: none;
}
.testemonials blockquote {
  padding-top: 15px;
}
.testemonials p {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  color: #4B4B4B;
  width: 92%;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
}
.testemonials footer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #4B4B4B;
  width: 92%;
  height: 16px;
  margin: 0 auto;
  text-align: right;
  padding: 4px 0;
}
#newslettForm {
  position: relative;
  width: auto;
  height: 36px;
}
#newslettForm #emailNewslettTxt {
  width: 60%;
  height: 14px;
  padding: 11px 5%;
  box-shadow: 0px 0px 0px 1px #ddd inset;
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #6A6A6A;
}
#newslettForm #emailNewslettTxt.error {
  box-shadow: 0px 0px 0px 1px red inset;
}
#newslettForm #newslettSmbt {
  float: left;
  width: 30%;
  height: 36px;
  background-color: #494949;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#newslettForm #newslettSmbt:hover {
  background-color: #1e3b88;
}
#newslettForm > .loader {
  background-color: #ffffff;
}
.tabsSide > ul {
	border-left: 1px solid #DDD;
	width: 800px;
}
.tabsSide > ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  height: 34px;
  border: 1px solid #DDD;
  border-left: 0;
  font-size: 12px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  cursor: pointer;
  background-color: #f7f7f7;
}
.tabsSide > ul > li.on {
	color: #1e3b88;
	background-color: #ffffff;
	border-top-width: 2px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-color: #EC6517;
}
.tabsSide h3 {
  float: left;
  margin: 20px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 188px;
  height: 32px;
  overflow: hidden;
}
.tabsSide h3 > a {
  color: #7D7D7D;
}
.tabsSide time {
  position: relative;
  float: left;
  margin: 6px 0 0 20px;
  font-size: 12px;
  line-height: 15px;
  width: 168px;
  height: 15px;
  color: #999;
}
.tabsSide time > i {
  font-size: 15px;
  color: #C5C5C5;
}
.tabsSide figure {
  float: left;
  margin: 16px 0 0 20px;
}
.tabsSide .navcont > div {
  display: none;
}
.tabsSide .navcont > div > ul {
  list-style: none;
}
.tabsSide .navcont > div > ul > li {
	width: auto;
	border: 1px solid #DDD;
	cursor: pointer;
	margin-top: -1px;
}
.tabsSide .navcont > div > ul > li:hover h3 a {
  color: #1e3b88;
}
.tabsSide .navcont > div.on {
  display: block;
}
.toggle {
  border: 1px solid #ddd;
  border-bottom: 0;
  list-style: none;
}
.toggle > li {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}
.toggle > li > h2 {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 18px 13px 12px;
  color: #4A4A4A;
  cursor: pointer;
  font-weight: normal;
}
.toggle > li > h2 .hide {
  display: none;
}
.toggle > li > h2 > i {
  margin-right: 6px;
}
.toggle > li p {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 0 18px 10px 34px;
}
.toggle > li > div {
  display: none;
}
.toggle > li > div > p {
  display: block;
  padding-bottom: 20px;
}
.toggle > li.on {
  background-color: #ffffff;
}
.toggle > li.on > h2 {
  color: #1e3b88;
  font-weight: 700;
}
.toggle > li.on > h2 .show {
  display: none;
}
.toggle > li.on > h2 .hide {
  display: inline-block;
}
.toggle > li.on p,
.toggle > li.on > div {
  display: block;
}
.toggle > li:hover {
  background-color: #ffffff;
}
/* Navigation */
.page-navi {
  position: absolute;
  bottom: 20px;
  right: 0;
  clear: both;
}
.page-navi > ul {
  float: right;
}
.page-navi li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-left: 4px;
}
.page-navi a {
  display: block;
  width: auto;
  height: 26px;
  min-width: 14px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background-color: #f7f7f7;
  color: #494949;
  border: 1px solid #ddd;
  padding: 0 5px;
}
.page-navi a:hover,
.page-navi a.current {
  color: #fff;
  background-color: #1e3b88;
  border-color: #1e3b88;
}
.page-navi.left {
  position: relative;
  bottom: auto;
  right: auto;
  padding-top: 15px;
}
.page-navi.left > ul {
  float: none;
}
/* Archive, Contacts and Magazine Grid */
.pageLine {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.archive,
.contacts,
.magazine {
  margin-top: -60px;
  padding: 100px 0 40px 0;
}
.archive > h1,
.contacts > h1,
.magazine > h1 {
	position: absolute;
	top: 19px;
	left: 0;
	font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	color: #494949;
	padding-bottom: 10px;
	border-bottom: 3px solid #EC6517;
}
.archive > .posts,
.contacts > .posts,
.magazine > .posts {
	float: right;
	width: 680px;
	overflow: hidden;
	margin: 0;
}
.archive > .posts > h2,
.contacts > .posts > h2,
.magazine > .posts > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.archive > .posts .twocools,
.contacts > .posts .twocools,
.magazine > .posts .twocools {
  width: 656px;
}
.archive > .posts.left,
.contacts > .posts.left,
.magazine > .posts.left {
  float: left;
}
.archive > .posts.full,
.contacts > .posts.full,
.magazine > .posts.full {
  float: none;
  width: 100%;
}
.archive > .posts2,
.contacts > .posts2,
.magazine > .posts2,
.archive > .portfolio,
.contacts > .portfolio,
.magazine > .portfolio {
  width: 960px;
  overflow: hidden;
}
.archive > .posts2 .twocools,
.contacts > .posts2 .twocools,
.magazine > .posts2 .twocools,
.archive > .portfolio .twocools,
.contacts > .portfolio .twocools,
.magazine > .portfolio .twocools {
  width: 1016px;
}
.archive > .onecool,
.contacts > .onecool,
.magazine > .onecool {
  float: left;
  width: 302px;
  margin-left: 29px;
}
.archive > .onecool .block6.size3,
.contacts > .onecool .block6.size3,
.magazine > .onecool .block6.size3 {
  padding-right: 0;
}
.archive > .onecool .page-navi,
.contacts > .onecool .page-navi,
.magazine > .onecool .page-navi {
  width: 100%;
}
.archive > .onecool .page-navi > ul,
.contacts > .onecool .page-navi > ul,
.magazine > .onecool .page-navi > ul {
  float: none;
}
.archive > .portfolio,
.contacts > .portfolio,
.magazine > .portfolio {
  margin-bottom: -30px;
}
.archive .twocools,
.contacts .twocools,
.magazine .twocools {
  margin: 0;
}
.archive .twocools .page-navi,
.contacts .twocools .page-navi,
.magazine .twocools .page-navi {
  left: 0;
  right: auto;
}
.magazine {
  margin-top: 0;
  padding-top: 0;
}
#page_nav {
  display: none;
}
.magazineblog {
  width: auto !important;
  margin: 0 !important;
}
/* Breadcrumbs */
.breadcrumbs {
  position: absolute;
  right: 0;
  top: 21px;
}
.breadcrumbs > li {
  float: left;
  list-style: none;
  filter: inherit;
  font-size: 11px;
  line-height: 17px;
  color: #717171;
  margin-left: 10px;
}
.breadcrumbs > li.sep {
  width: 17px;
  height: 17px;
  background: url('/images/sprite.png') no-repeat -55px 0 transparent;
}
/* Single Page */
.single {
  position: relative;
}
.single > header {
  position: relative;
  width: auto;
  height: 42px;
  padding-left: 52px;
  margin-bottom: 20px;
}
.single > header h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #4E4E4E;
}
.single > header > time {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #1e3b88;
  padding-top: 8px;
}
.single > header > time > span {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.single > .featuredImg {
  position: absolute;
  width: 630px;
  height: 180px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.single > .featuredImg > img {
  position: relative;
  display: block;
  z-index: 1;
  min-width: 630px;
}
.single > .featuredImg > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #1e3b88;
  z-index: 2;
}
.single p {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 20px;
}
.single h2 {
  font-size: 21px;
  line-height: 26px;
}
.single h3 {
  font-size: 18px;
  line-height: 24px;
}
.single h4 {
  font-size: 17px;
  line-height: 22px;
}
.single h5 {
  font-size: 15px;
  line-height: 20px;
}
.single h6 {
  font-size: 13px;
  line-height: 18px;
}
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #4E4E4E;
  padding-bottom: 5px;
}
.single ul,
.single ol {
	list-style: square;
	padding-bottom: 18px;
}
.single ul > li,
.single ol > li {
  font-size: 13px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 2px;
}
.single ul.unstyled,
.single ol.unstyled,
.single ul.toggle,
.single ol.toggle {
  list-style: none;
  padding: 0;
}
.single ul.toggle,
.single ol.toggle {
  padding: 0;
}
.single .grid > ul,
.single .grid > ol {
  padding-left: 0;
}
.single .grid {
  padding-bottom: 20px;
}
.single > ol {
  list-style: decimal;
}
.single.hasImage {
  padding-top: 190px;
}
.single > .article-info ul {
  float: right;
  height: 18px;
  margin-top: 10px;
  padding: 0;
}
.single > .article-info ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 18px;
  padding: 0 4px;
  background-color: #f5f5f5;
  font-size: 10px;
  line-height: 18px;
  color: #939393;
  margin-right: 10px;
}
.single .caps1,
.single .caps2 {
  float: left;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  background-color: #1e3b88;
  padding: 0 7px;
  margin-right: 4px;
}
.single .caps2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.single .caps3 {
  float: left;
  font-size: 36px;
  line-height: 36px;
  color: #1e3b88;
  font-weight: 700;
  margin-right: 4px;
}
.single .grid > .row {
  padding-bottom: 24px;
}
.single .grid > .row > div > p:nth-last-child(1) {
  padding-bottom: 0;
}
.single .grid > .row:nth-last-child(1) {
  padding-bottom: 0;
}
.author-bio > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #3F3F3F;
  margin: 30px 0 10px 0;
}
.author-bio > ul {
  position: relative;
  border-left: 1px solid #DDD;
  z-index: 2;
  padding: 0;
}
.author-bio > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 34px;
  border: 1px solid #DDD;
  border-left: 0;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  background-color: #f7f7f7;
}
.author-bio > ul > li > a {
  padding: 0 12px 0 38px;
  display: block;
  height: 34px;
  color: #373737;
  font-weight: 700;
}
.author-bio > ul > li > a:hover {
  background-color: #ffffff;
}
.author-bio > ul > li i {
  position: absolute;
  width: 38px;
  height: 34px;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 34px;
  text-indent: 0;
}
.author-bio > ul > li.bio {
  border-top: 2px solid #1e3b88;
  border-bottom: 0;
  color: #1e3b88;
  background-color: #ffffff;
  padding: 0 12px 0 38px;
}
.author-bio > .description {
  position: relative;
  border: 1px solid #DDD;
  top: -1px;
  z-index: 1;
  padding: 16px;
}
.author-bio > .description > figure {
  width: 95px;
  height: 95px;
  float: left;
  margin-right: 12px;
}
.author-bio > .description > h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.author-bio > .description > h4 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #1e3b88;
  font-style: italic;
  padding-bottom: 6px;
}
.author-bio > .description > p {
  font-size: 12px;
  line-height: 20px;
  color: #7D7D7D;
}
.author-bio .social > span {
  position: absolute;
  width: 26px;
  height: 34px;
  left: 12px;
  top: 0;
  background: url('/images/sprite.png') no-repeat -90px -60px transparent;
}
.author-bio .social.icon2 > span {
  background-position: -115px -60px;
}
.author-bio .social.icon3 > span {
  background-position: -140px -60px;
}
.author-bio .social.icon4 > span {
  background-position: -165px -60px;
}
.comments {
  margin-bottom: -40px;
}
.comments ol {
  list-style: none;
  padding: 0;
}
.comments ol > li {
  margin-bottom: 40px;
}
.comments li {
  position: relative;
  min-height: 74px;
  padding-left: 92px;
}
.comments li > figure {
  position: absolute;
  top: 0;
  left: 0;
}
.comments li .avatar {
  display: block;
  width: 74px;
  height: 74px;
}
.comments li > .answer {
  position: relative;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 0 13px 18px;
}
.comments li h3 {
  font-size: 13px;
  line-height: 13px;
  color: #0F110F;
}
.comments li h3 a {
  color: #0F110F;
}
.comments li h3 a:hover {
  color: #1e3b88;
}
.comments li time {
  font-size: 11px;
  line-height: 11px;
  color: #1e3b88;
}
.comments li p {
  font-size: 13px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 5px 0;
}
.comments li .comment-reply-link {
  position: absolute;
  width: auto;
  height: 20px;
  bottom: -1px;
  right: 0;
  background-color: #696969;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
}
.comments li .comment-reply-link:hover {
  background-color: #494949;
}
.comments .children {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
.comments > h2,
#commentform > h2,
#contactForm > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 40px 0 20px 0;
}
#commentform > .inputsrow,
#contactForm > .inputsrow {
  width: 648px;
  height: auto;
}
#commentform .inputicon,
#contactForm .inputicon {
  position: relative;
  width: 202px;
  height: 33px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 9px;
  display: block !important;
}
#commentform .inputicon > span,
#contactForm .inputicon > span {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -1px;
  left: -1px;
  background: url('/images/sprite.png') no-repeat -130px -35px #1e3b88;
}
#commentform .inputicon.icon2 > span,
#contactForm .inputicon.icon2 > span {
  background-position: -160px -35px;
}
#commentform .inputicon.icon3 > span,
#contactForm .inputicon.icon3 > span {
  background-position: -190px -35px;
}
#commentform .inputicon > input,
#contactForm .inputicon > input {
  position: absolute;
  width: 148px;
  height: 11px;
  left: 45px;
  top: 10px;
  font-size: 11px;
  line-height: 11px;
  color: #868686;
}
#commentform .inputicon.error,
#contactForm .inputicon.error {
  border-color: red !important;
}
#commentform .inputicon.error > input,
#contactForm .inputicon.error > input {
  color: red !important;
}
#commentform .commenttext,
#contactForm .commenttext {
  position: relative;
  width: 628px;
  height: 140px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: block !important;
}
#commentform .commenttext > textarea,
#contactForm .commenttext > textarea {
  position: absolute;
  width: 608px;
  height: 120px;
  top: 10px;
  left: 10px;
  resize: none;
  font-size: 11px;
  line-height: 16px;
  color: #868686;
}
#commentform .commenttext.error,
#contactForm .commenttext.error {
  border-color: red !important;
}
#commentform .commenttext.error > textarea,
#contactForm .commenttext.error > textarea {
  color: red !important;
}
.price-table {
  padding: 10px 0 40px 0;
}
.priceUl {
  width: 208px;
  height: auto;
  border: 1px solid #ddd;
  padding: 0 !important;
  background-color: #f5f5f5;
  float: left;
}
.priceUl > li {
  position: relative;
  width: auto;
  height: 40px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  font-size: 12px !important;
  line-height: 40px !important;
  text-align: center;
  color: #8E8E8E;
}
.priceUl > li.pricehead {
  height: auto;
}
.priceUl > li.bottom {
  height: auto;
  padding: 18px 0;
  border-bottom: 0;
}
.priceUl > li.bottom > a {
  display: block;
  width: 130px;
  height: 50px;
  margin: 0 auto;
  background-color: #494949;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
.priceUl > li.bottom > a:hover {
  background-color: #1e3b88;
}
.priceUl h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #3B3B3B;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 15px 14px;
}
.priceUl p {
  position: absolute;
  top: 20px;
  right: 14px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.priceUl p > sup {
  font-weight: 400;
  font-size: 12px;
}
.priceUl.middle {
  background-color: #ffffff;
  margin: -10px -1px 0 -1px;
  width: 210px;
}
.priceUl.middle li.pricehead {
  background-color: #1e3b88;
  border-top: 0;
}
.priceUl.middle li.pricehead h2,
.priceUl.middle li.pricehead p {
  color: #fff;
}
.priceUl.middle li.bottom {
  padding: 36px 0;
}
.priceUl.middle li.bottom > a {
  background-color: #1e3b88;
}
.priceUl.middle li.bottom > a:hover {
  background-color: #494949;
}
/* Contact Page */
.mapcont {
  position: relative;
  border-bottom: 10px solid #1e3b88;
  margin-bottom: 40px;
  width: 960px;
  height: 390px;
  overflow: hidden;
}
.contact-info {
  position: absolute;
  width: 330px;
  height: auto;
  right: 0;
  bottom: 0;
  padding: 20px;
  min-height: 90px;
}
.contact-info > .col1 {
  position: relative;
  float: left;
  width: 144px;
  z-index: 2;
}
.contact-info > .col2 {
  position: relative;
  float: left;
  width: 166px;
  z-index: 2;
  margin-left: 20px;
}
.contact-info > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
.contact-info h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 10px;
}
.contact-info p {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
#mapcont {
  position: relative;
  width: 960px;
  height: 410px;
  z-index: 1;
}
.contacts > .sidebar {
  margin-top: 0;
}
.contacts > .sidebar > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.contacts > .sidebar > p {
  font-size: 12px;
  line-height: 22px;
  color: #818181;
  padding-bottom: 20px;
}
#contactForm {
  position: relative;
}
#contactForm > h2 {
  padding-top: 0;
  padding-bottom: 10px;
}
#contactForm > .loader {
  background-color: #ffffff;
}
#contactForm #msgContact {
  float: right;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 40px;
  margin: 10px 10px 0 0;
  color: #494949;
}
/* Magazine Page */
#magazineSlider {
  position: relative;
  width: 630px;
  height: 300px;
  margin-bottom: 35px;
  overflow: hidden;
}
#magazineSlider > .slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#magazineSlider > .bg {
  position: absolute;
  width: 100%;
  height: 34px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
#magazineSlider > .sliderNav {
  width: 68px;
  height: 34px;
  top: auto;
  bottom: 0;
  z-index: 3;
}
#magazineSlider > .sliderNav2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
#magazineSlider > .sliderNav2 > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 14px;
  height: 14px;
  background-color: #494949;
  cursor: pointer;
  margin-right: 5px;
}
#magazineSlider > .sliderNav2 > li.on,
#magazineSlider > .sliderNav2 > li:hover {
  background-color: #1e3b88;
}
#magazineSlider .prev,
#magazineSlider .next {
  width: 34px;
  height: 34px;
  background-color: #494949;
  float: left;
}
#magazineSlider .prev:hover,
#magazineSlider .next:hover {
  background-color: #1e3b88;
}
#magazineSlider .prev.off,
#magazineSlider .next.off {
  background-color: #494949;
}
#magazineSlider .prev {
  background-position: -105px -35px;
}
#magazineSlider .next {
  background-position: -80px -35px;
}
#magazineSlider article {
  position: absolute;
  width: 630px;
  height: 300px;
  top: 0;
  left: 0;
  display: none;
}
#magazineSlider article header {
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 12px 10px 14px 10px;
  max-width: 424px;
}
#magazineSlider article .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 1;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
#magazineSlider article h1,
#magazineSlider article h2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
#magazineSlider article h1 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
#magazineSlider article h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
/* Team Page */
.team-page .text h1 {
  width: 300px;
}
.team-page .text,
.team-page .text2 {
	width: 565px;
	height: auto;
	position: relative;
	float: left;
}
.team-page .text h1,
.team-page .text2 h1,
.team-page .text h2,
.team-page .text2 h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
}
.team-page .text > p,
.team-page .text2 > p {
  font-size: 12px;
  line-height: 20px;
  color: #494949;
  padding: 12px 0;
}
.team-page .text > blockquote,
.team-page .text2 > blockquote {
  padding-top: 40px;
}
.team-page .text > blockquote > p,
.team-page .text2 > blockquote > p {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
  color: #494949;
  text-align: center;
}
.team-page .text > blockquote i,
.team-page .text2 > blockquote i {
  color: #1e3b88;
  margin: 0 8px;
}
.team-page .social {
  position: absolute;
  top: 0;
  right: 0;
}
.team-page .social > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-left: 5px;
}
.team-page .social a {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
}
.team-page .social a:hover {
  color: #1e3b88;
}
.team-page .img {
	position: relative;
	width: 380px;
	height: auto;
	float: left;
}
.team-page .img > img {
  display: block;
}
.team-page .img > span {
  position: absolute;
  width: 100px;
  height: 10px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #1e3b88;
}
.team-page .text2 {
  float: left;
  width: 655px;
  margin-top: 20px;
}
.team-page .text2 p {
  color: #818181;
}
.joinbox {
	float: left;
	width: 260px;
	height: auto;
	padding: 20px;
	background-color: #f5f5f5;
	margin: 10px;
}
.joinbox h3 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #404040;
  text-align: center;
  padding-bottom: 5px;
}
.joinbox p {
  font-size: 12px;
  line-height: 22px;
  color: #818181;
  text-align: center;
  padding-bottom: 10px;
}
.joinbox a {
  display: block;
  width: 140px;
  height: 35px;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #1e3b88;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.joinbox a:hover {
  background-color: #494949;
}
.teamList {
  clear: both;
  width: 976px;
  padding-top: 40px;
}
.teamList > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 180px;
  height: 194px;
  margin-right: 15px;
  border-bottom: 5px solid #fff;
  cursor: pointer;
}
.teamList > li > figure {
  position: relative;
  width: 180px;
  height: 160px;
  overflow: hidden;
}
.teamList > li > figure > span {
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #1e3b88;
}
.teamList > li > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.teamList > li a {
  color: #494949;
}
.teamList > li:hover {
	background-color: #f5f5f5;
	border-color: #EC6517;
}
.teamList > li:hover figure > span {
  display: none;
}
.teamList > li:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
/* 2 */
.teamList2 {
	clear: both;
	width: 680px;
	padding-top: 10px;
}
.teamList2 > li {
	float: left;
	list-style: none;
	filter: inherit;
	width: 155px;
	height: 170px;
	margin-right: 15px;
	border-bottom: 5px solid #fff;
	cursor: pointer;
	margin-bottom: 10px;
}
.teamList2 > li > figure {
	position: relative;
	width: 155px;
	height: 170px;
	overflow: hidden;
}
.teamList2 > li > figure > span {
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #1e3b88;
}
.teamList2 > li > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.teamList2 > li a {
  color: #494949;
}
.teamList2 > li:hover {
	background-color: #f5f5f5;
	border-color: #EC6517;
}
.teamList2 > li:hover figure > span {
  display: none;
}
.teamList2 > li:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

/* 1 */
.teamList1 {
	clear: both;
	width: 680px;
	padding-top: 10px;
}
.teamList1 > li {
	float: left;
	list-style: none;
	filter: inherit;
	width: 155px;
	height: 102px;
	margin-right: 15px;
	border-bottom: 5px solid #fff;
	cursor: pointer;
}
.teamList1 > li > figure {
	position: relative;
	width: 155px;
	height: 102px;
	overflow: hidden;
}
.teamList1 > li > figure > span {
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #1e3b88;
}
.teamList1 > li > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.teamList1 > li a {
  color: #494949;
}
.teamList1 > li:hover {
	background-color: #f5f5f5;
	border-color: #EC6517;
}
.teamList1 > li:hover figure > span {
  display: none;
}
.teamList1 > li:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

/* 3 */
.teamList3 {
	clear: both;
	width: 680px;
	padding-top: 10px;
}
.teamList3 > li {
	float: left;
	list-style: none;
	filter: inherit;
	width: 155px;
	height: 102px;
	margin-right: 15px;
	border-bottom: 5px solid #fff;
	cursor: pointer;
}
.teamList3 > li > figure {
	position: relative;
	width: 155px;
	height: 102px;
	overflow: hidden;
}
.teamList3 > li > figure > span {
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #1e3b88;
}
.teamList3 > li > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.teamList3 > li a {
  color: #494949;
}
.teamList3 > li:hover {
	/*background-color: #f5f5f5;
	border-color: #EC6517;*/
}
.teamList3 > li:hover figure > span {
  display: none;
}
.teamList3 > li:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

/* Single Work Page */
.work-page > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
  padding: 36px 0 6px 0;
  clear: both;
}
.work-page .text {
  width: 230px;
  height: auto;
  float: right;
  margin-top: -5px;
}
.work-page .text h1,
.work-page .text h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
}
.work-page .text > p,
.work-page .text li {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
  padding: 12px 0;
}
.work-page .text > ul {
  padding: 12px 0 0 0;
  list-style: none;
}
.work-page .text li {
  background: url('/images/li.png') no-repeat 0 0 transparent;
  padding: 0 0 10px 15px;
  line-height: 16px;
}
.work-page .text .view {
	margin-top: 30px;
	display: block;
	width: auto;
	height: 40px;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0 25px;
	background-color: #EC6517;
}
.work-page .text .view:hover {
	background-color: #1e3b88;
}
.work-table td a {
	color:#818181;
}
.work-table td a:hover {
	color:#1e3b88;
}
#workSlide {
	position: relative;
	width: 716px;
	height: 472px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
#workSlide a,
#workSlide iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#workSlide .prev,
#workSlide .next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  margin-top: -23px;
  background: url('/images/sprite.png') no-repeat -35px -50px #1e3b88;
  cursor: pointer;
  display: none;
}
#workSlide .prev:hover,
#workSlide .next:hover {
  background-color: #494949;
}
#workSlide .prev.off,
#workSlide .next.off {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  cursor: default;
  background-color: #1e3b88;
}
#workSlide .next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
.fancybox-nav span {
  background: url('/images/sprite.png') no-repeat -35px -50px #1e3b88;
}
.fancybox-next span {
  background-position: 0 -50px;
}
#workSlide .slider {
  position: absolute;
  left: 0;
  top: 0;
}
#featured {
  position: relative;
  width: 960px;
  height: 262px;
  clear: both;
}
#featured .block7 {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin: 0 18px 18px 0;
}
#featured .block10 {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin: 0 18px 18px 0;
}
.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.modal > .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  z-index: 1;
}
.modal > .inside {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  box-shadow: 0px 0px 29px rgba(50, 50, 50, 0.75);
}
.modal img {
  display: block;
}
.modal .prev,
.modal .next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 46px;
  right: -46px;
  background: url('/images/sprite.png') no-repeat -35px -50px #494949;
  cursor: pointer;
}
.modal .prev {
  top: 0;
  background-position: 0 -50px;
  background-color: #282828;
}
.modal .prev:hover,
.modal .next:hover {
  background-color: #1e3b88;
}
/* 404 Page */
.not-found {
  padding: 50px 0;
}
.not-found > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 88px;
  line-height: 88px;
  text-align: center;
  color: #494949;
  text-transform: uppercase;
}
.not-found > h2 > span {
  background-color: #1e3b88;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.not-found > p {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #494949;
  margin-top: 20px;
}
.searchform {
  position: relative;
  width: auto;
  height: 36px;
  margin-top: 15px;
}
.searchform input {
  width: 228px;
  height: 12px;
  padding: 11px 10px;
  border: 1px solid #ddd;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #6A6A6A;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
}
.searchform input.error {
  color: red;
}
.searchform > div {
  float: left;
  position: relative;
  width: 110px;
  height: 36px;
  background-color: #494949;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
.searchform > div > i {
  padding: 0 10px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.searchform > div:hover {
  background-color: #1e3b88;
}
.searchform > .loader {
  background-color: #ffffff;
}
/* Snippets */
.box {
  position: relative;
  padding: 18px 20px 18px 50px;
  background-color: #c0ecab;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 18px;
}
.box > p {
  font-size: 12px;
  line-height: 16px;
  color: #395F27;
  padding: 0;
}
.box > .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 5px;
  left: 5px;
  background: url('/images/sprite.png') no-repeat -80px 0 transparent;
}
.box.error {
  background-color: #f58c8b;
}
.box.error > p {
  color: #A41615;
}
.box.error > .icon {
  background-position: -115px 0;
}
.box.warning {
  background-color: #ffe59a;
}
.box.warning > p {
  color: #A47E0D;
}
.box.warning > .icon {
  background-position: -150px 0;
}
.box.general {
  background-color: #acd9e1;
}
.box.general > p {
  color: #394E52;
}
.box.general > .icon {
  background-position: -185px 0;
}
.grid {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.grid > .row > div:first-child .block5 {
  border-right: 1px solid #d1d1d1;
  padding-right: 10px;
}
.grid > .row > div:nth-last-child(1) {
  margin-right: 0;
}
.grid .one-two,
.grid .one-three,
.grid .one-three-1,
.grid .two-three,
.grid .one-four,
.grid .two-four,
.grid .three-four,
.grid .one-five,
.grid .two-five,
.grid .three-five,
.grid .four-five,
.grid .one-six,
.grid .two-six,
.grid .three-six,
.grid .four-six,
.grid .five-six {
  position: relative;
  margin-right: 2%;
  float: left;
}
.grid .one-one {
  position: relative;
  width: 100%;
}
.grid .one-two {
  width: 49%;
}
.grid .one-three {
  width: 32%;
}
.grid .one-three-1 {
  width: 31%;
}
.grid .one-four {
  width: 23.5%;
}
.grid .one-five {
  width: 18.4%;
}
.grid .one-six {
  width: 15%;
}
.grid .two-three {
  width: 66%;
}
.grid .two-four {
  width: 49%;
}
.grid .two-five {
  width: 38.8%;
}
.grid .two-six {
  width: 32%;
}
.grid .three-four {
  width: 74.5%;
}
.grid .three-five {
  width: 59.2%;
}
.grid .three-six {
  width: 49%;
}
.grid .four-five {
  width: 79.6%;
}
.grid .four-six {
  width: 66%;
}
.grid .five-six {
  width: 83%;
}
.homepage {
  padding-bottom: 40px;
}
.homepage .row {
  padding-top: 40px;
}
.homepage .widget-ad300x250 > h2,
.homepage .widget-search > h2,
.homepage .widget-tabsarticle > h2,
.homepage .widget-categs > h2,
.homepage .widget-newsletter > h2,
.homepage .widget-feedback > h2,
.homepage .widget-flickr > h2,
.homepage .widget-tags > h2,
.homepage .widget-faqs > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #3F3F3F;
  padding-bottom: 5px;
}
.page .row {
  padding-bottom: 40px;
}
.page .row:nth-last-child(1) {
  padding-bottom: 0;
}
.widget-sitemap > h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  background-color: #1e3b88;
  padding: 0 12px;
}
.widget-sitemap ul.list {
  padding: 10px 0 0 10px;
}
.widget-ad300x250 .ads img {
  width: 100%;
  max-width: 300px;
}
.widget-search .searchform {
  margin: 0;
}
.widget-search input {
  width: 75%;
  height: 15px;
  border: 0;
  box-shadow: 0px 0px 0px 1px #ddd inset;
  padding: 11px 5%;
}
.widget-search #searchSbmt {
  width: 15%;
}
.widget-search #searchSbmt > i {
  display: block;
  width: 100%;
  padding: 0;
}
.section-search {
  padding: 20px 10px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.section-search .searchform {
  height: auto;
  margin-top: 0;
}
.section-search h2 {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4E4E4E;
  text-align: left;
  padding-bottom: 8px;
}
/* Isotope CSS */
.isotope {
  position: relative;
  width: 1032px;
  margin-left: -18px;
  min-height: 262px;
  padding-bottom: 50px;
}
.isotope.size2 {
  margin-left: -12px;
}
.isotope.size3 {
  margin-left: -9px;
}
.isotope.size4 {
  margin-left: -6px;
}
#infscr-loading {
  position: absolute;
  width: 480px;
  height: 40px;
  bottom: 5px;
  left: 50%;
  margin-left: -240px;
  background-color: #f5f5f5;
}
#infscr-loading > img {
  display: none !important;
}
#infscr-loading > div {
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17;
  line-height: 40px;
  color: #7D7D7D;
  text-align: center;
  font-style: normal !important;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-hidden {
  display: none !important;
}
/*
 *
 * Dark version
 *
 */
.dark {
  background-color: #343434;
}
.dark .wrapper {
  background-color: #343434;
}
.dark .header > .line {
  background-color: #494949;
}
.dark .sub-menu {
  background-color: #333333;
}
.dark .sub-menu a {
  color: #fff;
}
.dark .sub-menu li > span {
  background-color: #4a4a4a;
}
.dark .sub-menu li:hover > span {
  background-color: #1e3b88;
}
.dark .mega-submenu {
  background-color: #343434;
  border-color: #494949 !important;
  border-bottom: 5px solid #1e3b88 !important;
}
.dark .mega-submenu li {
  border-color: #494949 !important;
}
.dark .mega-submenu a {
  color: #fff;
}
.dark .mega-submenu a:hover {
  color: #1e3b88;
}
.dark .mega-submenu h2 {
  color: #fff;
  background-color: #494949;
}
.dark .mega-submenu h3 {
  color: #fff;
}
.dark .logoslider {
  border-color: #494949;
}
.dark .mainnav > ul {
  border-color: #494949;
}
.dark .mainnav > ul > li {
  background-color: #343434 !important;
  border-color: #494949 !important;
}
.dark .mainnav > ul > li > a {
  border-color: #494949 !important;
  color: #DFDFDF;
}
.dark .mainnav > ul > li:hover {
  border-color: #666;
}
.dark #sliderHome > .ocult {
  background-color: #333333;
}
.dark #sliderHome .loader,
.dark .forms .loader {
  background: url('/images/loader-dark.gif') no-repeat center center #494949;
}
.dark #sliderHome .loader > span,
.dark .forms .loader > span {
  display: none;
}
.dark .forms .loader {
  background-color: #4a4a4a;
}
.dark .block1 h1,
.dark .block2 h1,
.dark .block3 h1,
.dark .block4 h1,
.dark .block5 h1,
.dark .block1 h2,
.dark .block2 h2,
.dark .block3 h2,
.dark .block4 h2,
.dark .block5 h2 {
  color: #fff;
}
.dark .tabs .navcont > div {
  background-color: #494949;
  border-color: #494949;
}
.dark .block2 {
  background-color: #494949;
}
.dark .block2:hover {
  border-color: #666;
}
.dark .block2:hover .btn2 {
  background-color: #666666;
}
.dark .block4 article,
.dark .block4 li {
  border: 0;
}
.dark .btn3:hover {
  background-color: #343434;
}
.dark .tabs li {
  border-color: #494949;
  border-bottom: 0;
}
.dark .tabs li.on {
  background-color: #494949;
  border-color: #494949;
  color: #DFDFDF;
}
.dark .tabs .navcont > div > p {
  color: #DFDFDF;
}
.dark .logoslider li {
  border-color: #494949;
}
.dark .bottomWrap {
  background-color: #4a4a4a;
}
.dark .bottomWrap .info {
  color: #fff;
  border-color: #363636;
  background-color: #3f3f3f;
}
.dark .bottomWrap .list3 i {
  color: #DFDFDF;
}
.dark .bottomWrap a:hover {
  color: #343434;
}
.dark .footer .btm {
  background-color: #4a4a4a;
}
.dark .footer a {
  color: #DFDFDF;
}
.dark #goTop {
  color: #fff;
  background-position: -265px -70px;
}
.dark #goTop:hover {
  color: #1e3b88;
}
.dark .forms label,
.dark #msgInfo {
  color: #DFDFDF;
}
.dark .input1,
.dark .textarea1 {
  background-color: #333333;
  border-color: #333;
  color: #DFDFDF;
}
.dark .pageLine {
  background-color: #494949;
}
.dark .header nav p {
  z-index: 0;
}
.dark .header nav p,
.dark .team-page .text p,
.dark .team-page .social a,
.dark .team-page .text h1,
.dark .team-page .text2 p,
.dark .team-page .text2 h2,
.dark .work-page .text p,
.dark .work-page .text h1,
.dark .work-page .text h2,
.dark .work-page .text li,
.dark .work-page h2,
.dark .joinbox h3,
.dark .joinbox p,
.dark .block9 h1 a,
.dark .block9 p,
.dark .section-search h2,
.dark .magazine .posts h2,
.dark .block8 h3 a,
.dark .block8 time,
.dark .contacts > h1,
.dark #contactForm > h2,
.dark #commentform > h2,
.dark .contacts > .sidebar > p,
.dark .not-found h2,
.dark .not-found p,
.dark .testemonials p,
.dark .testemonials footer,
.dark .tabsSide h3 a,
.dark .tabsSide time,
.dark #msgContact,
.dark .toggle h2,
.dark .toggle p,
.dark .breadcrumbs li,
.dark .filters li > a,
.dark .archive > h1,
.dark .widget-ad300x250 > h2,
.dark .widget-search > h2,
.dark .widget-tabsarticle > h2,
.dark .widget-categs > h2,
.dark .widget-newsletter > h2,
.dark .widget-feedback > h2,
.dark .widget-flickr > h2,
.dark .widget-tags > h2,
.dark .widget-faqs > h2 {
  color: #DFDFDF;
}
.dark .block1 p,
.dark .mainnav > ul > li > p {
  color: #A5A5A5;
}
.dark .block3 p,
.dark .block4 p,
.dark .block4 li,
.dark .footer p,
.dark .block5 p,
.dark .block5 li,
.dark .mega-submenu .description > p {
  color: #D2D2D2;
}
.dark .single h1,
.dark .single h2,
.dark .single h3,
.dark .single h4,
.dark .single h5,
.dark .single h6,
.dark .single p,
.dark .single li {
  color: #DFDFDF;
}
.dark .single .answer {
  border-color: #494949;
}
.dark .sidebar > h2 {
  color: #DFDFDF;
}
.dark .sidebar .list li {
  border-color: #494949;
}
.dark .sidebar .list a {
  color: #DFDFDF;
}
.dark .sidebar .list a:hover {
  color: #666;
}
.dark .block5 {
  border-color: #333 !important;
}
.dark .block6 {
  border-color: #494949;
}
.dark .block6 h1,
.dark .block6 p {
  color: #DFDFDF;
}
.dark .block6 ul li {
  background-color: #4a4a4a;
  color: #DFDFDF;
}
.dark .block6:hover h1 {
  color: #1e3b88;
}
.dark .block6:hover .btn4 {
  background-color: #666666;
}
.dark .block7 header {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .block7 h1,
.dark .block7 h2 {
  color: #DFDFDF;
}
.dark .block7:hover header {
  border-color: #1e3b88;
}
.dark .block8 {
  border-color: #494949;
}
.dark #infscr-loading {
  background-color: #4a4a4a;
}
.dark #infscr-loading > div {
  color: #DFDFDF;
}
.dark .team-page .social a:hover {
  color: #1e3b88;
}
.dark .joinbox {
  background-color: #4a4a4a;
}
.dark .teamList li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .teamList li h2 a {
  color: #DFDFDF;
}
.dark .teamList li:hover {
  border-color: #1e3b88;
}
.dark .block9 p.category {
  color: #1e3b88;
}
.dark .section-search {
  background-color: #4a4a4a;
}
.dark .section-search #searchSbmt {
  background-color: #666666;
}
.dark .section-search #searchSbmt:hover {
  background-color: #1e3b88;
}
.dark #contactForm input,
.dark #commentform input,
.dark #contactForm textarea,
.dark #commentform textarea,
.dark #contactForm .inputicon,
.dark #commentform .inputicon,
.dark #contactForm .commenttext,
.dark #commentform .commenttext {
  color: #DFDFDF;
  background-color: #4a4a4a;
  border-color: #494949;
}
.dark .box p {
  color: #fff;
}
.dark #newslettForm .loader,
.dark #contactForm .loader,
.dark #commentform .loader {
  background: url('/images/loader-dark-2.gif') no-repeat center center #343434;
}
.dark #newslettForm .loader > span,
.dark #contactForm .loader > span,
.dark #commentform .loader > span {
  display: none;
}
.dark .testemonials .slider,
.dark .tabsSide {
  background-color: #4a4a4a;
}
.dark .tabsSide > ul li {
  background-color: #494949;
  color: #DFDFDF;
}
.dark .tabsSide > ul li.on {
  color: #1e3b88;
}
.dark .tabsSide ul,
.dark .tabsSide li {
  border-color: #666 !important;
}
.dark .single .article-info li {
  background-color: #4a4a4a;
  color: #DFDFDF;
}
.dark .author-bio > ul li {
  background-color: #494949;
  color: #DFDFDF;
  border-color: #666;
}
.dark .author-bio > ul li a {
  color: #DFDFDF;
}
.dark .author-bio > ul li a:hover {
  color: #494949;
}
.dark .author-bio > ul li.on {
  color: #1e3b88;
}
.dark .author-bio .description {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .page-navi a {
  background-color: #4a4a4a;
  border-color: #666;
  color: #DFDFDF;
}
.dark .page-navi a.current,
.dark .page-navi a:hover {
  background-color: #1e3b88;
  border-color: #1e3b88;
  color: #fff;
}
.dark .toggle {
  border-color: #666;
}
.dark .toggle li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .priceUl {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .priceUl li {
  border-color: #666;
}
.dark .priceUl li.bottom a {
  background-color: #666666;
}
.dark .priceUl li.bottom a:hover {
  background-color: #1e3b88;
}
.dark .priceUl.middle li.bottom a {
  background-color: #1e3b88;
}
.dark .priceUl.middle li.bottom a:hover {
  background-color: #666666;
}
.dark .filters > ul {
  border-color: #666;
}
.dark .filters li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .filters li.current,
.dark .filters li:hover {
  border-bottom: 4px solid #ffa100;
}
.dark.boxed {
  background-color: #585858;
}
/*
 *
 * Styles left box
 *
 */
#stylebox {
  position: fixed;
  display: block;
  width: 340px;
  height: auto;
  top: 130px;
  left: 0;
  z-index: 9999;
}
#stylebox > .title {
  position: relative;
  width: 324px;
  height: 60px;
  padding-left: 16px;
  background-color: #202020;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#stylebox > .title span {
  position: absolute;
  width: auto;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  top: 2px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}
#stylebox > .controls {
  width: 253px;
  height: auto;
  padding: 20px 16px 30px 16px;
  background-color: #303030;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#stylebox #boxedBtn,
#stylebox #fullwithBtn {
  width: 118px;
  height: 42px;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #212121;
  color: #fff;
}
#stylebox #boxedBtn:hover,
#stylebox #fullwithBtn:hover {
  background-color: #1e3b88;
}
#stylebox #boxedBtn.on,
#stylebox #fullwithBtn.on {
  background-color: #ffffff;
  color: #000;
}
#stylebox #boxedBtn {
  margin-right: 15px;
}
#stylebox .colors {
  margin-top: 18px;
  padding: 14px 0 0 2px;
  border-top: 1px dashed #4D4D4D;
  cursor: pointer;
}
#stylebox .colors li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 38px;
  height: 28px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 12px;
  border: 1px solid #ffa100;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}
#stylebox .colors li.color1 {
  background-color: #ffa100;
}
#stylebox .colors li.color2 {
  background-color: #654521;
  border-color: #654521;
}
#stylebox .colors li.color3 {
  background-color: #1e3b88;
  border-color: #03B8DF;
}
#stylebox .colors li.color4 {
  background-color: #05b715;
  border-color: #05B715;
}
#stylebox .colors li.color5 {
  background-color: #b30b33;
  border-color: #B30B33;
  margin-right: 0;
}
#stylebox .colors li.on,
#stylebox .colors li:hover {
  border-color: #fff;
}
#stylebox .colors li:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.retina-display .header .logo {
  background: url('/images/logo-header@2x.png') no-repeat 0 0 transparent;
  -webkit-background-size: 230px 54px;
}
.retina-display .footer .logo {
  background: url('/images/logo-footer@2x.png') no-repeat 0 0 transparent;
  -webkit-background-size: 104px 30px;
}
.retina-display .list > li,
.retina-display .work-page .text li {
  background-image: url('/images/li@2x.png');
  -webkit-background-size: 6px 16px;
}
.retina-display #topBtn,
.retina-display #sliderHome .prev,
.retina-display #sliderHome .next,
.retina-display #workSlide .prev,
.retina-display #workSlide .next,
.retina-display #navBtn > .icon,
.retina-display #goTop,
.retina-display .tabdrop > .icon,
.retina-display .sliderNav .prev,
.retina-display .sliderNav .next,
.retina-display .bx-prev,
.retina-display .bx-next,
.retina-display .rs-prev,
.retina-display .rs-next,
.retina-display .box > .icon,
.retina-display .box > .icon.error,
.retina-display .box > .icon.warning,
.retina-display .box > .icon.general,
.retina-display .breadcrumbs > li.sep,
.retina-display .hover > span,
.retina-display #commentform .inputicon > span,
.retina-display #contactForm .inputicon > span {
  background-image: url('/images/sprite@2x.png');
  -webkit-background-size: 380px 100px;
}
/*
 *
 * Media queries for responsive 
 *
 */
@media only screen and (max-width: 960px) {
  #stylebox {
    display: none;
  }
  .header {
    height: 224px;
  }
  .header .logo {
	left: 10%;
	margin-left: -10px;
  }
  .header > .in,
  .header > .moreinfo,
  .header > .moreinfo > .in {
    width: 100%;
  }
  .mainnav {
    text-align: center;
    padding-top: 117px;
  }
  .mainnav > ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    *display: inline;
    *zoom: 1;
  }
  .magazine {
    width: 95%;
    margin: 0 auto;
  }
  .inFlow {
    width: 100%;
  }
  #sliderHome {
    width: 100%;
    height: auto;
  }
  #sliderHome article {
    width: auto;
    height: auto;
  }
  #sliderHome article > header {
    bottom: 45px;
    left: 10px;
  }
  #sliderHome article img {
    width: 100%;
    height: auto;
  }
  #sliderHome .in {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .rs-wrap .description {
    bottom: 45px;
    left: 10px;
  }
  .bottomWrap .in,
  .footer .in {
    width: 95%;
  }
  .sidebar {
    width: 30%;
  }
  .tabsSide > ul {
    width: 99%;
  }
  .tabsSide > ul > li {
    float: none;
    width: 100%;
  }
  .tabsSide > div > ul {
    width: 100%;
  }
  .tabsSide figure {
    display: none;
  }
  .archive,
  .magazine {
    width: 95%;
  }
  .archive > .posts,
  .magazine > .posts {
    width: 66%;
    overflow: hidden;
  }
  .archive > .posts .twocools,
  .magazine > .posts .twocools {
    width: 100%;
  }
  .archive .block6,
  .magazine .block6 {
    width: 100%;
  }
  .archive .block6 > figure,
  .magazine .block6 > figure {
    width: 100%;
  }
  .archive .block6.size2,
  .magazine .block6.size2,
  .archive .block6.size4,
  .magazine .block6.size4 {
    padding-left: 0;
  }
  .archive .block6.size3,
  .magazine .block6.size3,
  .archive .block6.size4,
  .magazine .block6.size4 {
    width: 40%;
    padding-right: 0;
  }
  .archive .block6.size3 > figure,
  .magazine .block6.size3 > figure,
  .archive .block6.size4 > figure,
  .magazine .block6.size4 > figure {
    width: 100%;
  }
  .archive .onecool,
  .magazine .onecool {
    width: 30%;
  }
  .archive .onecool .block6,
  .magazine .onecool .block6 {
    width: 100%;
  }
  .archive .portfolio,
  .magazine .portfolio {
    width: 100%;
  }
  .archive #isotope,
  .magazine #isotope {
    width: 100%;
    margin: 0 auto;
  }
  .archive .posts2 .twocools,
  .magazine .posts2 .twocools,
  .archive .posts2,
  .magazine .posts2 {
    width: 100%;
  }
  .archive > .portfolio,
  #isotope {
    width: 100%;
  }
  .single > img,
  .single > figure > img {
    width: 100%;
    height: auto;
  }
  .single .featuredImg {
    width: 100%;
    height: auto;
  }
  .single .featuredImg > img {
    min-width: 0;
  }
  .comments li {
    padding-left: 72px;
  }
  .comments li img {
    width: 54px;
    height: 54px;
  }
  #commentform .inputsrow {
    width: 100%;
  }
  #commentform .inputicon {
    width: 30%;
  }
  #commentform .inputicon > input {
    width: 55%;
  }
  #commentform .commenttext {
    width: 95%;
  }
  #commentform .commenttext > textarea {
    width: 90%;
  }
  #commentform .btn5 {
    float: left;
  }
  .mapcont,
  #mapcont {
    width: 100%;
  }
  .contacts {
    width: 95%;
  }
  .contacts .single {
    width: 68%;
  }
  .contacts .sidebar {
    width: 30%;
  }
  .team-page > .text {
    width: 60%;
  }
  .team-page > .img {
    width: 35%;
  }
  .team-page > .img > img {
    width: 100%;
    height: auto;
  }
  .team-page > .text2 {
    width: 55%;
  }
  .teamList {
    width: auto;
  }
  .teamList li {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin: 0 10px 10px 10px;
  }
  .teamList1 {
    width: auto;
  }
  .teamList1 li {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin: 0 10px 10px 10px;
  }
  .teamList2 {
    width: auto;
  }
  .teamList2 li {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin: 0 10px 10px 10px;
  }
  .price-table {
    padding-bottom: 10px;
  }
  .priceUl,
  .priceUl.middle {
    float: none;
    width: 99%;
    margin: 0 0 10px 0;
  }
  .work-page > .text {
	float: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  .work-page > .text .view {
    margin-top: 20px;
  }
  #workSlide {
    width: 100%;
    float: none;
  }
  #workSlide > .slider,
  #workSlide a {
    display: block;
    width: 100%;
  }
  #workSlide img {
    width: 100%;
  }
  #featured {
    width: 100%;
  }
  #featured .block7 {
    width: 227px;
  }
  .magazine .block8 > ul > li {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    background-color: #f7f7f7;
    margin-bottom: 10px;
  }
  .magazine .block8 > ul h3 {
    height: auto;
    max-height: 32px;
  }
  .magazine .block8 > ul time,
  .magazine .block8 > ul h3 {
    width: 60%;
  }
  .magazine .block8 > ul figure {
    margin-left: 10px;
  }
  .dark .magazine .block8 > ul > li {
    background-color: #494949;
  }
  #magazineSlider {
    width: 100%;
  }
  #magazineSlider img,
  #magazineSlider article,
  #magazineSlider .slider {
    width: 100%;
    height: auto;
  }
  #magazineSlider article header {
    bottom: 40px;
  }
  .page-navi {
    bottom: 0;
  }
  .block9 figure {
    width: 23%;
    height: auto;
    margin-right: 2%;
  }
  .block9 img {
    width: 100%;
  }
  .block9 .text {
    width: 75%;
  }
}
@media only screen and (max-width: 880px) {
  .info {
    margin-top: 30px;
  }
  .author-bio > ul > li > a {
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 38px;
  }
}
@media only screen and (max-width: 800px) {
  .grid .one-four,
  .grid .three-four {
    width: 48%;
    margin-right: 4%;
  }
  .grid .one-four:nth-child(2n),
  .grid .three-four:nth-child(2n) {
    margin-right: 0;
  }
  .grid .one-four:nth-child(2),
  .grid .three-four:nth-child(2),
  .grid .one-four:first-child,
  .grid .three-four:first-child {
    padding-bottom: 30px;
  }
  .grid .two-four {
    width: 100%;
    float: none;
    margin: 0;
    padding-bottom: 30px;
  }
  .block4 > article > figure {
    width: 12%;
  }
  .block4 > article > p {
    width: 84%;
  }
}
@media only screen and (max-width: 960px) and (min-width: 701px) {
  #contactForm .inputsrow {
    width: 100%;
  }
  #contactForm .inputicon {
    width: 30%;
  }
  #contactForm .inputicon > input {
    width: 55%;
  }
  #contactForm .commenttext {
    width: 95%;
  }
  #contactForm .commenttext > textarea {
    width: 90%;
  }
  #contactForm .btn5 {
    float: left;
  }
}
@media only screen and (max-width: 760px) {
  .header {
    height: auto;
  }
  .header > .line {
    top: 107px;
    bottom: auto;
  }
  #navBtn {
    font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    background-color: #1e3b88;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }
  #navBtn > .icon {
    position: absolute;
    width: 28px;
    height: 40px;
    top: 0;
    right: 20px;
    background: url('/images/sprite.png') no-repeat -230px 0 transparent;
  }
  #navBtn:hover,
  #navBtn.on {
    background-color: #494949;
  }
  .mainnav {
    position: relative;
    width: 95%;
    height: 60px;
    margin: 0 auto;
    padding-top: 136px;
  }
  .mainnav > ul {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 176px;
    left: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .mainnav > ul > li {
    position: relative;
    border: 1px solid #f6f6f6;
    float: none;
    width: auto;
    height: auto;
    background-color: #ffffff;
  }
  .mainnav > ul > li > a {
    display: block;
    font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #ADADAD;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    padding: 6px 7px;
  }
  .mainnav > ul > li > p {
    display: none;
  }
  .mainnav > ul > li:hover,
  .mainnav > ul > li.current {
    border-color: #f6f6f6;
  }
  .mainnav > ul > li:hover > a,
  .mainnav > ul > li.current > a {
    color: #1e3b88;
  }
  .sub-menu,
  .mega-submenu {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
    border-bottom: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sub-menu li,
  .mega-submenu li {
    border-top: 1px solid #f6f6f6;
    padding: 0 20px;
  }
  .sub-menu li a,
  .mega-submenu li a {
    font-size: 12px;
    padding: 8px 0;
    max-width: 100%;
  }
  .sub-menu li > span,
  .mega-submenu li > span {
    display: none;
  }
  .mega-submenu {
    width: auto;
  }
  .mega-submenu h2,
  .mega-submenu h3,
  .mega-submenu p {
    display: none;
  }
  .mega-submenu ul,
  .mega-submenu li {
    float: none;
    width: auto;
    height: auto;
  }
  .dark .sub-menu li,
  .dark .mega-submenu li {
    border-color: #494949;
  }
  .breadcrumbs {
    position: relative;
    top: auto;
    right: auto;
    padding-bottom: 20px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 700px) {
  .archive,
  .contacts {
    padding-top: 80px;
  }
  .contacts .single,
  .contacts .sidebar {
    float: none !important;
    width: 630px;
    margin: 0 auto;
  }
  .contacts .sidebar {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .team-page > .text,
  .team-page > .text2 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .team-page > .img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .team-page > .img > img {
    width: 100%;
    height: auto;
  }
  .team-page .joinbox {
    width: auto;
    float: none;
  }
  .archive > .sidebar,
  .magazine > .sidebar,
  .archive > .posts.left,
  .magazine > .posts.left {
    width: 100%;
    float: none;
  }
  .archive > .posts,
  .magazine > .posts {
    width: 100%;
    padding-bottom: 40px;
    float: none;
  }
  .archive .onecool,
  .magazine .onecool {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .sidebar {
    margin-top: 10px;
  }
  .sidebar .ads {
    width: 300px;
    margin: 0 auto;
  }
  .tabsSide > ul > li {
    float: left;
    width: 33%;
  }
  .tabsSide > div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
  }
  .tabsSide figure {
    display: block;
  }
  .tabsSide h3 {
    width: 60%;
  }
  .block5 {
    border: 0 !important;
    padding-right: 0 !important;
  }
  .block6 {
    width: 100%;
    padding-bottom: 20px;
    margin: 20px 0 0 0;
  }
  .block6.size2,
  .block6.size3,
  .block6.size4 {
    width: 100% !important;
    padding-right: 0;
  }
  .block6.size3,
  .block6.size4 {
    margin-left: 0 ! important;
    margin-right: 0 ! important;
  }
  .block9 figure,
  .block9 img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }
  .block9 .text {
    float: none;
    width: auto;
    padding-top: 5px;
  }
  .block10 figure,
  .block10 img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }
  .block10 .text {
    float: none;
    width: auto;
    padding-top: 5px;
  }
  .block11 figure,
  .block11 img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }
  .block11 .text {
    float: none;
    width: auto;
    padding-top: 5px;
  }
  .block12 figure,
  .block12 img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }
  .block12 .text {
    float: none;
    width: auto;
    padding-top: 5px;
  }
  .grid .one-one {
    padding-bottom: 30px;
  }
  .grid .one-two,
  .grid .one-three,
  .grid .one-three-1,
  .grid .two-three,
  .grid .one-five,
  .grid .two-five,
  .grid .three-five,
  .grid .four-five,
  .grid .one-six,
  .grid .two-six,
  .grid .three-six,
  .grid .four-six,
  .grid .five-six {
    width: 100%;
    float: none;
    margin: 0;
    padding-bottom: 30px;
  }
  .grid .row > div:nth-last-child(1) {
    padding-bottom: 0;
  }
  .grid .three-four {
    padding-bottom: 0 !important;
  }
  .tabs .tab-col1,
  .tabs .tab-col2 {
    float: none;
    width: auto;
  }
  .tabs .navtabs {
    display: none;
  }
  .tabs .navtabs > li {
    border: 0;
  }
  .tabdrop {
    font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    background-color: #494949;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }
  .tabdrop > .icon {
    position: absolute;
    width: 28px;
    height: 40px;
    top: 0;
    right: 20px;
    background: url('/images/sprite.png') no-repeat -230px 0 transparent;
  }
  .tabdrop:hover,
  .tabdrop.on {
    background-color: #666666;
  }
}
@media only screen and (max-width: 660px) {
  .footer p {
    width: 100%;
  }
  .contacts .single {
    width: 100%;
  }
  #contactForm .inputsrow {
    width: 100%;
  }
  #contactForm .inputicon {
    width: 99%;
    float: none;
    margin-bottom: 10px;
  }
  #contactForm .inputicon > input {
    width: 82%;
  }
  #contactForm .commenttext {
    width: 99%;
  }
  #contactForm .commenttext > textarea {
    width: 94%;
  }
  .block7 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .block7 > figure {
    width: 100%;
    height: auto;
  }
  .block7 > figure > img {
    width: 100%;
  }
  .rs-wrap .description {
    bottom: 20px;
  }
  .block10 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .block10 > figure {
    width: 100%;
    height: auto;
  }
  .block10 > figure > img {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  #sliderHome article h1,
  #sliderHome article h2 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px;
  }
  .rs-wrap .description h1,
  .rs-wrap .description h2 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px;
  }
  .archive .block6.size2 {
    width: 302px;
    padding: 192px 0 30px 0px;
    margin: 0 auto;
  }
  .not-found > h2 {
    font-size: 68px;
    line-height: 68px;
  }
  .not-found > p {
    font-size: 20px;
    line-height: 28px;
  }
  .block2 {
    padding: 10px 20px 80px 20px;
    border-top: 2px solid #1e3b88;
  }
  .block2 .btn2 {
    top: auto;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
}
@media only screen and (max-width: 460px) {
  .contacts .single {
    width: 98%;
  }
  #commentform .inputsrow {
    width: 100%;
  }
  #commentform .inputicon {
    width: 99%;
    float: none;
    margin-bottom: 10px;
  }
  #commentform .inputicon > input {
    width: 82%;
  }
  #commentform .commenttext {
    width: 99%;
  }
  #commentform .commenttext > textarea {
    width: 94%;
  }
  .archive > h1,
  .contacts > h1,
  .magazine > h1 {
    font-size: 20px;
  }
  .block7.size2,
  .block7.size3,
  .block7.size4 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .block7.size2 > figure,
  .block7.size3 > figure,
  .block7.size4 > figure {
    width: 100%;
    height: auto;
  }
  .block7.size2 > figure > img,
  .block7.size3 > figure > img,
  .block7.size4 > figure > img {
    width: 100%;
  }
  #infoForm > .col1,
  #infoForm > .col2 {
    width: 100%;
  }
  .team-page .social {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: -10px;
  }
  .team-page .social > li {
    margin: 0 5px 0 0;
  }
  .not-found {
    padding: 0;
  }
  .not-found > h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .not-found > p {
    font-size: 18px;
    line-height: 26px;
  }
  .rs-prev,
  .rs-next {
    display: none;
  }
  .grid .one-four,
  .grid .three-four {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  .bottomWrap .one-four:nth-last-child(1),
  .bottomWrap .three-four:nth-last-child(1) {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 380px) {
  #sliderHome article h1,
  #sliderHome article h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .rs-wrap .description h1,
  .rs-wrap .description h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .sidebar .ads,
  .sidebar .ads img {
    width: 100%;
    max-width: 300px;
  }
  .contact-info {
    width: 100%;
    left: 0;
    right: auto;
  }
  .contact-info > .col1,
  .contact-info > .col2 {
    width: 100%;
    float: none;
    margin: 0;
  }
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.colororg {
	color: #EC6517;
}
.viewbtn {
  margin-top: 30px;
  display: block;
  width: auto;
  height: 40px;
  float: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: '微軟正黑體', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding: 0 25px;
  background-color: #1e3b88;
}
.viewbtn:hover {
  background-color: #494949;
}
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
.gen-table {
	width: 99%;
	margin-bottom: 20px;
	font-size: 12px;
	margin-left: 5px;
	color: #818181;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
}

.gen-table th, .gen-table td {
	background-color: #fff;
	padding: 5px;	
	text-align: center;
	border: 1px solid #dbdbdb;	
	vertical-align: top;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}

.gen-table thead th {
	font-size: 1.333em; /* 16px */
	line-height: 1.375em; /* 22px/16px */
}

.gen-table thead th,
.gen-table tfoot td {
	background-color: #f2f2f2;	
	border-color: #d9d9d9;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	background-color: #fafafa;
}

.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em; /* 11px */
}

.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em; /* 12px/11px */
	margin: 5px 0;
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #d9d9d9;	
}

.gen-table tbody tr:hover th, .gen-table tbody tr:hover td {
	background-color: #FEF4EF;
}

.gap{
	padding: 10px;
	border: 1px solid #ddd;
    list-style: none;
}
.viewdate{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 18px;
	color: #7D7D7D;
}
.gap2{
	padding: 10px;
}
.gap3{
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	}
.btnright{
	display: block;
	float: right;
}
.mb-20 {
	margin-bottom: 20px;
}
.posts ul.block9 > li {
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
}
.stretch-full-width-map {
	width: 100%;
  margin-right: auto;
  margin-left: auto;
	padding-bottom: 50px;
	
  }
  .stretch-full-width-map iframe{
	width: 100%;
	height:450px;
	
  }
@media (max-width: 576px) {
	.stretch-full-width-map iframe{
	width: 100%;
	height:250px;
	}
  }
@media (max-width: 480px) {
	.stretch-full-width-map iframe{
	width: 100%;
	height:250px;
	
  }
}