* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
*[disabled] {
  cursor: default;
}
*:focus {
  outline: none;
}
* {
  -webkit-touch-callout: none;
}
* {
  z-index: 1;
}
body {
  text-align: left;
  z-index: 0;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
abbr, acronym {
  border: 0;
  display: inline;
}
input, textarea, select {
  border-width: 1px;
  border-style: solid;
  padding: 0.5em;
}
a {
  line-height: inherit;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  padding-left: 1.325em;
}
nav ul, nav ol {
  list-style-type: none;
  padding: 0;
}
li {
  margin: auto auto 1.48em;
}
li:last-child {
  margin: auto auto auto;
}
body {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
input, abbr, acronym, blockquote, code, kbd, q, samp, var {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h1 {
  font-size: 3.3333em;
  margin-bottom: 0.495em;
}
h2 {
  font-size: 2.6667em;
  margin-bottom: 0.6188em;
}
h3 {
  font-size: 2em;
  margin-bottom: 0.825em;
}
h4 {
  font-size: 1.3333em;
  margin-bottom: 1.2375em;
}
h5 {
  font-size: 1.16667em;
  margin-bottom: 1.4143em;
}
h6 {
  font-size: 1em;
  margin-bottom: 1.65em;
}
p {
  margin: auto auto 1.48em;
}
p:only-of-type, p:last-child {
  margin: auto auto auto;
}
article p + p {
  text-indent: 1.48;
  margin-top: -1.48;
}
article p:only-of-type, article p:last-child {
  margin: auto auto 1.48em;
}
img {
  /*display: block;*/
  vertical-align: top;
  line-height: 0;
  max-width: 100%;
  height: auto !important;
}
small {
  font-size: 0.8em;
}
.sized {
  max-width: 1080px;
}
.row {
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
  width: 100%;
}
.col, [class^="col-"], [class*=" col-"] {
  float: left;
  width: 100%;
  padding: 20px;
}
@media (min-width: 460px) and (max-width: 767px) {
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.no-gutter {
  padding: 0 !important;
}
body {
  font-family: "Hilo Open Sans", "Segoe UI", "Helvetica Neue", "Helvetica", "Ubuntu", Arial, sans-serif;
  font-size: 16px;
  color: #83898e;
  background-color: #fff;
  z-index: 1;
}
a {
  color: #6ba126;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  /*color: a little bit different*/
}
a:hover {
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
  outline: 1px dotted ;
}
a:active {
  text-decoration: none;
  outline: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Hilo Bariol", "Segoe UI", "Helvetica Neue", "Helvetica", "Ubuntu", Arial, sans-serif;
  font-weight: normal;
  color: #2f3438;
}
small {
  font-size: 0.9em;
  color: #83898e;
}
h1, h2, h3, h4, h5, h6, p, li {
  line-height: 1.28em;
}
form input, form select, form textarea {
  font-family: "Hilo Open Sans", "Segoe UI", "Helvetica Neue", "Helvetica", "Ubuntu", Arial, sans-serif;
  font-size: 0.9em;
  color: #4e575d;
  padding: 13.33333px;
  border: 1px solid #d3d5d7;
  border-radius: 10px;
}
form label {
  display: inline-block;
  padding: 0 0 13.33333px;
}
form button {
  font-family: "Hilo Open Sans", "Segoe UI", "Helvetica Neue", "Helvetica", "Ubuntu", Arial, sans-serif;
  cursor: pointer;
}
form textarea {
  resize: vertical;
}
form .grouped {
  margin: 20px 0;
}
.links {
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
@media (min-width: 460px) and (max-width: 767px) {
  .xs-tc {
    text-align: center;
  }
  .xs-tl {
    text-align: left;
  }
  .xs-tr {
    text-align: right;
  }
  .xs-fl {
    float: left;
  }
  .xs-fr {
    float: right;
  }
  .xs-fc {
    clear: both;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .sm-tc {
    text-align: center;
  }
  .sm-tl {
    text-align: left;
  }
  .sm-tr {
    text-align: right;
  }
  .sm-fl {
    float: left;
  }
  .sm-fr {
    float: right;
  }
  .sm-fc {
    clear: both;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .md-tc {
    text-align: center;
  }
  .md-tl {
    text-align: left;
  }
  .md-tr {
    text-align: right;
  }
  .md-fl {
    float: left;
  }
  .md-fr {
    float: right;
  }
  .md-fc {
    clear: both;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .lg-tc {
    text-align: center;
  }
  .lg-tl {
    text-align: left;
  }
  .lg-tr {
    text-align: right;
  }
  .lg-fl {
    float: left;
  }
  .lg-fr {
    float: right;
  }
  .lg-fc {
    clear: both;
  }
}
.a11y {
  position: absolute;
  overflow: hidden;
  top: -9999em;
  left: -9999em;
  width: 1px;
  height: 1px;
  text-indent: -9999em;
  opacity: 0;
}
h3 {
  font-size: 2.5em;
}
h4 {
  font-size: 1.5em;
}
h3 + p {
  font-size: 1.25em;
}
.button, button {
  position: relative;
  font-family: "Hilo Bariol", "Segoe UI", "Helvetica Neue", "Helvetica", "Ubuntu", Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  background-color: #86c92f;
  padding: 13.33333px 26.66667px;
  border: 2px solid #586b72;
  border-radius: 10px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-position: right top;
}
.button:hover, button:hover {
  color: #fff;
  background-color: #3bb3db;
  background-color: #9ed459;
}
.button:active, button:active {
  background-color: #6ba126;
  background-image: none;
}
.button.small, button.small {
  display: inline-block;
  top: 13.33333px;
  padding: 13.33333px 22.85714px;
  margin-bottom: 20px;
}
.section {
  clear: both;
  margin: 20px auto;
}
figure {
  margin: 0 40px 20px;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
#pageheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Hilo Bariol", "Segoe UI", "Helvetica Neue", "Helvetica", "Ubuntu", Arial, sans-serif;
  line-height: 50px;
  margin: 0;
  z-index: 2;
  transition: all linear 0.2s;
}
#pageheader a {
  color: #fff;
}
#pageheader a:hover {
  text-decoration: none;
}
#pageheader * {
  line-height: inherit !important;
}
#pageheader #logo {
  font-size: 50px;
  margin: 0;
  padding: 0;
  float: left;
}
#pageheader #logo svg {
  height: 50px;
  width: auto;
  transition: all linear 0.2s;
}
#pageheader #logo #hilo path, #pageheader #logo #hilo rect {
  fill: #fff;
}
#pageheader #navigation ul li {
  display: inline;
  margin-left: 40px;
}
#pageheader #navigation ul li a {
  font-weight: normal;
}
#pageheader #navigation ul li a:hover {
  border-bottom: 1px solid #fff;
}
#pageheader #navigation ul li:first-child {
  margin: 0;
}
#pageheader.scrolled {
  position: fixed;
  color: #4e575d;
  line-height: 25px;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .16);
}
#pageheader.scrolled a {
  color: #86c92f;
}
#pageheader.scrolled #navigation a:hover {
  border-bottom: 1px solid #86c92f;
}
#pageheader.scrolled #logo {
  font-size: 25px;
}
#pageheader.scrolled #logo svg {
  height: 25px;
}
#pageheader.scrolled #logo #hilo path, #pageheader.scrolled #logo #hilo rect {
  fill: #86c92f;
}
#pageheader.splashed a {
  color: #86c92f !important;
}
#pageheader.splashed #navigation a:hover {
  border-bottom: 1px solid #86c92f !important;
}
#pageheader.splashed #logo #hilo path, #pageheader.splashed #logo #hilo rect {
  fill: #86c92f;
}
#splashscreen {
  position: relative;
  height: 640px;
  color: #fff;
  background-color: #86c92f;
  margin: 0 auto 40px;
}
#splashscreen.low {
  height: 320px;
}
#splashscreen.tiny {
  height: 90px;
}
#splashscreen .row {
  position: relative;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#splashscreen .col {
  height: 100%;
}
#splashscreen h2, #splashscreen h4 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3em;
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin: 0;
}
#splashscreen h2 span, #splashscreen h4 span {
  font-size: 1.25em;
  line-height: 1.58em;
  opacity: 0.8;
}
#splashscreen svg {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 40px;
  height: 80%;
  width: 100%;
}
#splashscreen svg {
  align: right;
}
#demo p:first-child {
  margin-bottom: 40px;
}
#about .row:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 40px;
}
#about .row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
}
#about #certificates {
  font-size: 0.9em;
}
#sidebar ul {
  margin-bottom: 1em;
}
#sidebar h4 {
  margin-bottom: 0.5em;
}
#pagination {
  width: 100%;
  text-align: center;
  padding: 40px 0 0;
}
#pagination a {
  display: inline-block;
}
#pagination a.prev {
  float: left;
}
#pagination a.next {
  float: right;
}
.post {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.post header {
  padding-bottom: 20px;
}
.post .title a {
  font-weight: inherit;
  color: inherit;
}
.post .meta {
  font-size: 0.75em;
}
.post:first-child {
  padding-top: 0;
}
.post:only-child {
  border: 0;
}
#contact form {
  margin: 0 auto;
  max-width: 864px;
}
#contact label, #contact input, #contact select, #contact textarea {
  width: 100%;
}
#contact button[disabled] {
  background-color: #d3d5d7;
}
#contact input:valid:not(:focus):not(:placeholder-shown), #contact textarea:valid:not(:focus):not(:placeholder-shown) {
  border-color: #86c92f;
  background-color: #f3faea;
}
#contact input:invalid:not(:focus):not(:placeholder-shown), #contact textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #dc5950;
  background-color: #f6d6d3;
}
#contact input:focus, #contact textarea:focus {
  border-color: #71797d;
}
#contact .error-notice, #contact .success-notice, #contact .error-result, #contact .success-result {
  font-size: 0.9em;
}
#contact .error-result, #contact .success-result {
  font-size: 0.9em;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  border-radius: 10px;
}
#contact .error-notice, #contact .error-result {
  color: #dc5950;
}
#contact .error-result {
  background-color: #f6d6d3;
  border-color: #dc5950;
}
#contact .success-notice, #contact .success-result {
  color: #86c92f;
}
#contact .success-result {
  background-color: #e1f2cb;
  border-color: #86c92f;
}
#pagefooter {
  font-size: 0.9em;
}
#pagefooter .links {
  margin: 0;
}
#pagefooter .links li {
  margin-bottom: 0.74em;
}
#pagefooter .links li:last-child {
  margin-bottom: 0;
}
#error404 {
  position: relative;
  height: 640px;
  color: #fff;
  background-color: #86c92f;
  margin: 0 auto 40px;
}
#error404 .row {
  position: relative;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#error404 .col {
  height: 100%;
}
#error404 .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#error404 h4 {
  font-size: 3em;
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin: 0;
}
#error404 h4 span {
  line-height: 1.58em;
  opacity: 0.8;
}
#error404 svg {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 40px;
  height: 80%;
  width: 100%;
}
#error404 svg {
  align: right;
}
@media (max-width: 459px) {
  h3 {
    font-size: 1.875em;
  }
  h4 {
    font-size: 1.5em;
  }
  #splashscreen, #error404 {
    height: 400px;
  }
  #certificates .col:nth-child(2) svg, #certificates .col:nth-child(3) svg, #certificates .col:nth-child(4) svg, #certificates .col:nth-child(5) svg, #certificates .col:nth-child(6) svg {
    display: none;
  }
}
@media (max-width: 767px) {
  #pageheader {
    line-height: 25px;
  }
  #pageheader #logo {
    font-size: 25px;
  }
  #navigation ul {
    display: none;
  }
  #navigation ul li {
    display: block !important;
    margin: 10px 0 !important;
  }
  #navigation.opened ul {
    display: block;
  }
  #navigation:before {
    display: inline;
    font-family: 'icomoon';
    font-size: 24px;
    color: #fff;
    content: "\e5d2";
    cursor: pointer;
  }
  .scrolled #navigation:before {
    color: #86c92f;
  }
  .splashed #navigation:before {
    color: #86c92f !important;
  }
  #navigation.opened:before {
    content: "\e5cd";
  }
  .scrolled #navigation.opened:before {
    color: #dc5950 !important;
  }
  #splashscreen h4 {
    display: none;
  }
  #certificates .col {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 460px) and (max-width: 767px) {
  h3 {
    font-size: 1.875em;
  }
  h4 {
    font-size: 1.5em;
  }
  #splashscreen, #error404 {
    height: 500px;
  }
  #certificates .col-xs-6:nth-child(odd) {
    clear: left;
  }
  #certificates .col:nth-child(3) svg, #certificates .col:nth-child(4) svg, #certificates .col:nth-child(5) svg, #certificates .col:nth-child(6) svg {
    display: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 1.875em;
  }
  h4 {
    font-size: 1.5em;
  }
  #splashscreen h4, #error h4 {
    font-size: 2.36em;
    line-height: 1.48em;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
