/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
}
.clearfix:after,
.container:after,
.raw:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.content article {
  padding: 0 10px;
}
.content article h1,
.content article p {
  margin: 0 0 20px;
}
.subpage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.subpage .content-inner {
  position: relative;
  height: 38vh;
  overflow: auto;
}
.subpage .content-inner .article {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.subpage .content-inner article {
  max-width: 640px;
  margin: 0 auto 60px;
  text-align: center;
}
.subpage h1 {
  color: #4ace6f;
}
.subpage .other {
  position: relative;
  height: 62vh;
  overflow: auto;
}
.textpage {
  position: relative;
  height: auto;
  padding-top: 120px;
}
.textpage .content-inner,
.textpage .other {
  height: auto;
}
.textpage .content-inner .article,
.textpage .other .article {
  position: relative;
  top: 0;
  bottom: auto;
}
@media all and (max-width: 768px) {
  .subpage .content-inner article {
    margin: 0 auto 10px;
  }
  .subpage .content-inner article h1, .subpage .content-inner article p {
    margin-bottom: 10px;
  }
  .subpage .content-inner article h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
/** ------ TYPOGRAPHY ------ **/
body {
  font: 300 17px/25px 'Roboto', Arial, sans-serif;
  background: #fff;
  color: #000;
  overflow-x: hidden;
}
a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  color: #4ace6f;
  text-decoration: none;
}
a:hover {
  color: #684e59;
}
.cta {
  display: inline-block;
  padding: 20px 40px;
  margin: 0 0 20px;
  border-radius: 30px;
  background: #4ace6f;
  color: #fff;
  font-size: 21px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.cta:hover {
  color: #fff;
  box-shadow: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.step-cta-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding:5% 0;
  text-align: center;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(rgba(255,255,255,0)));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
  /* IE 10 */
  background: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
}
.step-cta-box .step-cta {
  position: relative;
  left: 0;
  bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.step-cta {
  position: absolute;
  left: 50%;
  bottom: 50px;
  bottom: 10%;
  z-index: 9;
  width: 220px;
  margin-left: -100px;
  text-align: center;
}
.step-cta-back {
  border: 1px solid #4ace6f;
  border-radius: 50%;
  box-shadow: none;
  background: 0;
  color: #4ace6f;
  text-align: center;
}
.step-cta-back.slim {
  width: 67px;
  padding-left: 0;
  padding-right: 0;
}
.step-cta-back:hover {
  color: #4ace6f;
}
.thank-you-cta-box {
  position: relative;
  bottom: auto;
  left: auto;
}
.thank-you-cta-box .step-cta-back {
  border-radius: 30px;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3 {
  margin: 0 0 20px;
}
h1 {
  font-family: 'Raleway', Georgia, sans-serif;
  font-size: 54px;
  line-height: 64px;
}
mark {
  background: 0;
  color: #4ace6f;
}
strong {
  font-weight: 500;
}
.mid {
  font-size: 21px;
  line-height: 30px;
}
.block {
  display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.logo {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -67px;
}
.logo span {
  display: block;
  margin-top: 8px;
  float: left;
  color: #684e59;
  font-size: 30px;
}
.logo span mark {
  display: block;
}
.logo-svg {
  width: 40px;
  margin-right: 10px;
  float: left;
  enable-background: new 0 0 46 72;
}
.logo-path {
  fill: none;
  stroke-width: 2;
}
#logo1 {
  stroke: #4ace6f;
}
#logo2 {
  stroke: #684e59;
}
/** ------ NAVIGATION ------ **/
.nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}
.nav li {
  display: inline-block;
  padding: 0 20px;
}
.nav li a {
  display: inline-block;
  padding: 10px;
  color: #000;
}
.nav li a:hover {
  color: #4ace6f;
}
.nav li a.special {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  background: #4ace6f;
  color: #fff;
  text-transform: uppercase;
}
.nav li a.special:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/** ------ RESPONSIVE TOGGLE NAVIGATION BUTTON ------ **/
.mob-nav {
  display: none;
  width: 50px;
  height: 50px;
  margin-left: 25px;
  padding: 10px 7px;
}
.mob-nav:focus {
  outline: none;
}
.mob-nav span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  background: #684e59;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.mob-nav span:nth-child(2) {
  display: block;
}
.mob-nav span:last-child {
  width: 50%;
  margin-left: 50%;
}
.mob-nav span:first-child,
.mob-nav span:last-child {
  top: auto;
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  transform: rotate(0);
}
.mob-nav.open span:first-child {
  position: relative;
  top: 9px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mob-nav.open span:nth-child(2) {
  display: none;
}
.mob-nav.open span:last-child {
  position: relative;
  width: 100%;
  margin-left: 0;
  top: 1px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
@media all and (max-width: 1336px) {
  .logo {
    position: relative;
    left: 0;
    top: -10px;
    float: left;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  header {
    padding-bottom: 0;
  }
  .nav {
    position: relative;
    display: none;
    height: 100vh;
    margin: 0 -20px;
    padding: 20px;
    float: none;
    clear: both;
    background: rgba(255, 255, 255, 0.9);
  }
  .nav.open {
    display: block;
  }
  .nav li {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .mob-nav {
    display: inline-block;
    float: right;
  }
}
.landing-page {
  height: 90vh;
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}
.landing-page article {
  width: 100%;
  text-align: center;
}
.landing-page article h1 {
  color: #4ace6f;
}
.landing-page article p {
  margin: 0 0 40px;
}
.landing-svg-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landing-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  enable-background: new 0 0 1920 400;
}
.landing-path {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit:10;
}
.landing1 {
  stroke: #4ace6f;
}
.landing2 {
  stroke: #684e59;
}
@media all and (max-width: 768px) {
  .landing-svg-box {
    width: 300%;
    left: -100%;
  }
  .landing-page article h1 {
    font-size:30px;
    line-height: 30px;
  }
  .landing-page article p {
    margin: 0 0 20px;
  }
}
@media all and (max-width: 400px) {
  .landing-page {
    height: 96vh;
  }
}
#map_canvas, #map_canvas1 {
  width: 100%;
  height: 100%;
}
.pointer {
  width: 45px;
  height: 70px;
  background-repeat:no-repeat;
  background-position:center center;
  background-image:url('http://strom-app.inovative.sk/public/frontend/img/Pointer.png');
  cursor: pointer;
}
.pointerPin {
  animation:animatePin 1s;
}
@keyframes animatePin {
  0% {
    transform: translateY(7px);
  }

  20% {
    transform: translateY(-4px);
  }
  
  40% {
    transform: translateY(2px);
  }

  60% {
    transform: translateY(-1px);
  }

  80% {
    transform: translateY(0);
  }
}
.tree-choice {
  width: 100%;
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto 120px;
  list-style-type: none;
  text-align: center;
  column-count: 2;
}
.tree-choice li img {
  float: left;
  margin-right: 10px;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.tree-choice li a {
  display: inline-block;
  font-size: 21px;
  line-height: 70px;
  color: #000;
}
.tree-choice li a:hover {
  color: #4ace6f;
}
.tree-choice li:hover img {
  opacity: 1;
}
.tree-choice li.chosen img {
  opacity: 1;
}
.tree-choice li.chosen a {
  color: #4ace6f;
}
@media all and (max-width: 768px) {
  .tree-choice {
    column-count: 1;
    text-align: left;
  }
  .tree-choice li img {
    opacity: 1;
  }
}
.page {
  max-width: 760px;
}
.perex {
  font-size: 21px;
  line-height: 30px;
}
.page-content {
  margin: 20px 0 0;
}
.page-content-box {
  padding: 0 60px;
}
.page-content-box .page-content {
  margin: 0 0 20px;
  border-bottom: 2px solid #684e59;
}
.page-article {
  margin: 0 0 150px;
}
@media all and (max-width: 1400px) {
  header {
    padding-bottom: 10px;
  }
  .page {
    max-width: 100%;
  }
  .page-content-box {
    padding: 0 20px;
  }
}

@media all and (max-width: 1100px) {
  .page-article {
    margin: 0;
  }
  .textpage .page-content-box .page-article {
    padding-bottom:200px;
  }
  /*.textpage .page-content-box .step-cta-box {
    position: relative;
    margin:60px 0;
  }*/
}
@media all and (max-width: 768px) {
  .page-content-box h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .perex {
    font-size: 17px;
    line-height: 25px;
  }
}
.popup-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
}
.popup-box.is-opened {
  display: flex;
}
.popup {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #684e59;
  border-radius: 0 0 0 30px;
  background: #fff;
  text-align: center;
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 40px;
  display: block;
  width: 40px;
  height: 40px;
}
.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #684e59;
}
.popup-close:before {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.popup-close:after {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.is-planted {
  color: #4ace6f;
}
.is-considered {
  color: #684e59;
}
.is-failed {
  color: red;
}
.thank-you {
  height: 100vh;
}
.thank-you article p {
  margin: 0 0 20px;
}
@media all and (max-width: 768px) {
  .thank-you {
    height: auto;
    padding: 100px 0;
  }
  .thank-you h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
