@font-face {
  font-family: 'GothamRoundedBook';
  src: url("../fonts/GothamRoundedBook.eot");
  src: url("../fonts/GothamRoundedBook.eot") format("embedded-opentype"), url("../fonts/GothamRoundedBook.woff2") format("woff2"), url("../fonts/GothamRoundedBook.woff") format("woff"), url("../fonts/GothamRoundedBook.ttf") format("truetype"), url("../fonts/GothamRoundedBook.svg#GothamRoundedBook") format("svg");
}
@font-face {
  font-family: 'GothamRoundedBold';
  src: url("../fonts/GothamRoundedBold.eot");
  src: url("../fonts/GothamRoundedBold.eot") format("embedded-opentype"), url("../fonts/GothamRoundedBold.woff2") format("woff2"), url("../fonts/GothamRoundedBold.woff") format("woff"), url("../fonts/GothamRoundedBold.ttf") format("truetype"), url("../fonts/GothamRoundedBold.svg#GothamRoundedBold") format("svg");
}
@font-face {
  font-family: 'Reef';
  src: url("../fonts/Reef.eot");
  src: url("../fonts/Reef.eot") format("embedded-opentype"), url("../fonts/Reef.woff2") format("woff2"), url("../fonts/Reef.woff") format("woff"), url("../fonts/Reef.ttf") format("truetype"), url("../fonts/Reef.svg#Reef") format("svg");
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  box-sizing: border-box;
}

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

* {
  outline: 0 none;
}

html {
  -webkit-font-smoothing: antialiased;
}

.cf:after, .row:after, footer .innerF:after, section.chestionar .fingerprintH:after, section.chestionar .fingerprintH .cell:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.centred {
  text-align: center;
}

.tar {
  text-align: right;
}

a, path, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], textarea, select, .btnForm, .btn, header, header .logo img, .accountAccess, .scroll-nav, nav, nav a:before, .accountAccess .actStarter, .accountAccess .actDrop, footer .socialLinks a, section.benefits .details .close, .mapH ul li.adopted span, section.chestionar ul.purpose img, section.chestionar ul.purpose label, section.chestionar ul.purpose .title, section.chestionar .fingerprintH .tooltip .container, section.chestionar .fingerprintH .item label:before, .checkoutform .formCell.agree label:before, .sliderH .handler:before, .sliderH .ui-slider-range-max:after, .sliderH .ui-slider-range-min:after, .videoList .caption, .videoList .thumbnail:before {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.treeList.clipped {
  overflow: hidden;
  max-height: 0;
  -moz-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

input[name="seeMoreBtn"]:checked + label + .treeList.clipped {
  max-height: 9999px;
  -moz-transition: max-height 1s cubic-bezier(1, 0, 1, 0);
  -o-transition: max-height 1s cubic-bezier(1, 0, 1, 0);
  -webkit-transition: max-height 1s cubic-bezier(1, 0, 1, 0);
  transition: max-height 1s cubic-bezier(1, 0, 1, 0);
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: .65em;
}

sub {
  top: 0.4em;
}

b, strong {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #00a99d;
}
a:hover {
  color: #01aae1;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  text-align: center;
  font-family: "GothamRoundedBold", sans-serif;
  line-height: 1.23;
}

h1 {
  font-size: 42px;
  color: #01aae1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1599px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

h2 {
  font-size: 50px;
  color: #00a99d;
  padding: 50px 0;
}
@media screen and (max-width: 1599px) {
  h2 {
    font-size: 34px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1299px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  color: #209bc0;
  font-size: 30px;
}
@media screen and (max-width: 1599px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1299px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 15px;
  color: #209bc0;
}

p {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  p {
    margin-bottom: 15px;
  }
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 1.1rem;
  height: 53px;
  border: 2px solid rgba(31, 155, 191, 0.4);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
    height: 36px;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
  border-color: #1f9bbf;
}

select {
  background: transparent url(../images/adoptedarrow1.png) no-repeat 97% 50%;
}

textarea {
  resize: vertical;
  min-height: 200px;
  padding: 15px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  opacity: .5;
}

::-moz-placeholder {
  opacity: .5;
}

:-ms-input-placeholder {
  opacity: .5;
}

label[for], .btn, input[type="submit"], button {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}

.btnForm, .btn {
  padding: 0 65px 0 25px;
  line-height: 53px;
  color: #fff;
  font-size: 18px;
  height: 53px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #209bbf url("../images/btnarr.svg") calc(100% - 20px) 50% no-repeat;
  background-size: 13px auto;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  display: inline-block;
}
.btnForm:hover, .btn:hover {
  background-color: #04c8ba;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .btnForm, .btn {
    padding: 0 45px 0 15px;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .btnForm, .btn {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
  }
}
.btnForm.small, .btn.small {
  font-size: 16px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  padding-right: 25px;
  background-position: calc(100% - 10px);
  background-size: 10px auto;
}
.btnForm.pin, .btn.pin {
  height: 48px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #00a99d;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  line-height: 48px;
  font-size: 18px;
  font-family: "GothamRoundedBook", sans-serif;
  padding: 0 45px 0 15px;
  background-image: url(../images/pinw.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.btnForm.pin:hover, .btn.pin:hover {
  background-color: #04c8ba;
  color: #fff;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  padding: 0 !important;
  background: #f9f9f9;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close, #fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  background-color: #fff;
  display: block;
  width: 18px;
  height: 18px;
}

.fancybox-nav, #fancybox-left, #fancybox-right {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev, #fancybox-left {
  left: 0;
}

.fancybox-next, #fancybox-right {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span, #fancybox-left .fancy-ico {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span, #fancybox-right .fancy-ico {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span, #fancybox-left .fancy-ico, #fancybox-right .fancy-ico {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(2, 21, 38, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-close, .fancybox-nav {
  background-color: transparent;
}

.fancybox-close, #fancybox-close {
  right: -40px;
  top: -40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAQAAAC1p96yAAAArklEQVRIx6WVPRYDIQiEqby2Lx1Hsd4T7TlM8aXY5O3Lj8BmtBMGdBjBMBqDScfK+8adQcOMxsaxvAj2p/9GMwbn8gtggGFMuBDA37yn0aEcwD98+69DL4IdWxoq4Bc8D7Cwpw6xrZAhCpxfMXxWRtAec5IzHFakUt+gnDWBLMW0kuf+xYHV4VJ26e0S81LdJdVJmpd+nPTfpW4j9Tqx04p9Xpwy4oz7Z8J25jFhH7zhXy2neHSeAAAAAElFTkSuQmCC);
  width: 31px;
  height: 31px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1250px) {
  .fancybox-close, #fancybox-close {
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
  }
}

.fancybox-nav {
  width: 100px;
  height: 150px;
  top: 50%;
  background-repeat: no-repeat;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fancybox-nav.fancybox-next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABGCAQAAAAONf5CAAABqUlEQVRYw83YLU/DQBjA8WuaNKGmCUkVS0DMQbE1qElI+AB8FfgAKJALKBAzc8wQEAs4ZkBMsqBmyEBMMIH5I7jLsbCOts8jSM26S35Lr7vnzRBxzQFGehm6wCf7cugQNCiD4dhSu1LIUTNaUshwIqXch4C2pXZkkKem5DLIEHBRn5q/DelYalsGeWpCJoMMIVd1qEVfRvQAeKUpgzw1Lk8VLazQr0YVL8WWeqEhgwwxdwCMylDLlxMGZam/fslRQ1IZZEh4LEOVeSMpQ0utyiBPDUhkkCHleTlV/jQ1GAHwQCyDPNVfRFWLOuuMi6iqkbBpqVsiGeSp3jxVJ2NsMvlN1ctimaW6hDLIkPEGQMdR9bN9zvQnJalAHHVOIIMMOR8AtAmklVqL2Tf1T6DcMbJHc5t9Jttspdef8a7xh1Q6Ils6h1YpjDjmRhbYNnRCrVLwV0pHqWWECVIpZSsVEQlPGmWNUqHlS781WTF6r1GMKpXHsU7BrtRCKDU1oWWEbZZS46fUigZcajTHSu262gDhVGekoTRkcWOfPdnY50hrEKU2GlMa1n0Bc2nPfYNAtlwAAAAASUVORK5CYII=);
  background-position: 60% 50%;
  right: -80px;
}
.fancybox-nav.fancybox-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABGCAQAAAAONf5CAAABxElEQVRYw83YLU9CURjA8XPHxibFzY0kmwaaYqWYiLr5Afwq+gFMGpkmDRSaFKeBaZOigSgzURwaCBIsfwPnwLnI5Z57nye4W+7L2W+7b8+bwYi3Y+4oypkjfoC2DgMnMubAMmcYCdNg4hgJ5Jjz6XFeZt8yTSIJVGccZ/JBjrmeM3mgPcu0KPjnszI1RsuYrJBjbheZbFCVDwA6FP9ezcIMk5lwyDFd1pavCGMqvFumlLQmjBkA8JjMhECO6bG+al0aU6YfwqRBjnlJY1ZDG5bpU05/ksmX1umFM8mQY97CmCSoxDMAAyqhX/5yppuVWQY5ZshWlsiweKLIg2Wq2SLVItPJx8Qhx4zYyR7J57sF2pap5cksc6YFwGc+xkGOGVPPm3kNhogrKYMxRDQB+JYwGGOZCQ1ZpaQIRTNKeGuGiEuNh634+n3qS/ZBKv4i8Z92VwaphZEpda8R2OKhdlsGqQV/xXTkJ8iBLEEqpmzFIsIva15lZY1ioWUwbOqUfn4V+SQrRhXL43jBXpJBai2EYlPjt1kdWZul2PgptqJ+c3wja44V23XFAYI/0riQQmpDFoPhUGfs4w+iTv/NaGw2rPsFlefPfUuNR14AAAAASUVORK5CYII=);
  background-position: 40% 50%;
  left: -80px;
}
@media screen and (max-width: 1250px) {
  .fancybox-nav {
    width: 30px;
    height: 50px;
    background-size: 50% auto;
  }
}

