/* start reset */
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
license: none (public domain)
*/
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; }

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; }

/* end reset */
/* start -CC- @ BS other resets */
a,
input {
  text-decoration: none; }

img,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

/* end -CC- @ BS other resets */
/*
landscape
*/
.landscape {
  position: relative;
  overflow: hidden;
  width: 600px;
  margin: 0 auto -9px;
  z-index: 99; }
  @media all and (max-width: 599px) {
    .landscape {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      float: left;
      margin-left: calc(50% - 300px);
      margin-bottom: -26px; } }

.house {
  position: relative;
  display: inline-block;
  height: 62px;
  width: 88px;
  background: #fff; }

.house.with-fuel {
  margin: 0 0 0 50px; }

.house:before,
.house:after,
.solar:before,
.solar:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0;
  height: 0;
  border-style: solid; }

.house:before {
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 34px 14px;
  left: -14px; }

.house:after {
  border-color: transparent transparent transparent #fff;
  border-width: 34px 0 0 14px;
  right: -14px; }

.house .solar,
.house .door {
  position: absolute;
  display: block;
  background: #6fc9b3; }

.house .door {
  bottom: 0;
  right: 16px;
  height: 28px;
  width: 16px; }

.fuel {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 40px;
  margin: 0 60px 0 24px;
  background: #fff; }

.fuel:before {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  -moz-border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  -ms-border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  background: #6fc9b3;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.house .solar {
  height: 10px; }

.house .top {
  top: 4px; }

.solar.top.center {
  width: 19px; }

.solar.top:not(.center) {
  width: 21px; }

.house .bottom {
  top: 18px;
  width: 23px; }

.solar.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.solar.top.left {
  left: 8px; }

.solar.top.right {
  right: 8px; }

.solar.bottom.left {
  left: 4px; }

.solar.bottom.right {
  right: 4px; }

.solar.left:before {
  border-color: transparent transparent #6fc9b3 transparent;
  border-width: 0 0 10px 4px;
  left: -4px; }

.solar.left:after {
  border-color: #6fc9b3 transparent transparent transparent;
  border-width: 10px 2px 0 0;
  right: -2px; }

.solar.center:before {
  border-color: transparent transparent #6fc9b3 transparent;
  border-width: 0 0 10px 2px;
  left: -2px; }

.solar.center:after {
  border-color: transparent transparent transparent #6fc9b3;
  border-width: 10px 0 0 2px;
  right: -2px; }

.solar.right:before {
  border-color: transparent #6fc9b3 transparent transparent;
  border-width: 0 2px 10px 0;
  left: -2px; }

.solar.right:after {
  border-color: transparent transparent transparent #6fc9b3;
  border-width: 10px 0 0 4px;
  right: -4px; }

.wind-turbine {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 40px;
  margin: 54px 0 54px 20px;
  margin: 0 0 0 20px; }

.wind-turbine.scale-02 {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin: 0 0 -6px 12px; }

.wind-turbine.scale-03 {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 50px -12px 0; }

.pole {
  position: absolute;
  top: 20px;
  left: 4px;
  height: 60px;
  width: 4px;
  background: #fff; }

.roter {
  position: absolute;
  top: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.blade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4px;
  width: 26px;
  background-color: #fff; }

.blade1 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin: -2px 0 0; }

.blade2 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  margin: -2px 0 0 -2px; }

.blade3 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  margin: -2px 0 0 1px; }

/*
general
*/
:focus,
* {
  outline: 0; }

body {
  overflow-x: hidden;
  line-height: 1.75;
  font-size: 16px; }
  body * {
    font-family: 'Muli', sans-serif; }

/*
fonts
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

body:not(.home) h1, body:not(.home)
h2 {
  line-height: 1.35; }

h1 {
  font-size: 40px;
  padding: 35px 0 0; }
  .home h1 {
    font-size: 20px; }

h2 {
  padding: 25px 0 0;
  font-size: 28px; }
  h2:nth-of-type(1) {
    padding: 15px 0 0; }
  .home h2 {
    padding: 10px 0 0;
    font-size: 16px; }
  h2 + h3 {
    padding: 5px 0 0; }

h3 {
  padding: 10px 0 0; }

h4 {
  font-size: 40px;
  letter-spacing: 2px; }
  @media all and (min-width: 600px) {
    h4 {
      font-size: 60px; } }

h5 {
  padding: 4px 0 0;
  line-height: 1.1;
  font-size: 24px;
  letter-spacing: 1px; }
  @media all and (min-width: 600px) {
    h5 {
      padding: 6px 0 0;
      font-size: 36px; } }
  h5 span {
    display: block; }

h6 {
  font-size: 40px; }
  .sun h6 {
    font-size: 21px;
    font-family: 'Muli', sans-serif; }
    @media all and (max-width: 599px) {
      .sun h6 {
        font-size: 14px; } }

a {
  color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

/*
structure
*/
.header {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000; }

.sun {
  position: relative;
  z-index: 9;
  display: block;
  height: 300px;
  width: 300px;
  margin: -125px auto 0;
  line-height: 1.35;
  border-radius: 50%;
  background: #6fc9b3;
  -moz-box-shadow: 0 0 300px #6fc9b3;
  -webkit-box-shadow: 0 0 300px #6fc9b3;
  box-shadow: 0 0 300px #6fc9b3; }
  .sun * {
    text-align: center;
    color: #000; }
  .sun div {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 0; }
  @media all and (min-width: 600px) {
    .sun {
      height: 450px;
      width: 450px;
      margin: -200px auto 0;
      -moz-box-shadow: 0 0 45px #6fc9b3;
      -webkit-box-shadow: 0 0 45px #6fc9b3;
      box-shadow: 0 0 45px #6fc9b3; } }

.nav {
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin: 10px auto;
  clear: both; }
  .nav * {
    text-align: center; }
  .nav h3,
  .nav p {
    display: none; }
    .home .nav h3, .home
    .nav p {
      display: block;
      padding: 20px 0; }
  .nav ul {
    overflow: hidden;
    width: 100%; }
    .nav ul li {
      overflow: hidden;
      float: left;
      display: inline-block; }
      body:not(.home) .nav ul li {
        width: calc(50% - 5px); }
        body:not(.home) .nav ul li:nth-child(odd) {
          margin: 0 10px 10px 0; }
        @media all and (min-width: 700px) {
          body:not(.home) .nav ul li {
            width: calc(33.3333% - 7px); }
            body:not(.home) .nav ul li:nth-child(1) {
              width: calc(100% - 1px);
              margin: 0 0 10px; }
            body:not(.home) .nav ul li:nth-child(3) {
              margin: 0 10px; } }
      .home .nav ul li {
        width: calc(33.3333% - 7px); }
        @media all and (max-width: 650px) {
          .home .nav ul li {
            height: 76px; } }
        @media all and (max-width: 419px) {
          .home .nav ul li {
            height: 64px; } }
        .home .nav ul li:nth-child(2) {
          margin: 0 10px; }
        @media all and (max-width: 650px) {
          .home .nav ul li a {
            height: 100%;
            position: relative; } }
        .home .nav ul li a > span {
          width: 100%; }
          @media all and (max-width: 650px) {
            .home .nav ul li a > span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); } }
          @media all and (max-width: 650px) {
            .home .nav ul li a > span span {
              display: block;
              width: 100%; } }
      .nav ul li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
        background: #6fc9b3; }
        .nav ul li a:hover, .nav ul li a:focus {
          background: #8cd4c2; }
      @media all and (max-width: 419px) {
        .nav ul li {
          font-size: 12px; } }
      @media all and (min-width: 900px) {
        .nav ul li {
          font-size: 20px; } }

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  z-index: 99; }
  .container > div {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto; }
    .container > div > div {
      width: 100%;
      clear: both; }
  @media all and (max-width: 599px) {
    .container {
      float: left; } }
  .cookies .container table tr th,
  .cookies .container table tr td {
    padding: 5px;
    border: 5px solid #fff; }
    @media all and (max-width: 380px) {
      .cookies .container table tr th,
      .cookies .container table tr td {
        font-size: 0.8em; } }
    .cookies .container table tr th:nth-child(1),
    .cookies .container table tr td:nth-child(1) {
      width: 60px;
      text-align: right; }
      @media all and (max-width: 380px) {
        .cookies .container table tr th:nth-child(1),
        .cookies .container table tr td:nth-child(1) {
          width: 50px; } }
      @media all and (min-width: 450px) {
        .cookies .container table tr th:nth-child(1),
        .cookies .container table tr td:nth-child(1) {
          width: 140px; } }
    .cookies .container table tr th:nth-child(2),
    .cookies .container table tr td:nth-child(2) {
      text-align: left; }
  .cookies .container table tr th {
    padding: 5px 8px;
    background: #f5f5f5; }
  .cookies .container table a {
    position: relative;
    display: inline-block; }
    .cookies .container table a:before, .cookies .container table a:after {
      position: absolute;
      display: block;
      content: "";
      height: 1px;
      width: 100%;
      bottom: 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .cookies .container table a:before {
      background: #000; }
    .cookies .container table a:after {
      background: #6fc9b3;
      transform: scale(0); }
    .cookies .container table a:hover, .cookies .container table a:focus {
      color: #6fc9b3; }
      .cookies .container table a:hover:after, .cookies .container table a:focus:after {
        transform: scale(1); }
  .cookies .container table + p a {
    position: relative;
    display: inline-block; }
    .cookies .container table + p a:before, .cookies .container table + p a:after {
      position: absolute;
      display: block;
      content: "";
      height: 1px;
      width: 100%;
      bottom: 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .cookies .container table + p a:before {
      background: #000; }
    .cookies .container table + p a:after {
      background: #6fc9b3;
      transform: scale(0); }
    .cookies .container table + p a:hover, .cookies .container table + p a:focus {
      color: #6fc9b3; }
      .cookies .container table + p a:hover:after, .cookies .container table + p a:focus:after {
        transform: scale(1); }

.footer {
  width: 100%;
  text-align: center; }
  .footer > div {
    overflow: hidden;
    float: left;
    width: 100%; }
    .footer > div P a {
      margin: 0 3px;
      position: relative;
      display: inline-block; }
      .footer > div P a:after {
        position: absolute;
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        transform: scale(0);
        bottom: 0;
        background: #000;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .footer > div P a:hover:after, .footer > div P a:focus:after {
        transform: scale(1); }
      .footer > div P a img {
        display: inline-block;
        width: 127px;
        margin: 0 0 -10px; }
    .footer > div P .non-tou {
      display: none; }
    @media all and (max-width: 419px) {
      .footer > div P span {
        display: inline-block;
        padding: 3px 0; }
      .footer > div P a {
        display: inline-block;
        padding: 3px 0; }
      .footer > div P .sep {
        display: none; } }
    @media screen and (hover: hover) {
      .footer > div P .tou {
        display: none; }
      .footer > div P .non-tou {
        display: inline-block; } }
    .footer > div P .sep + a {
      position: relative;
      display: inline-block; }
      .footer > div P .sep + a:after {
        position: absolute;
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        transform: scale(0);
        bottom: 0;
        background: #000;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .footer > div P .sep + a:hover:after, .footer > div P .sep + a:focus:after {
        transform: scale(1); }
  .footer .ftr-con {
    margin: 45px 0;
    padding: 25px 0 0;
    background: #6fc9b3; }
    .footer .ftr-con .landscape {
      margin-top: 20px; }
  .footer .ftr-spl {
    padding-bottom: 45px; }
    @media all and (max-width: 479px) {
      .footer .ftr-spl a.bit {
        display: inline-block; } }
