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: #1b1918;
}

h2,
h3,
h4 {
  color: #443f3c;
}

h5,
h6 {
  color: #5f5854;
}

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

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

div.lightBox .turnOff a {
  color: #5f5854;
}

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

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f2ee), to(#e2d4ca));
  background: linear-gradient(#f6f2ee, #e2d4ca);
}

header#forMeta {
  width: 100%;
  display: none;
}

header#fixedHeader {
  width: 100%;
  opacity: 1.0;
  -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));
  position: fixed;
  top: 0px;
  left: 0px;
}

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

ul.topIcons img#Phone:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1.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: 150px;
    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: #6b472e;
}

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: #910808;
}

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: 27px;
}

@media screen and (min-width: 993px) {
  ul.nav {
    height: 26px;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  ul.nav li {
    padding: 0px 10px;
  }
  ul.nav li div {
    background-color: rgba(245, 242, 239, 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: -10px;
  }
  ul.nav li#liLogo:hover img {
    -webkit-filter: drop-shadow(4px 4px 2px #9e9994);
            filter: drop-shadow(4px 4px 2px #9e9994);
  }
  ul.nav li#phoneDesk {
    position: absolute;
    top: 2px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  ul.nav li#phoneDesk img {
    height: 32px;
  }
  ul.nav li#phoneDesk a {
    color: #910808;
    font-weight: 600;
  }
}

@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#phoneDesk {
    display: 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;
  }
}

.bold {
  font-weight: 700;
  color: #3d443c;
}

ul.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2d4ca), color-stop(#f6f2ee), to(#e2d4ca));
  background: linear-gradient(#e2d4ca, #f6f2ee, #e2d4ca);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 16px;
  padding: 14px 0px;
}

ul.footer li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.footer li a {
  color: #42443c;
}

ul.footer li a img {
  height: 30px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

ul.footer li a img#footerPhone {
  margin-right: 0;
}

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

ul.footer li a:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-filter: drop-shadow(6px 6px 2px #9e9994);
          filter: drop-shadow(6px 6px 2px #9e9994);
}

ul.footer li.logo {
  width: 100%;
  text-align: center;
  font-weight: 900;
}

ul.footer li.logo a {
  color: #1a1b18;
}

ul.footer li.logo a img {
  margin-right: 0px;
  position: relative;
  top: 3px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

ul.footer li.logo a:hover {
  -webkit-filter: drop-shadow(6px 6px 2px #9e9994);
          filter: drop-shadow(6px 6px 2px #9e9994);
}

@media screen and (min-width: 377px) {
  ul.footer li {
    padding: 10px;
  }
  ul.footer li a img {
    margin: 2px 4px;
    height: 30px;
  }
  ul.footer li.logo img {
    width: 160px;
    height: 26px;
  }
}

@media screen and (max-width: 376px) {
  ul.footer li {
    padding: 10px 0px;
  }
  ul.footer li a img {
    margin: 2px;
    height: 26px;
  }
  ul.footer li.logo img {
    width: 140px;
    height: 23px;
  }
}

@media screen and (min-width: 993px) {
  ul.footer li.logo {
    font-size: 23px;
  }
}

@media screen and (max-width: 992px) {
  ul.footer li.logo {
    font-size: 22px;
  }
}

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

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

@media screen and (max-width: 480px) {
  ul.footer li.logo {
    font-size: 19px;
  }
}

@media screen and (max-width: 376px) {
  ul.footer li.logo {
    font-size: 18px;
  }
}

div#firstImg {
  width: 100%;
  background-image: url("../images/sight/green/1.jpg");
  background-size: cover;
  position: relative;
  overflow: hidden;
}

div#firstImg ul#sloganList {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-animation: back 3.2s 1;
          animation: back 3.2s 1;
}

div#firstImg ul#sloganList li {
  width: 100%;
}

div#firstImg ul#sloganList li img {
  margin-left: 30px;
  width: 60%;
  max-width: 600px;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(4px 4px 10px rgba(255, 255, 255, 0.6));
}

div#firstImg ul#sloganList li:nth-child(1) {
  position: relative;
  -webkit-animation: First 0.8s 1;
          animation: First 0.8s 1;
}

div#firstImg ul#sloganList li:nth-child(2) {
  text-align: center;
  position: relative;
  -webkit-animation: Third 1.6s 1;
          animation: Third 1.6s 1;
}

@-webkit-keyframes back {
  0% {
    background-color: #e2d4ca;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.6);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@keyframes back {
  0% {
    background-color: #e2d4ca;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.6);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@-webkit-keyframes First {
  0% {
    top: -300px;
    opacity: 0.1;
  }
  100% {
    top: 0px;
    opacity: 1.0;
  }
}

@keyframes First {
  0% {
    top: -300px;
    opacity: 0.1;
  }
  100% {
    top: 0px;
    opacity: 1.0;
  }
}

@-webkit-keyframes Third {
  0% {
    left: 200px;
    opacity: 0.1;
  }
  100% {
    left: 0px;
    opacity: 1.0;
  }
}

@keyframes Third {
  0% {
    left: 200px;
    opacity: 0.1;
  }
  100% {
    left: 0px;
    opacity: 1.0;
  }
}

ul.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 98%;
  max-width: 1220px;
}

ul.process li {
  margin: 10px;
  border: 1px dotted grey;
  border-radius: 10px;
  background-color: white;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.process li img {
  width: 49%;
  border-radius: 10px;
  opacity: 0.85;
}

ul.process li:hover {
  -webkit-filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.3));
}

