@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("./fontawesome-all.min.css");

/*
  Miniport by HTML5 UP
  html5up.net | @ajlkn
  Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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;}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;}

body {
  line-height: 1;
  background: url("../img/background2.jpg");
  background-repeat: repeat;
}

body {
  -webkit-text-size-adjust: none;
}

/* Basic */


  *, *:before, *:after {
    box-sizing: inherit;
  }

  body {
    padding-top: 3.5em;
  }

    body.is-preload *, body.is-preload *:before, body.is-preload *:after {
      -moz-animation: none !important;
      -webkit-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
    }

  body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.85em;
    color: #fff;
    font-weight: 300;
    font-size: 13pt;
  }

  a {
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: rgb(255, 213, 0);
    text-decoration: none;
  }

    a:hover {
      color: rgb(255, 156, 0) !important;
    }

    a img {
      border: 0;
    }

  b, strong {
    font-weight: 600;
    color: rgb(255, 214, 0);
  }

  h1 {
    color: #fff;
    margin: 0 0 0.75em 0;
  }

  h1 {
    font-size: 3.25em;
    letter-spacing: -0.025em;
    font-weight: 300;
    line-height: normal;
  }

    h1 strong {
      font-weight: 700;
      line-height: normal;
      white-space: nowrap;
    }

    p {
      margin-bottom: 2em;
      text-align: justify;
    }

  header {
    margin: 0 0 3em 0;
  }

    header > p {
      font-size: 1.25em;
      margin: 0;
    }

  /* Footer */
    .footer #button{
      width:40px;
      height:40px;
      border: rgb(255, 214, 0, 0.7) 12px solid;
      border-radius:5px;
      margin:0 auto;
      margin-bottom: -30px;
      position:relative;
      -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }
    .footer #button:hover{
      width:40px;
      height:40px;
      border: rgb(255, 214, 0) 12px solid;
      -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
      position:relative;
    }
    .footer {
      bottom:0;
      left:0;
      position:fixed;
        width: 100%;
        height: 2em;
        overflow:hidden;
        margin:0 auto;
      -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }
    .footer:hover {
      -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
      height: 6em;
    }
    .footer #container{
      margin-top:5px;
      width:100%;
      height:100%;
      position:relative;
      top:0;
      left:0;
      background: rgb(168, 144, 20);
    }
    .footer #cont{
      position:relative;
      top:-55px;
      right:90px;
      width:500px;
      height:auto;
      margin:0 auto;
    }
    .footer_center{
      width: 600px;
      float:left;
      text-align:center;
    }
    .footer h6{
      font-family: 'Helvetica';
      font-size: 15px;
      font-weight: 100;
      margin-top:70px;
      margin-left:40px;
    }

/* Container */

  .container {
    margin: 0 auto;
    max-width: calc(100% - 50px);
    width: 1200px;
  }

    .container.medium {
      width: 900px;
    }

    @media screen and (max-width: 1680px) {

      .container {
        width: 1200px;
      }

        .container.medium {
          width: 900px;
        }

    }

    @media screen and (max-width: 1280px) {

      .container {
        width: 960px;
      }

        .container.medium {
          width: 720px;
        }

    }

    @media screen and (max-width: 980px) {

      .container {
        width: 100%;
      }

        .container.medium {
          width: 75%;
        }

    }

    @media screen and (max-width: 736px) {

      .container {
        width: 100%;
        max-width: calc(100% - 30px);
      }

        .container.medium {
          width: 100%;
        }

    }

