/*@font-family-sans-serif:  "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif:       Georgia, "Times New Roman", Times, serif;
@font-family-base:        @panton;
*/
/*Base colors*/
/*Layout*/
/*Background*/
/*Text*/
.touch-fix-hack {
  -ms-touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.ios-scroll-fix {
  -webkit-overflow-scrolling: touch;
}
.white-gray-gradient {
  background: -moz-linear-gradient(top, #eaeced 0%, #f7f9fa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeced), color-stop(100%, #f7f9fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeced 0%, #f7f9fa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeced 0%, #f7f9fa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeced 0%, #f7f9fa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaeced 0%, #f7f9fa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeaeced, endColorstr=#fff7f9fa, GradientType=0);
  /* IE6-9 */
  background-repeat: no-repeat;
}
.gray-white-gradient {
  background: -moz-linear-gradient(top, #f4f4f4 0%, #eaeced 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #eaeced));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeced 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, #eaeced 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #eaeced 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #eaeced 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff4f4f4, endColorstr=#ffeaeced, GradientType=0);
  /* IE6-9 */
  background-repeat: no-repeat;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.main-side-space {
  padding-left: 3%;
  padding-right: 3%;
}
.clear {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.fl-none {
  float: none;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-row {
  display: table-row;
}
.d-cell {
  display: table-cell;
}
.d-inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.make-it-relative {
  position: relative;
}
.nav-item-7 {
  width: 14.28%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.half-width {
  width: 50%;
}
.w-fixed-250 {
  width: 250px;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.ml-1-per {
  margin-left: 1%;
}
.ml-2-per {
  margin-left: 2%;
}
.ml-3-per {
  margin-left: 3%;
}
.ml-4-per {
  margin-left: 4%;
}
.ml-5-per {
  margin-left: 5%;
}
.ml-6-per {
  margin-left: 6%;
}
.ml-7-per {
  margin-left: 7%;
}
.ml-8-per {
  margin-left: 8%;
}
.ml-9-per {
  margin-left: 9%;
}
.ml-10-per {
  margin-left: 10%;
}
.ml-15-per {
  margin-left: 15%;
}
.ml-20-per {
  margin-left: 20%;
}
.ml-25-per {
  margin-left: 25%;
}
.ml-30-per {
  margin-left: 30%;
}
.ml-35-per {
  margin-left: 35%;
}
.ml-40-per {
  margin-left: 40%;
}
.ml-45-per {
  margin-left: 45%;
}
.ml-50-per {
  margin-left: 50%;
}
.mr-1-per {
  margin-right: 1%;
}
.mr-2-per {
  margin-right: 2%;
}
.mr-3-per {
  margin-right: 3%;
}
.mr-4-per {
  margin-right: 4%;
}
.mr-5-per {
  margin-right: 5%;
}
.mr-6-per {
  margin-right: 6%;
}
.mr-7-per {
  margin-right: 7%;
}
.mr-8-per {
  margin-right: 8%;
}
.mr-9-per {
  margin-right: 9%;
}
.mr-10-per {
  margin-right: 10%;
}
.mr-15-per {
  margin-right: 15%;
}
.mr-20-per {
  margin-right: 20%;
}
.mr-25-per {
  margin-right: 25%;
}
.mr-30-per {
  margin-right: 30%;
}
.mr-35-per {
  margin-right: 35%;
}
.mr-40-per {
  margin-right: 40%;
}
.mr-45-per {
  margin-right: 45%;
}
.mr-50-per {
  margin-right: 50%;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-1-per {
  padding-left: 1%;
}
.pl-2-per {
  padding-left: 2%;
}
.pl-3-per {
  padding-left: 3%;
}
.pl-4-per {
  padding-left: 4%;
}
.pl-5-per {
  padding-left: 5%;
}
.pl-6-per {
  padding-left: 6%;
}
.pl-7-per {
  padding-left: 7%;
}
.pl-8-per {
  padding-left: 8%;
}
.pl-9-per {
  padding-left: 9%;
}
.pl-10-per {
  padding-left: 10%;
}
.pl-15-per {
  padding-left: 15%;
}
.pl-20-per {
  padding-left: 20%;
}
.pl-25-per {
  padding-left: 25%;
}
.pl-30-per {
  padding-left: 30%;
}
.pl-35-per {
  padding-left: 35%;
}
.pl-40-per {
  padding-left: 40%;
}
.pl-45-per {
  padding-left: 45%;
}
.pl-50-per {
  padding-left: 50%;
}
.pr-1-per {
  padding-right: 1%;
}
.pr-2-per {
  padding-right: 2%;
}
.pr-3-per {
  padding-right: 3%;
}
.pr-4-per {
  padding-right: 4%;
}
.pr-5-per {
  padding-right: 5%;
}
.pr-6-per {
  padding-right: 6%;
}
.pr-7-per {
  padding-right: 7%;
}
.pr-8-per {
  padding-right: 8%;
}
.pr-9-per {
  padding-right: 9%;
}
.pr-10-per {
  padding-right: 10%;
}
.pr-15-per {
  padding-right: 15%;
}
.pr-20-per {
  padding-right: 20%;
}
.pr-25-per {
  padding-right: 25%;
}
.pr-30-per {
  padding-right: 30%;
}
.pr-35-per {
  padding-right: 35%;
}
.pr-40-per {
  padding-right: 40%;
}
.pr-45-per {
  padding-right: 45%;
}
.pr-50-per {
  padding-right: 50%;
}
.fs-1 {
  font-size: 1px;
}
.fs-2 {
  font-size: 2px;
}
.fs-3 {
  font-size: 3px;
}
.fs-4 {
  font-size: 4px;
}
.fs-5 {
  font-size: 5px;
}
.fs-6 {
  font-size: 6px;
}
.fs-7 {
  font-size: 7px;
}
.fs-8 {
  font-size: 8px;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-31 {
  font-size: 31px;
}
.fs-32 {
  font-size: 32px;
}
.fs-33 {
  font-size: 33px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-38 {
  font-size: 38px;
}
.fs-39 {
  font-size: 39px;
}
.fs-40 {
  font-size: 40px;
}
.fs-41 {
  font-size: 41px;
}
.fs-42 {
  font-size: 42px;
}
.fs-43 {
  font-size: 43px;
}
.fs-44 {
  font-size: 44px;
}
.fs-45 {
  font-size: 45px;
}
.fs-46 {
  font-size: 46px;
}
.fs-47 {
  font-size: 47px;
}
.fs-48 {
  font-size: 48px;
}
.fs-49 {
  font-size: 49px;
}
.fs-50 {
  font-size: 50px;
}
.fs-51 {
  font-size: 51px;
}
.fs-52 {
  font-size: 52px;
}
.fs-53 {
  font-size: 53px;
}
.fs-54 {
  font-size: 54px;
}
.fs-55 {
  font-size: 55px;
}
.fs-56 {
  font-size: 56px;
}
.fs-57 {
  font-size: 57px;
}
.fs-58 {
  font-size: 58px;
}
.fs-59 {
  font-size: 59px;
}
.fs-60 {
  font-size: 60px;
}
.mt-scale-15-30 {
  margin-top: 15px;
}
.mb-scale-15-30 {
  margin-bottom: 15px;
}
.green-text {
  color: #b6d657;
}
.red-text {
  color: #6b2013;
}
.dark-blue-text {
  color: #21414e;
}
.white-text {
  color: #ffffff;
}
.big-title {
  font-size: 50px;
  line-height: 50px;
}
.title {
  font-size: 40px;
  line-height: 40px;
}
.sub-title {
  font-size: 35px;
  line-height: 35px;
}
.article-title {
  font-size: 30px;
  line-height: 30px;
}
.small-title {
  font-size: 20px;
  line-height: 20px;
}
.big-text {
  font-size: 25px;
  line-height: 25px;
}
.normal-text {
  font-size: 20px;
  line-height: 20px;
}
.text {
  font-size: 16px;
}
.small-text {
  font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}
.main-title {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.bold-text {
  font-weight: bold;
}
.italic-text {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
/*@font-face {
    font-family: 'panton';
    src: url('../fonts/panton-regular-webfont.eot');
    src: url('../fonts/panton-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/panton-regular-webfont.woff') format('woff'),
         url('../fonts/panton-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border: 0;
}
a {
  text-decoration: none;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html,
body,
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'panton';
  font-weight: 100;
  font-style: normal;
  src: url('../fonts/panton-thin-webfont.eot?') format('eot'), url('../fonts/panton-thin-webfont.woff') format('woff'), url('../fonts/panton-thin-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'panton';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/panton-light-webfont.eot?') format('eot'), url('../fonts/panton-light-webfont.woff') format('woff'), url('../fonts/panton-light-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'panton';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/panton-regular-webfont.eot?') format('eot'), url('../fonts/panton-regular-webfont.woff') format('woff'), url('../fonts/panton-regular-webfont.ttf') format('truetype'), url('../fonts/panton-regular-webfont.svg') format('svg');
}
@font-face {
  font-family: 'panton';
  font-weight: 600;
  src: url('../fonts/panton-semibold-webfont.eot?') format('eot'), url('../fonts/panton-semibold-webfont.woff') format('woff'), url('../fonts/panton-semibold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'panton';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/panton-bold-webfont.eot?') format('eot'), url('../fonts/panton-bold-webfont.woff') format('woff'), url('../fonts/panton-bold-webfont.ttf') format('truetype');
}
.base-link {
  text-decoration: none;
}
.see-all {
  display: block;
  width: 160px;
  font-size: 100%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.see-all.green {
  background: #b6d657;
}
.see-all.blue {
  background: #375b6b;
}
.btn-white-br {
  color: white;
  display: block;
  padding: 10px;
  border: 2px solid #fff;
  margin: 10px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.about-banner {
  background: transparent url('../img/about_bgr.png') no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 53%;
}
.about-banner .block-in-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 430px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.who-we-are {
  background: #21414e;
  position: relative;
}
.who-we-are .tickey-man-green-bgr {
  background: url('../img/tickey_rounded.png') center center no-repeat;
  background-size: 100%;
  padding: 65px;
  float: left;
}
.who-we-are .who-we-are-text {
  text-align: left;
  color: #fff;
  width: 80%;
  margin-left: 20%;
}
.who-we-are .who-we-are-text h2 {
  font-size: 50px;
  line-height: 100px;
  text-transform: uppercase;
}
.who-we-are .who-we-are-text p {
  font-size: 15px;
}
.first-line.about .subscribe-form {
  margin-top: 10px;
}
.input-above-text {
  display: block;
  color: #fff;
}
.awards .bx-wrapper {
  position: relative;
}
.awards .bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 30%;
  outline: 0;
  width: 22px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.awards .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  /*background: url('../img/left_arrow.png') left center no-repeat;*/
  left: 10px;
}
.awards .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  /*background: url('../img/right_arrow.png') left center no-repeat;*/
  right: 10px;
}
.awards .bx-wrapper .bx-controls .bx-pager {
  display: none;
}
.awards .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: none;
}
.awards h2 {
  margin-top: 50px;
}
.awards .single-award span {
  width: 60%;
  margin: 20px auto;
  text-align: center;
  color: #21414e;
  font-weight: bold;
}
.team .list-with-people {
  list-style-type: none;
  width: 100%;
  display: block;
}
.team .list-with-people li.person {
  display: inline-block;
  float: left;
  width: 25%;
  height: 270px;
  position: relative;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.team .list-with-people li.person a {
  display: block;
  width: 100%;
  height: 100%;
}
.team .list-with-people li.person.ceo {
  background: url('../img/people/dimitur_dimitrov.png') top center no-repeat;
}
.team .list-with-people li.person.ceo-in {
  background: url('../img/people/manish_sagar.png') top center no-repeat;
}
.team .list-with-people li.person.cto {
  background: url('../img/people/nikolay_vasilev.png') top center no-repeat;
}
.team .list-with-people li.person.business-dev {
  background: url('../img/people/konstantin_nikolov.png') top center no-repeat;
}
.team .list-with-people li.person.designer {
  background: url('../img/people/stavri_georgiev.png') top center no-repeat;
}
.team .list-with-people li.person.hardware {
  background: url('../img/people/yasen_yordanov.png') top center no-repeat;
}
.team .list-with-people li.person.developer {
  background: url('../img/people/anton_sotirov.png') top center no-repeat;
}
.team .list-with-people li.person.communication {
  background: url('../img/people/yana_savova.png') top center no-repeat;
}
.team .list-with-people li.person.marketing {
  background: url('../img/people/daniela_poncheva.png') top center no-repeat;
}
.team .list-with-people li.person.developer-2 {
  background: url('../img/people/nestor_surename.png') top center no-repeat;
}
.team .list-with-people li.person.new-employee {
  background: #d5d5d4 url('../img/logo_tickey.png') center center no-repeat;
  background-size: 30%;
  width: 213px;
  height: 213px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 45px;
}
.team .list-with-people li.person.new-employee .join-team {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  color: #21414e;
  margin: auto;
  font-weight: bold;
}
.team .list-with-people li.person.new-employee a {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.team .list-with-people li.person .sub-text {
  position: absolute;
  left: 0;
  right: 0;
  color: #21414e;
  margin: auto;
}
.team .list-with-people li.person .sub-text.employee {
  bottom: 20px;
  font-weight: 700;
}
.team .list-with-people li.person .sub-text.position {
  bottom: 0;
}
.team .list-with-people li.person:before {
  content: '';
  background: url('../img/linked_in.png') top center no-repeat;
  width: 193px;
  opacity: 1;
  min-height: 0px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  top: 153px;
  right: 0;
}
.team .list-with-people li.person:hover:before {
  min-height: 60px;
  opacity: 1;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.get-the-app-mini {
  background: #21414e;
  background-size: cover;
  position: relative;
  height: 170px;
}
.get-the-app-mini .app-icons {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.benefits-banner {
  background: transparent url('../img/benefits_homepage.png') no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 53%;
  margin-top: 57px;
}
.benefits-banner .block-in-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 430px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.benefits-banner .block-in-center .btn-white-br {
  width: 31%;
  display: inline-block;
  margin-right: 2%;
  font-weight: 600;
}
.benefits-banner .block-in-center .btn-white-br:last-child {
  margin-right: 0;
}
.road-to-tickey {
  overflow: hidden;
  height: 1750px;
}
.road-to-tickey .road-flow.customer {
  position: relative;
  height: 500px;
  margin-top: 100px;
}
.road-to-tickey .road-flow.customer .title-and-text {
  width: 67%;
  position: absolute;
  right: 0;
  top: 40px;
}
.road-to-tickey .road-flow.customer .icon-line-first {
  position: absolute;
  top: 165px;
  width: 200px;
}
.road-to-tickey .road-flow.customer .icon-line-first:after {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  width: 120px;
  right: 0px;
}
.road-to-tickey .road-flow.customer .icon-line-first .icon {
  display: block;
  width: 72px;
  height: 72px;
}
.road-to-tickey .road-flow.customer .icon-line-first .text {
  text-transform: uppercase;
  color: #6b2013;
  margin-top: 10px;
  margin-left: -30px;
  width: 140px;
  text-align: center;
}
.road-to-tickey .road-flow.customer .icon-line-first.convenience {
  left: 405px;
}
.road-to-tickey .road-flow.customer .icon-line-first.convenience:before {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  left: -40px;
  width: 30px;
  background: url('../img/1_arrows_right.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.convenience:after {
  background: url('../img/3_arrows_right.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.convenience .icon {
  background: url('../img/icons/4.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.smartphones {
  left: 615px;
}
.road-to-tickey .road-flow.customer .icon-line-first.smartphones:after {
  background: url('../img/3_arrows_right.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.smartphones .icon {
  background: url('../img/icons/5.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.mobile-payment {
  left: 820px;
}
.road-to-tickey .road-flow.customer .icon-line-first.mobile-payment:after {
  background: url('../img/3_arrows_right.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.mobile-payment .icon {
  background: url('../img/icons/9.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.rating-and-feedback {
  left: 1035px;
  width: 180px;
}
.road-to-tickey .road-flow.customer .icon-line-first.rating-and-feedback:after {
  width: 95px;
  height: 185px;
  right: 0px;
  background: url('../img/circle_right.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-first.rating-and-feedback .icon {
  background: url('../img/icons/8.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second {
  position: absolute;
  top: 330px;
  width: 200px;
}
.road-to-tickey .road-flow.customer .icon-line-second:after {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  width: 120px;
  right: 0px;
}
.road-to-tickey .road-flow.customer .icon-line-second .icon {
  display: block;
  width: 72px;
  height: 72px;
}
.road-to-tickey .road-flow.customer .icon-line-second .text {
  text-transform: uppercase;
  color: #6b2013;
  margin-top: 10px;
  margin-left: -20px;
  width: 120px;
  text-align: center;
}
.road-to-tickey .road-flow.customer .icon-line-second.gamification {
  left: 0px;
}
.road-to-tickey .road-flow.customer .icon-line-second.gamification:after {
  background: url('../img/3_arrows_left.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.gamification .icon {
  background: url('../img/icons/12.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.news-feed {
  left: 205px;
}
.road-to-tickey .road-flow.customer .icon-line-second.news-feed:after {
  background: url('../img/3_arrows_left.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.news-feed .icon {
  background: url('../img/icons/11.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.flexible-pricing {
  left: 405px;
}
.road-to-tickey .road-flow.customer .icon-line-second.flexible-pricing:after {
  background: url('../img/3_arrows_left.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.flexible-pricing .icon {
  background: url('../img/icons/10.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.secured-and-reliable {
  left: 615px;
}
.road-to-tickey .road-flow.customer .icon-line-second.secured-and-reliable:after {
  background: url('../img/3_arrows_left.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.secured-and-reliable .icon {
  background: url('../img/icons/16.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.route-planner {
  left: 825px;
}
.road-to-tickey .road-flow.customer .icon-line-second.route-planner:after {
  background: url('../img/3_arrows_left.png') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.route-planner .icon {
  background: url('../img/icons/7.svg') no-repeat;
}
.road-to-tickey .road-flow.customer .icon-line-second.end-of-queues {
  left: 1035px;
}
.road-to-tickey .road-flow.customer .icon-line-second.end-of-queues .icon {
  background: url('../img/icons/6.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities {
  position: relative;
  height: 500px;
  margin-top: 50px;
}
.road-to-tickey .road-flow.munipicalities .title-and-text {
  width: 67%;
  position: absolute;
  left: 0;
  top: 40px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first {
  position: absolute;
  top: 165px;
  width: 200px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first:after {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  width: 120px;
  right: 0px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first .icon {
  display: block;
  width: 72px;
  height: 72px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first .text {
  text-transform: uppercase;
  color: #6b2013;
  margin-top: 10px;
  margin-left: -20px;
  width: 110px;
  text-align: center;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.personalized-profiles {
  left: 90px;
  width: 200px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.personalized-profiles:after {
  width: 95px;
  height: 185px;
  top: 35px;
  left: -100px;
  background: url('../img/circle_left.png') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.personalized-profiles:before {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  right: 0;
  width: 120px;
  background: url('../img/3_arrows_right.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.personalized-profiles .icon {
  background: url('../img/icons/15.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.real-time-monitoring {
  left: 300px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.real-time-monitoring:after {
  background: url('../img/3_arrows_right.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.real-time-monitoring .icon {
  background: url('../img/icons/14.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.number-of-clients {
  left: 515px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.number-of-clients:after {
  background: url('../img/3_arrows_right.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.number-of-clients .icon {
  background: url('../img/icons/13.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.zero-investment {
  width: 110px;
  left: 730px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.zero-investment:before {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  right: 0;
  width: 30px;
  background: url('../img/1_arrows_right.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.road-to-tickey .road-flow.munipicalities .icon-line-first.zero-investment .icon {
  background: url('../img/icons/10.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second {
  position: absolute;
  top: 330px;
  width: 200px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second:after {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  width: 120px;
  right: 0px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second .icon {
  display: block;
  width: 72px;
  height: 72px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second .text {
  text-transform: uppercase;
  color: #6b2013;
  margin-top: 10px;
  margin-left: -15px;
  width: 110px;
  text-align: center;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.flexible-pricing {
  left: 90px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.flexible-pricing:after {
  background: url('../img/3_arrows_left.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.flexible-pricing .icon {
  background: url('../img/icons/17.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.fleet-telematics {
  left: 300px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.fleet-telematics:after {
  background: url('../img/3_arrows_left.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.fleet-telematics .icon {
  background: url('../img/icons/6.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.feedback {
  left: 515px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.feedback:after {
  background: url('../img/3_arrows_left.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.feedback .icon {
  background: url('../img/icons/18.svg') no-repeat;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.complete-solution {
  left: 730px;
}
.road-to-tickey .road-flow.munipicalities .icon-line-second.complete-solution .icon {
  background: url('../img/icons/19.svg') no-repeat;
}
.road-to-tickey .road-flow.nature {
  height: 500px;
  position: relative;
  margin-top: 50px;
}
.road-to-tickey .road-flow.nature .title-and-text {
  width: 67%;
  position: absolute;
  right: 0;
  top: 40px;
}
.road-to-tickey .road-flow.nature .icon-line-first {
  position: absolute;
  top: 165px;
  width: 210px;
}
.road-to-tickey .road-flow.nature .icon-line-first:after {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  width: 120px;
  right: 0px;
}
.road-to-tickey .road-flow.nature .icon-line-first .icon {
  display: block;
  width: 72px;
  height: 72px;
}
.road-to-tickey .road-flow.nature .icon-line-first .text {
  color: #6b2013;
  margin-top: 10px;
  margin-left: -60px;
  width: 200px;
  text-align: center;
}
.road-to-tickey .road-flow.nature .icon-line-first.trees {
  left: 480px;
}
.road-to-tickey .road-flow.nature .icon-line-first.trees:before {
  content: '';
  position: absolute;
  height: 25px;
  top: 25px;
  left: -125px;
  width: 120px;
  background: url('../img/3_arrows_right.png') no-repeat;
}
.road-to-tickey .road-flow.nature .icon-line-first.trees:after {
  background: url('../img/3_arrows_right.png') no-repeat;
}
.road-to-tickey .road-flow.nature .icon-line-first.trees .icon {
  background: url('../img/icons/30.png') no-repeat;
}
.road-to-tickey .road-flow.nature .icon-line-first.metric-tones {
  left: 700px;
}
.road-to-tickey .road-flow.nature .icon-line-first.metric-tones:after {
  background: url('../img/3_arrows_right.png') no-repeat;
}
.road-to-tickey .road-flow.nature .icon-line-first.metric-tones .icon {
  background: url('../img/icons/30.png') no-repeat;
}
.road-to-tickey .road-flow.nature .icon-line-first.littres {
  left: 920px;
}
.road-to-tickey .road-flow.nature .icon-line-first.littres .icon {
  background: url('../img/icons/30.png') no-repeat;
}
html {
  font-family: 'panton', Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
  /* 16×1.125=18 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-width: 1200px;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1920px;
  min-width: 1200px;
}
.min-width {
  min-width: 1200px;
}
.wrapper {
  max-width: 960px;
}
.wrapper-big {
  max-width: 1200px;
}
.center {
  margin: 0 auto;
}
.top-space {
  padding-top: 70px;
}
.al-right {
  text-align: right;
}
.al-left {
  text-align: left;
}
.al-center {
  text-align: center;
}
.thinner {
  font-weight: 300;
}
p {
  color: #21414e;
}
.logo-holder {
  float: left;
  background: #b6d657;
}
.logo-holder .logo-link {
  display: block;
  padding: 11px 18px 11px 15px;
}
.main-navigation {
  list-style-type: none;
}
.main-navigation li {
  display: inline-block;
  padding: 20px 0;
}
.main-navigation li .nav-link {
  text-transform: uppercase;
  padding: 0 20px;
}
.header-style.main-navigation li .nav-link {
  color: #21414e;
  border-right: 1px solid #21414e;
}
.footer-style.main-navigation li .nav-link {
  color: #f2f2f4;
  border-right: 1px solid #f2f2f4;
}
.main-navigation li:last-child .nav-link {
  border-right: none;
}
.img-holder {
  background: transparent url('../img/homepage_banner.png') no-repeat;
  background-size: cover;
  padding-bottom: 48%;
  width: 100%;
  margin: 58px auto 0 auto;
  position: relative;
  /*.top-space {
		padding-top: 150px;
		width: 40%;
	}*/
  /*.video-download {

		.video {
			.border-radius(10px);
			text-indent: -9999px;
			padding: 20px 30px;
			background:@baseGreen url('../img/play.png') center center no-repeat;
		}

		.base-link {
			font-weight: 600;

			&.see-all {
				width: 200px;
			}
		}

		.base-link:first-child {

			.border-radius(10px 0 0 10px);
			border-right: 5px solid @darkBlue;
		}

		.base-link:last-child {
			.border-radius(0 10px 10px 0);
			border-left: 5px solid @darkBlue;

		}
	}*/
}
.img-holder .main-title {
  font-size: 35px;
  line-height: 35px;
  text-align: left;
}
.img-holder .main-title .enjoy-the-ride {
  line-height: 28px;
}
.img-holder .main-title .enjoy-the-ride:after {
  content: '#enjoytheride';
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0 15px 0 20px;
  background: #234452;
  background: -webkit-linear-gradient(left, #234452 0%, #345653 9%, #43675a 24%, #43675a 100%);
  background: -o-linear-gradient(left, #234452 0%, #345653 9%, #43675a 24%, #43675a 100%);
  background: linear-gradient(to right, #234452 0%, #345653 9%, #43675a 24%, #43675a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#234452', endColorstr='#43675a', GradientType=1);
  color: #ffffff;
  position: absolute;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.img-holder .main-title .bot-border {
  width: 75%;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.img-holder .small-title {
  font-weight: 600;
  font-style: italic;
}
.img-holder .banner-text {
  position: absolute;
  left: 50%;
  top: 60px;
}
.img-holder .video-btn {
  position: relative;
  background: #43685a;
  font-size: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 50px 10px 25px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
}
.img-holder .video-btn:after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  width: 16px;
  height: 20px;
  border-top: 10px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.scroll-down {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.scroll-down a {
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
}
.technology-carousel {
  background: transparent url('../img/blue_bgr.png') no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 8%;
  position: relative;
}
.technology-carousel .phone {
  position: relative;
  width: 225px;
  float: left;
  margin-left: 5%;
}
.technology-carousel .phone .phone-img {
  margin-top: 60px;
  width: 225px;
}
.technology-carousel .phone .shadow {
  display: block;
  position: absolute;
  left: -400px;
  right: 0;
  bottom: -30px;
  background: transparent url('../img/shadow.png') no-repeat;
  background-size: cover;
  width: 1000px;
  height: 45px;
  z-index: 5;
}
.technology-carousel .phone .bx-wrapper {
  position: absolute;
  top: 120px;
  width: 198px;
  height: 354px;
  left: 0;
  right: 0;
  margin: auto;
}
.technology-carousel .phone .info-text {
  position: absolute;
  background: url('../img/point.png') no-repeat;
  width: 210px;
  height: 50px;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  z-index: 999;
}
.technology-carousel .phone .info-text.top-left {
  bottom: 235px;
  width: 190px;
  left: -140px;
  background-position: 165px 15px;
  padding-right: 80px;
}
.technology-carousel .phone .info-text.top-left:after {
  position: absolute;
  content: '';
  top: 45%;
  right: 19px;
  background: white;
  width: 50px;
  height: 2px;
}
.technology-carousel .phone .info-text.bottom-left {
  bottom: 65px;
  width: 180px;
  left: -160px;
  background-position: 165px 15px;
  padding-right: 80px;
}
.technology-carousel .phone .info-text.bottom-left:after {
  position: absolute;
  content: '';
  top: 45%;
  right: 13px;
  background: white;
  width: 65px;
  height: 2px;
}
.technology-carousel .phone .info-text.top-right {
  top: 115px;
  right: -180px;
  background-position: 0px 15px;
  padding-left: 100px;
}
.technology-carousel .phone .info-text.top-right:after {
  position: absolute;
  content: '';
  top: 45%;
  left: 13px;
  background: white;
  width: 65px;
  height: 2px;
}
.technology-carousel .phone .info-text.bottom-right {
  bottom: 65px;
  right: -180px;
  background-position: 0px 15px;
  padding-left: 100px;
}
.technology-carousel .phone .info-text.bottom-right:after {
  position: absolute;
  content: '';
  top: 45%;
  left: 19px;
  background: white;
  width: 65px;
  height: 2px;
}
.technology-carousel .phone-text {
  float: right;
}
.technology-carousel .phone-text .technology-title {
  font-size: 180%;
  line-height: 30px;
  margin-top: 160px;
  margin-bottom: 70px;
  text-align: center;
  width: 450px;
  color: #ffffff;
  margin-left: 60px;
  text-transform: uppercase;
}
.technology-carousel .phone-text .pager-icons {
  margin-left: 80px;
  margin-bottom: 80px;
}
.technology-carousel .phone-text .pager-icons a {
  position: relative;
  margin-right: 30px;
}
.technology-carousel .phone-text .pager-icons a img {
  width: 105px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
}
.technology-carousel .phone-text .pager-icons a.active img {
  border: 2px solid #b6d657;
}
.technology-carousel .phone-text .pager-icons a:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 60px;
  left: 102px;
  height: 10px;
  background: #ffffff;
}
.technology-carousel .phone-text .pager-icons a:last-child {
  margin-right: 0;
}
.technology-carousel .phone-text .pager-icons a:last-child:after {
  content: none;
}
.technology-carousel .phone-text .pager-icons a:before {
  position: absolute;
  top: 80px;
  left: 25px;
  color: #ffffff;
  text-transform: uppercase;
}
.technology-carousel .phone-text .pager-icons a.step-1:before {
  content: "step 1";
}
.technology-carousel .phone-text .pager-icons a.step-2:before {
  content: "step 2";
}
.technology-carousel .phone-text .pager-icons a.step-3:before {
  content: "step 3";
}
.technology-carousel .phone-text .technology-btns {
  margin-left: 60px;
}
.technology-carousel .phone-text .technology-btns .base-link {
  display: inline-block;
}
.technology-carousel .phone-text .technology-btns .base-link:first-child {
  margin-right: 10px;
}
.beacon-banner {
  background: transparent url('../img/beacon_bgr.png') no-repeat;
  background-size: cover;
  padding-bottom: 46%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.beacon-banner .beacon-info {
  position: absolute;
  right: 15%;
  bottom: 25%;
  width: 25%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.benefits-section .top-space {
  padding-top: 60px;
}
.benefits-section .benefit-news {
  overflow: hidden;
  position: relative;
  padding: 30px;
}
.benefits-section .benefit-news .text {
  margin: 10px 0 50px 0;
}
.benefits-section .benefit-news .text p {
  height: 100px;
}
.benefits-section .benefit-news .beneft-img {
  display: block;
  height: 300px;
}
.benefits-section .benefit-news .beneft-img.customer {
  background: url('../img/customer.png') center center no-repeat;
  background-size: cover;
}
.benefits-section .benefit-news .beneft-img.municipal {
  background: url('../img/muni.png') center center no-repeat;
  background-size: cover;
}
.benefits-section .benefit-news .beneft-img.nature {
  background: url('../img/nature.png') center center no-repeat;
  background-size: cover;
}
.benefits-section.benefits-page {
  margin-top: 58px;
}
.benefits-section.benefits-page .benefit-news {
  height: 600px;
}
.benefits-section.benefits-page .benefit-news .text {
  margin: 80px 0 0 0;
}
.benefits-section.benefits-page .benefit-news .text p {
  min-height: 0;
}
.benefits-section .after-icons-text {
  display: none;
  opacity: 0;
}
.benefits-section .after-icons-text.active {
  display: block;
  opacity: 1;
}
.benefits-section .after-icons-text h4 {
  color: #2a2625;
  font-size: 130%;
  line-height: 20px;
}
.benefits-section .after-icons-text p {
  color: #455b65;
}
.app-for-free {
  background: transparent url('../img/blue_bgr_v2.png') no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
}
.app-for-free .text {
  width: 40%;
  padding-top: 50px;
  padding-left: 2%;
}
.app-for-free h4 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
.app-for-free p {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.app-for-free .faq-btn {
  margin-top: 100px;
}
.app-for-free .faq-btn span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  padding-right: 20px;
}
.app-for-free .faq-btn .see-all {
  color: #ffffff;
}
.app-for-free .rotated-phone {
  width: 50%;
}
.app-icons {
  width: 325px;
}
.app-icons.border-top {
  border-top: 1px solid #ffffff;
}
.app-icons .store {
  display: inline-block;
  width: 150px;
  height: 35px;
}
.app-icons .store.app {
  background: transparent url('../img/app_store_white.png') no-repeat;
}
.app-icons .store.google {
  background: transparent url('../img/gplay_white.png') no-repeat;
  margin-right: 20px;
}
.news-slider {
  background: #f1f1e9;
}
.news-slider h3 {
  margin-top: 70px;
}
.news-slider .news-feed {
  overflow: hidden;
  padding: 30px 80px 10px 80px;
}
.news-slider .news-feed .news-heading-part {
  width: 100%;
  border-bottom: 1px solid #375b6b;
}
.news-slider .news-feed .news-heading-part .news-logo {
  display: block;
  height: 60px;
  width: 250px;
  margin: 0px auto 40px auto;
}
.news-slider .news-feed .news-heading-part .news-logo.forbes {
  background: url('../img/forbes.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.trud {
  background: url('../img/trud_logo.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.chronicle {
  background: url('../img/logo-chronicle-bg.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.atelier {
  background: url('../img/atelier_logo.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.manager {
  background: url('../img/manager_logo.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.investor {
  background: #4a7724 url('../img/investor_logo.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.nova {
  background: #0883B6 url('../img/nova_logo.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.capital {
  background: #333 url('../img/capital-logo.gif') center center no-repeat;
  background-size: 90%;
  width: 304px;
  height: 40px;
}
.news-slider .news-feed .news-heading-part .news-logo.computerworld {
  background: url('../img/computerworldlogo.gif') center center no-repeat;
  background-color: #12547c;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.domainme {
  background: url('../img/domainme.png') center center no-repeat;
  background-size: 22%;
}
.news-slider .news-feed .news-heading-part .news-logo.seedstars {
  background: url('../img/seedstars.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.manifesto {
  background: url('../img/monifesto.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.rockstart {
  background: #000000 url('../img/rockstart.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.actualno {
  background: #153e72 url('../img/actualno.svg') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part .news-logo.economic {
  background: #004472 url('../img/economic.png') center center no-repeat;
  background-size: 90%;
}
.news-slider .news-feed .news-heading-part h4 {
  font-size: 150%;
  line-height: 33px;
  color: #375b6b;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.news-slider .news-feed .news-heading-part .date {
  display: block;
  color: #375b6b;
  text-align: right;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.news-slider .news-feed .news-text p {
  color: #375b6b;
  font-size: 100%;
  line-height: 16px;
  margin: 15px 0px 25px 0px;
  text-align: center;
  min-height: 40px;
}
.news-slider .bx-wrapper {
  position: relative;
}
.news-slider .bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 22px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.news-slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  /*background: url('../img/left_arrow.png') left center no-repeat;*/
  left: 10px;
}
.news-slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  /*background: url('../img/right_arrow.png') left center no-repeat;*/
  right: 10px;
}
.news-slider .bx-wrapper .bx-controls .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
}
.news-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
.news-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background: #b6d657;
}
.download-kit {
  background: #b6d657;
}
.download-kit .text-holder {
  text-align: center;
}
.download-kit .text-holder .pre-btn-text {
  display: inline-block;
  color: #fff;
  font-size: 150%;
  line-height: 80px;
  margin-right: 10px;
}
.download-kit .text-holder .see-all {
  display: inline;
  padding: 10px;
  text-transform: none;
}
.partners {
  background: #fbfbf8;
}
.partners-title{
  color: #2a2625;
  font-size: 200%;
  text-align: center;
  line-height: 2em;
}
.partners .partners-item {
  text-align: center;
  height: 100px;
  padding: 0 30px;
}
.partners .partners-item.eleven {
  background: url('../img/eleven.png') left center no-repeat;
  width: 122px;
  background-size: 80%;
}
.partners .partners-item.sm-it {
  background: url('../img/sm_it.png') left center no-repeat;
  width: 175px;
  background-size: 95%;
}
.partners .partners-item.max {
  background: url('../img/max.png') left center no-repeat;
  width: 122px;
  background-size: 100%;
}
.partners .partners-item.sofia-techpark {
  background: url('../img/sofia_techpark.png') center center no-repeat;
  width: 111px;
  background-size: 80%;
}
.partners .partners-item.wonder-swamp {
  background: url('../img/wonder_swamp.png') right center no-repeat;
  width: 136px;
}
.partners .partners-item.mastecard {
  background: url('../img/mastercard.png') center center no-repeat;
  width: 100px;
  background-size: 90%;
}
.partners .partners-item.google {
  background: url('../img/google.png') center center no-repeat;
  width: 100px;
  background-size: 90%;
}
.partners .partners-item.paypal {
  background: url('../img/paypal.png') center center no-repeat;
  width: 111px;
  background-size: 80%;
}
.partners .partners-item.national-cluster {
  background: url('../img/national_cluster.png') right center no-repeat;
  width: 186px;
  background-size: 100%;
}
.partners .partners-item.tickey-australia {
  background: url('../../img/australia-logo.jpg') left center no-repeat;
  width: 180px;
  background-size: 60%;
}
.partners .partners-item.altern {
  background: url('../../img/altern-logo.jpeg') center no-repeat;
  width: 300px;
  background-size: 50%;
}
.partners .partners-item.civinity {
  background: url('../../img/civinity-logo.png') center no-repeat;
  width: 300px;
  background-size: 50%;
}
.partners .partners-item.oxa {
  background: url('../../img/oxa-logo.png') right center no-repeat;
  width: 180px;
  background-size: 65%;
}
.contacts-banner {
  background: transparent url('../img/contacts_banner.png') no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 47%;
  margin-top: 57px;
}
.contacts-banner .block-in-center {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 400px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.contacts-banner .block-in-center .btn-white-br {
  width: 32%;
  display: inline-block;
}
.contacts-banner .block-in-bottom {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  bottom: 20%;
}
.contacts-banner .address-bar .bar-info {
  float: left;
  width: 30%;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
.contacts-banner .address-bar .bar-info:first-child {
  width: 40%;
  padding-left: 0;
  border-left: none;
}
header {
  width: 100%;
  overflow: hidden;
  background: #f6f8f7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
nav {
  float: left;
}
nav .main-navigation {
  list-style-type: none;
}
nav .main-navigation li {
  display: inline-block;
  padding: 20px 0;
}
nav .main-navigation li .nav-link {
  text-transform: uppercase;
  padding: 0 20px;
  border-right: 1px solid #21414e;
  color: #21414e;
  font-weight: normal;
}
nav .main-navigation li .nav-link.selected {
  font-weight: bold;
}
nav .main-navigation li:last-child .nav-link {
  border-right: none;
}
.lang-and-social .lang-btn {
  background: #b6d657;
}
.lang-and-social .lang-btn span {
  cursor: pointer;
  color: #ffffff;
  padding: 20px 20px 21px 20px;
}
.lang-and-social .store {
  display: inline-block;
  width: 150px;
  height: 35px;
}
.lang-and-social .store.app {
  background: transparent url('../img/app_store.png') no-repeat;
}
.lang-and-social .store.google {
  background: transparent url('../img/gplay.png') no-repeat;
}
.lang-and-social .socials {
  position: relative;
  background: #21414e;
  cursor: pointer;
}
.lang-and-social .socials .share-btn {
  background: url('../img/share_icon.png') center center no-repeat;
  width: 59px;
  height: 59px;
}
.lang-and-social .socials .social-icons {
  position: absolute;
  /*bottom: 0;*/
  top: 59px;
  min-height: 234px;
  z-index: 99999;
  display: none;
}
.lang-and-social .socials .social-icons a {
  display: block;
  width: 59px;
  height: 59px;
}
.lang-and-social .socials .social-icons a.fb {
  background: #21414e url('../img/fb.png') center center no-repeat;
  background-size: 20%;
}
.lang-and-social .socials .social-icons a.tw {
  background: #21414e url('../img/tw.png') center center no-repeat;
  background-size: 50%;
}
.lang-and-social .socials .social-icons a.gp {
  background: #21414e url('../img/gp.png') center center no-repeat;
  background-size: 50%;
}
.lang-and-social .socials .social-icons a.y {
  background: #21414e url('../img/y.png') center center no-repeat;
  background-size: 50%;
}
.lang-and-social .socials:hover .social-icons {
  position: fixed;
  display: block;
}
.first-line {
  background: #21414e;
}
.first-line .subscribe-form {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.first-line .subscribe-form:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 1px;
  width: 30%;
  background: #90a0a7;
}
.first-line .subscribe-form:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 4;
  height: 1px;
  width: 30%;
  background: #90a0a7;
}
.first-line .subscribe-form input {
  color: #21414e;
  padding: 15px 120px 15px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 350px;
  border: none;
  font-size: 15px;
  z-index: 5;
}
.first-line .subscribe-form button {
  background: #b6d657;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 20px;
  margin-left: -120px;
  font-size: 15px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 5;
}
.second-line {
  background: #375b6b;
}
.second-line .company-info {
  width: 90%;
}
.second-line .company-info .small-text {
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 10px;
  font-size: 12px;
}
.second-line .company-info .small-text.separator {
  padding: 0;
}
.second-line .company-info .android {
  display: inline-block;
  width: 15px;
  height: 18px;
  margin: 0 10px;
  background: url('../img/android_small.png') left center no-repeat;
}
.second-line .company-info .apple {
  display: inline-block;
  width: 17px;
  height: 18px;
  margin: 0 10px;
  background: url('../img/apple_small.png') left center no-repeat;
}
.second-line .company-info .email {
  text-decoration: none;
  display: inline-block;
}
footer .lang-and-social .socials .social-icons {
  bottom: 58px;
  top: auto;
  z-index: 99999;
  display: none;
}
footer .lang-and-social .socials:hover .social-icons {
  display: block;
}
footer .main-navigation li .nav-link.selected {
  font-weight: bold;
}
/*==========  Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Small Devices, Tablets */
@media only screen and  (min-width: 1200px) {
  .first-line .subscribe-form:before,
  .first-line .subscribe-form:after {
    width: 33%;
  }
}
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and  (min-width: 1366px) {
  .technology-carousel {
    background: transparent url('../img/blue_bgr.png') no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 8%;
    position: relative;
  }
  .technology-carousel .phone {
    position: relative;
    width: 225px;
    float: left;
    margin-left: 10px;
  }
  .img-holder .main-title {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
  }
  .img-holder .main-title .enjoy-the-ride {
    line-height: 33px;
  }
  .img-holder .main-title .enjoy-the-ride:after {
    font-size: 17px;
    padding: 0 15px 0 60px;
  }
  .img-holder .main-title .bot-border {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .img-holder .banner-text {
    top: 100px;
  }
  .img-holder .video-btn {
    font-size: 100%;
    margin-top: 20px;
    padding: 10px 50px 10px 25px;
  }
  .img-holder .video-btn:after {
    right: 15px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 20px;
    border-top: 10px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 10px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}

#return-to-top {
    position: fixed;
    z-index: 99999;
    -webkit-transform: translate3d(0,0,0);
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Extra Large Devices, Wide Screens */
/* Small Devices, Tablets */
@media only screen and  (min-width: 1600px) {
  .first-line .subscribe-form:before,
  .first-line .subscribe-form:after {
    width: 36%;
  }
  .app-for-free {
    height: 417px;
  }
  .beacon-banner .beacon-info {
    bottom: 35%;
  }
  .img-holder .banner-text {
    top: 150px;
  }
}
