/* Scss Document */
@font-face {
  font-family: 'Montserrat-Light';
  src: url(fonts/font/Montserrat-Light.otf); }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(fonts/font/Montserrat-Regular.otf); }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/font/Montserrat-Bold.otf); }
body {
  font-family: 'Montserrat-Regular', Arial !important;
  overflow-x: hidden !important;
  text-shadow: 2px 2px 0px white;
  max-width: 100%;
  position: relative; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 64px;
  z-index: 3;
  text-align: center;
  background: #018150; }
  .header .logo {
    display: inline-block; }
    .header .logo img {
      width: auto;
      max-height: 140px; }

.content {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 180px auto 40px; }
  .content .title {
    position: relative;
    display: block;
    font-size: 36px;
    color: #222;
    text-align: center;
    font-family: 'Montserrat-Bold'; }
    .content .title h2 {
      font-size: 36px; }
  .content .social {
    position: relative;
    display: block;
    margin: 0; }
    .content .social ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
      position: relative;
      z-index: 2; }
      .content .social ul li {
        display: inline-block;
        margin: 0 7px; }
        .content .social ul li a:hover img {
          margin-top: -7px;
          -webkit-transition: all 0.2s ease 0s;
          -moz-transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s; }
        .content .social ul li a {
          display: block; }
        .content .social ul li img {
          width: 66px;
          height: auto; }
  .content .survey {
    position: relative;
    display: block;
    margin-top: 50px;
    text-align: center; }
    .content .survey .item {
      background: rgba(255, 255, 255, 0.6);
      margin: 2px;
      display: inline-block;
      width: calc((100% / 2) - 7px);
      text-align: center;
      font-size: 14px;
      line-height: 24px;
      font-weight: 300;
      letter-spacing: 5px;
      color: #555;
      padding: 26px 6px;
      font-family: 'Montserrat-Light';
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
      border-radius: 3px; }
      .content .survey .item:hover {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
      .content .survey .item.first {
        width: 100%; }
      .content .survey .item strong {
        font-size: 16px;
        font-weight: 600;
        display: block;
        color: #111;
        font-family: 'Montserrat-Regular';
        text-transform: uppercase; }
      .content .survey .item span {
        display: block; }

.bg-img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-size: cover; }

.shadow {
  padding-bottom: 130px; }
  .shadow:before {
    opacity: 0.14;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80% auto; }

@media (max-width: 575px) {
  .header {
    height: 54px; }
    .header .logo img {
      max-height: 120px; }

  .content {
    margin: 140px auto 40px; }
    .content .title {
      margin-bottom: 30px; }
      .content .title h2 {
        font-size: 34px; }
    .content .social ul li {
      margin: 0 5px; }
      .content .social ul li img {
        width: 48px; }
    .content .survey {
      text-align: center; }
      .content .survey .item {
        width: 90% !important;
        padding: 14px 2px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 3px; }
        .content .survey .item strong {
          font-size: 14px; }

  .shadow {
    padding-bottom: 78px; } }
