@charset "UTF-8";
@import url(reset.css);
@import url(rwdgrid.css);
@import url(animate.css);
@import url(pace_loading_progress_bar.css);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
/*********************************************************************************************

1.  Default / for Grid 1200px

*********************************************************************************************/
/* line 29, ../scss/portfolio.scss */
body {
  background-color: #222;
  font-family: 'Arvo' , '儷黑pro' , 微軟正黑體;
  color: #fff; }

/* line 34, ../scss/portfolio.scss */
a {
  color: #fff; }
  /* line 36, ../scss/portfolio.scss */
  a._yellow {
    color: #F99A19; }
    /* line 38, ../scss/portfolio.scss */
    a._yellow:hover {
      color: #fcc67c; }
  /* line 42, ../scss/portfolio.scss */
  a.links {
    font-size: 15px;
    color: #5BA825; }
    /* line 45, ../scss/portfolio.scss */
    a.links:hover {
      color: #8eda59; }

/* line 50, ../scss/portfolio.scss */
a:hover {
  transition: .3s; }

/* line 53, ../scss/portfolio.scss */
a:active {
  color: #fff; }

/* line 56, ../scss/portfolio.scss */
header {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 128px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  /* line 64, ../scss/portfolio.scss */
  header h1 {
    float: left;
    color: #fff;
    font-size: 4em;
    letter-spacing: -4px;
    margin: 30px 0 0 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); }
    /* line 71, ../scss/portfolio.scss */
    header h1 span {
      font-size: 12px;
      position: relative;
      top: -30px; }
  /* line 77, ../scss/portfolio.scss */
  header nav {
    float: right;
    margin: 40px 40px 0 0; }
    /* line 81, ../scss/portfolio.scss */
    header nav ul li {
      display: inline-block; }
      /* line 83, ../scss/portfolio.scss */
      header nav ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 20px; }
      /* line 89, ../scss/portfolio.scss */
      header nav ul li a:hover, header nav ul li a.active {
        background-color: #5BA825; }

/* line 96, ../scss/portfolio.scss */
.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

/* this make our menu fixed top */
/* line 97, ../scss/portfolio.scss */
.spaceLine {
  height: 1px;
  border-bottom: 1px solid #fff; }

/* line 101, ../scss/portfolio.scss */
.myBanner {
  background: url(../images/bannerbw.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1; }
  /* line 108, ../scss/portfolio.scss */
  .myBanner .textArea {
    width: 434px;
    height: 124px;
    background-color: #000;
    position: absolute;
    top: 300px;
    right: 0;
    color: #fff;
    display: table; }
    /* line 122, ../scss/portfolio.scss */
    .myBanner .textArea .column {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      /* line 124, ../scss/portfolio.scss */
      .myBanner .textArea .column h2 {
        font-size: 1.5em;
        padding: 20px; }
      /* line 128, ../scss/portfolio.scss */
      .myBanner .textArea .column a {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 115px;
        height: 76px;
        display: block;
        background: #000 url(../images/btn_go_about@2x.png) no-repeat;
        background-size: 100%;
        margin-right: 20px; }
      /* line 137, ../scss/portfolio.scss */
      .myBanner .textArea .column a:hover {
        opacity: .7; }

/* line 144, ../scss/portfolio.scss */
.tabBarArea {
  width: 100%;
  margin: 80px 0 80px 0;
  text-align: center; }
  /* line 148, ../scss/portfolio.scss */
  .tabBarArea h3 {
    font-size: 3em;
    margin-bottom: 30px; }

/* line 156, ../scss/portfolio.scss */
.tab-container article {
  text-align: left; }
  /* line 158, ../scss/portfolio.scss */
  .tab-container article .grid-6, .tab-container article .grid-4 {
    margin-bottom: 50px; }
    /* line 160, ../scss/portfolio.scss */
    .tab-container article .grid-6 .clickImg, .tab-container article .grid-4 .clickImg {
      position: relative;
      width: 100%;
      height: 100%;
      margin-bottom: 22px; }
      /* line 165, ../scss/portfolio.scss */
      .tab-container article .grid-6 .clickImg.fix-banner, .tab-container article .grid-4 .clickImg.fix-banner {
        height: 150px;
        line-height: 150px;
        overflow: hidden;
        background-color: #000; }
        /* line 170, ../scss/portfolio.scss */
        .tab-container article .grid-6 .clickImg.fix-banner img, .tab-container article .grid-4 .clickImg.fix-banner img {
          display: inline-block;
          vertical-align: middle;
          text-align: center; }
      /* line 176, ../scss/portfolio.scss */
      .tab-container article .grid-6 .clickImg a, .tab-container article .grid-4 .clickImg a {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 100; }
      /* line 184, ../scss/portfolio.scss */
      .tab-container article .grid-6 .clickImg a:hover, .tab-container article .grid-4 .clickImg a:hover {
        background: #5BA825 url(../images/btn_eye_view@2x.png) no-repeat center center;
        background-size: 20%;
        opacity: .9; }
      /* line 189, ../scss/portfolio.scss */
      .tab-container article .grid-6 .clickImg img, .tab-container article .grid-4 .clickImg img {
        display: block;
        border: none;
        width: 100%; }
    /* line 195, ../scss/portfolio.scss */
    .tab-container article .grid-6 h4, .tab-container article .grid-4 h4 {
      font-size: 24px;
      margin-bottom: 22px; }
    /* line 199, ../scss/portfolio.scss */
    .tab-container article .grid-6 p, .tab-container article .grid-4 p {
      font-size: 16px;
      margin-bottom: 14px;
      font-weight: 400;
      font-style: normal; }
    /* line 205, ../scss/portfolio.scss */
    .tab-container article .grid-6 span, .tab-container article .grid-4 span {
      font-size: 12px;
      font-weight: 400;
      font-style: normal;
      color: #6D6E70; }

/* line 217, ../scss/portfolio.scss */
.etabs {
  margin-bottom: 60px;
  font-size: 0;
  /*fix inline-block space*/ }
  /* line 221, ../scss/portfolio.scss */
  .etabs li.tab {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    /* line 223, ../scss/portfolio.scss */
    .etabs li.tab a {
      display: block;
      width: 200px;
      padding: 15px;
      font-size: 18px;
      text-align: center;
      border: 1px solid #fff;
      text-decoration: none; }
    /* line 232, ../scss/portfolio.scss */
    .etabs li.tab a:hover {
      background-color: #333; }
    /* line 235, ../scss/portfolio.scss */
    .etabs li.tab a.active {
      background-color: #fff;
      color: #000;
      font-weight: bold; }
  /* line 241, ../scss/portfolio.scss */
  .etabs.active {
    background-color: #fff;
    color: #000; }

/* line 246, ../scss/portfolio.scss */
.aboutArea {
  width: 100%;
  text-align: center; }
  /* line 249, ../scss/portfolio.scss */
  .aboutArea h3 {
    font-size: 3em;
    margin: 40px 0; }
  /* line 253, ../scss/portfolio.scss */
  .aboutArea .jimBanner {
    width: 100%;
    height: 400px;
    background: url(../images/banner_aboutme.jpg) no-repeat center center;
    background-size: 100%;
    overflow: hidden; }
  /* line 260, ../scss/portfolio.scss */
  .aboutArea .aboutJim {
    display: table;
    height: 400px;
    text-align: left; }
    /* line 264, ../scss/portfolio.scss */
    .aboutArea .aboutJim .tRow {
      display: table-row;
      height: 50%; }
      /* line 267, ../scss/portfolio.scss */
      .aboutArea .aboutJim .tRow h4 {
        font-size: 48px;
        margin-bottom: 20px; }
      /* line 271, ../scss/portfolio.scss */
      .aboutArea .aboutJim .tRow h5 {
        font-size: 27px;
        margin-bottom: 10px; }
      /* line 275, ../scss/portfolio.scss */
      .aboutArea .aboutJim .tRow p {
        max-width: 70px;
        text-align: center;
        font-size: 16px;
        background-color: #fff;
        color: #000;
        padding: 5px 10px;
        margin-bottom: 10px; }
      /* line 284, ../scss/portfolio.scss */
      .aboutArea .aboutJim .tRow span {
        display: block;
        font-size: 15px;
        margin-bottom: 15px;
        font-family: Arvo;
        font-weight: 400; }
  /* line 293, ../scss/portfolio.scss */
  .aboutArea .jimDescription {
    margin-top: 50px;
    margin-bottom: 70px; }
    /* line 296, ../scss/portfolio.scss */
    .aboutArea .jimDescription h3 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }
    /* line 301, ../scss/portfolio.scss */
    .aboutArea .jimDescription h4 {
      font-size: 20px;
      color: #7f7f7f;
      line-height: 25px;
      margin-bottom: 20px; }
    /* line 309, ../scss/portfolio.scss */
    .aboutArea .jimDescription .contactInfo ul li {
      display: table;
      text-align: center;
      width: 100%;
      margin: 0 auto; }
      /* line 314, ../scss/portfolio.scss */
      .aboutArea .jimDescription .contactInfo ul li div {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        font-size: 20px; }
        /* line 319, ../scss/portfolio.scss */
        .aboutArea .jimDescription .contactInfo ul li div.one {
          text-align: right;
          width: 45%; }
        /* line 323, ../scss/portfolio.scss */
        .aboutArea .jimDescription .contactInfo ul li div.two {
          text-align: left;
          width: 55%; }
      /* line 328, ../scss/portfolio.scss */
      .aboutArea .jimDescription .contactInfo ul li img {
        width: 30px;
        height: 30px; }
    /* line 336, ../scss/portfolio.scss */
    .aboutArea .jimDescription .socialLink a {
      display: inline-block;
      margin: 60px 60px 60px 0;
      padding: 10px;
      border-bottom: 1px solid #fff;
      font-size: 20px;
      text-decoration: none; }
    /* line 344, ../scss/portfolio.scss */
    .aboutArea .jimDescription .socialLink a:hover {
      border-bottom: 1px solid #5BA825;
      color: #5BA825; }
    /* line 348, ../scss/portfolio.scss */
    .aboutArea .jimDescription .socialLink a.last {
      margin: 60px 0; }

/* line 355, ../scss/portfolio.scss */
footer {
  height: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 50px;
  background-color: #000;
  color: #4c4c4c; }

/* The Modal (background) */
/* line 367, ../scss/portfolio.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
/* line 381, ../scss/portfolio.scss */
.modal-content {
  text-align: center;
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */ }

/* The Close Button */
/* line 391, ../scss/portfolio.scss */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

/* line 398, ../scss/portfolio.scss */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/*********************************************************************************************

2.  960px

*********************************************************************************************/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 414, ../scss/portfolio.scss */
  .tab-container article .grid-4 {
    margin-bottom: 0;
    min-height: 400px; } }
/*********************************************************************************************

3.  720px

*********************************************************************************************/
@media only screen and (min-width: 720px) and (max-width: 959px) {
  /* line 430, ../scss/portfolio.scss */
  .tab-container article .grid-6 {
    margin-bottom: 0;
    min-height: 400px; } }
/*********************************************************************************************

4.  lt 720px (mobile)

*********************************************************************************************/
@media only screen and (max-width: 719px) {
  /* line 447, ../scss/portfolio.scss */
  header h1 {
    font-size: 2em;
    float: none;
    display: block;
    text-align: center;
    margin: 30px 0 0 0; }
    /* line 453, ../scss/portfolio.scss */
    header h1 span {
      top: -20px; }
  /* line 457, ../scss/portfolio.scss */
  header nav {
    float: none;
    margin: 10px 0 0 0;
    text-align: center; }

  /* line 470, ../scss/portfolio.scss */
  .myBanner {
    height: 500px; }
    /* line 472, ../scss/portfolio.scss */
    .myBanner .textArea {
      display: none; }

  /* line 476, ../scss/portfolio.scss */
  .etabs {
    text-align: center; }
    /* line 478, ../scss/portfolio.scss */
    .etabs li.tab {
      display: block; }
      /* line 480, ../scss/portfolio.scss */
      .etabs li.tab a {
        margin: 0 10px;
        width: auto; }

  /* line 488, ../scss/portfolio.scss */
  .aboutArea .jimBanner {
    height: 300px; }
  /* line 494, ../scss/portfolio.scss */
  .aboutArea .jimDescription .contactInfo ul li {
    width: 300px; }
    /* line 496, ../scss/portfolio.scss */
    .aboutArea .jimDescription .contactInfo ul li div.one {
      width: 25%; }
    /* line 499, ../scss/portfolio.scss */
    .aboutArea .jimDescription .contactInfo ul li div.two {
      width: 75%; }
  /* line 505, ../scss/portfolio.scss */
  .aboutArea .jimDescription .socialLink {
    text-align: center; }
    /* line 507, ../scss/portfolio.scss */
    .aboutArea .jimDescription .socialLink a {
      margin: 20px 20px;
      min-width: 105px;
      text-align: center; }
    /* line 512, ../scss/portfolio.scss */
    .aboutArea .jimDescription .socialLink a.last {
      margin: 20px 10px; }

  /* line 518, ../scss/portfolio.scss */
  .modal-content {
    width: 90%; } }

/*# sourceMappingURL=portfolio.css.map */
