body {
  line-height: 1.5;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

#photo-link > a {
  color: #d37d40;
}

.showImg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
}

.showImg .inner {
  width: 70%;
  height: 90vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.showImg .inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
}

.year a {
  color: #d8cec4;
  background: #816e5d;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px 10px;
}

.year a:hover {
  color: #f0f0f0;
}

.cntr {
  display: table;
  width: 100%;
  height: 100%;
}

.cntr .cntr-innr {
  padding: 50px 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.cntr .cntr-innr p {
  color: #ccc;
}

.search {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 8px 7px 0px;
  padding: 3px 10px;
  border: 3px solid #d18746;
  border-radius: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: text;
}

.search:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  right: -5px;
  top: 21px;
  background: #d18746;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.search.active, .search:hover {
  width: 200px;
  margin-right: 0px;
}

.search.active:after, .search:hover:after {
  height: 0px;
}

.search input {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica;
  font-size: 15px;
  color: inherit;
  background: transparent;
  outline-width: 0px;
  color: #d18746;
  display: block;
}

.search input:focus {
  outline: none;
}

.container > .container {
  max-width: 1440px;
  width: calc(100% - 200px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.container > .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container > .container .row .section-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
}

.container > .container .row .section-title > h1 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.container > .container .row .section-title > h1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #111;
}

.container > .container .row-photo-g {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container > .container .block {
  padding: 0 20px;
  width: 100%;
}

.container > .container .year-title {
  padding-top: 50px;
}

.container > .container .no-item {
  text-align: center;
  width: 100%;
}

.gallery-section .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.1%;
          flex: 0 0 25.1%;
  max-width: 25.1%;
  margin: 30px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  max-height: 200px;
}

.gallery-section .gallery-item:hover .gallery-item-inner {
  -webkit-box-shadow: 6px 8px 10px #777;
          box-shadow: 6px 8px 10px #777;
  -webkit-transition: .5s;
  transition: .5s;
}

.gallery-section .gallery-item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-item-inner {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 3px 3px 15px #999;
          box-shadow: 3px 3px 15px #999;
}

.gallery-section .gallery-item-inner img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.gallery-section .gallery-item-inner:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-section .gallery-item-inner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-section .gallery-item-inner .overlay h4 {
  color: #f0f0f0;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.gallery-section .gallery-item-inner:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-section .gallery-item-inner:hover .overlay h4 {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.gallery-section .gallery-item-inner a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1140px) {
  .gallery-section .gallery-item {
    max-height: 230px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .gallery-section .gallery-item img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .container > .container {
    margin-top: 50px;
    width: 100%;
  }
  .container > .container .row {
    padding-top: 20px;
  }
  .container > .container .year-title {
    padding-top: 100px;
  }
  .container > .container .row .section-title > h1 {
    font-size: 30px;
  }
  .gallery-section .gallery-item {
    max-height: 160px;
    margin: 20px 10px;
    height: auto;
    padding: 0;
  }
  .showImg .inner {
    width: 100%;
  }
}

@media screen and (max-width: 415px) {
  .gallery-section .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    max-height: 110px;
    margin: 10px 10px;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #d18746;
}

.cont {
  text-align: center;
  margin-bottom: 20px;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  -webkit-transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin: 0 auto;
  max-width: 1200px;
}

.demo-gallery > ul > li {
  margin: 0 10px 40px;
  width: 180px;
  height: 120px;
  display: inline-block;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  height: 140px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 0.5;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 0.3;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.lg-progress-bar .lg-progress {
  background-color: #d18746;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  top: 0;
  width: 200px;
  height: 100vh;
  background-color: transparent;
}

.lg-outer .lg {
  background: #333;
}

.lg-outer .lg-thumb-outer {
  padding: 0 5px;
  background: #816e5d;
  width: 100% !important;
}

.lg-outer .lg-toogle-thumb {
  background: #816e5d;
}

.lg-outer .lg-toogle-thumb:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-image: url("https://storage.googleapis.com/northern-syntax-300809.appspot.com/icon/camera1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.lg-outer .lg-pager {
  background-color: #816e5d;
}

.lg-pager-outer {
  display: none !important;
}

.lg-actions .lg-next {
  right: 0;
}

.lg-actions .lg-prev {
  left: 0;
}

.lg-toolbar .lg-icon {
  margin: 0 10px;
}

#lg-share,
#lg-download,
#lg-actual-size {
  display: none;
}

#lg-counter {
  color: #fff;
}

.lg-thumb {
  width: 10000px !important;
}

@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
    margin-top: 80px;
  }
  .i {
    display: none;
    opacity: 0;
  }
  .w {
    height: 280px;
    background: rgba(66, 66, 66, 0.5) url("https://01.jd95.tw/wp-content/uploads/2020/12/2-13-scaled.jpg") no-repeat fixed;
    background-size: contain !important;
    background-position: 0 80px !important;
  }
  .text h1 {
    margin-top: 75px;
  }
  .blur {
    background: rgba(66, 66, 66, 0.5) url("https://01.jd95.tw/wp-content/uploads/2020/12/2-13-scaled.jpg") no-repeat fixed;
    background-size: contain;
    background-position: center center;
  }
  .widget {
    height: 100px;
  }
  .blur {
    height: 200px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    width: 50px;
  }
}
/*# sourceMappingURL=home.css.map */