.fancybox-opened .fancybox-skin {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fancybox-skin {
  background-color: transparent;
}

.fancybox-type-iframe {
  max-width: 80%;
}

.fancybox-inner {
  max-width: 100%;
}

body {
  line-height: 1.23;
  font-family: "GothamRoundedBook", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1599px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1279px) {
  body {
    font-size: 14px;
  }
}

.shell {
  overflow: hidden;
  max-width: 100%;
  min-width: 320px;
}

.innerC {
  max-width: 1180px;
  padding: 75px 10px;
  margin: 0 auto;
}
.innerC.lessSpace {
  padding: 15px;
}
@media screen and (max-width: 1280px) {
  .innerC {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  .innerC {
    padding: 20px 10px;
  }
}

header {
  left: 20px;
  position: absolute;
  z-index: 101;
  top: 0;
}
header .logo {
  display: block;
  padding: 32px 0 26px;
  border-radius: 3px;
}
header .logo img {
  width: 119px;
  display: block;
  margin: 0 auto;
}
header .backbtn {
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 208px;
  text-align: center;
  font-size: 34px;
  color: #000;
}
header .backbtn svg {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  header .backbtn {
    padding: 10px;
    width: auto;
    font-size: 20px;
  }
  header .backbtn svg {
    width: 13px;
  }
}
@media screen and (max-width: 1279px) {
  header {
    left: 0;
    right: 0;
    position: fixed;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  header .logo {
    padding: 5px;
    display: block;
    width: 70px;
  }
  header .logo img {
    width: 80px;
  }
}

.menuStarter {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 102;
  display: none;
}
.menuStarter svg {
  fill: #00a99d;
}

@media screen and (min-width: 1280px) {
  .homepage .headroom--not-top .logo {
    opacity: 0;
    visibility: hidden;
  }
  .homepage .headroom--not-top nav {
    top: 105px;
    width: 60px;
    padding-top: 5px;
    border-top: 0;
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  .homepage .headroom--not-top nav ol {
    background-color: white;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  }
  .homepage .headroom--not-top nav a {
    color: #fff;
    text-indent: -9999vh;
    padding-left: 0;
    width: 50px;
  }
  .homepage .headroom--not-top nav a:before {
    border: 3px solid #00c3ff;
  }
  .homepage .headroom--not-top nav li:before, .homepage .headroom--not-top nav li:after {
    opacity: 1;
  }
  .homepage .headroom--not-top header {
    left: 0;
  }
  .homepage .headroom--not-top .logo {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 1280px) and (max-width: 767px) {
  .homepage .headroom--not-top .logo {
    background-color: transparent;
  }
}
@media screen and (min-width: 1280px) {
  .homepage .headroom--not-top .logo img {
    width: 80px;
  }
  .homepage .headroom--not-top.headroom--pinned nav {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 1280px) {
  nav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Reef", "GothamRoundedBook", sans-serif;
    font-size: 20px;
    position: fixed;
    z-index: 101;
    left: 10px;
    top: 180px;
    padding: 25px 0 0;
  }
  nav ol {
    border-radius: 3px;
    background-color: transparent;
    padding: 5px;
  }
  nav li {
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    display: block;
  }
  nav li.last {
    display: none;
  }
  nav li:before, nav li:after {
    content: '';
    position: absolute;
    left: 22px;
    margin-left: -3px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-clip: padding-box;
    background-color: #00c3ff;
    opacity: .5;
  }
  nav li:before {
    top: -20px;
  }
  nav li:after {
    bottom: -20px;
  }
  nav li:first-child:before {
    display: none;
  }
  nav li:last-child {
    margin-bottom: 0;
  }
  nav li:last-child:after {
    display: none;
  }
  nav li:nth-last-child(2) {
    margin-bottom: 0;
  }
  nav li:nth-last-child(2):after {
    display: none;
  }
  nav a {
    color: #3d3d3d;
    display: block;
    line-height: 50px;
    padding-left: 60px;
    white-space: nowrap;
  }
  nav a:hover {
    color: #01aae1;
  }
  nav a:before {
    content: '';
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 195, 255, 0.5);
    border-radius: 28px;
    background-clip: padding-box;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  nav li:nth-child(1) a:before {
    background: transparent url(../images/story.svg) no-repeat 50% 50%;
    background-size: 30px 23px;
  }
  nav li:nth-child(2) a:before {
    background: transparent url(../images/forest.svg) no-repeat 50% 50%;
    background-size: 31px 34px;
  }
  nav li:nth-child(3) a:before {
    background: transparent url(../images/pin.svg) no-repeat 50% 50%;
    background-size: 26px 35px;
  }
  nav li:nth-child(4) a:before {
    background: transparent url(../images/benefit.svg) no-repeat 50% 50%;
    background-size: 33px 31px;
  }
}
@media screen and (max-width: 1279px) {
  nav {
    left: auto;
    position: fixed;
    z-index: 102;
    right: 0;
    top: 0;
    padding-top: 50px;
    background-color: #00a990;
    color: #fff;
    padding: 50px 15px 10px 15px;
    text-align: right;
    opacity: 1 !important;
    font-size: 18px;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }
  nav a {
    color: #fff;
  }
  nav a:hover {
    color: #fff;
  }
  nav li {
    margin-bottom: 5px;
  }
  nav li svg {
    width: 100%;
  }
  nav li.last {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 15px;
    cursor: pointer;
    right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .homepage header nav {
    opacity: 1;
  }
}

.menuActive nav {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.accountAccess {
  position: absolute;
  z-index: 101;
  top: 30px;
  right: 40px;
  text-align: center;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 18px;
}
.accountAccess .actStarter {
  padding: 0 15px;
  height: 40px;
  border: 3px solid #00a99d;
  border-radius: 23px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 34px;
  font-size: 22px;
  color: #00a99d;
  cursor: pointer;
  background-clip: border-box;
}
.accountAccess .actStarter svg {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.accountAccess:hover .actStarter, .accountAccess.active .actStarter {
  color: #fff;
  background-color: #01aae1;
  border-color: #01aae1;
}
.accountAccess:hover .actStarter path, .accountAccess.active .actStarter path {
  fill: #fff;
}
.accountAccess:hover .actStarter span, .accountAccess.active .actStarter span {
  color: #fff;
}
.accountAccess.active .actDrop {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.accountAccess .actDrop {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 100%;
  margin-top: 8px;
  width: 290px;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(13, 14, 14, 0.09);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
.accountAccess .actDrop:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -10px;
  height: 12px;
}
.accountAccess .formLogin {
  padding: 10px;
}
.accountAccess .formLogin input[type="email"], .accountAccess .formLogin input[type="email"], .accountAccess .formLogin input[type="password"] {
  height: 40px;
  margin-bottom: 15px;
}
.accountAccess .formLogin .or {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
}
.accountAccess .formLogin .forgot {
  padding-top: 10px;
}
.accountAccess .formLogin .btnForm {
  width: 100%;
}
.accountAccess .act {
  background-color: #e9f9ff;
  display: block;
  padding: 15px 10px;
  color: #58656c;
}
.accountAccess .act svg {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}
.accountAccess .act:hover {
  color: #fff;
  background-color: #01aae1;
}
.accountAccess .act:hover a {
  color: #fff;
}
.accountAccess .act:hover svg path {
  fill: #fff;
}
.accountAccess .regOption {
  border-radius: 0 0 10px 10px;
  font-size: 15px;
  padding: 10px;
}
@media screen and (max-width: 1279px) {
  .accountAccess {
    position: fixed;
    top: 15px;
    right: 15px;
  }
  .accountAccess .actStarter {
    font-size: 0;
    border-width: 1px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: transparent url(../images/Icon-full.svg) no-repeat 50% 50%;
    background-size: 24px auto;
  }
  .accountAccess .actStarter svg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .homepage .accountAccess {
    right: 55px;
  }
  .homepage .menuStarter {
    display: block;
  }
}

footer {
  background: transparent url(../images/footerImg.jpg) no-repeat 0 0;
  background-size: cover;
  height: 0;
  padding-top: 50%;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "GothamRoundedBold", sans-serif;
}
footer svg {
  fill: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #15e8e8;
}
footer .innerF {
  position: absolute;
  z-index: 1;
  left: 70px;
  right: 70px;
  border-top: 1px solid #fff;
  padding: 20px 0 45px;
  bottom: 0;
}
@media screen and (max-width: 1599px) {
  footer .innerF {
    left: 10px;
    right: 10px;
  }
}
footer a.flogo {
  display: block;
  float: left;
  width: 239px;
}
footer .leftCol {
  float: left;
  width: 950px;
}
footer .rightCol {
  float: right;
  text-align: right;
}
footer .fNav {
  float: right;
  padding-top: 62px;
}
footer .fNav li {
  display: inline-block;
  vertical-align: middle;
}
footer .fNav a {
  margin-right: 4px;
}
footer .socialLinks {
  padding-top: 30px;
  display: inline-block;
}
footer .socialLinks li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}
footer .socialLinks li:first-child {
  margin-left: 0;
}
footer .socialLinks svg {
  width: 67px;
  float: #fff;
  display: block;
}
footer .socialLinks a {
  display: block;
  border-radius: 50%;
}
footer .socialLinks a:hover {
  background-color: white;
  box-shadow: 0 0 10px 2px white;
}
footer .socialLinks a.facebook:hover path {
  fill: #3b5998;
}
footer .socialLinks a.twitter:hover path {
  fill: #1da1f2;
}
footer .socialLinks a.instagram:hover path {
  fill: #405de6;
}
footer .socialLinks a.youtube:hover path {
  fill: #cd201f;
}
@media screen and (max-width: 1699px) {
  footer .innerF {
    left: 10px;
    right: 10px;
    padding-bottom: 15px;
  }
  footer .leftCol {
    width: 850px;
  }
  footer a.flogo {
    width: 170px;
  }
  footer .fNav {
    padding-top: 40px;
  }
  footer .socialLinks li {
    margin-left: 10px;
  }
  footer .socialLinks svg {
    width: 40px;
  }
}
@media screen and (max-width: 1280px) {
  footer .innerF {
    padding: 10px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  footer .leftCol, footer .rightCol {
    float: none;
    width: 100%;
  }
  footer .rightCol {
    text-align: center;
  }
  footer .socialLinks {
    padding-top: 0;
  }
  footer .socialLinks li {
    margin: 0 15px;
  }
  footer .socialLinks .title {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
    padding-top: 0;
    height: auto;
    font-size: 14px;
    font-family: "GothamRoundedBook", sans-serif;
  }
  footer .innerF {
    position: static;
    border-top: 0;
  }
  footer .fNav, footer a.flogo {
    float: none;
    margin: 0 auto;
  }
  footer .fNav {
    padding: 15px 0;
    max-width: 300px;
    margin: 0 auto;
  }
  footer .socialLinks svg {
    width: 36px;
  }
}

.sectionTitle {
  display: none;
}

.homeIntro {
  background: transparent url(../images/BG.jpg) no-repeat 0 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  overflow: hidden;
}
.homeIntro .content {
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 0;
  width: 50%;
  padding: 200px 150px 0 400px;
}
.homeIntro .content h1 {
  text-align: left;
}
@media screen and (max-width: 1599px) {
  .homeIntro .content {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .homeIntro .content {
    position: static;
    padding: 40px 20px;
    background-color: #fff;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .homeIntro {
    background-position: 50% 0;
    padding-top: 80px;
  }
}

.spacer {
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}
.spacer:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  width: 100%;
  height: 16px;
  background-color: #15e7e7;
  background-image: linear-gradient(to right, #00a99d 0%, #3ddd79 29.35%, #fff567 51.68%, #15e7e7 79.22%, #00c3ff 100%);
}
@media screen and (max-width: 1279px) {
  .spacer {
    padding-bottom: 5px;
  }
  .spacer:before {
    height: 5px;
  }
}

section {
  position: relative;
  z-index: 1;
}

.treeHolder {
  width: 874px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.treeHolder > img {
  max-width: 850px;
}
.treeHolder .clouds {
  width: 998px;
  height: 941px;
  background: transparent url(../images/clouds.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: -111px;
  left: 50%;
  margin-left: -500px;
  -moz-transform-origin: 51% 44%;
  -ms-transform-origin: 51% 44%;
  -webkit-transform-origin: 51% 44%;
  transform-origin: 51% 44%;
}
.treeHolder .counter {
  top: 650px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -moz-transform: translateX(-50.01%);
  -ms-transform: translateX(-50.01%);
  -webkit-transform: translateX(-50.01%);
  transform: translateX(-50.01%);
  display: inline-block;
  width: 650px;
}
.treeHolder .counter span {
  font-family: "Reef", "GothamRoundedBook", sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 74px;
  border-radius: 35px;
  background-clip: padding-box;
  background-color: #00a99d;
  margin: 0 15px;
  position: relative;
  z-index: 1;
  line-height: 74px;
  font-size: 74px;
}
.treeHolder .counter span:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82px;
  height: 90px;
  opacity: .5;
  border: 3px solid #fff;
  border-radius: 42px;
  background-clip: padding-box;
}
.treeHolder .counter .title {
  font-size: 27px;
  font-family: "GothamRoundedBold", sans-serif;
  line-height: 1;
  text-align: right;
  position: absolute;
  z-index: 1;
  top: -70px;
  left: 0;
  padding-left: 480px;
  color: #00a99d;
  white-space: nowrap;
}
.treeHolder .counter .title .big {
  font-size: 42px;
  position: relative;
  z-index: 1;
  display: block;
  height: 42px;
}
.treeHolder .counter .title .big:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: #00c5fd;
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  margin-top: -8px;
}
.treeHolder .counter .results {
  right: 100%;
  margin-right: 80px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  white-space: nowrap;
  text-align: right;
}
.treeHolder .counter .results:before, .treeHolder .counter .results:after {
  content: '';
  position: absolute;
  z-index: 1;
}
.treeHolder .counter .results:after {
  right: -43px;
  background-color: #02ab9b;
  width: 3px;
  top: 42px;
  bottom: 42px;
}
.treeHolder .counter .results:before {
  left: 100%;
  margin-left: 40px;
  top: 50%;
  -moz-transform: translateY(-50.01%);
  -ms-transform: translateY(-50.01%);
  -webkit-transform: translateY(-50.01%);
  transform: translateY(-50.01%);
  width: 500px;
  height: 3px;
  background-color: #9fe7ff;
  background-image: linear-gradient(to right, #00a99d 0%, #3ddd79 29.35%, #fff567 51.68%, #15e7e7 79.22%, #00c3ff 100%);
}
.treeHolder .counter .results li {
  display: block;
  position: relative;
  z-index: 1;
  font-family: "GothamRoundedBold", sans-serif;
  color: #58656c;
  font-size: 22px;
  padding: 20px 0;
  line-height: 20px;
}
.treeHolder .counter .results li:before, .treeHolder .counter .results li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -moz-transform: translateY(-50.01%);
  -ms-transform: translateY(-50.01%);
  -webkit-transform: translateY(-50.01%);
  transform: translateY(-50.01%);
}
.treeHolder .counter .results li:before {
  right: 100%;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: transparent url(../images/up.svg) no-repeat 0 0;
  border: 3px solid #3db39e;
  background-size: 18px;
  background-position: 50% 50%;
  border-radius: 50%;
}
.treeHolder .counter .results li.down:before {
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
}
.treeHolder .counter .results li:after {
  background-color: #02ab9b;
  width: 33px;
  height: 3px;
  left: 100%;
  margin-left: 10px;
}
.treeHolder .counter .results .name {
  font-size: 16px;
  color: #01aae1;
}
@media screen and (max-width: 1279px) {
  .treeHolder {
    width: 437px;
  }
  .treeHolder > img {
    max-width: 100%;
  }
  .treeHolder .clouds {
    width: 499px;
    height: 460px;
    margin-left: -240px;
    top: -50px;
  }
  .treeHolder .counter {
    position: static;
    width: 100%;
    text-align: center;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 25px 0;
  }
  .treeHolder .counter span {
    width: 30px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    margin: 0 2px;
  }
  .treeHolder .counter span:before {
    display: none;
  }
  .treeHolder .counter .title, .treeHolder .counter .results {
    position: static;
  }
  .treeHolder .counter .title:before, .treeHolder .counter .title:after, .treeHolder .counter .results:before, .treeHolder .counter .results:after {
    display: none;
  }
  .treeHolder .counter .title {
    padding: 0 0 15px;
    text-align: center;
    font-size: 18px;
  }
  .treeHolder .counter .title .big {
    font-size: 28px;
  }
  .treeHolder .counter .title .big:before {
    display: none;
  }
  .treeHolder .counter .results {
    margin: 0;
    padding: 20px 0 0;
  }
  .treeHolder .counter .results li {
    font-size: 14px;
    display: block;
    font-family: "GothamRoundedBook", sans-serif;
    width: 220px;
    text-align: left;
    margin: 0 auto 10px;
    padding: 5px 5px 5px 50px;
  }
  .treeHolder .counter .results li:before {
    right: auto;
    left: 0;
  }
  .treeHolder .counter .results li:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .treeHolder {
    width: 100%;
  }
  .treeHolder .clouds {
    display: none;
  }
}

.videoHolder {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 1;
}
.videoHolder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

section.create .row {
  display: table;
  width: 100%;
}
section.create .item {
  display: table-cell;
  vertical-align: top;
  background-color: #f2fcff;
  padding: 35px 50px;
  text-align: center;
}
section.create .item:nth-child(even) {
  background-color: #d9f6ff;
}
section.create h2 {
}
section.create h2 a {
  display: inline-block;
  padding: 0 20px;
  vertical-align: -28px;
}
section.create p {
  text-align: justify;
}
section.create img {
  margin-bottom: 15px;
  height: 239px;
}
section.create p {
  margin-bottom: 60px;
  line-height: 1.66;
}
@media screen and (max-width: 1599px) {
  section.create .item {
    padding: 40px;
  }
  section.create p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  section.create img {
    height: auto;
  }
  section.create img.i1, section.create img.i2, section.create img.i3 {
    margin: 0 0 10px;
  }
  section.create .row {
    display: block;
  }
  section.create .item {
    display: block;
    padding: 20px 10px 40px;
  }
  section.create img {
    max-width: 75%;
    margin-bottom: 15px;
  }
  section.create h2 {
    min-height: 1px;
  }
  section.create h2 a {
    display: block;
    vertical-align: middle;
  }
  section.create p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.create img.i1 {
    width: 111px;
  }
  section.create img.i2 {
    width: 139px;
  }
  section.create img.i3 {
    width: 96px;
  }
}

section.forestMap img {
  display: block;
}

section.benefits {
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  section.benefits h2 {
    padding-bottom: 0;
  }
}
section.benefits .benefHolder {
  position: relative;
  z-index: 1;
  left: 50%;
  margin: 0 auto;
  width: 150%;
  text-align: center;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.benefits .benefHolder {
    width: 100%;
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
section.benefits [data-visible="1"] [data-index="2"], section.benefits [data-visible="1"] [data-index="3"] {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  section.benefits [data-visible="1"] [data-index="2"], section.benefits [data-visible="1"] [data-index="3"] {
    display: none;
  }
}
section.benefits [data-visible="1"] [data-index="1"] {
  -moz-transform: translateX(390px);
  -ms-transform: translateX(390px);
  -webkit-transform: translateX(390px);
  transform: translateX(390px);
}
@media screen and (max-width: 1500px) {
  section.benefits [data-visible="1"] [data-index="1"] {
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
}
@media screen and (max-width: 1200px) {
  section.benefits [data-visible="1"] [data-index="1"] {
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
}
@media screen and (max-width: 767px) {
  section.benefits [data-visible="1"] [data-index="1"] {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
section.benefits [data-visible="2"] [data-index="1"], section.benefits [data-visible="2"] [data-index="3"] {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  section.benefits [data-visible="2"] [data-index="1"], section.benefits [data-visible="2"] [data-index="3"] {
    display: none;
  }
}
section.benefits [data-visible="3"] [data-index="2"], section.benefits [data-visible="3"] [data-index="1"] {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  section.benefits [data-visible="3"] [data-index="2"], section.benefits [data-visible="3"] [data-index="1"] {
    display: none;
  }
}
section.benefits [data-visible="3"] [data-index="3"] {
  -moz-transform: translateX(-390px);
  -ms-transform: translateX(-390px);
  -webkit-transform: translateX(-390px);
  transform: translateX(-390px);
}
@media screen and (max-width: 1500px) {
  section.benefits [data-visible="3"] [data-index="3"] {
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}
@media screen and (max-width: 1200px) {
  section.benefits [data-visible="3"] [data-index="3"] {
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}
@media screen and (max-width: 767px) {
  section.benefits [data-visible="3"] [data-index="3"] {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
section.benefits .item {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  section.benefits .item {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  section.benefits .item {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  section.benefits .item {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    padding-top: 40px;
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
}
section.benefits .item > .icon, section.benefits .item > .title {
  cursor: pointer;
}
section.benefits .item.selected {
  width: 1240px;
  max-width: 90vw;
}
section.benefits .item.selected .details {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  section.benefits .item.selected .details {
    display: inline-block;
  }
}
section.benefits .title {
  font-size: 30px;
  font-family: "GothamRoundedBold", sans-serif;
  color: #04c8ba;
}
section.benefits .icon {
  text-align: center;
  margin: 0 auto;
  width: 190px;
  max-width: 100%;
}
section.benefits .icon img {
  display: block;
  margin: 0 auto 20px;
}
section.benefits .main, section.benefits .details {
  display: inline-block;
  vertical-align: middle;
}
section.benefits .main {
  display: block;
  width: 390px;
  cursor: pointer;
  padding-top: 25px;
}
@media screen and (max-width: 1500px) {
  section.benefits .main {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  section.benefits .main {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  section.benefits .main {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    width: 120px;
  }
}
section.benefits .details {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  background-color: #fff;
  text-align: left;
  padding: 50px 150px 50px 25px;
  opacity: 0;
  visibility: hidden;
  left: 390px;
  width: calc(100% - 395px);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 1500px) {
  section.benefits .details {
    width: calc(100% - 205px);
    left: 200px;
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  section.benefits .details {
    padding: 25px 20px 20px;
    left: 150px;
  }
}
@media screen and (max-width: 767px) {
  section.benefits .details {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    display: inline-block;
    vertical-align: top;
    display: none;
    padding-top: 30px;
    width: calc(100% - 125px);
    padding: 30px 10px 10px;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
section.benefits .details h4 {
  color: #04c8ba;
  font-size: 1.66rem;
  margin-bottom: 15px;
  font-family: "GothamRoundedBold", sans-serif;
}
@media screen and (max-width: 1200px) {
  section.benefits .details h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
section.benefits .details .close {
  float: right;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0;
  display: inline-block;
  width: 90px;
  text-align: right;
}
section.benefits .details .close:hover {
  color: #04c8ba;
}
section.benefits .details .close svg {
  width: 22px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  section.benefits .details .close svg {
    width: 14px;
  }
}
section.benefits .details .desc {
  line-height: 1.6;
}
@media screen and (max-width: 1599px) {
  section.benefits .title {
    font-size: 20px;
  }
  section.benefits .item {
    margin-bottom: 25px;
  }
  section.benefits .icon img {
    width: 150px;
  }
}
@media screen and (max-width: 1279px) {
  section.benefits .title {
    font-family: "GothamRoundedBook", sans-serif;
    font-size: 15px;
  }
  section.benefits .item {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  section.benefits .item.selected .main {
    display: block;
    margin: 0 auto;
  }
  section.benefits .item.selected .details {
    width: 100%;
  }
  section.benefits .item.selected .icon {
    width: 120px;
  }
}

.gm-style div {
  background-color: transparent !important;
  box-shadow: none !important;
}

.gm-style div[role="button"] {
  background-color: #fff !important;
}

.mapPopInfo, .mapH .gm-style .gm-style-iw {
  background-color: #04c8ba !important;
  border-radius: 21px;
  padding: 6px 50px 6px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: 24px !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  overflow: visible !important;
  margin-right: -25px;
}
.mapPopInfo:before, .mapH .gm-style .gm-style-iw:before {
  content: '';
  width: 18px;
  height: 8px;
  background: transparent url(../images/adoptedarrow1.png) no-repeat 0 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
}
.mapPopInfo + div, .mapH .gm-style .gm-style-iw + div {
  right: -15px !important;
  top: 35px !important;
}

.mapH {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mapH .theMap {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  max-width: 500vw;
}
.mapH ul {
  padding: 75px 50px 0;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .mapH ul {
    padding: 60px 35px 0;
  }
}
@media screen and (max-width: 1599px) {
  .mapH ul {
    padding: 50px 15px 0;
  }
}
.mapH ul li {
  width: 57px;
  height: 83px;
  background: transparent url(../images/stree.svg) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  margin: 0 40px 60px;
  opacity: .5;
}
.mapH ul li.adopted {
  background-image: url(../images/stree-p.svg);
  background-repeat: no-repeat;
  opacity: 1;
}
.mapH ul li.adopted span {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  margin-bottom: 15px;
  background-color: #16bc54;
  border-radius: 21px;
  padding: 6px 50px 6px 15px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  left: -10px;
}
.mapH ul li.adopted span:before {
  content: '';
  width: 18px;
  height: 8px;
  background: transparent url(../images/adoptedarrow.png) no-repeat 0 0;
  position: absolute;
  top: 100%;
  left: 30px;
}
.mapH ul li.adopted span img {
  margin-left: 10px;
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 8px;
}
@media screen and (max-width: 1599px) {
  .mapH ul li.adopted span {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-50.01%, 15px);
    -ms-transform: translate(-50.01%, 15px);
    -webkit-transform: translate(-50.01%, 15px);
    transform: translate(-50.01%, 15px);
  }
}
.mapH ul li.selected span {
  text-align: left;
  background-color: #04c8ba;
}
.mapH ul li.selected span:before {
  background-image: url(../images/adoptedarrow1.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  .mapH ul li {
    margin: 0 20px 40px;
  }
  .mapH ul li.adopted:hover span {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(-50.01%, 0);
    -ms-transform: translate(-50.01%, 0);
    -webkit-transform: translate(-50.01%, 0);
    transform: translate(-50.01%, 0);
  }
}
@media screen and (max-width: 1279px) {
  .mapH ul li {
    margin: 0 10px 15px;
    width: 30px;
    height: 44px;
  }
}

.visual {
  background: transparent url(../images/innerVisual.jpg) no-repeat 0 0;
  background-size: cover;
  height: 319px;
}
.visual h2.pageTitle {
  font-size: 80px;
  padding: 0;
  line-height: 319px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .visual {
    height: auto;
  }
  .visual h2.pageTitle {
    font-size: 60px;
    padding: 100px 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) {
  .visual {
    height: auto;
  }
  .visual h2.pageTitle {
    font-size: 32px;
    padding: 100px 20px 20px;
  }
}

article {
  padding: 75px 0;
}
@media screen and (max-width: 1500px) {
  article {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1200px) {
  article {
    padding: 15px 0;
  }
}

.wAside .innerC {
  max-width: 1800px;
}
.wAside aside {
  width: 385px;
  float: left;
  counter-reset: aside;
}
.wAside aside li {
  counter-increment: aside;
  padding: 12px 12px 12px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.wAside aside li:before {
  content: counter(aside);
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 3px solid rgba(0, 195, 255, 0.5);
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  line-height: 29px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Reef", "GothamRoundedBook", sans-serif;
  color: #51e78e;
}
.wAside aside li:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: rgba(0, 195, 255, 0.2);
  display: block;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: 26px;
  margin-left: -6px;
}
.wAside aside li:last-child:after {
  display: none;
}
.wAside aside li a {
  color: #000;
}
.wAside article {
  float: left;
  padding-left: 80px;
  width: calc(100% - 385px);
}

.wAside h3, .simpleLayout h3 {
  font-size: 24px;
  font-weight: bold;
  color: #00a99d;
  text-align: left;
  margin-bottom: 15px;
}
.wAside table td, .simpleLayout table td {
  padding: 5px;
  border: 1px solid #000;
}
@media screen and (max-width: 1320px) {
  .wAside aside, .simpleLayout aside {
    width: 200px;
  }
  .wAside article, .simpleLayout article {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wAside aside, .simpleLayout aside {
    display: none;
  }
  .wAside article, .simpleLayout article {
    width: 100%;
    padding-left: 0;
  }
}

.simpleLayout .innerC {
  max-width: 1470px;
}
.simpleLayout h3 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .simpleLayout h3 {
    margin-top: 30px;
  }
}

form {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
form .formCell {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 80px;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  form .formCell {
    padding-left: 45px;
  }
  form .formCell.agree, form .formCell.agree + .formCell {
    padding-left: 0;
  }
}
form .errorMsg {
  font-size: 15px;
  color: red;
}
@media screen and (max-width: 1200px) {
  form .errorMsg {
    font-size: 13px;
  }
}
form label, form label[for] {
  width: 54px;
  height: 54px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #a5d7e5;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  form label, form label[for] {
    height: 36px;
    width: 36px;
  }
}
form label svg, form label[for] svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
form label[for*="agree"] {
  border: 0;
}

label[for="nume"] svg {
  width: 35px;
}
@media screen and (max-width: 767px) {
  label[for="nume"] svg {
    height: 18px;
  }
}

label[for="email"] svg {
  width: 29px;
}
@media screen and (max-width: 767px) {
  label[for="email"] svg {
    height: 15px;
  }
}

label[for="subiect"] svg {
  width: 36px;
}
@media screen and (max-width: 767px) {
  label[for="subiect"] svg {
    height: 18px;
  }
}

label[for="mesaj"] svg {
  width: 35px;
}
@media screen and (max-width: 767px) {
  label[for="mesaj"] svg {
    height: 18px;
  }
}

label[for="pw"] svg, label[for="newpw"] svg, label[for="confirmnewpw"] svg, label[for="confirmpw"] svg {
  width: 26px;
}
@media screen and (max-width: 767px) {
  label[for="pw"] svg, label[for="newpw"] svg, label[for="confirmnewpw"] svg, label[for="confirmpw"] svg {
    height: 18px;
  }
}

section.trees .innerL {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 10px;
}
section.trees .summary {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cfeffe;
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.trees .summary .counter {
  display: block;
  vertical-align: top;
  width: 311px;
  height: 316px;
  background: transparent url(../images/badge.png) no-repeat 0 0;
  background-size: 100% auto;
  font-family: "GothamRoundedBold", sans-serif;
  position: relative;
}
section.trees .summary .counter .no {
  width: 100px;
  height: 110px;
  line-height: 110px;
  color: #00a99d;
  font-size: 36px;
  position: absolute;
  bottom: 3px;
  left: 9px;
  text-align: center;
  display: block;
}
section.trees .summary .counter .txt {
  position: absolute;
  z-index: 1;
  left: 128px;
  bottom: 35px;
  font-size: 21px;
  color: #7f5e41;
  bottom: 40px;
  left: 133px;
}
@media screen and (max-width: 767px) {
  section.trees .summary .counter {
    width: 220px;
    height: 226px;
  }
  section.trees .summary .counter .no {
    font-size: 36px;
    bottom: 0;
    left: 0;
    line-height: 84px;
    width: 84px;
    height: 84px;
  }
  section.trees .summary .counter .txt {
    font-size: 16px;
    white-space: nowrap;
    bottom: 32px;
    left: 90px;
  }
}
section.trees .summary .results {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin-left: 500px;
}
section.trees .summary .results:before, section.trees .summary .results:after {
  content: '';
  position: absolute;
  z-index: 1;
}
section.trees .summary .results:after {
  left: -43px;
  background-color: #02ab9b;
  width: 3px;
  top: 42px;
  bottom: 42px;
}
section.trees .summary .results:before {
  right: 100%;
  margin-right: 40px;
  top: 50%;
  -moz-transform: translateY(-50.01%);
  -ms-transform: translateY(-50.01%);
  -webkit-transform: translateY(-50.01%);
  transform: translateY(-50.01%);
  width: 495px;
  height: 3px;
  background-color: #9fe7ff;
  background-image: linear-gradient(to right, #00c3ff 0%, #15e7e7 29.35%, #fff567 51.68%, #3ddd79 79.22%, #00a99d 100%);
}
section.trees .summary .results li {
  display: block;
  position: relative;
  z-index: 1;
  font-family: "GothamRoundedBold", sans-serif;
  color: #58656c;
  font-size: 22px;
  padding: 20px 0;
  line-height: 20px;
  text-align: right;
}
section.trees .summary .results li.bull {
  position: absolute;
  left: -550px;
  top: 50%;
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #00c5fd;
  padding: 0;
  margin: 0;
  margin-top: -8px;
}
section.trees .summary .results li.bull:before, section.trees .summary .results li.bull:after {
  display: none;
}
@media screen and (max-width: 1279px) {
  section.trees .summary .results li.bull {
    display: none;
  }
}
section.trees .summary .results li:before, section.trees .summary .results li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -moz-transform: translateY(-50.01%);
  -ms-transform: translateY(-50.01%);
  -webkit-transform: translateY(-50.01%);
  transform: translateY(-50.01%);
}
section.trees .summary .results li:before {
  left: 100%;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  background: transparent url(../images/up.svg) no-repeat 0 0;
  border: 3px solid #3db39e;
  background-size: 18px;
  background-position: 50% 50%;
  border-radius: 50%;
}
section.trees .summary .results li.down:before {
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
}
section.trees .summary .results li:after {
  background-color: #02ab9b;
  width: 33px;
  height: 3px;
  right: 100%;
  margin-right: 10px;
}
section.trees .summary .results .name {
  font-size: 16px;
  color: #01aae1;
}
@media screen and (min-width: 1280px) {
  section.trees .summary .results {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1279px) {
  section.trees .summary .results {
    margin: 0;
    padding: 20px 0 0;
  }
  section.trees .summary .results:before, section.trees .summary .results:after {
    display: none;
  }
  section.trees .summary .results li {
    font-size: 14px;
    display: block;
    font-family: "GothamRoundedBook", sans-serif;
    width: 220px;
    text-align: left;
    margin: 0 auto 10px;
    padding: 5px 5px 5px 60px;
  }
  section.trees .summary .results li:before {
    right: auto;
    left: 0;
  }
  section.trees .summary .results li:after {
    display: none;
  }
}
section.trees .summary .legend {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  display: inline-block;
  padding-top: 10px;
}
section.trees .summary .legend .expl {
  color: #ac1e00;
  font-size: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 51px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
section.trees .summary .legend .expl .ok {
  color: #00a99d;
}
section.trees .summary .legend .expl .ok {
  display: none;
}
section.trees .summary .legend .starsH {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 71px;
  font-size: 0;
  text-align: center;
  padding-top: 5px;
}
section.trees .summary .legend .starsH .star {
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../images/star.svg) no-repeat 0 0;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 0 2px;
}
section.trees .summary .legend[data-fill="1"] .star:nth-child(1) ~ .star {
  opacity: .2;
}
section.trees .summary .legend[data-fill="2"] .star:nth-child(2) ~ .star {
  opacity: .2;
}
section.trees .summary .legend[data-fill="3"] .star:nth-child(3) ~ .star {
  opacity: .2;
}
section.trees .summary .legend[data-fill="4"] .star:nth-child(4) ~ .star {
  opacity: .2;
}
section.trees .summary .legend[data-fill="5"] .expl {
  color: #16bc54;
}
section.trees .summary .legend[data-fill="5"] .expl .no {
  display: none;
}
section.trees .summary .legend[data-fill="5"] .expl .ok {
  display: block;
}
@media screen and (max-width: 1279px) {
  section.trees .summary {
    text-align: center;
  }
  section.trees .summary .counter {
    display: inline-block;
  }
  section.trees .summary .legend {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  section.trees .summary .legend .expl {
    display: block;
  }
}

section.editprofile form {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  padding: 40px 10px 74px;
}
@media screen and (max-width: 1279px) {
  section.editprofile form {
    padding-bottom: 40px;
  }
  section.editprofile form br + br {
    display: none;
  }
}
section.editprofile .cell {
  width: 490px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  section.editprofile .cell {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 20px;
  }
}
section.editprofile .formCell {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.editprofile .formCell {
    margin-bottom: 10px;
  }
}
section.editprofile h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.editprofile h4 {
    margin-bottom: 15px;
  }
}

.treeList {
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .treeList {
    text-align: center;
  }
}
.treeList:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.treeList li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 60px 60px;
}
@media screen and (max-width: 1279px) {
  .treeList li {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .treeList li {
    padding: 0 10px 30px;
    display: block;
  }
}
.treeList li .tico {
  width: 57px;
}
.treeList li .title {
  display: block;
  font-size: 25px;
  color: #00a99d;
  margin-bottom: 10px;
  font-family: "GothamRoundedBold", sans-serif;
}
.treeList li.showmore {
  display: none;
}
.treeList li.showmore.visible {
  display: inline-block;
}
.treeList li:first-child, .treeList li:nth-child(2), .treeList li:nth-child(3), .treeList li:nth-child(4), .treeList li:nth-child(5) {
  display: inline-block;
}
.treeList.destination {
  border-top: 1px solid #cfeffe;
  padding-top: 60px;
}
.treeList .icon {
  width: 50px;
  height: 50px;
}
.treeList .desc {
  display: block;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .treeList .desc {
    text-align: center;
  }
}
.treeList .icon, .treeList .details {
  display: inline-block;
  vertical-align: middle;
}
.treeList .details {
  width: 100%;
  max-width: calc(100% - 60px);
  font-size: 14px;
  font-family: "GothamRoundedBold", sans-serif;
}
@media screen and (max-width: 767px) {
  .treeList .details {
    width: auto;
  }
}
.treeList .subject {
  color: #00a99d;
  display: block;
}

.show_more {
  margin-bottom: 20px;
}

input[name="seeMoreBtn"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

input[name="seeMoreBtn"] + label {
  display: block;
  margin: 0 auto 20px;
  width: 120px;
  text-align: center;
}

section.chestionar ul.purpose {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.chestionar ul.purpose {
    margin-bottom: 30px;
  }
}
section.chestionar ul.purpose li {
  display: inline-block;
  vertical-align: top;
  width: 19.5%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.chestionar ul.purpose li {
    width: 32%;
  }
}
@media screen and (max-width: 500px) {
  section.chestionar ul.purpose li {
    width: 49%;
  }
}
section.chestionar ul.purpose img {
  width: 185px;
  max-width: 80%;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  border: 10px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0px 0 white;
  background-clip: padding-box;
}
section.chestionar ul.purpose label {
  opacity: .5;
}
section.chestionar ul.purpose input {
  position: absolute;
  top: 50px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
section.chestionar ul.purpose input:checked + label {
  opacity: 1;
}
section.chestionar ul.purpose input:checked + label img {
  border-color: #00867c;
  box-shadow: 0 0 0px 10px rgba(0, 134, 124, 0.2);
  background-color: #00867c;
}
section.chestionar ul.purpose input:checked + label .title {
  color: #00867c;
}
section.chestionar ul.purpose .title {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 28px;
  color: #04c8ba;
  display: block;
  padding-top: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  section.chestionar ul.purpose .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.chestionar ul.purpose .title {
    font-size: 18px;
    padding-top: 15px;
  }
}
section.chestionar .fingerprintH {
  background-color: #00a99d;
  padding: 0 10px 70px;
  color: #fff;
  display: none;
}
section.chestionar .fingerprintH.mr {
  display: block !important;
}
@media screen and (max-width: 1500px) {
  section.chestionar .fingerprintH {
    padding: 0 10px 45px;
  }
}
@media screen and (max-width: 1200px) {
  section.chestionar .fingerprintH {
    padding: 0 10px 20px;
  }
}
section.chestionar .fingerprintH h2 {
  color: #fff;
}
section.chestionar .fingerprintH .split {
  float: left;
  width: 47%;
}
section.chestionar .fingerprintH .split:nth-child(even) {
  float: right;
}
section.chestionar .fingerprintH .cell {
  float: left;
  width: 33.2%;
  padding: 0 120px;
}
@media screen and (max-width: 1700px) {
  section.chestionar .fingerprintH .cell {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1500px) {
  section.chestionar .fingerprintH .cell {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1300px) {
  section.chestionar .fingerprintH .cell {
    float: none;
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0 auto 20px;
  }
  section.chestionar .fingerprintH .cell.double {
    width: 100%;
  }
  section.chestionar .fingerprintH .cell .split {
    float: none;
    width: 100%;
  }
  section.chestionar .fingerprintH .cell .split:nth-child(even) {
    float: none;
  }
}
@media screen and (max-width: 600px) {
  section.chestionar .fingerprintH .cell {
    padding: 0 30px;
  }
}
section.chestionar .fingerprintH .titleH {
  display: table;
  height: 136px;
  width: 100%;
  font-size: 24px;
  color: #3d3d3d;
  font-family: "GothamRoundedBold", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  position: relative;
}
section.chestionar .fingerprintH .titleH .inner {
  display: table-cell;
  vertical-align: middle;
}
section.chestionar .fingerprintH .titleH img, section.chestionar .fingerprintH .titleH span {
  display: inline-block;
  vertical-align: middle;
}
section.chestionar .fingerprintH .titleH img {
  opacity: .5;
  display: inline-block;
  margin-left: 10px;
}
section.chestionar .fingerprintH .titleH span {
  display: inline-block;
}
section.chestionar .fingerprintH .tooltip {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  line-height: 52px;
  font-size: 42px;
  color: #04c8ba;
  font-family: "GothamRoundedBold", sans-serif;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  left: 100%;
  margin-left: 15px;
}
section.chestionar .fingerprintH .tooltip .container {
  font-family: "GothamRoundedBook", sans-serif;
  text-align: left;
  position: absolute;
  top: 100%;
  margin-top: 15px;
  right: 0;
  z-index: 1;
  width: 320px;
  max-width: 60vw;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #c9f1ff;
  padding: 20px;
  font-size: 16px;
  color: #000;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  line-height: 1.2;
}
section.chestionar .fingerprintH .tooltip .container:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c9f1ff;
  position: absolute;
  bottom: 100%;
  right: 20px;
}
section.chestionar .fingerprintH .tooltip.active {
  z-index: 9;
}
section.chestionar .fingerprintH .tooltip.active .container {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
section.chestionar .fingerprintH .tooltip .close {
  float: right;
  padding-left: 20px;
  background: transparent url(../images/arr.svg) no-repeat 0 50%;
  background-size: 12px auto;
  cursor: pointer;
}
section.chestionar .fingerprintH .tooltip p {
  clear: both;
  margin: 0;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  section.chestionar .fingerprintH .tooltip {
    left: auto;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
  }
  section.chestionar .fingerprintH .tooltip .container {
    right: -10px;
  }
}
section.chestionar .fingerprintH img[src*="home"] {
  width: 119px;
}
@media screen and (max-width: 1000px) {
  section.chestionar .fingerprintH img[src*="home"] {
    width: 50px;
  }
}
section.chestionar .fingerprintH img[src*="car"] {
  width: 181px;
}
@media screen and (max-width: 1000px) {
  section.chestionar .fingerprintH img[src*="car"] {
    width: 80px;
  }
}
section.chestionar .fingerprintH img[src*="plane"] {
  width: 136px;
}
@media screen and (max-width: 1000px) {
  section.chestionar .fingerprintH img[src*="plane"] {
    width: 60px;
  }
}
section.chestionar .fingerprintH .item {
  position: relative;
  margin-bottom: 15px;
}
section.chestionar .fingerprintH .item input[type="radio"], section.chestionar .fingerprintH .item input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
section.chestionar .fingerprintH .item input[type="radio"]:checked + label:before, section.chestionar .fingerprintH .item input[type="checkbox"]:checked + label:before {
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
}
section.chestionar .fingerprintH .item label {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
}
section.chestionar .fingerprintH .item label:before {
  content: '';
  width: 21px;
  height: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.chestionar .fingerprintH .item input.number {
  width: 39px;
  height: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  padding: 0;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-family: "GothamRoundedBold", sans-serif;
  color: #1f9bbf;
}
section.chestionar .fingerprintH .innerMore {
  padding: 0 10px;
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
}
section.chestionar .fingerprintH .innerMore input {
  max-width: 700px;
}

.checkoutform {
  padding-bottom: 70px;
}
.checkoutform form {
  width: 520px;
}
.checkoutform div[style*="none"] + .formCell {
  text-align: center;
}
.checkoutform .big {
  font-size: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 1500px) {
  .checkoutform .big {
    font-size: 24px;
    padding-top: 20px;
  }
}
.checkoutform .formCell {
  margin-bottom: 25px;
}
.checkoutform .ppH .lbllike, .checkoutform .ppH img {
  display: inline-block;
  vertical-align: middle;
}
.checkoutform .formCell.agree {
  max-width: 100%;
}
.checkoutform .formCell.agree label {
  background-color: transparent;
  width: 100%;
  height: auto;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding-left: 50px;
  padding: 5px 5px 5px 50px;
}
.checkoutform .formCell.agree label:before {
  content: '';
  width: 29px;
  height: 29px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  border: 2px solid #1f9bbf;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 50%;
}
.checkoutform .formCell.agree input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.checkoutform .formCell.agree input:checked + label:before {
  background: transparent url(../images/check.png) no-repeat 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .checkoutform {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sliderH {
  width: 960px;
  margin: 0 auto 40px;
  padding: 100px 0 0;
}
.sliderH .theSlider {
  width: 100%;
  position: relative;
  z-index: 2;
  clear: both;
  margin: 0 auto 50px;
}
.sliderH .slideFingerprint {
  top: 0;
  width: 30%;
  height: 36px;
  border-radius: 18px;
  position: absolute;
  z-index: 3;
  background-color: #ac1e00;
}
@media screen and (max-width: 1200px) {
  .sliderH .slideFingerprint {
    height: 18px;
  }
}
.sliderH .slideSelected {
  top: 0;
  width: 60%;
  position: absolute;
  height: 36px;
  z-index: 2;
  background-color: #16bc54;
  border-radius: 18px;
  display: none;
}
.sliderH .handler {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  width: 48px;
  height: 48px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #3d3d3d;
  left: 60%;
  margin-top: -6px;
  margin-left: -24px;
  top: 0;
}
.sliderH .handler:before {
  content: '';
  z-index: 6;
  width: 24px;
  height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #474747;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sliderH .handler:hover:before {
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .sliderH .handler {
    width: 24px;
    height: 24px;
    margin-top: -3px;
    margin-left: -12px;
  }
  .sliderH .handler:before {
    width: 12px;
    height: 12px;
  }
}
.sliderH .amount {
  position: absolute;
  z-index: 6;
  bottom: 100%;
  margin-bottom: 15px;
  line-height: 42px;
  white-space: nowrap;
  color: #fff;
  padding: 0 15px;
  height: 42px;
  border-radius: 21px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #16bc54;
  left: -10px;
}
.sliderH .amount:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 25px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #16bc54;
}
.sliderH .amount strong {
  font-family: "GothamRoundedBold", sans-serif;
}
@media screen and (max-width: 1200px) {
  .sliderH .amount {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.23;
    padding: 3px;
    height: auto;
    border-radius: 4px;
  }
  .sliderH .amount strong {
    display: block;
  }
}
.sliderH .slideBar {
  width: 100%;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sliderH .slideBar {
    height: 18px;
  }
}
.sliderH .ui-slider-range-max, .sliderH .ui-slider-range-min {
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #eaeaea;
  position: absolute;
  top: 100px;
  z-index: 2;
}
.sliderH .ui-slider-range-max:before, .sliderH .ui-slider-range-min:before {
  content: '';
  cursor: pointer;
  position: absolute;
  z-index: 5;
  width: 48px;
  height: 48px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #3d3d3d;
  left: 0;
  margin-top: -6px;
  margin-left: -24px;
  top: 0;
  cursor: pointer;
}
.sliderH .ui-slider-range-max:after, .sliderH .ui-slider-range-min:after {
  content: '';
  z-index: 6;
  width: 24px;
  height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #474747;
  position: absolute;
  top: 50%;
  left: 0%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .sliderH .ui-slider-range-max, .sliderH .ui-slider-range-min {
    top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .sliderH .ui-slider-range-max, .sliderH .ui-slider-range-min {
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
  }
  .sliderH .ui-slider-range-max:before, .sliderH .ui-slider-range-min:before {
    width: 24px;
    height: 24px;
    margin-top: -3px;
    margin-right: -12px !important;
  }
  .sliderH .ui-slider-range-max:after, .sliderH .ui-slider-range-min:after {
    width: 12px;
    height: 12px;
  }
}
.sliderH .ui-slider-range-min {
  background-color: #16bc54;
}
.sliderH .ui-slider-range-min:before, .sliderH .ui-slider-range-min:after {
  right: 0;
  left: auto;
}
.sliderH .ui-slider-range-min:after {
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.sliderH .ui-slider-range-min:before {
  margin-left: auto;
  margin-right: -24px;
}
.sliderH.ui-slider-horizontal {
  height: auto;
  border: 0;
}
.sliderH .fingerPrintlegend {
  padding-left: 50px;
  padding-top: 10px;
  font-family: "GothamRoundedBold", sans-serif;
  color: #ac1e00;
  font-size: 20px;
  clear: both;
  display: none;
}
@media screen and (max-width: 1200px) {
  .sliderH .fingerPrintlegend {
    padding-left: 10px;
  }
}
.sliderH .to {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: -22px;
  margin-left: 0px;
  width: 201px;
}
.sliderH .to img {
  float: left;
  width: 53px;
  margin: 0 7px;
}
.sliderH .from {
  top: -22px;
  position: absolute;
  z-index: 1;
  right: 100%;
  margin-right: 10px;
}
.sliderH .from img {
  width: 53px;
  display: block;
}
.sliderH .from .price, .sliderH .from .desc {
  float: left;
  font-family: "GothamRoundedBold", sans-serif;
}
.sliderH .from .price {
  color: #16bc54;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sliderH .from .price {
    position: static;
    display: inline;
    padding-right: 3px;
    float: none;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 20px;
  }
}
.sliderH .from .desc {
  font-size: 17px;
  color: #939393;
  position: relative;
  line-height: 1;
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  z-index: 1;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .sliderH .from .desc {
    padding-left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: static;
  }
  .sliderH .from .desc br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .sliderH .to, .sliderH .from {
    position: static;
    width: auto;
    padding-top: 30px;
  }
  .sliderH .to img, .sliderH .from img {
    width: 28px;
    margin: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  .sliderH .to img, .sliderH .from img {
    width: 14px;
  }
}
.sliderH .to {
  float: right;
}
@media screen and (max-width: 767px) {
  .sliderH .to {
    margin-right: -20px;
  }
}
.sliderH .from {
  float: left;
}
@media screen and (max-width: 767px) {
  .sliderH .from {
    margin-left: -20px;
  }
}
@media screen and (max-width: 1500px) {
  .sliderH {
    width: 780px;
    padding: 60px 0 0;
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .sliderH {
    margin: 0 60px 30px;
    width: auto;
    max-width: none;
  }
}

.successmsg {
  text-align: center;
  color: #16bc54;
  font-size: 30px;
  font-family: "GothamRoundedBold", sans-serif;
  clear: both;
  padding-top: 15px;
  margin: 0 auto 40px;
  max-width: 960px;
  padding: 0 20px;
}
.successmsg.red {
  color: #ac1e00;
}
@media screen and (max-width: 767px) {
  .successmsg {
    font-size: 20px;
  }
}

.btn.fb {
  width: 100%;
  max-width: 420px;
  height: 53px;
  line-height: 53px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
  font-family: "GothamRoundedBook", sans-serif;
  background: transparent url(../images/f.svg) no-repeat 25px 50%;
  background-color: #4167b1;
  background-size: 18px auto;
  font-size: 18px;
  padding-left: 70px;
  padding-right: 10px;
  background-repeat: no-repeat;
}
.btn.fb:hover {
  background-color: #5675b6;
}
@media screen and (max-width: 767px) {
  .btn.fb {
    background-size: 12px auto;
    background-position: 10px 50%;
    padding-left: 30px;
    font-size: 15px;
  }
}

.contactForm {
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}

.introText {
  background-color: #f5fcff;
  text-align: center;
}
.introText .innerC {
  max-width: 1000px;
  margin: 0 auto;
}

.videoList {
  text-align: justify;
  max-width: 1370px;
  margin: 0 auto;
}
.videoList:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.videoList img {
  display: block;
}
.videoList li {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin-bottom: 165px;
}
.videoList .caption {
  display: table;
  height: 110px;
  width: 100%;
  background-color: #eaeef0;
}
.videoList .caption .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 80px;
}
.videoList .thumbnail {
  position: relative;
  z-index: 1;
  display: block;
}
.videoList .thumbnail:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url(../images/play.svg) no-repeat 0 0;
  background-size: 100%;
  width: 93px;
  height: 66px;
}
.videoList a {
  display: block;
}
.videoList a:hover .caption {
  background-color: #00867c;
  color: #fff;
}
.videoList a:hover .thumbnail:before {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 1250px) {
  .videoList li {
    display: block;
    margin: 0 auto 25px;
  }
  .videoList .caption {
    height: auto;
  }
  .videoList .caption .content {
    padding: 20px 40px;
  }
}

.peopleList {
  text-align: center;
  padding-bottom: 60px;
  background-color: #f5fcff;
}
@media screen and (max-width: 1280px) {
  .peopleList {
    padding-bottom: 40px;
  }
}
.peopleList .item {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.peopleList .avatar {
  width: 224px;
  height: 224px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.peopleList .avatar img {
  display: block;
}
@media screen and (max-width: 1280px) {
  .peopleList .avatar {
    width: 160px;
    height: 160px;
  }
}
.peopleList .desc {
  padding: 0 30px;
}
.peopleList .name {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 30px;
  color: #04c8ba;
}
@media screen and (max-width: 1280px) {
  .peopleList .name {
    font-size: 24px;
  }
}
.peopleList .role {
  font-size: 25px;
  color: #00867c;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .peopleList .role {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 980px) {
  .peopleList {
    padding: 0 15px 30px;
  }
  .peopleList .item {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 20px 0 20px 150px;
  }
  .peopleList .avatar {
    position: absolute;
    left: 0;
    top: 50%;
    width: 130px;
    height: 130px;
    margin-top: -65px;
  }
  .peopleList .desc {
    padding: 0;
  }
}

.storyVisual {
  overflow: hidden;
  max-width: 100%;
}
.storyVisual img {
  position: relative;
  z-index: 1;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  max-width: none;
}
@media screen and (max-width: 1280px) {
  .storyVisual img {
    max-width: 130%;
  }
}

.spacerStory {
  height: 1px;
  background-color: rgba(38, 182, 172, 0.2);
  width: 90%;
  max-width: 830px;
  margin: 70px auto 0;
}

.whatToDo .container {
  background-color: #26b6ac;
  color: #fff;
}
.whatToDo .imgHolder {
  width: 35%;
  margin-right: -10%;
}
.whatToDo .imgHolder img {
  filter: drop-shadow(0 0 100px white);
}
.whatToDo .desc {
  width: 70%;
  padding-right: 150px;
}
.whatToDo .imgHolder, .whatToDo .desc {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1600px) {
  .whatToDo .imgHolder {
    width: 30%;
    margin-right: 0;
  }
  .whatToDo .desc {
    width: 65%;
  }
}
@media screen and (max-width: 1280px) {
  .whatToDo .desc {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .whatToDo .imgHolder, .whatToDo .desc {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .whatToDo .imgHolder {
    max-width: 50%;
  }
  .whatToDo .desc {
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.inReturn .imgHolder {
  width: 47%;
  margin-left: -15%;
}
.inReturn .desc {
  width: 65%;
  padding-left: 70px;
}
.inReturn .imgHolder, .inReturn .desc {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1600px) {
  .inReturn .imgHolder {
    width: 40%;
    margin-left: 0;
  }
  .inReturn .desc {
    width: 57%;
  }
}
@media screen and (max-width: 1280px) {
  .inReturn .desc {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inReturn .imgHolder, .inReturn .desc {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .inReturn .imgHolder {
    max-width: 70%;
  }
  .inReturn .desc {
    margin-bottom: 25px;
    padding-left: 0;
  }
}

.ourStoryPage .btn {
  background-color: #00867c;
}
.ourStoryPage .btn:hover {
  background-color: #04c8ba;
  color: #fff;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes resultsDown {
  0% {
    background-position: 50% -100%;
  }

  2% {
    background-position: 50% 50%;
  }

  98% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 50% 100%;
  }
}
@-webkit-keyframes resultsDown {
  0% {
    background-position: 50% -100%;
  }

  2% {
    background-position: 50% 50%;
  }

  98% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 50% 100%;
  }
}
@keyframes resultsDown {
  0% {
    background-position: 50% -100%;
  }

  2% {
    background-position: 50% 50%;
  }

  98% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 50% 100%;
  }
}
@-moz-keyframes resultsUp {
  0% {
    background-position: 50% 100%;
  }

  2% {
    background-position: 50% 50%;
  }

  98% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 50% -100%;
  }
}
@-webkit-keyframes resultsUp {
  0% {
    background-position: 50% 100%;
  }

  2% {
    background-position: 50% 50%;
  }

  98% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 50% -100%;
  }
}
@keyframes resultsUp {
  0% {
    background-position: 50% 100%;
  }

  2% {
    background-position: 50% 50%;
  }

  98% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 50% -100%;
  }
}
.homepage nav, .homepage header, .homepage .accountAccess, .homepage .content, .homepage .counter, .homepage .clouds, .homepage .counter .title, .homepage .counter .results, .homepage .counter .results li:before, .homepage .counter .results div {
  opacity: 0;
}

section.homeIntro {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

@-moz-keyframes fromB {
  0% {
    opacity: 0;
    -moz-transform: translateY(500px);
    transform: translateY(500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fromB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fromB {
  0% {
    opacity: 0;
    -moz-transform: translateY(500px);
    -ms-transform: translateY(500px);
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.treeHolder {
  opacity: 0;
  -moz-transform: translateY(500px);
  -ms-transform: translateY(500px);
  -webkit-transform: translateY(500px);
  transform: translateY(500px);
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: fromB;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: fromB;
  -moz-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 0.75s;
  animation-name: fromB;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.counter {
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

@-moz-keyframes numbers {
  100% {
    margin: 0 8px;
  }
}
@-webkit-keyframes numbers {
  100% {
    margin: 0 8px;
  }
}
@keyframes numbers {
  100% {
    margin: 0 8px;
  }
}
@-moz-keyframes numbersS {
  100% {
    margin: 0 2px;
  }
}
@-webkit-keyframes numbersS {
  100% {
    margin: 0 2px;
  }
}
@keyframes numbersS {
  100% {
    margin: 0 2px;
  }
}
.treeHolder .counter > span {
  margin: 0 -35px;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: numbers;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: numbers;
  -moz-animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-name: numbers;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1279px) {
  .treeHolder .counter > span {
    margin: 0 -15px;
    -webkit-animation-delay: 2s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: numbersS;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 2s;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: numbersS;
    -moz-animation-fill-mode: forwards;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-name: numbersS;
    animation-fill-mode: forwards;
  }
}

.treeHolder .counter > span:nth-of-type(1) {
  -moz-animation-delay: 2.15s;
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s;
}

.treeHolder .counter > span:nth-of-type(2) {
  -moz-animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.treeHolder .counter > span:nth-of-type(3) {
  -moz-animation-delay: 2.45s;
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s;
}

.treeHolder .counter > span:nth-of-type(4) {
  -moz-animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.treeHolder .counter > span:nth-of-type(5) {
  -moz-animation-delay: 2.75s;
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.treeHolder .counter > span:nth-of-type(6) {
  -moz-animation-delay: 2.9s;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.treeHolder .counter > span:nth-of-type(7) {
  -moz-animation-delay: 3.05s;
  -webkit-animation-delay: 3.05s;
  animation-delay: 3.05s;
}

.treeHolder .counter > span:nth-of-type(8) {
  -moz-animation-delay: 3.2s;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.treeHolder .counter > span:nth-of-type(9) {
  -moz-animation-delay: 3.35s;
  -webkit-animation-delay: 3.35s;
  animation-delay: 3.35s;
}

.treeHolder .counter > span:nth-of-type(10) {
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.counter .title, .counter .results, .homepage .content {
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  animation-delay: 3s;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 768px) {
  .clouds {
    animation: spin 140s linear 0s infinite forwards, fadeIn 0.5s 3.2s forwards;
  }
}

@-moz-keyframes resultsBefore {
  0% {
    left: calc(100% + 500px);
    width: 0;
  }

  100% {
    left: 100%;
    width: 500px;
  }
}
@-webkit-keyframes resultsBefore {
  0% {
    left: calc(100% + 500px);
    width: 0;
  }

  100% {
    left: 100%;
    width: 500px;
  }
}
@keyframes resultsBefore {
  0% {
    left: calc(100% + 500px);
    width: 0;
  }

  100% {
    left: 100%;
    width: 500px;
  }
}
@-moz-keyframes resultsAfter {
  0% {
    top: 124px;
    bottom: 124px;
  }

  100% {
    top: 42px;
    bottom: 42px;
  }
}
@-webkit-keyframes resultsAfter {
  0% {
    top: 124px;
    bottom: 124px;
  }

  100% {
    top: 42px;
    bottom: 42px;
  }
}
@keyframes resultsAfter {
  0% {
    top: 124px;
    bottom: 124px;
  }

  100% {
    top: 42px;
    bottom: 42px;
  }
}
.treeHolder .counter .results:before {
  left: calc(100% + 500px);
  width: 0;
  -webkit-animation-delay: 3.4s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: resultsBefore;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3.4s;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: resultsBefore;
  -moz-animation-fill-mode: forwards;
  animation-delay: 3.4s;
  animation-duration: 0.75s;
  animation-name: resultsBefore;
  animation-fill-mode: forwards;
}
.treeHolder .counter .results:after {
  top: 124px;
  bottom: 124px;
  -webkit-animation-delay: 4.15s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: resultsAfter;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 4.15s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: resultsAfter;
  -moz-animation-fill-mode: forwards;
  animation-delay: 4.15s;
  animation-duration: 0.5s;
  animation-name: resultsAfter;
  animation-fill-mode: forwards;
}

@-moz-keyframes resultsLiAfter {
  0% {
    left: calc(100% + 33px);
    width: 0;
  }

  100% {
    left: 100%;
    width: 33px;
  }
}
@-webkit-keyframes resultsLiAfter {
  0% {
    left: calc(100% + 33px);
    width: 0;
  }

  100% {
    left: 100%;
    width: 33px;
  }
}
@keyframes resultsLiAfter {
  0% {
    left: calc(100% + 33px);
    width: 0;
  }

  100% {
    left: 100%;
    width: 33px;
  }
}
.treeHolder .counter .results li:after {
  left: calc(100% + 33px);
  width: 0;
  -webkit-animation-delay: 4.65s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: resultsLiAfter;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 4.65s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: resultsLiAfter;
  -moz-animation-fill-mode: forwards;
  animation-delay: 4.65s;
  animation-duration: 0.5s;
  animation-name: resultsLiAfter;
  animation-fill-mode: forwards;
}

.counter .results div {
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  animation-delay: 5s;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

.treeHolder .results li {
  opacity: 0;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 4.5s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  animation-delay: 4.5s;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}
.treeHolder .results li.down:before {
  background-position: 50% 50%;
  opacity: 1;
  animation: resultsDown 7s linear 8s infinite forwards;
}
.treeHolder .results li.up:before {
  background-position: 50% 50%;
  opacity: 1;
  animation: resultsUp 7s linear 8s infinite forwards;
}

.homeIntro .treeHolder .results li:nth-of-type(1):before {
  -moz-animation-delay: 5.25s, 5.15s;
  -webkit-animation-delay: 5.25s, 5.15s;
  animation-delay: 5.25s, 5.15s;
}

.homeIntro .treeHolder .results li:nth-of-type(2):before {
  -moz-animation-delay: 5.5s, 5.3s;
  -webkit-animation-delay: 5.5s, 5.3s;
  animation-delay: 5.5s, 5.3s;
}

.homeIntro .treeHolder .results li:nth-of-type(3):before {
  -moz-animation-delay: 5.75s, 5.45s;
  -webkit-animation-delay: 5.75s, 5.45s;
  animation-delay: 5.75s, 5.45s;
}

.homepage header, .homepage nav, .homepage .accountAccess {
  opacity: 0;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  animation-delay: 5s;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

.sectionsHolder > section:not(.homeIntro) {
  opacity: 0;
  -webkit-animation-delay: 5.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5.5s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  animation-delay: 5.5s;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

_:-ms-fullscreen, :root .treeHolder .counter .results:before {
  left: 100%;
  width: 500px;
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
}

_:-ms-fullscreen, :root .treeHolder .counter .results:after {
  top: 42px;
  bottom: 42px;
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
}

_:-ms-fullscreen, :root .treeHolder .counter .results li:after {
  left: 100%;
  width: 33px;
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
}

_:-ms-fullscreen, :root .treeHolder .counter .title .big:before {
  margin-top: -10px;
}

@supports (display: -ms-grid) {
  .treeHolder .counter .results:before {
    left: 100%;
    width: 500px;
    -moz-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
  }
  .treeHolder .counter .results:after {
    top: 42px;
    bottom: 42px;
    -moz-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
  }
}
@supports (display: -ms-grid) {
  .treeHolder .counter .results li:after {
    left: 100%;
    width: 33px;
    -moz-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
  }
}
@supports (display: -ms-grid) {
  .treeHolder .counter .title .big:before {
    margin-top: -10px;
  }
}
.ie8Panel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #223e64;
  z-index: 9999;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1.3;
  display: none;
}
.ie8Panel a {
  color: #fff;
  text-decoration: none;
}
.ie8Panel p {
  margin-bottom: 30px;
}
.ie8Panel .contentie8 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: none;
  color: #fff;
}
.ie8Panel .brh {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  font-size: 18px;
}
.ie8Panel .brh img {
  width: 150px;
}

.no-opacity .ie8Panel {
  display: block;
}
.flaginfo{
  max-width: 400px;
}
.gm-style .gm-style-iw-t::after{
  display:none;
}
.gm-style .gm-style-iw-d{
  overflow: auto!important;
}


@media only screen and (max-width: 700px) {
    .btnForm_myaccount { float: none }
}
@media only screen and (min-width: 701px) {
    .btnForm_myaccount { float: right }
}




 .btn_home {
    padding: 0 65px 0 25px;
    line-height: 53px;
    color: #fff;
    font-size: 18px;
    height: 53px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background: #209bbf url("../images/btnarr.svg") calc(100% - 20px) 50% no-repeat;
    background-size: 13px auto;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
    display: inline-block;
}
.btn_home:hover {
    background-color: #04c8ba;
    color: #fff;
}
@media screen and (max-width: 1599px) {
 .btn_home {
        padding: 0 45px 0 15px;
        font-size: 17px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1279px) {
.btn_home {
        font-size: 16px;
        height: 38px;
        line-height: 38px;
    }
}
.btn_home.small {
    font-size: 16px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    padding-right: 25px;
    background-position: calc(100% - 10px);
    background-size: 10px auto;
}

.CybotCookiebotDialogBodyLevelButtonLabel{ display: none !important;}