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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Microsoft JhengHei;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 17px;
  }
  p.notice {
    font-size: 14px;
  }
}

@media screen and (min-width: 993px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 17px;
  }
  p.notice {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 16.8px;
  }
  p.notice {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
  p.notice {
    font-size: 13.5px;
  }
}

@media screen and (max-width: 585px) {
  h1 {
    font-size: 28.8px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 18.3px;
  }
  h5 {
    font-size: 16.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 15px;
  }
  p.notice {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
  p.notice {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 13.5px;
  }
  p.notice {
    font-size: 12px;
  }
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  color: #261843;
}

h2,
h3,
h4 {
  color: #3e3c44;
}

h5,
h6 {
  color: #57545f;
}

p,
td,
th,
ul,
li,
div {
  color: #5c5f54;
}

p a,
td a,
th a,
ul a,
li a,
div a {
  color: #5c5f54;
}

div.lightBox .turnOff a {
  color: #57545f;
}

a:hover {
  color: #3e3c44;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbe6), to(#fff480));
  background: linear-gradient(#fffbe6, #fff480);
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
}

ul.topIcons img#Phone {
  -webkit-filter: grayscale(0.87);
          filter: grayscale(0.87);
}

ul.topIcons img#Phone:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 993px) {
  ul.topIcons {
    height: 20px;
  }
  ul.topIcons li {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  ul.topIcons {
    padding: 10px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.topIcons li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 900;
  }
  ul.topIcons li a {
    text-decoration: none;
    color: #282828;
  }
  ul.topIcons li a img#Logo {
    width: 36px;
    position: relative;
    top: 3px;
  }
  ul.topIcons li img {
    margin: 0px 10px;
    width: 32px;
  }
  ul.topIcons li img#Phone {
    width: 40px;
  }
  ul.topIcons li img#Menu_x {
    display: none;
  }
  ul.topIcons li:last-child {
    text-align: right;
  }
}

@media screen and (min-width: 993px) {
  ul.topIcons li {
    font-size: 26px;
  }
  ul.topIcons li div p {
    font-size: 19px;
  }
}

@media screen and (max-width: 992px) {
  ul.topIcons li {
    font-size: 25px;
  }
  ul.topIcons li div p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  ul.topIcons li {
    font-size: 24px;
  }
}

@media screen and (max-width: 585px) {
  ul.topIcons li {
    font-size: 23px;
  }
}

ul.nav {
  padding: 2px;
}

ul.nav li a {
  color: #3d443c;
}

ul.nav li div {
  display: none;
}

ul.nav li:hover {
  font-weight: 700;
}

ul.nav li:hover div {
  display: block;
}

ul.nav li:hover div p {
  text-shadow: none;
  font-weight: normal;
}

ul.nav li.focus {
  font-weight: 700;
}

ul.nav li.focus a {
  color: #573d8f;
}

ul.nav li.focus p {
  font-weight: normal;
}

ul.nav li.focus p a {
  color: #3d443c;
}

ul.nav li.focus p.focus {
  font-weight: 700;
}

ul.nav li.focus p.focus a {
  color: #5a1ae6;
}

ul.nav li.focus:hover {
  font-weight: 0;
}

ul.nav li.focus:hover a {
  text-shadow: none;
}

ul.nav li div p:hover {
  font-weight: 700;
}

ul.nav li#liLogo {
  font-weight: 900;
}

ul.nav li#liLogo img {
  height: 40px;
}

@media screen and (min-width: 993px) {
  ul.nav {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.nav li {
    padding: 0px 10px;
  }
  ul.nav li div {
    background-color: rgba(245, 244, 240, 0.9);
    padding: 10px  10px 0px 10px;
  }
  ul.nav li div p {
    padding: 10px 0px;
    border-bottom: 1px dashed #c8c8c8;
  }
  ul.nav li div p:last-child {
    border-bottom: none;
  }
  ul.nav li#liLogo {
    position: relative;
    top: -20px;
  }
  ul.nav li#liLogo:hover img {
    -webkit-filter: drop-shadow(4px 4px 2px #9e9c94);
            filter: drop-shadow(4px 4px 2px #9e9c94);
  }
}

@media screen and (max-width: 992px) {
  ul.nav li {
    margin: 0 auto;
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dashed #c8c8c8;
    padding: 10px 0px;
    text-align: center;
  }
  ul.nav li div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  ul.nav li div p {
    padding-top: 10px;
    font-weight: normal;
  }
  ul.nav li#liLogo {
    display: none;
  }
  ul.nav li:last-child {
    border-bottom: none;
  }
}

ul.nav li.dropDown div p:hover {
  font-weight: 600;
}

