/* ==================================================== */
/* ======================= Font ======================= */
/* ==================================================== */
/* --------------> GoogleSans */
@font-face {
  font-family: googlesans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/GoogleSans-Regular.eot");
  src: url("../fonts/eot/GoogleSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/GoogleSans-Regular.woff") format("woff"), url("../fonts/ttf/GoogleSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: googlesans;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/eot/GoogleSans-Bold.eot");
  src: url("../fonts/eot/GoogleSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/GoogleSans-Bold.woff") format("woff"), url("../fonts/ttf/GoogleSans-Bold.ttf") format("truetype");
}

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
html, body, div, input, h1, h2, h3, h4, h5, h6, label, textarea, ul, ol, li, img, a, span, th, td,
p, input, button, form, select, option, article, aside, canvas, details, figcaption, figure, footer, header,
nav, menu, nav, section, summary, video, audio {
  font-family: googlesans, arial, tahoma, sans-serif !important;
}

body {
  direction: ltr;
}

#header #menu-button {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  cursor: pointer;
}

#header .logo {
  float: left;
  background: url(../img/logo-header-dark-en.jpg) no-repeat;
}

#header ul.menu {
  float: right;
}

#header ul.menu > li {
  float: left;
}

#header ul.menu > li a {
  font-size: 18px;
}

#header ul.sub-menu {
  left: -8p;
  right: auto;
}

#header ul.sub-menu li a {
  font-size: 15px;
}

#header #language {
  float: right;
}

.home #header .logo {
  background: url(../img/logo-header-en.png) no-repeat;
}

#intro .content h1 {
  font-size: 70px;
}

@media (max-width: 1200px) {
  #intro .content h1 {
    font-size: 50px;
    line-height: 58px;
  }
}

@media (max-width: 992px) {
  #intro .content h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  #intro .content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  #intro .content p {
    font-size: 16px;
  }
}

#about .section div, #about .section p, #about .section a {
  font-size: 18px;
}

#about #about-team ul li.col {
  float: left;
}

#footer h2:after {
  right: auto;
  left: 0;
}

#single-project #show a span {
  margin-right: 0;
  margin-left: 10px;
}

#single-project #image #navigate .next {
  left: auto;
  right: -110px;
}

#single-project #image #navigate .next .arrow {
  background: url(../img/next-arrow.jpg) no-repeat;
}

#single-project #image #navigate .prev {
  right: auto;
  left: -110px;
}

#single-project #image #navigate .prev .arrow {
  background: url(../img/prev-arrow.jpg) no-repeat;
}

.category .post .img {
  float: left;
  margin: 0 12px 5px 0;
}

#pagination .numbers span {
  float: left;
}

.page #featured-img {
  float: left;
  margin: 0 15px 5px 0;
}

div.page .main-wrap p, div.page .main-wrap p * {
  font-family: googlesans, arial, tahoma, sans-serif !important;
  font-size: 18px;
}

div.page .main-title {
  font-size: 34px;
}

#page-about .section.third .content .count {
  font-size: 170px;
  margin-bottom: 50px;
}

#page-about .content, #page-about .content * {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

#question .button {
  margin-left: -48px;
  margin-right: auto;
}

#question .box .form .form-msg.form-error {
  text-align: right;
  display: inline-block;
  width: 100%;
}

#archive-project #filter li {
  float: left;
  margin-left: auto;
  margin-right: 40px;
}

#projects .button-wrap .button, #about .navigation span {
  font-size: 18px;
}

#header #consultation, #header ul.menu li a, #intro .content h1, #intro .follow, #about h2,
#description h2, #description .wrapper h3, #projects h2,
#projects .wrapper h3 a, #projects .button-wrap .button, #customers h2,
#customers .button-wrap .button, #technologies h2,
#footer .bottom #contact-form button, div.page .main-title,
#single-project #services h2, #single-project #project-technologies h2, #filter li a {
  font-family: googlesans, arial, tahoma, sans-serif !important;
}
/*# sourceMappingURL=ltr.css.map */