@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 14px;
  /*background: #fff1e4;*/
  line-height: 24px;
  /*color: #333333;*/
}

img {
  vertical-align: middle;
  max-width: 100%;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/**
* a 預設style
*/
a {
  color: #f15a25;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus {
  color: #bd3a0c;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

/**
* p 預設style
*/
p {
  margin: 1em 0;
}

/**
* 清除浮動
*/
/**
* 清除左右浮動
*/
.clear-both {
  clear: both;
}

/**
* 清除左浮動
*/
.clear-left {
  clear: left;
}

/**
* 清除右浮動
*/
.clear-right {
  clear: right;
}

/**
* 左浮動
*/
.pull-left {
  float: left !important;
}

/**
* 右浮動
*/
.pull-right {
  float: right !important;
}

/*
* setting
*/
h1, .h1 {
	font-size: 32px;
	font-weight: bold;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.sr-only {
  display: none;
}

/**
* 靠左對齊
*/
.text-left {
  text-align: left;
}

/**
* 靠右對齊
*/
.text-right {
  text-align: right;
}

/**
* 置中對齊
*/
.text-center {
  text-align: center;
}

/**
* 圖片容器
* 容器下的圖片會自動滿版寬並水平垂直置中
*/
.img-container {
  text-align: center;
  font-size: 0;
}
.img-container:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.img-container img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

/**
* 清單樣式
*/
.style-list {
  list-style-position: inside;
}
.style-list.style-square {
  list-style-type: square;
}
.style-list.style-disc {
  list-style-type: disc;
}

/**
* 
*/
.navbar-menu > ul {
  padding: 0;
}

.navbar-menu > ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0px 0px 0px 0px;
}

.navbar-menu > ul > li {
  padding: 0px 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.navbar-menu.float-item > ul > li {
  padding: 0px 10px;
  float: left;
}

.debug-r {
  background: red;
}

.debug-g {
  background: green;
}

.debug-b {
  background: blue;
}

.clearfix, .tt-container, .tt-row {
  zoom: 1;
}
.clearfix:before, .tt-container:before, .tt-row:before {
  content: "";
  display: table;
}
.clearfix:after, .tt-container:after, .tt-row:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-gray {
  color: #333;
  background-color: #ccc;
  border-color: #ccc;
}

/*
* =====================================
* Pagination
* =====================================
*/
.tt-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 50px 0;
  border-radius: 4px;
}
.tt-pagination > li {
  display: inline;
}
/*跳頁-未動作 star*/
.tt-pagination > li > a, .tt-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color:#777;
  text-decoration: none;
  background-color: #fff;
  /*border: 1px solid #ddd;*/
}
/*跳頁-未動作 end*/
/*跳頁-禁止動作 star*/
.tt-pagination > .disabled > span, .tt-pagination > .disabled > span:hover, .tt-pagination > .disabled > span:focus, .tt-pagination > .disabled > a, .tt-pagination > .disabled > a:hover, .tt-pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
/*跳頁-禁止動作 end*/
/*跳頁-動作中 star*/
.tt-pagination > .active > a, .tt-pagination > .active > span, .tt-pagination > .active > a:hover, .tt-pagination > .active > span:hover, .tt-pagination > .active > a:focus, .tt-pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: rgba(255,102,51,1);
  border-color: #337ab7;
}
/*跳頁-動作中 end*/
/*
* =====================================
* layout
* =====================================
*/
.tt-container {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.tt-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tt-min-wrapper {
  width: 100%;
  min-width: 1024px;
  position: relative;
}

.tt-inner-wrapper {
	width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tt-wrapper-padding-top {
  padding-top: 50px;
}

.tt-wrapper-padding-bottom {
  padding-bottom: 90px;
}

.tt-wrapper-padding-top-bottom {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tt-content-with-sidebar {
  width: 804px;
  margin: 0 auto;
  position: relative;
  float: right;
}

.tt-sidebar {
  width: 185px;
  float: left;
}

.two-sidebar-content {
  width: 634px;
  float: left;
  margin: 0 10px;
  min-height: 1px;
  position: relative;
}

.left-sidebar-content {
  width: 829px;
  float: left;
  min-height: 1px;
  margin-right: 10px;
  position: relative;
}

.right-sidebar-content {
  width: 829px;
  float: left;
  min-height: 1px;
  margin-left: 10px;
  position: relative;
}

.tt-col {
  float: left;
  position: relative;
  min-height: 1px;
}

.col-20 {
  width: 20%;
  max-width: 20%;
}

.col-25 {
  width: 25%;
  max-width: 25%;
}

.col-33 {
  width: 33.3333%;
  max-width: 33.3333%;
}

.col-50 {
  width: 50%;
  max-width: 50%;
}

.col-75 {
  width: 75%;
  max-width: 75%;
}

/*
* =====================================
* form
* =====================================
*/
.input-group {
  position: relative;
  display: inline-table;
  vertical-align: middle;
  border-collapse: separate;
  width: 100%;
}
.input-group .input-group-addon {
  width: auto;
  display: table-cell;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  width: 40px;
  color: #1e414e;
  background: rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  vertical-align: top;
  border: 0;
  border-radius: 0;
}
.input-group .form-control {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 0 0;
  display: table-cell;
  float: left;
  margin-bottom: 0;
  z-index: 2;
  height: 40px;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
  transition: all 0.2s;
  background: #fff;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
}
.form-control[disabled] {
  color: #ccc;
}
