/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.container {
  width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.grid-1 {
  width: 6.5%; }

.grid-2 {
  width: 15%; }

.grid-3 {
  width: 23.5%; }

.grid-4 {
  width: 32%; }

.grid-5 {
  width: 40.5%; }

.grid-6 {
  width: 49%; }

.grid-7 {
  width: 57.5%; }

.grid-8 {
  width: 66%; }

.grid-9 {
  width: 74.5%; }

.grid-10 {
  width: 83%; }

.grid-11 {
  width: 91.5%; }

.grid-12 {
  width: 100%; }

.grid-offset-1 {
  margin-left: 8.5% !important; }

.grid-offset-2 {
  margin-left: 17% !important; }

.grid-offset-3 {
  margin-left: 25.5% !important; }

.grid-offset-4 {
  margin-left: 34% !important; }

.grid-offset-5 {
  margin-left: 42.5% !important; }

.grid-offset-6 {
  margin-left: 51% !important; }

.grid-offset-7 {
  margin-left: 59.5% !important; }

.grid-offset-8 {
  margin-left: 68% !important; }

.grid-offset-9 {
  margin-left: 76.5% !important; }

.grid-offset-10 {
  margin-left: 85% !important; }

.grid-offset-11 {
  margin-left: 93.5% !important; }

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  display: block;
  float: left;
  margin: 0 2% 2% 0; }

.omega {
  margin-right: 0; }

.clear {
  width: 0px;
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both;
  overflow: hidden; }

