/* line 1, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers h2 {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.homepage-2016 .slide h1 strong {
	font-weight: normal;
	color: #fe5000;
}

@media (min-width: 768px) {
  /* line 7, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers h2 {
    margin-bottom: 50px;
  }
}
/* line 11, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-image {
  position: absolute;
}

@media (max-width: 480px) {
  /* line 15, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-image {
    display: none;
  }
}
/* line 19, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-image .play {
  display: block;
  margin-top: 90px;
}

/* line 24, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-image .play:before,
.homepage-2016 .pagepart.home_customers .customer-image .play:after {
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

/* line 33, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-image .play:after {
  content: "";
  -webkit-box-shadow: 0px 0px 2px 0px rgba(45, 41, 38, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(45, 41, 38, 0.5);
  width: 66px;
  height: 66px;
  border-top-right-radius: 33px;
  border-top-left-radius: 33px;
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 13px solid rgba(255, 255, 255, 0.4);
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-align: right;
}

@media(max-width: 768px){
	.slick-dots {
		display: none !important;
	}
}

.slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 8px;
	background: #e2e2e2;
	cursor: pointer;
	border-radius: 100%;
	transition: .2s background;
}

.slick-dots .slick-active {
	background: #fe5000;
}

.slick-dots button {
	display: none;
}

/* line 46, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-image .play:before {
  z-index: 10;
  content: "\e072";
  font-family: 'Glyphicons Halflings';
  width: 52px;
  height: 52px;
  border-top-right-radius: 26px;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  background-color: rgba(254, 80, 0, 0.85);
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

/* line 65, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-image:hover .play:before {
  background-color: rgba(147, 201, 14, 0.85);
}

/* line 68, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-content {
  padding-left: 205px;
}

.rtl .homepage-2016 .pagepart.home_customers .customer-content {
	padding-left: 0;
	padding-right: 205px;
}

@media (max-width: 480px) {
  /* line 72, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 78, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content {
    padding-left: 230px;
  }

  .rtl .homepage-2016 .pagepart.home_customers .customer-content {
	padding-left: 0;
	padding-right: 230px;
}
}
/* line 82, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-content figure {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 86, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content figure {
    margin-bottom: 20px;
  }
}
/* line 90, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-content p {
  font-size: 14px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 95, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
/* line 100, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-content .links a {
  font-family: 'nexa', sans-serif;
  font-weight: 700;
  padding: 0;
  position: relative;
  margin-right: 23px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 109, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a {
    margin: 0 0 5px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    padding: 12px 16px;
    border-color: #ff9600;
    color: #ffffff;
    background-color: #fe5000;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  /* line 131, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    color: #ffffff;
    background-color: #cb4000;
    border-color: #c27200;
  }

  /* line 138, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    background-image: none;
  }

  /* line 158, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled],
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:hover,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.active {
    background-color: #fe5000;
    border-color: #ff9600;
  }

  /* line 162, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a .badge {
    color: #fe5000;
    background-color: #ffffff;
  }

  /* line 171, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    color: #ffffff;
    background-color: #ff9600;
  }

  /* line 177, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    background-image: none;
  }

  /* line 197, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled],
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:hover,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.active {
    background-color: #fe5000;
  }

  /* line 200, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a .badge {
    color: #fe5000;
    background-color: #ffffff;
  }

  /* line 209, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    color: #ffffff;
    background-color: #cb4000;
    border-color: #c27200;
  }

  /* line 216, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    background-image: none;
  }

  /* line 236, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled],
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:hover,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.active {
    background-color: #fe5000;
    border-color: #ff9600;
  }

  /* line 240, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a .badge {
    color: #fe5000;
    background-color: #ffffff;
  }

  /* line 249, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    color: #ffffff;
    background-color: #ff9600;
  }

  /* line 255, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.active,
  .open > .dropdown-toggle.homepage-2016 .pagepart.home_customers .customer-content .links a {
    background-image: none;
  }

  /* line 275, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled],
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:hover,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:hover,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].focus,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.focus,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled]:active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a:active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a.disabled.active,
  .homepage-2016 .pagepart.home_customers .customer-content .links a[disabled].active,
  fieldset[disabled] .homepage-2016 .pagepart.home_customers .customer-content .links a.active {
    background-color: #fe5000;
  }

  /* line 278, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a .badge {
    color: #fe5000;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 284, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .customer-content .links a:after {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    background-color: #fe5000;
    top: 3px;
    margin-left: 11px;
  }
}
/* line 294, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-content .links a:last-of-type {
  margin-right: 0;
}

/* line 297, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .customer-content .links a:last-of-type:after {
  display: none;
}

/* line 300, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .logos-container {
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 992px) {
  /* line 305, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .logos-container {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
    margin-top: 0;
  }
}
/* line 312, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .logos-container figure {
  display: inline-block;
  margin: 15px 10px 0;
  height: 60px;
  width: 150px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  /* line 323, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .logos-container figure {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 329, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .logos-container figure {
    margin: 0 0 15px;
  }
}
/* line 333, ../sass/_oldcode.scss */
.homepage-2016 .pagepart.home_customers .logos-container figure img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 150px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  /* line 346, ../sass/_oldcode.scss */
  .homepage-2016 .pagepart.home_customers .logos-container figure img {
    max-width: 100%;
    padding: 0 15px;
  }
}
/* line 6, ../sass/main.scss */
.main {
  padding: 0;
}

