html {
  font-size: 16px;
}
* {
  outline: none;
}
body {
  background-color: #fff;
  font-size: 100%;
  line-height: 16px;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir Next Cyr W00 Medium', 'Helvetica Neue', sans-serif;
  color: #1a9e97;
}
h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 30px;
}
h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
a:hover {
  color: #1a9e97;
}
.wrapper {
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper.header {
  line-height: 16px;
  color: #fff;
  width: 100%;
  padding: 150px 0 114px;
}
.wrapper.header.home {
  background: url("../img/header-bg.jpg") no-repeat;
  height: 100vh;
  min-height: 750px;
  background-size: cover;
}
.wrapper.header.features {
  // background: #292D3A url("../img/features-bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 600px;
}
.wrapper.header.blog {
  // background: url("../img/blog-page-bg.jpg") no-repeat;
  background-size: cover;
  text-align: left;
  padding-bottom: 58px;
}
.wrapper.header.team {
  // background: #e8e8e8 url("../img/team-bg.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 2000px;
  z-index: 2;
}
.wrapper.header.contact {
  // background: url("../img/contact-bg.jpg") no-repeat;
  background-size: cover;
  text-align: left;
  padding-bottom: 16px;
  position: relative;
}
.wrapper.header.contact h2 {
  text-align: left;
  text-transform: none;
  margin-top: 197px;
  margin-bottom: 0;
}
.wrapper.header.contact h3 {
  font-size: 18px;
  line-height: 42px;
}
.wrapper.header h2 {
  margin-bottom: 18px;
  margin-top: 12px;
}
.wrapper.header h3,
.wrapper.header h2 {
  color: #fff;
}
.wrapper.header p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 83px;
}
.wrapper.features {
  background-color: #292D3A;
  padding-bottom: 20px;
  overflow: visible;
}
.wrapper.gallery-block {
  padding: 113px 0 0;
  background-color: #fff;
}
.wrapper.gallery-block.blog-page {
  padding: 27px 0 112px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
  background: -webkit-linear-gradient(top, #fff, #f9f9f9);
  background: -moz-linear-gradient(top, #fff, #f9f9f9);
  background: -ms-linear-gradient(top, #fff, #f9f9f9);
  background: -o-linear-gradient(top, #fff, #f9f9f9);
}
.wrapper.gallery-block.blog-page + .get-it-block {
  border-top: 1px solid #fff;
}
.wrapper.overview-content {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
  background: -webkit-linear-gradient(top, #fff, #f9f9f9);
  background: -moz-linear-gradient(top, #fff, #f9f9f9);
  background: -ms-linear-gradient(top, #fff, #f9f9f9);
  background: -o-linear-gradient(top, #fff, #f9f9f9);
}
.wrapper.overview-content + .get-it-block {
  border-top: 1px solid #fff;
}
.wrapper.contact-content {
  padding: 30px 0 67px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
  background: -webkit-linear-gradient(top, #fff, #f9f9f9);
  background: -moz-linear-gradient(top, #fff, #f9f9f9);
  background: -ms-linear-gradient(top, #fff, #f9f9f9);
  background: -o-linear-gradient(top, #fff, #f9f9f9);
}
.wrapper.contact-content + .get-it-block {
  border-top: 1px solid #fff;
}
.wrapper.blog {
  background: url("../img/blog-bg.jpg") no-repeat;
  background-size: cover;
  padding: 51px 0;
}
.wrapper.get-it-block {
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
  background: -webkit-linear-gradient(top, #eee, white);
  background: -moz-linear-gradient(top, #eee, white);
  background: -ms-linear-gradient(top, #eee, white);
  background: -o-linear-gradient(top, #eee, white);
  background-color: #fff;
  padding: 74px 0 0;
}
.wrapper.get-it-block ul.text li,
.wrapper.get-it-block ul.text .item {
  color: #58595b;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Avenir Next Cyr W00 Medium', 'Helvetica Neue', sans-serif;
}
.wrapper.get-it-block ul.text li p,
.wrapper.get-it-block ul.text .item p {
  height: auto;
  min-height: initial;
}
.wrapper.get-it-block ul.text .brand {
  text-align: left;
}
.wrapper.get-it-block ul.text .brand img {
  width: 100%;
}
.wrapper.get-it-block ul.text .brand img.apple {
  height: 100%;
  width: inherit;
}
.wrapper.get-it-block ul.text .brand .app-descr {
  color: #58595b;
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 54px;
}
.wrapper.footer-block {
  background-color: #fff;
  padding: 88px 0 0;
  color: #62c4ba;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
}
.wrapper.footer-block li {
  float: left;
  padding-bottom: 75px;
}
.wrapper.footer-block li:first-of-type {
  padding-left: 0;
}
.wrapper.footer-block li:first-of-type h4 {
  margin-left: 0;
}
.wrapper.footer-block h4 {
  text-transform: capitalize;
  color: #62c4ba;
  font-size: 24px;
  margin-bottom: 25px;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
}
.wrapper.footer-block a {
  color: #62c4ba;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
}
.wrapper.footer-block li:not(:first-of-type) p {
  padding-left: 30px;
}
.wrapper.team-block {
  margin-top: -1947px;
  // background-color: #dcdcdc;
  background-color: #f5f5f5;
  border-bottom: 9px solid #e7e7e7;
}
.wrapper.team-block + .get-it-block {
  border-top: 1px solid #fff;
  z-index: 8;
}
.wrapper.team-block + .get-it-block + footer {
  z-index: 8;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.border-opacity {
  height: 9px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hr {
  margin: 53px auto 0;
  height: 1px;
  background-color: #62c4ba;
  width: 100%;
}
.blog {
  color: #fff;
}
.blog .collapse .descr {
  width: 100%;
  padding: 0 20px;
}
.blog .collapse .image {
  position: relative;
  float: none;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.blog .collapse .image:after {
  content: 'Blog:';
  color: #48a89e;
  background-color: #fff;
  position: absolute;
  // top: 0px;
  // right: 0;
  top: -30px;
  left: -21px;
  padding: 12px 22px 12px 16px;
  font-size: 18px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog .collapse .image img {
  width: 100%;
}
.blog button.login {
  float: none;
  margin-left: 0;
  padding: 8px 0;
  width: 100%;
}
.blog p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
}
.blog h3 {
  color: #fff;
  padding: 26px 0 15px;
}
.artikelen {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
  background: -webkit-linear-gradient(top, #fff, #f9f9f9);
  background: -moz-linear-gradient(top, #fff, #f9f9f9);
  background: -ms-linear-gradient(top, #fff, #f9f9f9);
  background: -o-linear-gradient(top, #fff, #f9f9f9);
}
.artikelen + .get-it-block {
  border-top: 1px solid #fff;
}
.artikelen ul.text {
  padding: 0 10px;
  display: none;
}
.artikelen ul.text li {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.artikelen ul.text li:last-of-type {
  margin-right: 0;
}
.artikelen ul.text li p {
  padding-top: 75px;
}
.artikelen ul.text.brands li {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.artikelen ul.text.brands li:last-of-type {
  margin-right: 0;
}
.artikelen ul.text.brands li .brand {
  display: block;
  vertical-align: middle;
}
.blog-content {
  padding: 42px 0;
  color: #58595b;
  font-size: 16px;
  line-height: 26px;
}
.blog-content h2,
.blog-content h3 {
  text-align: left;
}
.blog-content h2 {
  color: #1a9e97;
  font-size: 20px;
  line-height: 21px;
  font-family: 'Avenir Next Cyr W00 Demi', 'Helvetica Neue', sans-serif;
  margin-bottom: 23px;
  text-transform: none;
}
.blog-content h3 {
  font-size: 28px;
  line-height: 36px;
  color: #1a9e97;
  margin-bottom: 40px;
}
.blog-content h3 span {
  font-weight: bold;
  font-family: 'Avenir Next Cyr W00 Demi', 'Helvetica Neue', sans-serif;
}
.blog-content p {
  padding-bottom: 66px;
}
.blog-content .phone-img {
  width: 100%;
  padding-top: 42px;
}
.blog-content .video-holder {
  width: 100%;
  margin-bottom: 52px;
}
.blog-content .video-holder video {
  width: 100%;
}
.heading {
  padding-bottom: 60px;
  color: #2e313c;
  font-size: 20px;
  line-height: 36px;
}
.contact-content h3 {
  font-size: 24px;
  color: #58595b;
  font-family: 'Avenir Next Cyr W00 Demi', 'Helvetica Neue', sans-serif;
  margin-bottom: 38px;
}
.contact-content p {
  color: #58595b;
  font-family: 'Avenir Next Cyr W00 Medium', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.read-on {
  font-size: 20px;
  line-height: 36px;
  color: #2e313c;
}
.read-on span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  padding-left: 18px;
}
.read-on span:before {
  font-family: Flaticon;
  content: '\f103';
  font-size: 11px;
  color: #1a9e97;
}
.overview-content {
  padding: 42px 0;
}
.overview-content .heading {
  padding-bottom: 32px;
}
.overview-list {
  padding-top: 79px;
  color: #58595b;
}
.overview-list h3 {
  color: #1a9e97;
  font-size: 20px;
  line-height: 30px;
  margin-top: 13px;
  margin-bottom: 19px;
}
.overview-list p {
  font-size: 16px;
  line-height: 26px;
}
.overview-list li {
  padding-bottom: 45px;
}
.overview-list li .img-holder {
  position: relative;
}
.overview-list li .img-holder:before {
  font-family: Flaticon;
  content: '\f103';
  font-size: 27px;
  position: absolute;
  right: 16px;
  top: 21px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}
.overview-list li .img-holder img {
  width: 100%;
}
.overview-list li .img-holder a {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.brand_a {
  // height: 50px;
  position: relative;
  text-align: center;
}
.brand {
  height: 50px;
  position: relative;
  text-align: center;
}
.brand img {
  width: 100%;
}
.brand a {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
ul.text li,
.slider-wrapper li,
ul.text .item,
.slider-wrapper .item {
  margin-bottom: 68px;
  color: #48a89e;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Avenir Next Cyr W00 Medium', 'Helvetica Neue', sans-serif;
}
ul.text p,
.slider-wrapper p {
  padding-bottom: 30px;
}
.slider-wrapper p {
  padding-top: 30px;
}
header {
  line-height: 16px;
  height: auto;
  width: 100%;
}
.features .phone-left,
.features .phone-right {
  display: none;
  position: absolute;
  top: 30px;
  bottom: -62px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.features .phone-left .phone,
.features .phone-right .phone {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.features .phone-right {
  top: 60px;
}
.features .phone-right .phone {
  background: url("../img/phone-2.png") 100% 0 no-repeat;
  background-size: contain;
  right: -167px;
}
.features .phone-left {
  display: block;
}
.features .phone-left .phone {
  background: url("../img/phone-1.png") no-repeat;
  background-size: contain;
  left: -167px;
  bottom: 30px;
}
.logo {
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  width: 66px;
  height: 95px;
  margin-left: 32px;
}
.logo a {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu {
  margin: 38px 42px 130px 0;
  text-transform: capitalize;
}
.menu li {
  padding-left: 31px;
  display: inline-block;
}
.menu li a {
  color: #fff;
}
.panel {
  border: none;
  background-color: rgba(255, 255, 255, 0.66);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 13px;
  position: relative;
}
.panel > :last-child {
  margin-top: 20px;
}
.divider {
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 90px;
  height: 1px;
  background-color: #fff;
}
button,
.button {
  font-size: 18px;
  color: #fff;
  padding: 10px 0 9px 0;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button span,
.button span {
  font-weight: bold;
}
button.how-work,
.button.how-work {
  color: #1a9e97;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 143px;
  padding: 10px 11px 8px;
  margin-bottom: 14px;
  font-family: 'Avenir Next Cyr W00 Demi', 'Helvetica Neue', sans-serif;
}
button.email,
.button.email {
  background-color: #f7941d;
  width: 100%;
}

button.facebook,
.button.facebook {
  background-color: #3866a0;
}
button.facebook:before,
.button.facebook:before {
  top: 50%;
  margin-top: -16px;
  left: 7px;
  font-family: Flaticon;
  font-size: 27px;
  color: #fff;
  content: '\f108';
  position: absolute;
  bottom: 0;
}
button.google,
.button.google {
  background-color: #3279f1;
}
button.google .icon,
.button.google .icon {
  background: url("../img/google-favicon-logo.png") 0 0 no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -14px;
}
button.google:before,
.button.google:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 39px;
  background-color: #fff;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
button.login,
.button.login {
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: capitalize;
  margin: 26px 0 0;
  padding: 8px 52px;
}
button.login:hover,
.button.login:hover {
  background-color: #fff;
  color: #62c4ba;
}
button.features,
.button.features {
  text-transform: capitalize;
  background-color: #f7941d;
  width: 90%;
  z-index: 5;
}
.team-list li {
  color: #fff;
  margin-bottom: 30px;
  z-index: 5;
}
.team-list li:last-of-type {
  margin-bottom: 60px;
}
.team-list li .user-holder {
  background-color: #373c49;
  position: relative;
  padding: 63px 43px 58px;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
  height: 600px;
}
.team-list li .avatar-holder {
  width: 100%;
  position: relative;
  // margin-bottom: 50%;
}
.team-list li .avatar {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
  -webkit-clip-path: circle(48% at 50% 50%);
  clip-path: circle(48% at 50% 50%);
  left: -4%;
}
.team-list li .avatar img {
  width: 100%;
  border-radius: 50%;
}
.team-list li .avatar:after {
  content: '';
  display: block;
  clear: both;
}
/*
.team-list li .chart {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: -16%;
  width: 79%;
  position: absolute;
  right: -15%;
  top: 4px;
}
*/

.team-list li .chart {
  overflow: hidden;
  /* margin-bottom: 10px; */
  margin-top: 0;
  width: 53%;
  /* height: 50%; */
  position: absolute;
  right: -6%;
  top: 4px;
}

.team-list li .chart span {
  font-size: 52px;
  color: #fff;
}
.team-list li .name {
  font-size: 32px;
  line-height: 32px;
  padding-top: 28px;
  margin-bottom: 54px;
  clear: both;
  text-align: center;
  text-transform: capitalize;
}
.team-list li p {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 23px;
}
.team-list li .favorite {
  font-size: 18px;
  line-height: 24px;
}
.top-bar .top-bar-section ul.right li,
.top-bar .top-bar-section ul.right li.active {
  background: transparent;
  padding: 0 0 0 26px;
}
.top-bar .top-bar-section ul.right li > a,
.top-bar .top-bar-section ul.right li.active > a {
  font-size: 18px;
  line-height: 38px;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
  text-transform: capitalize;
  background-color: transparent;
  padding: 0;
}
.top-bar .top-bar-section ul.right li > a.button,
.top-bar .top-bar-section ul.right li.active > a.button,
.top-bar .top-bar-section ul.right li > a.button:hover,
.top-bar .top-bar-section ul.right li.active > a.button:hover {
  border-color: #fff;
  margin-top: 0;
  height: auto;
  position: static;
  padding: 0 13px;
  text-decoration: none;
}
.top-bar .top-bar-section ul.right li > a.button:hover,
.top-bar .top-bar-section ul.right li.active > a.button:hover {
  background-color: #fff;
  color: #62c4ba;
}
.top-bar .top-bar-section ul.right li a:hover,
.top-bar .top-bar-section ul.right li.active a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}
.top-bar .top-bar-section ul.right li.active > a {
  color: #fff;
  text-decoration: underline;
}
.top-bar .top-bar-section ul.right li:last-of-type {
  margin-right: 9px;
}
.top-bar {
  background: none;
  height: 95px;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  /* margin: -200px auto 100px auto; */
  z-index: 10;
  text-transform: capitalize;
}
.top-bar ul {
  float: none;
  padding-top: 26px;
}
.top-bar .button.login:hover {
  background-color: #fff;
  color: #62c4ba;
}
.top-bar.expanded {
  background-color: #48a89e;
  padding: 36px 0 17px;
  margin-top: -36px;
  z-index: 10;
}
.top-bar.expanded .toggle-topbar a {
  color: #fff;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}
.top-bar.expanded ul.right {
  padding-top: 0;
  padding-bottom: 10px;
}
.top-bar.expanded ul.right li {
  padding: 0;
  text-align: center;
}
.top-bar.expanded ul.right li.active {
  padding-left: 0;
}
.top-bar.expanded ul.right li .button.login {
  width: 70%;
  margin: 5px auto 0;
}
.top-bar.expanded ul.right li .button.login:hover {
  background-color: #fff;
  color: #62c4ba;
  width: 70%;
  margin: 5px auto 0;
}
.top-bar.expanded .title-area {
  background: transparent;
}
.top-bar .name {
  height: 95px;
}
.top-bar .name h1.logo {
  margin-left: 28px;
  margin-top: -26px;
}
.cd-container {
  z-index: 2;
}
.features-page#cd-timeline {
  margin-top: -600px;
}
#cd-timeline::before {
  width: 13px;
  background: #62c4ba;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cd-timeline-block {
  margin: 0 0 36px;
}
.cd-timeline-block .cd-timeline-img.cd-picture {
  box-shadow: none;
  border: 4px solid #2e313c;
  width: 54px;
  height: 54px;
  background-color: #45c375;
  margin-left: -3px;
  // margin-top: -5px;
  // margin-top: 5px;
  margin-top: 0;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-arrow {
  width: 74px;
  height: 74px;
  margin-left: -13px;
  margin-top: -6px;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-arrow .icon {
  top: 15px;
  left: 17px;
  width: 37px;
  height: 38px;
  background: url("../img/corner.png") no-repeat;
  background-size: contain;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-score .icon {
  top: 16px;
  left: 15px;
  background: none;
  width: 19px;
  height: 14px;
  color: #fff;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-brake {
  background-color: #f8be33;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-brake .icon {
  top: 12px;
  left: 7px;
  width: 32px;
  height: 25px;
  background: url("../img/brake.png") no-repeat;
  background-size: contain;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-evro {
  border-radius: 27px;
  height: 78px;
  background-color: #2d313c;
  border-color: #61c3b9;
  width: 55px;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-evro .icon {
  background: none;
  top: 29px;
  left: 12px;
  width: 14px;
  height: 19px;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-evro .icon:before {
  content: '\f107';
  font-family: Flaticon;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  color: #96b2bc;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-usb {
  background-color: #c43936;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-usb .icon {
  top: 7px;
  left: 13px;
  background: url("../img/usb.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 37px;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-trip {
  background-color: #61c3b9;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-trip .icon {
  top: 10px;
  left: 12px;
  width: 23px;
  height: 27px;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-user {
  width: 55px;
  height: 55px;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-user .icon {
  top: 3px;
  left: 3px;
  background: url("../img/icon-profile.png") no-repeat;
  background-size: contain;
  width: 41px;
  height: 41px;
}
.cd-timeline-block .cd-timeline-img.cd-picture.cd-custom .icon {
  top: 3px;
  left: 3px;
  // background: url("../img/icon-profile.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.cd-timeline-block .icon {
  background: url("../img/sprite.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.cd-container .cd-timeline-content {
  padding: 20px 29px;
  margin-top: 0px;
}
.cd-container .cd-timeline-content::before {
  border-width: 7px;
  border-right-width: 10px;
}
.cd-container .cd-timeline-content h2 {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
}
.cd-container .cd-timeline-content h3 {
  font-size: 16px;
  line-height: 16px;
  color: #62c4ba;
  font-weight: normal;
}
.cd-container .cd-timeline-content p {
  font-size: 14px;
  line-height: 22px;
  color: #2e313c;
  margin: 0;
}
.cd-container.home-page .cd-timeline-content {
  margin-left: 60px;
  background-color: transparent;
  box-shadow: none;
  height: 54px;
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 0 77px;
}
.cd-container.home-page .cd-timeline-content::before {
  display: none;
}
.cd-container.home-page .cd-timeline-content h2 {
  line-height: 23px;
  text-align: left;
  font-family: 'Avenir LT W01_65 Medium1475532', 'Helvetica Neue', sans-serif;
}
.cd-container.home-page .cd-timeline-content.cd-arrow {
  height: 65px;
}
.cd-container.home-page .cd-timeline-content.cd-evro {
  height: 78px;
  // margin-bottom: 10px;
}
.blog-page .slider {
  padding: 0 50px;
  color: #58595b;
  font-size: 16px;
  line-height: 26px;
}
.blog-page .slider .slick-prev,
.blog-page .slider .slick-next {
  display: block;
  width: 20px;
  height: 39px;
  top: 33px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.blog-page .slider .slick-prev:before,
.blog-page .slider .slick-next:before {
  content: '\f103';
  font-family: Flaticon;
  color: #51b3a9;
  font-size: 31px;
}
.blog-page .slider .slick-prev {
  left: 0;
  top: 40px;
}
.blog-page .slider .slick-next {
  right: 0;
  top: 21px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-page .slider h4 {
  font-size: 20px;
  line-height: 31px;
  margin: 12px 0 18px;
}
.blog-page .slider .image-holder {
  width: 100%;
  margin: 30px 0;
}
.blog-page .slider .image-holder img {
  width: 100%;
}
.slider-wrapper {
  padding: 0;
}
.slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
  background-color: transparent;
}
.slider-wrapper .slick-prev:before,
.slider-wrapper .slick-next:before {
  content: '\f102';
  font-family: Flaticon;
  color: #51b3a9;
  font-size: 31px;
}
.slider-wrapper .item {
  margin-bottom: 0;
}
.slider-wrapper .slick-prev {
  left: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-wrapper .slick-next {
  right: 20px;
}
.slick-slider {
  padding: 0;
  margin-bottom: 0;
}
.slider-wrapper {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Avenir Next Cyr W00 Medium', 'Helvetica Neue', sans-serif;
  color: #58595b;
}
.slider-wrapper p {
  padding: 20px 0;
}
.slider-wrapper .slick-slide {
  opacity: 0;
  outline: none;
}
.slider-wrapper .slick-slide.slick-center {
  opacity: 1;
}
.slider-wrapper#slider-artikelen {
  margin: 0;
  cursor: pointer;
}
.slider-wrapper#slider-artikelen .slick-slide {
  opacity: 1;
  padding: 0 40px 40px;
}
.slider-wrapper#slider-artikelen .slick-slide .brand {
  text-align: center;
}
.slider-wrapper#slider-artikelen .slick-slide .brand img {
  width: 100%;
}
.slider-wrapper#slider-artikelen .slick-slide img {
  display: inline-block;
  max-width: 80%;
}
.slider-wrapper .user-holder {
  margin: 4px 0 15px 0;
  padding-left: 0;
}
.slider-wrapper .user-holder:after {
  content: '';
  display: block;
  clear: both;
}
.slider-wrapper .score {
  text-align: center;
}
.slider-wrapper .score li {
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: top;
}
.slider-wrapper .score li:before {
  content: '\f10b';
  font-family: Flaticon;
  font-size: 16px;
  color: #2f2d31;
}
.slider-wrapper .name {
  margin: 26px auto 0;
  text-align: center;
}
.slider-wrapper .avatar {
  width: 97px;
  height: 97px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.slider-wrapper .avatar img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.slider-wrapper .quote {
  position: relative;
  padding: 45px 23px 37px;
  margin-left: 15px;
}
.slider-wrapper .quote:before,
.slider-wrapper .quote:after {
  content: '\f109';
  font-family: Flaticon;
  color: #51b2a9;
  font-size: 41px;
  position: absolute;
}
.slider-wrapper .quote:before {
  top: 7px;
  left: -6px;
}
.slider-wrapper .quote:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='submit'],
textarea {
  border: none;
  background-color: #ebebeb;
  width: 100%;
  color: #58595b;
  height: 60px;
  box-shadow: none;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 60px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='submit']:focus,
textarea:focus {
  outline: 1px dotted #58595b;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='submit']:focus,
textarea:focus {
  background-color: #ebebeb;
}
textarea {
  resize: vertical;
  margin-bottom: 51px;
  line-height: 22px;
}
input[type="submit"] {
  background-color: #48a89e;
  color: #fff;
  font-size: 18px;
  margin-bottom: 71px;
  cursor: pointer;
}
label {
  color: #58595b;
  font-size: 18px;
  line-height: 47px;
}
.social-block {
  padding-top: 56px;
}
.social-block .tweeter,
.social-block .facebook {
  height: 41vw;
}
.social-block .tweeter a,
.social-block .facebook a {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-block .facebook {
  background: url("../img/comment-left.png") no-repeat;
  background-size: contain;
}
.social-block .tweeter {
  background: url("../img/comment-right.png") no-repeat;
  background-size: contain;
}
@media (min-width: 436px) {
  .blog .collapse .image {
    padding-left: 51px;
    float: left;
    width: 33.3333%;
    margin: 0;
  }
  .blog .collapse .descr {
    padding-left: 47px;
    width: 66.66%;
  }
  .social-block .tweeter,
  .social-block .facebook {
    height: 44vw;
  }
}
@media (min-width: 640px) {
  .blog button.login {
    padding: 8px 106px;
    width: auto;
  }
  .hr {
    width: 90%;
  }
  .social-block .tweeter,
  .social-block .facebook {
    height: 42vw;
  }
  h2 {
    font-size: 30px;
  }
  .wrapper.header {
    padding-bottom: 36px;
    padding-top: 200px;
  }
  .wrapper.artikelen {
    padding: 66px 0 39px;
  }
  .wrapper.get-it-block ul.text .brand img {
    width: initial;
  }
  .wrapper.get-it-block ul.text .brand .app-descr {
    font-size: 24px;
  }
  .blog h3 {
    padding: 34px 0 21px;
  }
  ul.text li p {
    padding-bottom: 10px;
  }
  .panel {
    padding: 30px 40px;
  }
  .blog-content h3 {
    margin-left: -77px;
    text-align: right;
  }
  .slider-wrapper .slick-slide {
    padding: 0 51px;
    opacity: 0.4;
  }
  .slider-wrapper .slick-prev {
    left: 34%;
  }
  .slider-wrapper .slick-next {
    right: 33%;
  }
  .slider-wrapper .quote {
    padding: 45px 52px 37px;
  }
  .slider-wrapper .user-holder {
    padding-left: 40px;
    margin: 0 0 0 15px;
  }
  .slider-wrapper .avatar {
    margin-right: 24px;
    float: left;
  }
  .slider-wrapper .name {
    margin: 26px 0 0 0;
    display: inline-block;
    text-align: left;
  }
  .slider-wrapper .score {
    text-align: left;
  }
  .slider-wrapper-holder {
    width: 200%;
    margin-left: -50%;
  }
}
@media (min-width: 768px) {
  #slider-artikelen {
    display: none;
  }
  .social-block .tweeter,
  .social-block .facebook {
    height: 343px;
  }
  .wrapper.header {
    padding-bottom: 113px;
  }
  button.login {
    padding: 8px 52px;
  }
  .top-bar .top-bar-section ul.right li > a.button,
  .top-bar .top-bar-section ul.right li > a.button:hover {
    padding: 0 52px;
  }
  .top-bar .top-bar-section ul.right li,
  .top-bar .top-bar-section ul.right li.active {
    padding: 0 0 0 31px;
  }
  .features .phone-left,
  .features .phone-right {
    display: block;
  }
  .brand {
    text-align: left;
  }
  .artikelen ul.text {
    display: block;
  }
}
@media (min-width: 992px) {
  .features .phone-right .phone {
    right: -100px;
  }
  .features .phone-left .phone {
    left: -90px;
  }
}
@media (min-width: 1170px) {
  #cd-timeline.home-page::before {
    left: -2px;
  }
  .cd-timeline-content {
    width: 41%;
  }
  .cd-timeline-block .cd-timeline-img.cd-picture {
    margin-left: -23px;
  }
  .cd-timeline-block .cd-timeline-img.cd-picture.cd-arrow {
    margin-left: -33px;
  }
}
@media (min-width: 1200px) {
  .features .phone-left .phone {
    left: 55px;
  }
  .features .phone-right .phone {
    right: 55px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) and (device-pixel-ratio: 2) and (orientation: landscape) {
  button.facebook,
  .button.facebook,
  button.google,
  .button.google {
    text-align: center;
    padding-left: 39px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) and (device-pixel-ratio: 1.5) and (orientation: landscape) {
  button.facebook,
  .button.facebook,
  button.google,
  .button.google {
    text-align: center;
    padding-left: 39px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (device-pixel-ratio: 2) {
  button.facebook,
  .button.facebook,
  button.google,
  .button.google {
    text-align: center;
    padding-left: 39px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (device-pixel-ratio: 1.5) {
  button.facebook,
  .button.facebook,
  button.google,
  .button.google {
    text-align: center;
    padding-left: 39px;
  }
}



.features-page .cd-timeline-block .cd-timeline-img.cd-picture {
  margin-top: -3px;
}


.features-page .cd-timeline-block .cd-timeline-img.cd-picture.cd-arrow {
  margin-top: -14px;
}

.features-page .cd-timeline-block .cd-timeline-img.cd-picture.cd-evro {
  margin-top: -15px;
}
/*

.features-page .cd-timeline-block .cd-timeline-img.cd-picture.cd-score {
  margin-top: 3px;
}
*/

button.facebook, .button.facebook, button.google, .button.google {
  width: 100%;
  text-align: center;
  padding: 10px 42px  9px 42px;
}

@media (min-width: 1170px) {

.features-page .cd-timeline-block .cd-timeline-img.cd-picture {
  margin-top: 7px;
}


.features-page .cd-timeline-block .cd-timeline-img.cd-picture.cd-arrow {
  margin-top: -6px;
}


.features-page .cd-timeline-block .cd-timeline-img.cd-picture.cd-evro {
  margin-top: -8px;
}

.features-page .cd-timeline-block .cd-timeline-img.cd-picture.cd-score {
  margin-top: 3px;
}


}

@media (min-width: 992px) {

  button.facebook, .button.facebook, button.google, .button.google {
    padding: 10px 7px 9px 53px;
  }
}

@media (min-width: 1070px) {

  button.facebook, .button.facebook, button.google, .button.google {
    width: 100%;
    text-align: left;
    padding: 10px 13px 9px 50px;
  }
}


// .circle-chart.svg-container {
//     width: 100%;
//     display: block;
//     height: auto;
//     position: relative;
//     padding-top: 100%;
// }

// svg {
//   width: 100%;
//   height: 100%;
//   position: absolute;
//   top: 1px;
//   left: 0;
// }
/*
.circle-chart.svg-container text {
  display: none;
}

.circle-chart.svg-container svg {
  margin-top: -68px;
  margin-left: 10px;
}
*/

.circle-chart {
  position: relative;
}
.circle-chart .lbl {
  color: white;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: 0px;
}



@media (min-width: 436px) {
  .blog .collapse .image:after {
    content: 'Blog:';
    color: #48a89e;
    background-color: #fff;
    position: absolute;
    top: 22px;
    right: 0;
    left: auto;
    padding: 12px 22px 12px 16px;
    font-size: 18px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;

    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.blog-content li {
  list-style-type: disc;
  // list-style-position: inside;
  margin-left: 20px;
}

.blog-content ul {
  margin-bottom: 20px;
}

.blog-content p {
  padding-bottom: 20px;
}


.page-num {
  margin-right: 10px;
}



/*.footer-block .columns + .columns:last-child {
  float: none;
}*/

.footer-block {
  text-align: center;
}
.wrapper.footer-block li:not(:first-of-type) p {
  padding-left: 0;
}

@media (min-width: 640px) {
  .wrapper.footer-block li:not(:first-of-type) p {
    padding-left: 30px;
  }
  .footer-block {
    text-align: left;
  }

  .footer-block .columns + .columns:last-child {
    float: right; !important;
  }
}

