@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

section .animate,aside .animate {
  -moz-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  opacity: 0
}

section .animate.show,aside .animate.show {
  opacity: 1
}

section.tbanner {
  -moz-animation: fadeIn 1.2s;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s
}

section.tbanner figure {
  background-image: url(../images/e1_banner.jpg);
  background-position: center 75%
}

main section {
  overflow: hidden
}

main section:nth-child(even) figcaption {
  float: right
}

main section.e1 figure,main section.e2 figure,main section.e3 figure {
  background-size: auto
}

main section.e3 figure {
  background-position: center 20%
}

main figure,main figcaption {
  float: left;
  height: 320px;
  box-sizing: border-box
}

main figure {
  width: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%
}

main figcaption {
  width: 40%;
  padding: 40px 15px
}

main figcaption h3.linet {
  margin: auto
}

main figcaption h3.linet p {
  color: #FFF;
}

main figcaption h3.linet img {
  margin: auto
}

main figcaption div {
  padding-top: 20px
}

main figcaption div p {
  font-size: 14px;
  line-height: 25px;
  text-align: center
}

main figcaption div:after {
  display: table;
  content: "";
  width: 75px;
  height: 2px;
  background: #b3a862;
  margin: 40px auto 0 auto
}

@media (max-width: 980px) {
  section.tbanner figure {
    background-image:url(../images/e1_banner.jpg);
    background-position: center center;
    background-size: auto 152%
  }

  main figure {
    background-size: auto 125%
  }
}

@media (max-width: 800px) {
  section.tbanner figure {
    background-size:auto 130%
  }
}

@media (max-width: 720px) {
  section.tbanner figure {
    background-position:40% center
  }

  main section:nth-child(even) figcaption {
    float: none
  }

  main figure,main figcaption {
    float: none;
    width: 100%
  }

  main figure {
    background-size: auto 320px
  }
}

@media (max-width: 600px) {
  section.tbanner figure {
    background-size:auto 100%
  }
}

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