@media (max-width: 992px) {
  /* line 11, ../sass/main.scss */
  .footer-contact {
    transform: translateY(100%);
    transition: .3s transform ease-in;
  }
  /* line 15, ../sass/main.scss */
  .has-scrolled .footer-contact {
    transform: none;
  }
}
/* line 22, ../sass/main.scss */
.homepage-2016 img {
  max-width: 100%;
  height: auto;
}
/* line 27, ../sass/main.scss */
.homepage-2016 .slider {
  position: relative;
  margin-bottom: 0;
}
/* line 32, ../sass/main.scss */
.homepage-2016 .slider .slide {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: none;
  max-height: calc(65vh - 80px);
  min-height: 480px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAImCAIAAADov/zJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACHlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTYtMDUtMTdUMTA6MzU6MjMrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE2LTA1LTE4VDE5OjQ0OjI0KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE2LTA1LTE4VDE5OjQ0OjI0KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NDE0REMwMzE1NTUxMUU2OUM0NDhGQUM1QzJBMjBGQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NDE0REMwNDE1NTUxMUU2OUM0NDhGQUM1QzJBMjBGQiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkVFQUU5QzE1MDIxQ0U2MTE4QzY3RjE5MzA0OEU4OUQwIj4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+eG1wLmRpZDo1MDBENDhGNTU0MTFFNjExQkY3RUJENjcyRDVGNzRFODwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NzYyQjIwQjc0RjFDRTYxMThDNjdGMTkzMDQ4RTg5RDA8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkM2Q0U0QjM3OUYxQUU2MTFBRURFOTA1OTZGM0RBRjYwPC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDphMmMyMjM2Zi1kZDIzLTU0NGEtYWVlYy03MTVlOWI5OTI2ODg8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRUFFOUMxNTAyMUNFNjExOEM2N0YxOTMwNDhFODlEMCIgc3RFdnQ6d2hlbj0iMjAxNi0wNS0xN1QxMDozNToyMyswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0YxRTAxQjU3MUNFNjExQjVGN0RBRkJCOUE5QjI3QSIgc3RFdnQ6d2hlbj0iMjAxNi0wNS0xN1QyMDo1Njo1NCswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NjUzOTU1Ni0yYWEwLTAzNGItOTNhYy0yMDkwNThhZDFhYjgiIHN0RXZ0OndoZW49IjIwMTYtMDUtMThUMTQ6MzY6MzYrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTY1Mzk1NTYtMmFhMC0wMzRiLTkzYWMtMjA5MDU4YWQxYWI4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MjEwMjQyM2EtMWNjYi0xMWU2LWI2YjItYjVjZmM2MjNkMjA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5FugOQAAAlBJREFUeNrsnNluAyEMRRvE/39ypo1ADJhrQ7amlc68NGVOjDHeQGrTsfGkr40HCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI6N9A2XtxHEf5cLlc8jzUfyjjufxo78xTxl1Jg05ytH2n6tTL6N/1aqVAocEERYAR0498eO+aHr2KyTPPIMnYTe9dIGBX8bINaWluq5O30y805nJpN2hL8cDWbTCbod7Qp9O1d7PrtcG8o1P2nF/rFKxgz5jSgcqf4586Xa9XmUmspCbDW6m1kwz2tFzdmQukuQcTxLsbQdaYy+0T/mQsWU3QJBlj2vwUz5iNAJn19rJKYJ5BJ8/Q7XMULWcgtBdShg6Ed6foO6br0/ecynMLAWmCrQgecmbgwSJaJJri5KzLhkkNZ8kvS5Nba6u58aTeS10fL5zuMP5ENW/bbvZ/yJlBpf99xW0NlopXi7dfvOD8AbLM3UKnZ9uQj4R59ip4b4V8d0/3SBtijSm7j60+c8hPZu/mkpTmwmVifJguaPFTbKF1AXIhOakITlGDPYX6Ba6nE4n1iU7spVDgTMP5bu10W7VlqzV6US6Qiuuux6hlO4w47uoJKBDQIiIF3v2OZD979HMda9Cu3pL93K6ahqaWfK8iuC3kf7t88XSv/75sNt18WrfXE+bIpA/L87y68TMnr1qo4+PP1lVAdLVUnnJEzDuStm+yvNOGjWCzZgEFvcqwuuDyKboTEyV/nVjvDs7HE+u3AAMAQaRtjGsTM3kAAAAASUVORK5CYII=") repeat-x bottom left;
}
.homepage-2016 .slider .slide:first-of-type,
.homepage-2016 .slider .slide.slick-slide {
	display: block;
}