/* Row */

  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

    .row > * {
      box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
      margin-bottom: 0;
    }

    .row.aln-left {
      justify-content: flex-start;
    }

    .row.aln-center {
      justify-content: center;
    }

    .row.aln-right {
      justify-content: flex-end;
    }

    .row.aln-top {
      align-items: flex-start;
    }

    .row.aln-middle {
      align-items: center;
    }

    .row.aln-bottom {
      align-items: flex-end;
    }

    .row > .imp {
      order: -1;
    }

    .row > .col-1 {
      width: 8.33333%;
    }

    .row > .off-1 {
      margin-left: 8.33333%;
    }

    .row > .col-2 {
      width: 16.66667%;
    }

    .row > .off-2 {
      margin-left: 16.66667%;
    }

    .row > .col-3 {
      width: 25%;
    }

    .row > .off-3 {
      margin-left: 25%;
    }

    .row > .col-4 {
      width: 33.33333%;
    }

    .row > .off-4 {
      margin-left: 33.33333%;
    }

    .row > .col-5 {
      width: 41.66667%;
    }

    .row > .off-5 {
      margin-left: 41.66667%;
    }

    .row > .col-6 {
      width: 50%;
    }

    .row > .off-6 {
      margin-left: 50%;
    }

    .row > .col-7 {
      width: 58.33333%;
    }

    .row > .off-7 {
      margin-left: 58.33333%;
    }

    .row > .col-8 {
      width: 66.66667%;
    }

    .row > .off-8 {
      margin-left: 66.66667%;
    }

    .row > .col-9 {
      width: 75%;
    }

    .row > .off-9 {
      margin-left: 75%;
    }

    .row > .col-10 {
      width: 83.33333%;
    }

    .row > .off-10 {
      margin-left: 83.33333%;
    }

    .row > .col-11 {
      width: 91.66667%;
    }

    .row > .off-11 {
      margin-left: 91.66667%;
    }

    .row > .col-12 {
      width: 100%;
    }

    .row > .off-12 {
      margin-left: 100%;
    }

    .row.gtr-0 {
      margin-top: 0px;
      margin-left: 0px;
    }

      .row.gtr-0 > * {
        padding: 0px 0 0 0px;
      }

      .row.gtr-0.gtr-uniform {
        margin-top: 0px;
      }

        .row.gtr-0.gtr-uniform > * {
          padding-top: 0px;
        }

    .row.gtr-25 {
      margin-top: -6.25px;
      margin-left: -6.25px;
    }

      .row.gtr-25 > * {
        padding: 6.25px 0 0 6.25px;
      }

      .row.gtr-25.gtr-uniform {
        margin-top: -6.25px;
      }

        .row.gtr-25.gtr-uniform > * {
          padding-top: 6.25px;
        }

    .row.gtr-50 {
      margin-top: -12.5px;
      margin-left: -12.5px;
    }

      .row.gtr-50 > * {
        padding: 12.5px 0 0 12.5px;
      }

      .row.gtr-50.gtr-uniform {
        margin-top: -12.5px;
      }

        .row.gtr-50.gtr-uniform > * {
          padding-top: 12.5px;
        }

    .row {
      margin-top: -25px;
      margin-left: -25px;
    }

      .row > * {
        padding: 25px 0 0 25px;
      }

      .row.gtr-uniform {
        margin-top: -25px;
      }

        .row.gtr-uniform > * {
          padding-top: 25px;
        }

    .row.gtr-150 {
      margin-top: -37.5px;
      margin-left: -37.5px;
    }

      .row.gtr-150 > * {
        padding: 37.5px 0 0 37.5px;
      }

      .row.gtr-150.gtr-uniform {
        margin-top: -37.5px;
      }

        .row.gtr-150.gtr-uniform > * {
          padding-top: 37.5px;
        }

    .row.gtr-200 {
      margin-top: -50px;
      margin-left: -50px;
    }

      .row.gtr-200 > * {
        padding: 50px 0 0 50px;
      }

      .row.gtr-200.gtr-uniform {
        margin-top: -50px;
      }

        .row.gtr-200.gtr-uniform > * {
          padding-top: 50px;
        }

    @media screen and (max-width: 1680px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-xlarge {
          order: -1;
        }

        .row > .col-1-xlarge {
          width: 8.33333%;
        }

        .row > .off-1-xlarge {
          margin-left: 8.33333%;
        }

        .row > .col-2-xlarge {
          width: 16.66667%;
        }

        .row > .off-2-xlarge {
          margin-left: 16.66667%;
        }

        .row > .col-3-xlarge {
          width: 25%;
        }

        .row > .off-3-xlarge {
          margin-left: 25%;
        }

        .row > .col-4-xlarge {
          width: 33.33333%;
        }

        .row > .off-4-xlarge {
          margin-left: 33.33333%;
        }

        .row > .col-5-xlarge {
          width: 41.66667%;
        }

        .row > .off-5-xlarge {
          margin-left: 41.66667%;
        }

        .row > .col-6-xlarge {
          width: 50%;
        }

        .row > .off-6-xlarge {
          margin-left: 50%;
        }

        .row > .col-7-xlarge {
          width: 58.33333%;
        }

        .row > .off-7-xlarge {
          margin-left: 58.33333%;
        }

        .row > .col-8-xlarge {
          width: 66.66667%;
        }

        .row > .off-8-xlarge {
          margin-left: 66.66667%;
        }

        .row > .col-9-xlarge {
          width: 75%;
        }

        .row > .off-9-xlarge {
          margin-left: 75%;
        }

        .row > .col-10-xlarge {
          width: 83.33333%;
        }

        .row > .off-10-xlarge {
          margin-left: 83.33333%;
        }

        .row > .col-11-xlarge {
          width: 91.66667%;
        }

        .row > .off-11-xlarge {
          margin-left: 91.66667%;
        }

        .row > .col-12-xlarge {
          width: 100%;
        }

        .row > .off-12-xlarge {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -6.25px;
          margin-left: -6.25px;
        }

          .row.gtr-25 > * {
            padding: 6.25px 0 0 6.25px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -6.25px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 6.25px;
            }

        .row.gtr-50 {
          margin-top: -12.5px;
          margin-left: -12.5px;
        }

          .row.gtr-50 > * {
            padding: 12.5px 0 0 12.5px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -12.5px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 12.5px;
            }

        .row {
          margin-top: -25px;
          margin-left: -25px;
        }

          .row > * {
            padding: 25px 0 0 25px;
          }

          .row.gtr-uniform {
            margin-top: -25px;
          }

            .row.gtr-uniform > * {
              padding-top: 25px;
            }

        .row.gtr-150 {
          margin-top: -37.5px;
          margin-left: -37.5px;
        }

          .row.gtr-150 > * {
            padding: 37.5px 0 0 37.5px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -37.5px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 37.5px;
            }

        .row.gtr-200 {
          margin-top: -50px;
          margin-left: -50px;
        }

          .row.gtr-200 > * {
            padding: 50px 0 0 50px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -50px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 50px;
            }

    }

    @media screen and (max-width: 1280px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-large {
          order: -1;
        }

        .row > .col-1-large {
          width: 8.33333%;
        }

        .row > .off-1-large {
          margin-left: 8.33333%;
        }

        .row > .col-2-large {
          width: 16.66667%;
        }

        .row > .off-2-large {
          margin-left: 16.66667%;
        }

        .row > .col-3-large {
          width: 25%;
        }

        .row > .off-3-large {
          margin-left: 25%;
        }

        .row > .col-4-large {
          width: 33.33333%;
        }

        .row > .off-4-large {
          margin-left: 33.33333%;
        }

        .row > .col-5-large {
          width: 41.66667%;
        }

        .row > .off-5-large {
          margin-left: 41.66667%;
        }

        .row > .col-6-large {
          width: 50%;
        }

        .row > .off-6-large {
          margin-left: 50%;
        }

        .row > .col-7-large {
          width: 58.33333%;
        }

        .row > .off-7-large {
          margin-left: 58.33333%;
        }

        .row > .col-8-large {
          width: 66.66667%;
        }

        .row > .off-8-large {
          margin-left: 66.66667%;
        }

        .row > .col-9-large {
          width: 75%;
        }

        .row > .off-9-large {
          margin-left: 75%;
        }

        .row > .col-10-large {
          width: 83.33333%;
        }

        .row > .off-10-large {
          margin-left: 83.33333%;
        }

        .row > .col-11-large {
          width: 91.66667%;
        }

        .row > .off-11-large {
          margin-left: 91.66667%;
        }

        .row > .col-12-large {
          width: 100%;
          font-size: 2em;
        }

        .row > .off-12-large {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -6.25px;
          margin-left: -6.25px;
        }

          .row.gtr-25 > * {
            padding: 6.25px 0 0 6.25px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -6.25px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 6.25px;
            }

        .row.gtr-50 {
          margin-top: -12.5px;
          margin-left: -12.5px;
        }

          .row.gtr-50 > * {
            padding: 12.5px 0 0 12.5px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -12.5px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 12.5px;
            }

        .row {
          margin-top: -25px;
          margin-left: -25px;
        }

          .row > * {
            padding: 25px 0 0 25px;
          }

          .row.gtr-uniform {
            margin-top: -25px;
          }

            .row.gtr-uniform > * {
              padding-top: 25px;
            }

        .row.gtr-150 {
          margin-top: -37.5px;
          margin-left: -37.5px;
        }

          .row.gtr-150 > * {
            padding: 37.5px 0 0 37.5px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -37.5px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 37.5px;
            }

        .row.gtr-200 {
          margin-top: -50px;
          margin-left: -50px;
        }

          .row.gtr-200 > * {
            padding: 50px 0 0 50px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -50px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 50px;
            }

    }

    @media screen and (max-width: 980px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-medium {
          order: -1;
        }

        .row > .col-1-medium {
          width: 8.33333%;
        }

        .row > .off-1-medium {
          margin-left: 8.33333%;
        }

        .row > .col-2-medium {
          width: 16.66667%;
        }

        .row > .off-2-medium {
          margin-left: 16.66667%;
        }

        .row > .col-3-medium {
          width: 25%;
        }

        .row > .off-3-medium {
          margin-left: 25%;
        }

        .row > .col-4-medium {
          width: 33.33333%;
        }

        .row > .off-4-medium {
          margin-left: 33.33333%;
        }

        .row > .col-5-medium {
          width: 41.66667%;
        }

        .row > .off-5-medium {
          margin-left: 41.66667%;
        }

        .row > .col-6-medium {
          width: 50%;
        }

        .row > .off-6-medium {
          margin-left: 50%;
        }

        .row > .col-7-medium {
          width: 58.33333%;
        }

        .row > .off-7-medium {
          margin-left: 58.33333%;
        }

        .row > .col-8-medium {
          width: 66.66667%;
        }

        .row > .off-8-medium {
          margin-left: 66.66667%;
        }

        .row > .col-9-medium {
          width: 75%;
        }

        .row > .off-9-medium {
          margin-left: 75%;
        }

        .row > .col-10-medium {
          width: 83.33333%;
        }

        .row > .off-10-medium {
          margin-left: 83.33333%;
        }

        .row > .col-11-medium {
          width: 91.66667%;
        }

        .row > .off-11-medium {
          margin-left: 91.66667%;
        }

        .row > .col-12-medium {
          width: 100%;
        }

        .row > .off-12-medium {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -6.25px;
          margin-left: -6.25px;
        }

          .row.gtr-25 > * {
            padding: 6.25px 0 0 6.25px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -6.25px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 6.25px;
            }

        .row.gtr-50 {
          margin-top: -12.5px;
          margin-left: -12.5px;
        }

          .row.gtr-50 > * {
            padding: 12.5px 0 0 12.5px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -12.5px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 12.5px;
            }

        .row {
          margin-top: -25px;
          margin-left: -25px;
        }

          .row > * {
            padding: 25px 0 0 25px;
          }

          .row.gtr-uniform {
            margin-top: -25px;
          }

            .row.gtr-uniform > * {
              padding-top: 25px;
            }

        .row.gtr-150 {
          margin-top: -37.5px;
          margin-left: -37.5px;
        }

          .row.gtr-150 > * {
            padding: 37.5px 0 0 37.5px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -37.5px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 37.5px;
            }

        .row.gtr-200 {
          margin-top: -50px;
          margin-left: -50px;
        }

          .row.gtr-200 > * {
            padding: 50px 0 0 50px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -50px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 50px;
            }

    }

    @media screen and (max-width: 736px) {
      
      
      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-small {
          order: -1;
        }

        .row > .col-1-small {
          width: 8.33333%;
        }

        .row > .off-1-small {
          margin-left: 8.33333%;
        }

        .row > .col-2-small {
          width: 16.66667%;
        }

        .row > .off-2-small {
          margin-left: 16.66667%;
        }

        .row > .col-3-small {
          width: 25%;
        }

        .row > .off-3-small {
          margin-left: 25%;
        }

        .row > .col-4-small {
          width: 33.33333%;
        }

        .row > .off-4-small {
          margin-left: 33.33333%;
        }

        .row > .col-5-small {
          width: 41.66667%;
        }

        .row > .off-5-small {
          margin-left: 41.66667%;
        }

        .row > .col-6-small {
          width: 50%;
        }

        .row > .off-6-small {
          margin-left: 50%;
        }

        .row > .col-7-small {
          width: 58.33333%;
        }

        .row > .off-7-small {
          margin-left: 58.33333%;
        }

        .row > .col-8-small {
          width: 66.66667%;
        }

        .row > .off-8-small {
          margin-left: 66.66667%;
        }

        .row > .col-9-small {
          width: 75%;
        }

        .row > .off-9-small {
          margin-left: 75%;
        }

        .row > .col-10-small {
          width: 83.33333%;
        }

        .row > .off-10-small {
          margin-left: 83.33333%;
        }

        .row > .col-11-small {
          width: 91.66667%;
        }

        .row > .off-11-small {
          margin-left: 91.66667%;
        }

        .row > .col-12-small {
          width: 100%;
        }

        .row > .off-12-small {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -3.75px;
          margin-left: -3.75px;
        }

          .row.gtr-25 > * {
            padding: 3.75px 0 0 3.75px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -3.75px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 3.75px;
            }

        .row.gtr-50 {
          margin-top: -7.5px;
          margin-left: -7.5px;
        }

          .row.gtr-50 > * {
            padding: 7.5px 0 0 7.5px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -7.5px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 7.5px;
            }

        .row {
          margin-top: -15px;
          margin-left: -15px;
        }

          .row > * {
            padding: 15px 0 0 15px;
          }

          .row.gtr-uniform {
            margin-top: -15px;
          }

            .row.gtr-uniform > * {
              padding-top: 15px;
            }

        .row.gtr-150 {
          margin-top: -22.5px;
          margin-left: -22.5px;
        }

          .row.gtr-150 > * {
            padding: 22.5px 0 0 22.5px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -22.5px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 22.5px;
            }

        .row.gtr-200 {
          margin-top: -30px;
          margin-left: -30px;
        }

          .row.gtr-200 > * {
            padding: 30px 0 0 30px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -30px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 30px;
            }

    }