.clearfix:after {
  line-height: 0;
  width: 0px;
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both;
  font-size: 0px;
  content: ' '; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.text-center {
  text-align: center; }

ul.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  ul.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

ul li {
  line-height: 1.428571429; }

.text-uppercase {
  text-transform: uppercase; }

.img-circle {
  border-radius: 50%; }

.img-fluid {
  max-width: 100%;
  height: auto; }

strong, b {
  font-weight: 600; }

body {
  font-family: 'Roboto', sans-serif;
  color: #686264;
  font-weight: 300;
  font-size: 1rem;
  min-width: 1100px;
  /* ipad fix */ }

h2 {
  font-size: 1.75em;
  font-weight: 100;
  margin-bottom: 40px; }

h4 {
  font-size: 1.75em;
  font-weight: 100;
  color: #ccc;
   }

p {
  line-height: 1.42857143; }

header {
  height: 110px;
  background-color: #e84c3d;
  position: fixed;
  width: 100%;
  z-index: 999; }
  header .container {
    margin-top: 30px; }
  header img {
  margin-top: 17px;
    }
  header .header-menu {
    margin-top: 15px;
    margin-left: 80px; }
  header a:link {
    font-weight: 400;
    font-size: .9rem;
    color: #FFFFFF;
    padding: 1em .5em;
    text-decoration: none;
    color: white; }
    header a:hover {
    text-decoration: underline;
    color: white; }
    header a:visited, a:active {
    color: white; }

  header .dropbtn {
    font-size: .85rem;
    background-color: #e84c3d;
    color: white;
    border: none;
    cursor: pointer;
    padding: 3px 0;
    margin: 0; }
    header .dropbtn:after {
      padding-left: 8px;
      content: url("../images/arrow-small.png"); }
  header .dropdown-selector {
    position: relative;
    display: inline-block;
    padding: 15px 0; }
  header .dropdown-content {
    font-weight: 400;
    display: none;
    position: absolute;
    background-color: #4d4d4d;
    border-top: 0;
    z-index: 1;
    right: -7px;
    top: 35px; }
  header .dropdown-content a {
    color: white;
    padding: 10px 26.6666666667px;
    text-decoration: none;
    display: block; }
  header .dropdown-content a:hover {
    background-color: #FFFFFF;
    color: #4d4d4d;
    font-weight: inherit; }
  header .dropdown-selector:hover .dropdown-content {
    display: block; }

main {
  padding-top: 110px;
  width: 100%;
  min-width: 100%; }

.home-promo {
  height: 220px; 
  background-color: #4d4d4d;
  background: #4d4d4d url("../images/main-background.png") no-repeat bottom center;
  background-size: cover;
  color: white;
  text-align: center; }
  .home-promo .content {
    padding-top: 20px; }
    .home-promo .content h1 {
      margin: 20px 0 20px 0;
      font-size: 2em;
      font-weight: 100; }
      .home-promo .content h1 span {
        padding-top: 10px;
        display: block;
        font-size: 1.5em;
        clear: both; }

.section {
  padding: 80px 0;
  width: 100%;
  min-width: 100%; }
  .section.partners {
    background-color: #ebebeb; }
  .section.statistic {
    background: white url("../images/waves-background.png") no-repeat bottom center;
    background-size: cover; }
  .section.monetize {
    background: white url("../images/monetize-background.png") repeat-x center bottom;
    margin-bottom: 40px;
    padding-bottom: 130px; }
  .section.trusted {
    background: white url("../images/clients-background.png") no-repeat center; }
  .section.solutions {
    background: white url("../images/solutions-background.png") no-repeat center 100px; }
  .section.solutions .container {
      position: relative; }
  .section.testimonials { 
      height:12px;
       }

.button {
  margin-top: -100px; }

.separator {
  height: 1px;
  background: white url("../images/separator.png") no-repeat center top; }

.separator.testimonials {
  margin-top: 30px;	
  background: white url("../images/separator2.png") no-repeat center top; }

.advantages {
  font-size: 1rem; }
  .advantages .row .icon {
    background: url("../images/advantages-icons.png") no-repeat top center;
    display: block;
    height: 105px;
    width: 125px;
    margin: 0 auto;
    background-position: 0 0; }
  .advantages .row p {
    line-height: 1.15rem; }
  .advantages .row .icon-1 {
    background-position: 0 -100px; }
  .advantages .row .icon-2 {
    background-position: 0 -200px; }
  .advantages .row .icon-3 {
    background-position: 0 -300px; }
  .advantages .row .icon-4 {
    background-position: 0 -400px; }
  .advantages .row .icon-5 {
    background-position: 0 -500px; }
  .advantages .row .icon-6 {
    background-position: 0 -600px; }
  .advantages .row .icon-7 {
    background-position: 0 -700px; }
  .advantages .row .icon-8 {
    background-position: 0 -800px; }

.partners-wrapper {
  margin: auto -35px;
  overflow: hidden; }
  .partners-wrapper .partner-description {
    font-size: .85rem;
    padding: 20px 0 10px; }
  .partners-wrapper .partner-url a {
    color: #686264;
    font-weight: 400; }
    .partners-wrapper .partner-url a:hover {
      text-decoration: none; }
  .partners-wrapper.collapsed {
    height: 270px; }
  .partners-wrapper.expand {
    height: auto; }
  .partners-wrapper .grid-2 {
    display: inline-block;
    margin-right: 1%;
    float: none;
    vertical-align: top 
    }

.expand-button {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 0;
  color: #ff886c;
  font-weight: 300;
  font-size: 1.25rem;
  /*&.expanded {
    &:after {
      -moz-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1);
      filter: FlipV;
      -ms-filter: "FlipV";
    }
    &:before {
      -moz-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1);
      filter: FlipV;
      -ms-filter: "FlipV";
    }
  }*/ }
  .expand-button:after {
    padding-left: 10px;
    content: url("../images/arrow.png"); }
  .expand-button:before {
    padding-right: 10px;
    content: url("../images/arrow.png"); }

.statistic-wrapper {
  margin: 40px; }
  .statistic-wrapper .block-header {
    color: #ead7b8;
    padding-bottom: 60px; }
  .statistic-wrapper .map:nth-child(1) {
    background: url("../images/latvia-map.png") no-repeat center 1.5em; }
  .statistic-wrapper .map:nth-child(2) {
    background: url("../images/estonia-map.png") no-repeat center 1.5em; }
  .statistic-wrapper .map:nth-child(3) {
    background: url("../images/lithuania-map.png") no-repeat center 1.5em; }
  .statistic-wrapper .counter {
    margin-top: 10px;
    color: #ff886c;
    margin-bottom: 40px; }
    .statistic-wrapper .counter span {
      padding-top: 10px;
      font-size: 2.5em;
      display: block; }
  .statistic-wrapper .users {
    padding-top: 40px;
    background: url("../images/icon-user.png") no-repeat center top; }
    .statistic-wrapper .users p {
      font-size: .8rem; }
    .statistic-wrapper .users span {
      font-size: 1.7rem;
      display: block; }

.solutions .solutions-wrapper {
  position: absolute;
  top: 160px;
  left: 10px; }

.solutions .solution {
  float: left; }
  .solutions .solution:last-of-type {
    padding-right: 0; }
    .solutions .solution:last-of-type .description {
      padding-right: 0; }
  .solutions .solution .name {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .solutions .solution .description {
    padding-right: 8px;
    font-size: .9em; }
  .solutions .solution .ctr {
    color: #ff886c;
    font-size: .9em;
    line-height: 1.5em; }

.solutions .multi {
  width: 300px;
  position: absolute;
  top: 330px;
  left: 50%;
  margin-left: -150px; }
  .solutions .multi .name {
    font-weight: 400;
    margin-bottom: 8px; }
  .solutions .multi .description {
    padding-right: 8px;
    font-size: .9em; }
  .solutions .multi .ctr {
    color: #ff886c;
    font-size: .9em;
    line-height: 1.5em;
    display: inline-block; }

.solutions .solutions-more {
  margin-bottom: 40px; }
  .solutions .solutions-more img {
    float: left;
    margin-right: 20px; }
  .solutions .solutions-more .solution {
    margin-top: 5px;
    float: none; }

.about {
background-color: #4d4d4d;
color: #FFFFFF;
}
.about h2 {
  margin-bottom: 10px; }

.about .section-description {
  font-size: 1.25em;
  line-height: 1.4em; }

.about .icon {
  background: url("../images/monetize-icons.png") no-repeat center center;
  display: inline-block;
  height: 100px;
  width: 100%;
  margin-bottom: 20px;
  background-position: 0 0; }

.about p {
  line-height: 1.15rem;
  font-size: .85rem;
  margin-bottom: 40px; }

.about .icon-1 {
  background-position: 0 -100px; }

.about .icon-2 {
  background-position: 0 -200px; }

.about .icon-3 {
  background-position: 0 -300px; }

.about .icon-4 {
  background-position: 0 -400px; }

.about strong {
  font-size: 1rem;
  margin-bottom: 8px;
  display: inline-block; }

.trusted h2 {
  margin-bottom: 60px; }
  
.testimonials h2 {
  margin-top:-120px; }
  
.team {
  margin-bottom: -1px; }
  .team img.img-fluid {
    width: 140px;
    border: 5px #05b9cc solid;
    margin-bottom: 20px; }
  .team p {
    font-size: .8rem; }
    .team p span {
      font-size: 1.25rem;
      display: block; }

footer {
  background-color: #4d4d4d;
  font-size: .9rem;
  width: 100%;
  min-width: 100%; }
  footer h2 {
    color: #ccc;
    padding-top: 35px;
    margin-top: -10px; }
  footer .row {
    padding: 0px 0; }
  footer .row, footer a, footer a:hover, footer a:visited {
    color: #ccc; }
  footer a {
    text-decoration: none; }
    footer a:hover, footer a:visited {
      text-decoration: underline; }
  footer .partners {
    padding-bottom: 20px;
    font-size: 35px; }
      footer .partners img {
    padding-left: 10px;
    padding-right: 10px; }
  footer .copy {
    color: #ccc;
    padding-bottom: 40px; }
  footer .copy a:link, a:visited, a:active {
    color: #ccc;
    text-decoration: underline; }
  footer .copy a:hover {
    text-decoration: none; }
  footer img {
    margin: 0 auto; }
  footer ul {
    padding: 0 20px; }
  footer ul li:first-of-type {
    text-transform: uppercase; }

.btn {
  text-decoration: none;
  padding: 1em 2em;
  font-weight: 400;
  display: inline-block; }
  .btn.btn-default {
    color: white;
    background-color: #e84c3d;
    transition: .5s; }
    .btn.btn-default:hover {
      transition: .5s;
      background-color: #4d4d4d; }
      
.slide-navi-block  {
	display: inline-block; 
	margin: 20px auto 0px; 
	position: relative; 
	z-index: 99;
}
.slide-navs  {
    float: left;
	background: url("../images/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
	z-index: 99;
	}
.slide-navs:hover, .slide-navs.selected{
	background: url("../images/slide-bg-active.png") no-repeat scroll 0 0 transparent;
	}