/* line 42, ../sass/main.scss */
.homepage-2016 .slider .slide.slick-active .standard img {
  opacity: 1;
}
@media (max-width: 992px) {
  /* line 32, ../sass/main.scss */
  .homepage-2016 .slider .slide {
    max-height: calc(100vh - 80px);
    height: auto;
  }
}
@media (min-width: 992px) {
  /* line 32, ../sass/main.scss */
  .homepage-2016 .slider .slide {
    height: 57vh;
  }
}
@media (max-width: 768px) {
  /* line 32, ../sass/main.scss */
  .homepage-2016 .slider .slide {
    max-height: 10000px;
    min-height: 564px;
  }
}
@media (max-width: 479px) {
  /* line 32, ../sass/main.scss */
  .homepage-2016 .slider .slide {
    min-height: 400px;
  }
}
/* line 71, ../sass/main.scss */
.homepage-2016 .slider .slide h1 {
  margin-top: 50px;
  font-weight: 200;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
  min-height: 145px;
  letter-spacing: -0.01em;
}
@media (max-width: 992px) {
  /* line 71, ../sass/main.scss */
  .homepage-2016 .slider .slide h1 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  /* line 86, ../sass/main.scss */
  .homepage-2016 .slider .slide h1 br {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 71, ../sass/main.scss */
  .homepage-2016 .slider .slide h1 {
    font-size: 32px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px !important;
  }
}
/* line 99, ../sass/main.scss */
.homepage-2016 .slider .slide .mobile {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  /* line 99, ../sass/main.scss */
  .homepage-2016 .slider .slide .mobile {
    display: block;
  }
}
/* line 108, ../sass/main.scss */
.homepage-2016 .slider .slide .container {
  position: static;
}
/* line 112, ../sass/main.scss */
.homepage-2016 .slider .slide .col-sm-5 {
  position: static;
}
/* line 116, ../sass/main.scss */
.homepage-2016 .slider .slide .standard {
  position: absolute;
  bottom: 0;
  left: 37%;
  text-align: center;
  height: 100%;
}
.homepage-2016 .slider .slides[dir="rtl"] .slide .standard {
    position: absolute;
    bottom: 0;
    right: 37%;
    left: auto;
    text-align: center;
    height: 100%;
}
@media (min-width: 1200px) {
  /* line 116, ../sass/main.scss */
  .homepage-2016 .slider .slide .standard {
    left: 40%;
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .standard {
  	right: 40%;
  	left: auto;
  }
}
@media (max-width: 991px) {
  /* line 116, ../sass/main.scss */
  .homepage-2016 .slider .slide .standard {
    left: 55%;
    transform: translateX(-50%);
    height: 70%;
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .standard {
  	right: 55%;
  	transform: translateX(50%);
  	left: auto;
  	height: 70%;
  }
}
@media (max-width: 768px) {
  /* line 116, ../sass/main.scss */
  .homepage-2016 .slider .slide .standard {
    left: auto;
    right: 0;
    transform: none;
    max-width: 60%;
    position: static !important;
    height: 100%;
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .standard {
  	left: 0;
  	right: auto;
  	transform: none;
  }
  /* line 141, ../sass/main.scss */
  .homepage-2016 .slider .slide .standard img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .standard img {
		right: auto;
		left: 0;
  }

  /* line 157, ../sass/main.scss */
  .homepage-2016 .slider .slide .standard h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  /* line 141, ../sass/main.scss */
  .homepage-2016 .slider .slide .standard img {
    width: 62%;
    right: 0;
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .standard img {
    width: 62%;
    right: auto;
    left: 0;
  }
}
@media (max-width: 479px) {
  /* line 164, ../sass/main.scss */
  .homepage-2016 .slider .slide .standard img {
    width: 65%;
    right: 0;
  }
}
/* line 170, ../sass/main.scss */
.homepage-2016 .slider .slide .standard img {
  height: 100%;
  max-width: none;
  transition: 1s opacity;
  opacity: 0;
  /* width: auto; */
}
/* line 178, ../sass/main.scss */
.homepage-2016 .slider .slide .col-sm-2 {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
/* line 184, ../sass/main.scss */
.homepage-2016 .slider .slide .company {
  position: absolute;
  right: 50%;
  transform: translateX(500px);
}
.homepage-2016 .slider .slides[dir="rtl"] .slide .company {
	right: auto;
	left: 50%;
  transform: translateX(-500px);
}
@media (min-width: 1200px) {
  /* line 184, ../sass/main.scss */
  .homepage-2016 .slider .slide .company {
    transform: translateX(580px);
  }

   .homepage-2016 .slider .slides[dir="rtl"] .slide .company {
    transform: translateX(-580px);
  }
}
@media (max-width: 992px) {
  /* line 184, ../sass/main.scss */
  .homepage-2016 .slider .slide .company {
    transform: translateX(340px);
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .company {
	transform: translateX(-340px);
  }
}
@media (max-width: 768px) {
  /* line 184, ../sass/main.scss */
  .homepage-2016 .slider .slide .company {
    right: auto;
    left: 0;
    transform: scale(0.75);
    bottom: 30px;
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .company {
	left: auto;
    right: 0;
    transform: scale(0.75);
    bottom: 30px;
  }
}
@media (max-width: 479px) {
  /* line 184, ../sass/main.scss */
  .homepage-2016 .slider .slide .company {
    left: -10px;
  }

  .homepage-2016 .slider .slides[dir="rtl"] .slide .company {
    right: -10px;
    left: auto;
  }
}
/* line 210, ../sass/main.scss */
.homepage-2016 .slider .slide .company img {
  padding: 0 15px;
}
@media (max-width: 1300px) {
  /* line 184, ../sass/main.scss */
  .homepage-2016 .slider .slide .company {
    margin-right: 0;
  }
}
@media (max-height: 650px) {
  /* line 228, ../sass/main.scss */
  .homepage-2016 .slider .slide h1 {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
/* line 235, ../sass/main.scss */
.homepage-2016 .slider .slider-global-content {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 235, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content {
    bottom: auto;
    top: 170px;
    left: 15px;
    transform: none;
    max-width: calc(100% - 20px);
  }
  /* line 251, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content .inner-content {
    max-width: 50%;
  }

  .homepage-2016 .slider .slider-global-content .inner-content p {
	/* text-align: center !important; */
   }
}
@media (max-height: 650px) {
  /* line 235, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content {
    bottom: 40px;
  }
}
/* line 260, ../sass/main.scss */
.homepage-2016 .slider .slider-global-content .inner-content {
  width: 420px;
}

@media (min-width: 993px) and (max-width: 1200px) {
.homepage-2016 .slider .slider-global-content .inner-content {
  width: 335px;
}
}

@media (min-width: 769px) and (max-width: 992px) {
  /* line 260, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content .inner-content {
    width: 260px;
  }
}
/* line 269, ../sass/main.scss */
.homepage-2016 .slider .slider-global-content .inner-content p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  /* line 269, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content .inner-content p {
    margin: 0;
    font-size: 16px;
  }
}
/* line 279, ../sass/main.scss */
.homepage-2016 .slider .slider-global-content .inner-content .btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  /* line 279, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content .inner-content .btn {
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 479px) {
  /* line 235, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content {
    position: static;
    max-width: 100%;
    padding: 0 20px;
  }
  /* line 294, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content .inner-content {
    max-width: 100%;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  /* line 300, ../sass/main.scss */
  .homepage-2016 .slider .slider-global-content .inner-content .btn {
    display: block;
    float: none;
    margin: 10px auto;
    width: 150px;
  }
}
/* line 311, ../sass/main.scss */
.homepage-2016 > section {
  margin-bottom: 80px;
}
/* line 316, ../sass/main.scss */
.homepage-2016 > section.pepperi-is h3 {
  color: #2d2926;
  font-size: 24px;
}
/* line 322, ../sass/main.scss */
.homepage-2016 > section .stat-holder {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #cccccc;
}
/* line 328, ../sass/main.scss */
.homepage-2016 > section .stat-holder:last-of-type {
  border: 0;
}
@media (max-width: 992px) {
  /* line 322, ../sass/main.scss */
  .homepage-2016 > section .stat-holder {
    margin-bottom: 30px;
  }
  /* line 335, ../sass/main.scss */
  .homepage-2016 > section .stat-holder:nth-child(2) {
    border: 0;
  }
}
@media (max-width: 768px) {
  /* line 322, ../sass/main.scss */
  .homepage-2016 > section .stat-holder {
    margin-bottom: 30px;
    border: 0;
  }
}
/* line 345, ../sass/main.scss */
.homepage-2016 > section .stat-holder h3 {
  font-size: 72px;
  margin: 0;
  color: #78aa00;
  font-weight: 200;
}
/* line 352, ../sass/main.scss */
.homepage-2016 > section .stat-holder p {
  margin: 0;
  color: #2d2926;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 360, ../sass/main.scss */
.homepage-2016 > section.seamless {
  margin-bottom: 60px;
}

.homepage-2016 > section.seamless a {
	color: #2d2926;
}

.rtl .seamless .text-right {
	text-align: left;
}
/* line 363, ../sass/main.scss */
.homepage-2016 > section.seamless p {
  margin-top: 15px;
  font-size: 22px;
  font-family: 'nexa', sans-serif;
}
/* line 370, ../sass/main.scss */
.homepage-2016 > section h2.text-center {
  font-size: 30px;
  color: #2d2926;
  margin-bottom: 30px;
}
/* line 375, ../sass/main.scss */
.homepage-2016 > section h2.text-center span {
  color: #78aa00;
}
/* line 379, ../sass/main.scss */
.homepage-2016 > section h2.text-center.sub {
  font-weight: 200;
  margin-top: -15px;
}

/* line 387, ../sass/main.scss */
.the-integrations {
  display: flex;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 387, ../sass/main.scss */
  .the-integrations {
    display: block;
  }
}
/* line 395, ../sass/main.scss */
.the-integrations a {
  min-width: 0;
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  /* line 395, ../sass/main.scss */
  .the-integrations a {
    display: inline-block;
    margin: 10px;
  }
}
/* line 405, ../sass/main.scss */
.the-integrations a:after {
  border-right: 1px solid #e2e2e2;
  content: '';
  height: 60%;
  width: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  /* line 405, ../sass/main.scss */
  .the-integrations a:after {
    display: none;
  }
}
/* line 420, ../sass/main.scss */
.the-integrations a:last-of-type:after {
  display: none;
}
/* line 425, ../sass/main.scss */
.the-integrations a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  /* line 425, ../sass/main.scss */
  .the-integrations a img {
    max-height: 100px;
  }
}

/* line 435, ../sass/main.scss */
.wrap {
  padding-bottom: 0 !important;
}

@media (max-width: 600px) {
 .homepage-2016 .slider .slider-global-content .inner-content {
  margin-top: 30px;
}
.homepage-2016 .slider .slide h1 {
    margin-top: 70px;
}
}