/* Header */

@-moz-keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-ms-keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-moz-keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-ms-keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

#header {
  -moz-animation: header 1s 2.25s forwards;
  -webkit-animation: header 1s 2.25s forwards;
  -ms-animation: header 1s 2.25s forwards;
  animation: header 1s 2.25s forwards;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  cursor: default;
  display: inline-block;
  opacity: 0;
  position: relative;
  text-align: center;
  top: -1em;
  vertical-align: middle;
  width: 90%;
}

  #header h1 {
    font-size: 4.35em;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1em;
  }

  #header p {
    font-size: 1.25em;
    margin: 0.75em 0 0.25em 0;
    opacity: 0.75;
  }

  #header nav {
    margin: 1.5em 0 0 0;
  }

    #header nav li {
      -moz-animation: nav-icons 0.5s ease-in-out forwards;
      -webkit-animation: nav-icons 0.5s ease-in-out forwards;
      -ms-animation: nav-icons 0.5s ease-in-out forwards;
      animation: nav-icons 0.5s ease-in-out forwards;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
      display: inline-block;
      height: 5.35em;
      line-height: 5.885em;
      opacity: 0;
      position: relative;
      top: 0;
      width: 5.35em;
    }

      #header nav li:nth-child(1) {
        -moz-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        animation-delay: 2.5s;
      }

      #header nav li:nth-child(2) {
        -moz-animation-delay: 2.75s;
        -webkit-animation-delay: 2.75s;
        -ms-animation-delay: 2.75s;
        animation-delay: 2.75s;
      }

      #header nav li:nth-child(3) {
        -moz-animation-delay: 3s;
        -webkit-animation-delay: 3s;
        -ms-animation-delay: 3s;
        animation-delay: 3s;
      }

      #header nav li:nth-child(4) {
        -moz-animation-delay: 3.25s;
        -webkit-animation-delay: 3.25s;
        -ms-animation-delay: 3.25s;
        animation-delay: 3.25s;
      }

      #header nav li:nth-child(5) {
        -moz-animation-delay: 3.5s;
        -webkit-animation-delay: 3.5s;
        -ms-animation-delay: 3.5s;
        animation-delay: 3.5s;
      }


    #header nav a {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-touch-callout: none;
      border: 0;
      display: inline-block;
    }

      #header nav a:before {
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 100%;
        border: solid 3px rgb(255, 214, 0);
        display: block;
        font-size: 1.75em;
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        text-align: center;
        top: 0;
        width: 2.5em;
      }

      #header nav a:hover {
        font-size: 1.1em;
      }

        #header nav a:hover:before {
          background-color: rgba(255, 255, 255, 0.175);
          color: rgb(255, 214, 0);
        }

      #header nav a:active {
        font-size: 0.95em;
        background: none;
      }

        #header nav a:active:before {
          background-color: rgba(255, 255, 255, 0.35);
          color: rgb(255, 214, 0);
        }

      #header nav a span {
        display: none;
      }