ul.process li:hover img {
  opacity: 1.0;
  -webkit-filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 993px) {
  ul.process li {
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  ul.process li {
    width: 90%;
    max-width: 630px;
  }
}

ul.contracts {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

ul.contracts li {
  max-width: 220px;
  width: 33%;
  min-width: 100px;
  border: 1px dashed #9e9994;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.2;
}

ul.contracts li img {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 120px;
  opacity: 0.65;
}

ul.contracts li div {
  display: none;
}

ul.contracts li:hover {
  -webkit-filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.4));
}

ul.contracts li:hover img {
  opacity: 1.0;
}

ul.contracts li:hover div {
  display: block;
  margin: 6px 0px;
}

ul.contracts li:hover div p {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  padding: 8px 0px 4px 0px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

ul.contracts li:hover div p:last-child {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  ul.contracts li {
    margin: 8px 20px 12px 20px;
  }
}

@media screen and (max-width: 768px) {
  ul.contracts li {
    margin: 4px 10px 6px 10px;
  }
}

@media screen and (max-width: 480px) {
  ul.contracts li {
    margin: 2px 6px 6px 6px;
  }
}

p.worship {
  margin: 0 auto;
  width: 98%;
  max-width: 650px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
}

p.worship img {
  width: 25%;
  max-width: 100px;
  min-width: 50px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

ul.hall {
  margin: 0 auto 40px auto;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.hall li {
  margin: 0px 10px 10px 20px;
  background-color: white;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

ul.hall li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.hall li a div.hallImg {
  width: 160px;
}

ul.hall li a div.hallImg img {
  width: 160px;
  height: 120px;
}

ul.hall li a div.hallText h3 {
  padding-left: 2px;
  padding-right: 10px;
  text-align: center;
}

ul.hall li:hover {
  -webkit-filter: drop-shadow(2px 10px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 10px 2px rgba(0, 0, 0, 0.5));
}

ul.natureTobm {
  margin: 0 auto 40px auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.natureTobm li {
  margin: 0px 20px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

ul.natureTobm li img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

ul.natureTobm li h3.title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}

ul.natureTobm li div.blackCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0px 30px;
  display: none;
}

ul.natureTobm li div.blackCover div.verticalCenter h3 {
  color: white;
  line-height: 1.4;
  text-align: center;
}

ul.natureTobm li div.blackCover div.verticalCenter p {
  margin: 0 auto;
  color: #d9d9d9;
  line-height: 1.2;
}

ul.natureTobm li:hover h3.title {
  display: none;
}

ul.natureTobm li:hover div.blackCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1201px) {
  ul.natureTobm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.natureTobm li {
    width: 360px;
  }
}

@media screen and (max-width: 1200px) {
  ul.natureTobm {
    display: block;
  }
  ul.natureTobm li {
    margin: 0 auto 20px auto;
    width: 60%;
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  ul.natureTobm li {
    width: 75%;
  }
}

@media screen and (max-width: 585px) {
  ul.natureTobm li {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  ul.natureTobm li {
    width: 75%;
  }
}

@media screen and (max-width: 376px) {
  ul.natureTobm li {
    width: 98%;
    max-width: 300px;
  }
}

div.takeLook {
  margin: 0 auto 20px auto;
  width: 90%;
  max-width: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 242, 239, 0.9)), to(#f6f2ee));
  background: linear-gradient(rgba(245, 242, 239, 0.9), #f6f2ee);
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.takeLook img {
  display: block;
  margin-right: 10px;
  width: 20%;
}

div.takeLook h3 {
  line-height: 1.2;
}

ul.towers {
  margin: 0 auto 40px auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.towers li {
  margin: 0px 20px 30px 20px;
  max-width: 300px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
}

ul.towers li h3 {
  margin: 10px 0px;
  text-align: center;
}

ul.towers li img {
  margin: 0px auto 10px auto;
  display: block;
  width: 95%;
  border-radius: 6px;
}

ul.towers li p {
  margin: 0px 10px;
  line-height: 1.2;
}

ul.towers li p.location {
  margin-bottom: 10px;
  width: 60%;
  max-width: 120px;
  border-bottom: 2px solid #9e9994;
  padding-right: 20px;
}

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

ul.towers li a:hover img {
  width: 100%;
  -webkit-filter: drop-shadow(2px 10px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 10px 2px rgba(0, 0, 0, 0.5));
}

ul.towers li a:hover p.location {
  border-bottom: 2px solid #910808;
  font-weight: 600;
}

@media screen and (min-width: 993px) {
  ul.towers li {
    width: 25%;
  }
}

@media screen and (max-width: 992px) {
  ul.towers li {
    width: 45%;
  }
}

@media screen and (max-width: 585px) {
  ul.towers li {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  ul.towers li {
    width: 80%;
  }
}
/*# sourceMappingURL=index.css.map */