@keyframes blink {
  1% {
    r: 4.376;
  }
  2% {
    r: 0;
  }
  3% {
    r: 4.376;
  }
}
@keyframes handwave {
  90% {
    r: 4.376;
  }
  91% {
    r: 0;
  }
  92% {
    r: 4.376;
  }
}
#L_eye_2_, #R_eye_2_ {
  /*
   animation: blink 7.5s linear infinite;
   animation-delay: 2.5s;
   */
}
@media (max-width: 460px) {
  #pageheader, #pageheader.splashed {
    color: #4e575d;
    line-height: 25px;
    background-color: #fff !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .16);
  }
  #pageheader a, #pageheader.splashed a {
    color: #86c92f;
  }
  #pageheader #navigation a:hover, #pageheader.splashed #navigation a:hover {
    border-bottom: 1px solid #86c92f;
  }
  #pageheader #navigation:before, #pageheader.splashed #navigation:before, #pageheader .splashed #navigation:before, #pageheader.splashed .splashed #navigation:before {
    color: #86c92f;
  }
  #pageheader #logo, #pageheader.splashed #logo {
    font-size: 25px;
  }
  #pageheader #logo svg, #pageheader.splashed #logo svg {
    height: 25px;
  }
  #pageheader #logo #hilo path, #pageheader.splashed #logo #hilo path, #pageheader #logo #hilo rect, #pageheader.splashed #logo #hilo rect {
    fill: #86c92f;
  }
}