/* Image */

  .image {
    display: inline-block;
    position: relative;
  }

    .image img {
      display: block;
      width: 100%;
    }

    .image.fit {
      display: block;
      width: 100%;
    }


/* List */

  ul {
    list-style: disc;
  }

    ul li {
      padding-left: 0.5em;
    }

/* Box */

  .box {
    background: rgb(255, 214, 0);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2em;
  }

    .box.style1 {
      padding: 3em 2em 3.5em 2em;
    }

      .box.style1 h3 {
        margin-bottom: 0.5em;
      }

/* Icon */

.icon {
  text-decoration: none;
  position: relative;
}

  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
  }

  .icon > .label {
    display: none;
  }

  .icon.solid:before {
    font-weight: 900;
  }

  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
  }

/* Wrappers */

  .wrapper {
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 8em 0 8em 0;
    text-align: center;
  }

    .wrapper.style1 {
      background-image: none;
      background-color: rgb(255, 214, 0);
    }

/* Articles */

  body > article {
    margin-bottom: 0;
  }

  #top {
    padding: 10em 0 10em 0;
    text-align: left;
  }

    #top .image {
      border-radius: 100%;
      width: 20em;
      height: 20em;
      margin: 0;
    }

      #top .image img {
        border-radius: 100%;
      }

    #top h1 {
      margin-top: 0.35em;
    }

    #top p {
      font-size: 1.5em;
      line-height: 1.75em;
    }

      #top p a {
        color: inherit;
      }

