@charset "UTF-8";
/*
    Main configuration file
    Created by: Bold Interactive s.r.o.
*/
/***** NORMALIZE *****/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700|Raleway:300,400,600,700,800&subset=latin-ext');
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/***** //NORMALIZE *****/
/***** BASE LAYOUT *****/
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
  background: #fff;
  font-weight: 500;
}
body {
  font-family: 'Raleway', Arial, sans-serif;
  color: #2d3142;
  background: #fff;
  float: left;
  width: 100%;
  overflow-x: hidden;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: #2d3142;
  text-decoration: none;
}
ol {
  margin: 15px;
}
ol li {
  padding: 0px 0px 10px 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2em;
}
h1 {
  font-size: 2.3em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-size: 2.143em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.85em;
  }
}
h3 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
h5 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 22px;
  }
}
h6 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
/***** //BASE LAYOUT *****/
/***** HELPER *****/
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.separator:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.affix {
  position: fixed;
}
.clear {
  clear: both;
}
.margin__vertical--s {
  margin: 10px 0;
}
.margin__vertical--m {
  margin: 15px 0;
}
.margin__vertical--l {
  margin: 20px 0;
}
.margin__vertical--xl {
  margin: 40px 0;
}
.margin__horizontal--s {
  margin: 0 10px;
}
.margin__horizontal--m {
  margin: 0 15px;
}
.margin__horizontal--l {
  margin: 0 20px;
}
.margin__horizontal--xl {
  margin: 0 40px;
}
.margin__top--s {
  margin-top: 10px;
}
.margin__top--m {
  margin-top: 15px;
}
.margin__top--l {
  margin-top: 20px;
}
.margin__top--xl {
  margin-top: 40px;
}
.margin__bottom--s {
  margin-bottom: 10px;
}
.margin__bottom--m {
  margin-bottom: 15px;
}
.margin__bottom--l {
  margin-bottom: 20px;
}
.margin__bottom--xl {
  margin-bottom: 40px;
}
.txt-uppercase {
  text-transform: uppercase;
}
.txt-lowercase {
  text-transform: lowercase;
}
.txt-strong {
  font-weight: 700;
}
.txt-semibold {
  font-weight: 600;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.tablet-hide {
  display: block;
}
.tablet-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .tablet-hide {
    display: none;
  }
  .tablet-block {
    display: block;
  }
}
.mobile-hide {
  display: block;
}
.mobile-block {
  display: none;
}
@media screen and (max-width: 750px) {
  .mobile-hide {
    display: none;
  }
  .mobile-block {
    display: block;
  }
}
.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-middle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-middle2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-self: flex-end;
  align-self: flex-end;
}
.transition150 {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.transition100 {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
/***** //HELPER *****/
/***** GRID *****/
.container {
  margin-right: auto;
  margin-left: auto;
  /*
  padding-left: @grid-gutter-width/2;
  padding-right: @grid-gutter-width/2;
  */
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 1160px;
  }
  .container.large {
    width: 1200px;
  }
  .container.medium {
    width: 1100px;
  }
  .container.small {
    width: 1020px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1140px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/***** GRID *****/
/***** LAYOUT *****/
.header {
  padding: 13px 0;
  float: left;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 600;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
@media screen and (max-width: 850px) {
  .header.openMenu {
    background: #fff;
  }
}
.header .container {
  width: 1600px;
}
@media screen and (max-width: 1650px) {
  .header .container {
    width: 100%;
  }
}
.header img {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.header .logo {
  padding-left: 10px;
}
.header.sticky {
  background: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.header.sticky img {
  width: 120px;
}
.header.sticky .navigation {
  padding: 0;
}
.slider {
  height: 869px;
  width: 100%;
  float: left;
  padding-bottom: 70px;
  background: url('../images/slider_bg.jpg') no-repeat center bottom;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .slider {
    height: 650px;
    padding: 0px 25px 70px 25px;
  }
}
@media screen and (max-width: 450px) {
  .slider {
    height: 750px;
  }
}
.slider .container {
  width: 1160px;
}
@media screen and (max-width: 1200px) {
  .slider .container {
    width: 100%;
    padding: 0px 25px;
  }
}
@media screen and (max-width: 850px) {
  .slider .container {
    padding: 0px;
  }
}
.slider h1 {
  font-size: 56px;
  font-weight: normal;
  max-width: 700px;
  margin-top: 0px;
}
@media screen and (max-width: 850px) {
  .slider h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 650px) {
  .slider h1 {
    font-size: 35px;
  }
}
.slider h1 strong {
  display: block;
  font-weight: 900;
}
.slider .btn {
  margin-right: 25px;
  min-width: 165px;
}
.slider .btn:hover {
  background: #fff;
  color: #1579d5;
  border-color: #1579d5;
}
.slider .btn.btn--white:hover {
  background: #1579d5;
  color: #fff;
  border-color: #1579d5;
}
@media screen and (max-width: 550px) {
  .slider .btn {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.navigation {
  float: left;
  width: 100%;
  font-family: 'Quicksand', 'Arial', sans-serif;
  padding: 13px 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }
}
.navigation > ul {
  margin: 0px;
  list-style: none;
  display: block;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .navigation > ul {
    display: none;
  }
}
.navigation > ul > li {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .navigation > ul > li {
    margin: 0px 5px;
  }
}
.navigation > ul > li > a {
  padding: 15px 12px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .navigation > ul > li > a {
    padding: 10px 13px;
  }
}
.navigation > ul > li > a:after {
  content: '';
  height: 2px;
  width: 70%;
  left: 15%;
  bottom: 5px;
  float: left;
  background: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.navigation > ul > li:hover > a:after {
  opacity: 1;
}
.navigation > ul > li.active a:after {
  opacity: 1;
}
.header.sticky .navigation > ul > li > a {
  color: #2d3142;
}
.header.sticky .navigation > ul > li > a:hover {
  color: #1579d5;
}
.header.sticky .navigation > ul > li > a:after {
  background: #1579d5;
}
.header.sticky .navigation > ul > li.active > a {
  color: #1579d5;
}
.header.sticky .navigation > ul > li.active > a:after {
  background: #1579d5;
}
.mobile-menu {
  display: none;
  width: 100%;
  float: left;
  position: fixed;
  left: 0px;
  right: 0px;
  background: #fff;
  border-top: 1px solid #efefef;
  top: 96px;
  z-index: 500;
  padding: 15px 0;
  text-align: center;
  transition: top 150ms linear;
  -webkit-transition: top 150ms linear;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.mobile-menu ul {
  margin: 0 auto;
  padding: 0;
}
.mobile-menu ul li {
  display: block;
  clear: both;
  margin: 2px 0;
  padding: 2px 0;
}
.mobile-menu ul li a,
.mobile-menu ul li span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 4px 15px;
  color: #1579d5;
  overflow: hidden;
  text-transform: uppercase;
}
.mobile-menu ul li a:hover,
.mobile-menu ul li span:hover {
  color: #2e2e3f;
}
.mobile-menu ul li span {
  display: block;
  position: relative;
  cursor: pointer;
}
.mobile-menu ul li span:after {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #000;
  width: 20px;
  height: 20px;
  float: right;
  position: absolute;
  right: 0px;
  top: 6px;
  text-align: center;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.mobile-menu ul li span.toggleMenu:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu ul li ul {
  display: none;
  margin-left: 15px;
}
.mobile-menu ul li ul li a,
.mobile-menu ul li ul li span {
  text-transform: none;
  font-size: 16px;
  padding: 2px;
}
.header.sticky .mobile-menu {
  top: 80px;
}
.mobile-menu__open {
  display: none;
  width: 37px;
  height: 30px;
  position: relative;
  float: right;
  margin: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .mobile-menu__open {
    display: inline-block;
  }
}
.mobile-menu__open-wrap {
  float: right;
  cursor: pointer;
  margin: 5px 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-menu__open-wrap {
    display: inline-block;
  }
}
@media screen and (max-width: 400px) {
  .mobile-menu__open-wrap {
    margin: 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .mobile-menu__open-wrap {
    float: none;
  }
}
.mobile-menu__open span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mobile-menu__open span:nth-child(1) {
  top: 0px;
}
.mobile-menu__open span:nth-child(2),
.mobile-menu__open span:nth-child(3) {
  top: 10px;
}
.mobile-menu__open span:nth-child(4) {
  top: 20px;
}
.mobile-menu__open.open span {
  background: #1579d5;
}
.mobile-menu__open.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-menu__open.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu__open.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu__open.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header.sticky .mobile-menu__open {
  margin: 10px 20px;
}
.header.sticky .mobile-menu__open span {
  background: #1579d5;
}
.block {
  float: left;
  width: 100%;
  padding: 50px 0 80px;
}
@media screen and (max-width: 850px) {
  .block {
    padding: 25px 0px 40px;
  }
}
.block__title {
  text-align: center;
  font-size: 48px;
  padding: 15px;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.block__subtitle {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.hpNews {
  background: #f7f6fa;
}
.hpNews .container {
  margin-top: -110px;
}
@media screen and (min-width: 851px) {
  .hpNews .container .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hpNews .container .row .col-md-4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 850px) {
  .hpNews .container {
    margin-top: -150px;
  }
}
.hpNews__block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.hpNews__block .image {
  background-size: cover;
  height: 170px;
  width: 100%;
  float: left;
  position: relative;
}
.hpNews__block .image img {
  display: none;
}
.hpNews__block .image a {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.hpNews__block .image a:before {
  content: '\f0fe';
  font-family: 'FontAwesome';
  width: 100%;
  text-align: center;
  position: Absolute;
  top: -50%;
  margin-top: -10px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.hpNews__block .image a:hover {
  background: rgba(21, 121, 213, 0.5);
}
.hpNews__block .image a:hover:before {
  top: 50%;
}
.hpNews__block .meta {
  float: left;
  width: 100%;
  padding: 10px 30px 13px;
  border-bottom: 1px solid #ebeaee;
}
.hpNews__block .meta i {
  margin-right: 5px;
}
.hpNews__block .content {
  float: left;
  width: 100%;
  padding: 13px 30px 30px 30px;
}
.hpNews__block .content .title {
  font-size: 16px;
  color: #1579d5;
  margin: 15px 0 15px;
}
.hpNews__block .content .title a {
  color: #1579d5;
}
.hpNews__block .content .title a:hover {
  color: #000;
}
.hpNews__block .content .description {
  line-height: 23px;
}
.hpNews__block .content .link {
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.hpNews__block .content .link i {
  margin-left: 5px;
  font-size: 12px;
}
.hpNews__block .content .link:hover {
  color: #1579d5;
}
.hpNews__block .content .link:hover i {
  color: #1579d5;
}
.hpAboutUs {
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  background-image: url('../images/aboutUs_bg.jpg');
  background-position: left -400px bottom 0px;
  background-repeat: no-repeat;
  min-height: 890px;
  padding: 70px 0 0 0;
}
@media screen and (max-width: 900px) {
  .hpAboutUs {
    padding: 40px 15px;
    min-height: auto;
  }
}
.hpAboutUs .block__title {
  margin-bottom: 12px;
}
@media screen and (max-width: 2500px) {
  .hpAboutUs {
    background-position: left 0px bottom 0px;
  }
}
@media screen and (max-width: 2250px) {
  .hpAboutUs {
    background-position: left -200px bottom 0px;
  }
}
@media screen and (max-width: 1900px) {
  .hpAboutUs {
    background-position: left -300px bottom 0px;
  }
}
@media screen and (max-width: 1650px) {
  .hpAboutUs {
    background-position: left -450px bottom 0px;
  }
}
@media screen and (max-width: 1400px) {
  .hpAboutUs {
    background-position: left -650px bottom 0px;
  }
}
@media screen and (max-width: 900px) {
  .hpAboutUs {
    background-image: none;
  }
}
.hpAboutUs__right {
  padding: 75px 0 55px 50px;
  float: right;
  width: 53%;
}
@media screen and (max-width: 900px) {
  .hpAboutUs__right {
    width: 100%;
    padding: 40px 0;
  }
}
.hpAboutUs__right p {
  line-height: 24px;
}
.hpAboutUs .iconList {
  margin-top: 35px;
}
.hpTeam .block__title {
  margin-bottom: 12px;
}
.hpTeam .block__title + div div p {
  margin-bottom: 65px;
}
.hpTeam .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.hpTeam__block {
  width: 33.3333%;
  float: left;
  padding: 15px;
  margin: 35px 0 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .hpTeam__block {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .hpTeam__block {
    width: 100%;
  }
}
.hpTeam__block .image {
  margin-bottom: 28px;
  position: relative;
}
.hpTeam__block .image:before {
  content: '';
  background: #efefef;
  width: 23%;
  height: 1px;
  float: left;
  top: 50%;
  position: absolute;
  left: -15px;
}
.hpTeam__block .image:after {
  content: '';
  background: #efefef;
  width: 23%;
  height: 1px;
  float: right;
  top: 50%;
  position: absolute;
  right: -15px;
  z-index: 50;
}
.hpTeam__block .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 10px 8px 25px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 8px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 8px 25px 0px rgba(0, 0, 0, 0.05);
}
.hpTeam__block .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.hpTeam__block .position {
  padding: 15px 0;
  display: block;
}
.hpTeam__block .description {
  position: relative;
  padding: 35px 15px 0 15px;
  line-height: 27px;
}
.hpTeam__block .description:before {
  content: '';
  width: 30px;
  height: 2px;
  top: 13px;
  float: left;
  position: absolute;
  clear: both;
  background: #1579d5;
  left: 50%;
  margin-left: -15px;
}
.hpTeam__block .cv {
  margin-top: 25px;
  font-weight: bold;
  color: #1579d5;
  text-transform: uppercase;
  display: block;
}
.hpTeam__block .cv i {
  font-size: 18px;
  margin-right: 5px;
}
.hpTeam__block .cv:hover {
  color: #000;
}
.hpTeam__block .cv:hover i {
  color: #000;
}
@media screen and (min-width: 801px) {
  .hpTeam__block:nth-child(3n + 3) .image:after {
    display: none;
  }
  .hpTeam__block:nth-child(3n + 1) .image:before {
    display: none;
  }
}
.hpPartners {
  background: #f7f6fa;
  padding: 60px 0 70px 0;
}
.hpPartners .block__title {
  margin-bottom: 12px;
}
.hpPartners__gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  flex-wrap: wrap;
  margin-top: 45px;
}
.hpPartners__gallery div {
  flex: 1 0 25%;
  float: left;
  width: 25%;
  padding: 50px 25px;
  border-left: 1px solid #e9e8eb;
  border-bottom: 1px solid #e9e8eb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hpPartners__gallery div:nth-child(1n + 5) {
  border-bottom: 0px;
}
.hpPartners__gallery div:nth-child(1),
.hpPartners__gallery div:nth-child(5),
.hpPartners__gallery div:nth-child(9) {
  border-left: 0;
}
.hpPartners__gallery div:nth-child(1n + 9) {
  border-top: 1px solid #e9e8eb;
}
@media screen and (max-width: 670px) {
  .hpPartners__gallery div {
    flex: 1 0 33.3333%;
    border: 0 !important;
    padding: 30px 25px;
  }
  .hpPartners__gallery div:nth-child(2),
  .hpPartners__gallery div:nth-child(6) {
    border-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .hpPartners__gallery div {
    flex: 1 0 50%;
  }
}
.hpContact {
  padding: 60px 0 70px 0;
}
@media screen and (max-width: 450px) {
  .hpContact {
    padding: 60px 15px 70px 15px;
  }
}
.hpContact .block__title {
  margin-bottom: 40px;
}
.hpContact .container {
  width: 965px;
}
@media screen and (max-width: 980px) {
  .hpContact .container {
    width: 100%;
  }
}
.hpContact .defaultform {
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hpContact .defaultform {
    border-top: 1px solid #efefef;
    padding-top: 40px;
  }
}
.hpContact .defaultform .btn {
  padding: 15px 50px;
  float: right;
  font-size: 14px;
}
.hpContact .defaultform .message-alert {
  display: none;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #79bdb3;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.hpContact .defaultform .message-alert.error {
  background: #c32d2d;
}
.hpContact hr {
  display: block;
  width: 79%;
  height: 1px;
  border: 0px;
  background: #efefef;
  clear: both;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .hpContact hr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hpContact .circleList {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 450px) {
  .hpContact .circleList {
    width: 100%;
  }
}
.hpContact .contactInfo {
  display: block;
  padding: 10px 0;
  line-height: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .hpContact .contactInfo {
    margin-bottom: 25px;
    width: 50%;
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 450px) {
  .hpContact .contactInfo {
    width: 100%;
    text-align: left;
    font-size: 17px;
  }
}
.hpContact .contactInfo span {
  margin-top: 5px;
  display: block;
  color: #1579d5;
}
.hpContact .contactInfo span a {
  color: #1579d5;
}
.hpContact .contactInfo span a:hover {
  color: #2d3142;
}
.hpContact .contactInfo i {
  color: #1579d5;
}
.footer {
  background: #b4bcc9;
  color: #fff;
  padding: 30px 0 28px;
  float: left;
  width: 100%;
  text-align: center;
}
/***** //LAYOUT *****/
button:active,
button:focus,
button:hover {
  outline: 0;
}
.btn {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Quicksand', 'Arial', sans-serif;
  padding: 18px 25px;
  width: auto;
  text-align: center;
  cursor: pointer;
  border: 1px solid #1579d5;
  margin: 0px;
  padding: 20px 45px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: #1579d5;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .btn {
    padding: 15px 40px;
  }
}
.btn:hover {
  background: #2e2e3f;
  border-color: #2e2e3f;
}
.btn:active,
.btn:focus {
  outline: 0;
}
.btn--arrowR {
  padding: 18px 20px 18px 25px;
}
.btn--arrowR svg {
  float: right;
  margin-right: 5px;
}
.btn--arrowR:hover svg {
  margin-right: 0px;
  margin-left: 5px;
}
.btn--white {
  background-color: #fff;
  color: #1579d5;
}
.btn--white:hover {
  background-color: #1579d5;
  color: #fff;
  border-color: #1579d5;
}
.btn--transparent {
  background: transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e5e5e5 inset !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
select,
textarea {
  color: #000;
  background-color: #f7f6fa;
  border: 0px solid #d8d8d7;
  padding: 15px 15px;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
select:focus,
textarea:focus {
  outline: 0px;
  border-color: #afd859;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="phone"]:disabled,
select:disabled,
textarea:disabled {
  background: #eeeeee;
}
textarea {
  color: #000;
  background-color: #f7f6fa;
  padding: 15px 20px;
  width: 100%;
  min-height: 170px;
  margin-bottom: 20px;
}
textarea:focus {
  outline: 0px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 45px;
  padding-top: 3px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #cdcdcd;
  background: #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 5px;
  left: 6px;
  font-size: 1.2em;
  line-height: 1;
  color: #a3a3a3;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 30px;
}
[type="radio"]:disabled + label {
  color: #b2b3b0;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #d9d9d8;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #f6be00;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.default-form label {
  margin: 16px 0 0;
  display: block;
}
.notList li {
  list-style: none;
  display: inline-block;
}
.iconList {
  list-style: none;
  margin: 0px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.iconList li {
  list-style: none;
  display: inline-block;
  width: calc(50% - 25px);
  float: left;
  margin: 15px 0px 15px 0px;
  padding-left: 60px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  min-height: 50px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (min-width: 551px) {
  .iconList li:nth-child(2n + 2) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 550px) {
  .iconList li {
    width: 100%;
  }
}
.iconList li img,
.iconList li svg {
  float: left;
  max-height: 45px;
  max-width: 45px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -23px;
}
.circleList {
  list-style: none;
  margin: 0px 0px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.circleList li {
  list-style: none;
  display: inline-block;
  width: 100%;
  float: left;
  margin: 7px 0px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  min-height: 40px;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #1579d5;
}
.circleList li a {
  color: #1579d5;
}
.circleList li a:hover {
  color: #2d3142;
}
.circleList li i {
  background: #1579d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 800;
}
.popup-inner {
  max-width: 850px;
  width: 90%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #000;
  height: 70vh;
}
.popup-content {
  height: 100%;
  padding: 0px;
  max-height: 70vh;
}
.popup-overlay {
  width: 100%;
  height: 100%;
  float: left;
}
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  border-radius: 1000px;
  background: #ffffff;
  font-family: Arial, Sans-Serif;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #000;
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  text-decoration: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('assets/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 13px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 4px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 6px;
  line-height: 12px;
  text-align: center;
  color: black;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #676866;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.socialBanners {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.socialBanners .socialBanner {
  float: left;
  width: calc(33.33333% - 30px);
  margin: 15px;
  height: 185px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .socialBanners .socialBanner {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .socialBanners .socialBanner {
    width: calc(100% - 30px);
  }
}
.socialBanners .socialBanner .socialBannerTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}
.socialBanners .socialBanner.newsletter {
  background-image: url('../images/banner_bg_newsletter.jpg');
  background-color: #0b7677;
}
@media screen and (max-width: 1000px) {
  .socialBanners .socialBanner.newsletter {
    width: calc(100% - 30px);
  }
}
.socialBanners .socialBanner.newsletter p {
  color: #fff;
  font-weight: 600;
}
.socialBanners .socialBanner.newsletter .newsletterForm {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  float: left;
}
.socialBanners .socialBanner.newsletter .newsletterForm input {
  width: 100%;
  float: left;
  background: #fff;
  padding: 12px 120px 12px 21px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.socialBanners .socialBanner.newsletter .newsletterForm button {
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 13px 21px;
  border: 0px;
}
.socialBanners .socialBanner.social .socialBannerTitle {
  line-height: 49px;
  font-size: 18px;
}
.socialBanners .socialBanner.social .socialBannerTitle img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.socialBanners .socialBanner.social .btn--yellow {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 18px;
}
.socialBanners .socialBanner.social--ig {
  background-image: url('../images/banner_bg_instagram.jpg');
  background-color: #9042b5;
}
.socialBanners .socialBanner.social--fb {
  background-image: url('../images/banner_bg_facebook.jpg');
  background-color: #3b5a9a;
}
.socialBanners.inLeftCol {
  margin-top: 20px;
}
.socialBanners.inLeftCol .socialBanner {
  width: 100%;
  margin: 15px 0;
}
.socialBanners.inLeftCol .socialBanner.social {
  background: transparent;
  height: auto;
  padding: 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .socialBanners.inLeftCol .socialBanner.social {
    width: 50%;
  }
}
.socialBanners.inLeftCol .socialBanner.social img {
  float: left;
}
.socialBanners.inLeftCol .socialBanner.social .socialBannerTitle {
  color: #50514f;
  font-size: 15px;
  line-height: 19px;
}
.socialBanners.inLeftCol .socialBanner.social .socialBannerTitle:hover {
  color: #0b7677;
}
.socialBanners.inLeftCol .socialBanner.social .socialBannerTitle p {
  font-weight: 500;
}
.pagination {
  float: left;
  width: 100%;
  margin: 25px 0;
  text-align: center;
}
.pagination .arrow:first-child {
  margin-right: 10px;
}
.pagination .arrow:last-child {
  margin-left: 10px;
}
.pagination .arrow svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 3px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.pagination .arrow svg path {
  fill: #50514f;
}
.pagination .arrow:hover svg path {
  fill: #fff;
}
.pagination span,
.pagination a {
  padding: 0px 10px 0px 10px;
  line-height: 31px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-weight: 500;
  height: 30px;
  min-width: 30px;
  overflow: hidden;
}
.pagination a:hover {
  background: #f6be00;
  border-color: #f6be00;
  color: #fff;
}
.pagination span.space {
  border: 0px;
}
.pagination span.current {
  background: #f6be00;
  border-color: #f6be00;
  color: #fff;
}
.alertContainer {
  position: fixed;
  float: left;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 500;
}
.alert {
  width: 100%;
  float: left;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  position: relative;
}
.alert--success {
  background: #0ad600;
}
.alert .close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 17px;
  float: right;
  top: 17px;
  cursor: pointer;
}
.alert .close svg path {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.alert .close:hover svg path {
  fill: #000;
}