@media screen and (min-width: 993px) {
  ul.nav li {
    font-size: 23px;
  }
  ul.nav li div p {
    font-size: 19px;
  }
  ul.nav li a.red {
    font-size: 16.5px;
  }
  ul.nav li#liLogo {
    font-size: 26px;
  }
}

@media screen and (max-width: 992px) {
  ul.nav li {
    font-size: 22px;
  }
  ul.nav li div p {
    font-size: 18px;
  }
  ul.nav li#liLogo {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  ul.nav li {
    font-size: 21px;
  }
  ul.nav li div p {
    font-size: 17px;
  }
  ul.nav li#liLogo {
    font-size: 24.5px;
  }
}

@media screen and (max-width: 585px) {
  ul.nav li {
    font-size: 20px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li#liLogo {
    font-size: 23.4px;
  }
}

@media screen and (max-width: 480px) {
  ul.nav li {
    font-size: 19px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li#liLogo {
    font-size: 22.2px;
  }
}

@media screen and (max-width: 376px) {
  ul.nav li {
    font-size: 18px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li#liLogo {
    font-size: 21px;
  }
}

h1,
h2 {
  text-align: center;
}

.MarginTop30 {
  margin-top: 30px;
}

@media screen and (min-width: 1201px) {
  h1 {
    margin-top: 60px;
  }
  h2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    margin-top: 58.5px;
  }
  h2 {
    margin-top: 39px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    margin-top: 57px;
  }
  h2 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 56px;
  }
  h2 {
    margin-top: 37px;
  }
}

@media screen and (max-width: 585px) {
  h1 {
    margin-top: 54px;
  }
  h2 {
    margin-top: 36px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    margin-top: 53px;
  }
  h2 {
    margin-top: 35px;
  }
}

h2 a {
  color: #573d8f;
}

h2 a:hover {
  color: #5a1ae6;
}

h2 a.noLink {
  color: #d2d2d2;
}

h2 a.noLink:hover {
  color: #d2d2d2;
  text-shadow: none;
}

#Photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

#Photos li {
  margin-bottom: 10px;
  border: 2px solid transparent;
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

#Photos li img {
  display: block;
  margin: 10px auto;
  width: 90%;
  border-radius: 3px;
}

#Photos li:hover {
  border: 2px solid #573d8f;
}

@media screen and (min-width: 1401px) {
  #Photos li {
    width: 16.66%;
  }
}

@media screen and (max-width: 1400px) {
  #Photos li {
    width: 20%;
  }
}

@media screen and (max-width: 992px) {
  #Photos li {
    width: 25%;
  }
}

@media screen and (max-width: 585px) {
  #Photos li {
    width: 33.33%;
  }
}

@media screen and (max-width: 480px) {
  #Photos li {
    width: 50%;
  }
}

body {
  padding-bottom: 100px;
}

audio {
  width: 80%;
  max-width: 360px;
  position: fixed;
  bottom: 50px;
  left: 0px;
}

div#gotoTop {
  padding: 10px 4px;
  background-color: rgba(207, 205, 152, 0.5);
  position: fixed;
  bottom: 0px;
  right: 0px;
}

div#gotoTop img {
  width: 35px;
  height: 35px;
}

div#Engineer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9));
  padding: 3px;
  border-radius: 3px;
  position: fixed;
  bottom: 0px;
  right: 53px;
}

div#Engineer img {
  width: 34px;
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}

div#Engineer:hover {
  color: black;
}

div#Engineer:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

div.ltBxPhotos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.ltBxPhotos h3.turnOff {
  color: #573d8f;
  text-align: right;
  padding: 10px 20px;
}

div.ltBxPhotos h3.Lower {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

div.ltBxPhotos div.dashBoard {
  width: 100%;
}

div.ltBxPhotos div.dashBoard img#thePic {
  display: block;
  margin: 0 auto;
  width: 100%;
}

div.ltBxPhotos div.dashBoard img {
  max-width: 450px;
}

div.ltBxPhotos div.dashBoard img.hr {
  max-width: 600px;
}

div.ltBxPhotos div.dashBoard ul.btnList {
  margin: 0px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.ltBxPhotos div.dashBoard ul.btnList li {
  margin: 0px;
  padding: 3px 10px;
  border-right: 1px solid grey;
}

div.ltBxPhotos div.dashBoard ul.btnList li:last-child {
  border-right: none;
}

div.ltBxPhotos div.dashBoard ul.btnList li#Stop {
  border-left: 1px solid grey;
}

div.ltBxHide {
  display: none;
}

div#fullCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #fffbe6, #fff480);
}

div.videoList {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.videoList video {
  margin: 20px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
/*# sourceMappingURL=trips.css.map */