/* Large */

  @media screen and (max-width: 1280px) {

    /* Basic */

      body {
        font-size: 11pt;
      }

      header {
        margin: 0 0 4em 0;
      }

    /* Wrappers */

      .wrapper {
        padding: 5em 0 5em 0;
        text-align: center;
      }

        .wrapper.style4 .row-special {
          margin: 2em 0 0 0;
          padding: 2em 0 2em 0;
        }

    /* Articles */

      #top {
        padding: 8em 0;
      }

        #top .image {
          width: 24em;
          height: 24em;
          margin: 0;
        }

  }

/* Medium */

  @media screen and (max-width: 980px) {

    /* Articles */

      #top {
        text-align: center;
        padding: 5em 0;
      }

        #top .image {
          margin: 0 auto 2em auto;
        }

  }

/* Small */

  @media screen and (max-width: 736px) {

    /* Basic */

      body {
        padding-top: 44px;
      }

      body, input, textarea, select {
        line-height: 1.75em;
        font-size: 10pt;
        letter-spacing: 0;
      }

      h1, h2, h3, h4, h5, h6 {
        font-size: 1.25em;
        margin: 0 0 0.4em 0;
      }

      h1 {
        font-size: 3.25em;
        line-height: 1.25em;
      }

      header {
        margin: 0 0 2em 0;
      }

        header > p {
          font-size: 1.25em;
        }

      footer {
        margin: 2.5em 0 0 0;
      }

        footer > p {
          font-size: 1.25em;
        }

      hr {
        margin: 1.5em 0 2em 0;
      }

    /* Section/Article */

      section, article {
        clear: both;
      }


    /* Wrappers */

      .wrapper {
        padding: 3em 0;
        text-align: center;
      }

    
    /* Articles */

      #top {
        padding: 3em 0;
      }

        #top .image {
          width: 15em;
          height: 15em;
          margin-bottom: 0;
        }

        #top p {
          font-size: 1em;
        }

      #contact footer {
        margin: 0;
      }

  }

  
