/**
 * Main
 */
/* Utils */
/* Utils */
/**
 * Variables
 */
/* Vendors */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 320px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 360px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px; } }

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 658px;
    max-width: none; } }

@media (min-width: 992px) {
  .container {
    width: 914px; } }

@media (min-width: 1200px) {
  .container {
    width: 1017px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }

.col, .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, .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, .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: 992px) {
  .col, .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: 1200px) {
  .col, .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%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rtl .col, .rtl .col-xs-1, .rtl .col-sm-1, .rtl .col-md-1, .rtl .col-lg-1, .rtl .col-xs-2, .rtl .col-sm-2, .rtl .col-md-2, .rtl .col-lg-2, .rtl .col-xs-3, .rtl .col-sm-3, .rtl .col-md-3, .rtl .col-lg-3, .rtl .col-xs-4, .rtl .col-sm-4, .rtl .col-md-4, .rtl .col-lg-4, .rtl .col-xs-5, .rtl .col-sm-5, .rtl .col-md-5, .rtl .col-lg-5, .rtl .col-xs-6, .rtl .col-sm-6, .rtl .col-md-6, .rtl .col-lg-6, .rtl .col-xs-7, .rtl .col-sm-7, .rtl .col-md-7, .rtl .col-lg-7, .rtl .col-xs-8, .rtl .col-sm-8, .rtl .col-md-8, .rtl .col-lg-8, .rtl .col-xs-9, .rtl .col-sm-9, .rtl .col-md-9, .rtl .col-lg-9, .rtl .col-xs-10, .rtl .col-sm-10, .rtl .col-md-10, .rtl .col-lg-10, .rtl .col-xs-11, .rtl .col-sm-11, .rtl .col-md-11, .rtl .col-lg-11, .rtl .col-xs-12, .rtl .col-sm-12, .rtl .col-md-12, .rtl .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.rtl .col, .rtl .col-xs-1, .rtl .col-xs-2, .rtl .col-xs-3, .rtl .col-xs-4, .rtl .col-xs-5, .rtl .col-xs-6, .rtl .col-xs-7, .rtl .col-xs-8, .rtl .col-xs-9, .rtl .col-xs-10, .rtl .col-xs-11, .rtl .col-xs-12 {
  float: right; }

.rtl .col-xs-pull-12 {
  left: 100%; }

.rtl .col-xs-pull-11 {
  left: 91.66666667%; }

.rtl .col-xs-pull-10 {
  left: 83.33333333%; }

.rtl .col-xs-pull-9 {
  left: 75%; }

.rtl .col-xs-pull-8 {
  left: 66.66666667%; }

.rtl .col-xs-pull-7 {
  left: 58.33333333%; }

.rtl .col-xs-pull-6 {
  left: 50%; }

.rtl .col-xs-pull-5 {
  left: 41.66666667%; }

.rtl .col-xs-pull-4 {
  left: 33.33333333%; }

.rtl .col-xs-pull-3 {
  left: 25%; }

.rtl .col-xs-pull-2 {
  left: 16.66666667%; }

.rtl .col-xs-pull-1 {
  left: 8.33333333%; }

.rtl .col-xs-pull-0 {
  left: auto; }

.rtl .col-xs-push-12 {
  right: 100%; }

.rtl .col-xs-push-11 {
  right: 91.66666667%; }

.rtl .col-xs-push-10 {
  right: 83.33333333%; }

.rtl .col-xs-push-9 {
  right: 75%; }

.rtl .col-xs-push-8 {
  right: 66.66666667%; }

.rtl .col-xs-push-7 {
  right: 58.33333333%; }

.rtl .col-xs-push-6 {
  right: 50%; }

.rtl .col-xs-push-5 {
  right: 41.66666667%; }

.rtl .col-xs-push-4 {
  right: 33.33333333%; }

.rtl .col-xs-push-3 {
  right: 25%; }

.rtl .col-xs-push-2 {
  right: 16.66666667%; }

.rtl .col-xs-push-1 {
  right: 8.33333333%; }

.rtl .col-xs-push-0 {
  right: auto; }

.rtl .col-xs-offset-12 {
  margin-right: 100%; }

.rtl .col-xs-offset-11 {
  margin-right: 91.66666667%; }

.rtl .col-xs-offset-10 {
  margin-right: 83.33333333%; }

.rtl .col-xs-offset-9 {
  margin-right: 75%; }

.rtl .col-xs-offset-8 {
  margin-right: 66.66666667%; }

.rtl .col-xs-offset-7 {
  margin-right: 58.33333333%; }

.rtl .col-xs-offset-6 {
  margin-right: 50%; }

.rtl .col-xs-offset-5 {
  margin-right: 41.66666667%; }

.rtl .col-xs-offset-4 {
  margin-right: 33.33333333%; }

.rtl .col-xs-offset-3 {
  margin-right: 25%; }

.rtl .col-xs-offset-2 {
  margin-right: 16.66666667%; }

.rtl .col-xs-offset-1 {
  margin-right: 8.33333333%; }

.rtl .col-xs-offset-0 {
  margin-right: 0%; }

@media (min-width: 768px) {
  .rtl .col, .rtl .col-sm-1, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12 {
    float: right; }
  .rtl .col-sm-pull-12 {
    left: 100%; }
  .rtl .col-sm-pull-11 {
    left: 91.66666667%; }
  .rtl .col-sm-pull-10 {
    left: 83.33333333%; }
  .rtl .col-sm-pull-9 {
    left: 75%; }
  .rtl .col-sm-pull-8 {
    left: 66.66666667%; }
  .rtl .col-sm-pull-7 {
    left: 58.33333333%; }
  .rtl .col-sm-pull-6 {
    left: 50%; }
  .rtl .col-sm-pull-5 {
    left: 41.66666667%; }
  .rtl .col-sm-pull-4 {
    left: 33.33333333%; }
  .rtl .col-sm-pull-3 {
    left: 25%; }
  .rtl .col-sm-pull-2 {
    left: 16.66666667%; }
  .rtl .col-sm-pull-1 {
    left: 8.33333333%; }
  .rtl .col-sm-pull-0 {
    left: auto; }
  .rtl .col-sm-push-12 {
    right: 100%; }
  .rtl .col-sm-push-11 {
    right: 91.66666667%; }
  .rtl .col-sm-push-10 {
    right: 83.33333333%; }
  .rtl .col-sm-push-9 {
    right: 75%; }
  .rtl .col-sm-push-8 {
    right: 66.66666667%; }
  .rtl .col-sm-push-7 {
    right: 58.33333333%; }
  .rtl .col-sm-push-6 {
    right: 50%; }
  .rtl .col-sm-push-5 {
    right: 41.66666667%; }
  .rtl .col-sm-push-4 {
    right: 33.33333333%; }
  .rtl .col-sm-push-3 {
    right: 25%; }
  .rtl .col-sm-push-2 {
    right: 16.66666667%; }
  .rtl .col-sm-push-1 {
    right: 8.33333333%; }
  .rtl .col-sm-push-0 {
    right: auto; }
  .rtl .col-sm-offset-12 {
    margin-right: 100%; }
  .rtl .col-sm-offset-11 {
    margin-right: 91.66666667%; }
  .rtl .col-sm-offset-10 {
    margin-right: 83.33333333%; }
  .rtl .col-sm-offset-9 {
    margin-right: 75%; }
  .rtl .col-sm-offset-8 {
    margin-right: 66.66666667%; }
  .rtl .col-sm-offset-7 {
    margin-right: 58.33333333%; }
  .rtl .col-sm-offset-6 {
    margin-right: 50%; }
  .rtl .col-sm-offset-5 {
    margin-right: 41.66666667%; }
  .rtl .col-sm-offset-4 {
    margin-right: 33.33333333%; }
  .rtl .col-sm-offset-3 {
    margin-right: 25%; }
  .rtl .col-sm-offset-2 {
    margin-right: 16.66666667%; }
  .rtl .col-sm-offset-1 {
    margin-right: 8.33333333%; }
  .rtl .col-sm-offset-0 {
    margin-right: 0%; } }

@media (min-width: 992px) {
  .rtl .col, .rtl .col-md-1, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12 {
    float: right; }
  .rtl .col-md-pull-12 {
    left: 100%; }
  .rtl .col-md-pull-11 {
    left: 91.66666667%; }
  .rtl .col-md-pull-10 {
    left: 83.33333333%; }
  .rtl .col-md-pull-9 {
    left: 75%; }
  .rtl .col-md-pull-8 {
    left: 66.66666667%; }
  .rtl .col-md-pull-7 {
    left: 58.33333333%; }
  .rtl .col-md-pull-6 {
    left: 50%; }
  .rtl .col-md-pull-5 {
    left: 41.66666667%; }
  .rtl .col-md-pull-4 {
    left: 33.33333333%; }
  .rtl .col-md-pull-3 {
    left: 25%; }
  .rtl .col-md-pull-2 {
    left: 16.66666667%; }
  .rtl .col-md-pull-1 {
    left: 8.33333333%; }
  .rtl .col-md-pull-0 {
    left: auto; }
  .rtl .col-md-push-12 {
    right: 100%; }
  .rtl .col-md-push-11 {
    right: 91.66666667%; }
  .rtl .col-md-push-10 {
    right: 83.33333333%; }
  .rtl .col-md-push-9 {
    right: 75%; }
  .rtl .col-md-push-8 {
    right: 66.66666667%; }
  .rtl .col-md-push-7 {
    right: 58.33333333%; }
  .rtl .col-md-push-6 {
    right: 50%; }
  .rtl .col-md-push-5 {
    right: 41.66666667%; }
  .rtl .col-md-push-4 {
    right: 33.33333333%; }
  .rtl .col-md-push-3 {
    right: 25%; }
  .rtl .col-md-push-2 {
    right: 16.66666667%; }
  .rtl .col-md-push-1 {
    right: 8.33333333%; }
  .rtl .col-md-push-0 {
    right: auto; }
  .rtl .col-md-offset-12 {
    margin-right: 100%; }
  .rtl .col-md-offset-11 {
    margin-right: 91.66666667%; }
  .rtl .col-md-offset-10 {
    margin-right: 83.33333333%; }
  .rtl .col-md-offset-9 {
    margin-right: 75%; }
  .rtl .col-md-offset-8 {
    margin-right: 66.66666667%; }
  .rtl .col-md-offset-7 {
    margin-right: 58.33333333%; }
  .rtl .col-md-offset-6 {
    margin-right: 50%; }
  .rtl .col-md-offset-5 {
    margin-right: 41.66666667%; }
  .rtl .col-md-offset-4 {
    margin-right: 33.33333333%; }
  .rtl .col-md-offset-3 {
    margin-right: 25%; }
  .rtl .col-md-offset-2 {
    margin-right: 16.66666667%; }
  .rtl .col-md-offset-1 {
    margin-right: 8.33333333%; }
  .rtl .col-md-offset-0 {
    margin-right: 0%; } }

@media (min-width: 1200px) {
  .rtl .col, .rtl .col-lg-1, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9, .rtl .col-lg-10, .rtl .col-lg-11, .rtl .col-lg-12 {
    float: right; }
  .rtl .col-lg-pull-12 {
    left: 100%; }
  .rtl .col-lg-pull-11 {
    left: 91.66666667%; }
  .rtl .col-lg-pull-10 {
    left: 83.33333333%; }
  .rtl .col-lg-pull-9 {
    left: 75%; }
  .rtl .col-lg-pull-8 {
    left: 66.66666667%; }
  .rtl .col-lg-pull-7 {
    left: 58.33333333%; }
  .rtl .col-lg-pull-6 {
    left: 50%; }
  .rtl .col-lg-pull-5 {
    left: 41.66666667%; }
  .rtl .col-lg-pull-4 {
    left: 33.33333333%; }
  .rtl .col-lg-pull-3 {
    left: 25%; }
  .rtl .col-lg-pull-2 {
    left: 16.66666667%; }
  .rtl .col-lg-pull-1 {
    left: 8.33333333%; }
  .rtl .col-lg-pull-0 {
    left: auto; }
  .rtl .col-lg-push-12 {
    right: 100%; }
  .rtl .col-lg-push-11 {
    right: 91.66666667%; }
  .rtl .col-lg-push-10 {
    right: 83.33333333%; }
  .rtl .col-lg-push-9 {
    right: 75%; }
  .rtl .col-lg-push-8 {
    right: 66.66666667%; }
  .rtl .col-lg-push-7 {
    right: 58.33333333%; }
  .rtl .col-lg-push-6 {
    right: 50%; }
  .rtl .col-lg-push-5 {
    right: 41.66666667%; }
  .rtl .col-lg-push-4 {
    right: 33.33333333%; }
  .rtl .col-lg-push-3 {
    right: 25%; }
  .rtl .col-lg-push-2 {
    right: 16.66666667%; }
  .rtl .col-lg-push-1 {
    right: 8.33333333%; }
  .rtl .col-lg-push-0 {
    right: auto; }
  .rtl .col-lg-offset-12 {
    margin-right: 100%; }
  .rtl .col-lg-offset-11 {
    margin-right: 91.66666667%; }
  .rtl .col-lg-offset-10 {
    margin-right: 83.33333333%; }
  .rtl .col-lg-offset-9 {
    margin-right: 75%; }
  .rtl .col-lg-offset-8 {
    margin-right: 66.66666667%; }
  .rtl .col-lg-offset-7 {
    margin-right: 58.33333333%; }
  .rtl .col-lg-offset-6 {
    margin-right: 50%; }
  .rtl .col-lg-offset-5 {
    margin-right: 41.66666667%; }
  .rtl .col-lg-offset-4 {
    margin-right: 33.33333333%; }
  .rtl .col-lg-offset-3 {
    margin-right: 25%; }
  .rtl .col-lg-offset-2 {
    margin-right: 16.66666667%; }
  .rtl .col-lg-offset-1 {
    margin-right: 8.33333333%; }
  .rtl .col-lg-offset-0 {
    margin-right: 0%; } }

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

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

/**
 * LTR
 */
.ltr .col, .ltr .col-xs-1, .ltr .col-xs-2, .ltr .col-xs-3, .ltr .col-xs-4, .ltr .col-xs-5, .ltr .col-xs-6, .ltr .col-xs-7, .ltr .col-xs-8, .ltr .col-xs-9, .ltr .col-xs-10, .ltr .col-xs-11, .ltr .col-xs-12 {
  float: right; }

.ltr .col-xs-pull-12 {
  left: 100%; }

.ltr .col-xs-pull-11 {
  left: 91.66666667%; }

.ltr .col-xs-pull-10 {
  left: 83.33333333%; }

.ltr .col-xs-pull-9 {
  left: 75%; }

.ltr .col-xs-pull-8 {
  left: 66.66666667%; }

.ltr .col-xs-pull-7 {
  left: 58.33333333%; }

.ltr .col-xs-pull-6 {
  left: 50%; }

.ltr .col-xs-pull-5 {
  left: 41.66666667%; }

.ltr .col-xs-pull-4 {
  left: 33.33333333%; }

.ltr .col-xs-pull-3 {
  left: 25%; }

.ltr .col-xs-pull-2 {
  left: 16.66666667%; }

.ltr .col-xs-pull-1 {
  left: 8.33333333%; }

.ltr .col-xs-pull-0 {
  left: auto; }

.ltr .col-xs-push-12 {
  right: 100%; }

.ltr .col-xs-push-11 {
  right: 91.66666667%; }

.ltr .col-xs-push-10 {
  right: 83.33333333%; }

.ltr .col-xs-push-9 {
  right: 75%; }

.ltr .col-xs-push-8 {
  right: 66.66666667%; }

.ltr .col-xs-push-7 {
  right: 58.33333333%; }

.ltr .col-xs-push-6 {
  right: 50%; }

.ltr .col-xs-push-5 {
  right: 41.66666667%; }

.ltr .col-xs-push-4 {
  right: 33.33333333%; }

.ltr .col-xs-push-3 {
  right: 25%; }

.ltr .col-xs-push-2 {
  right: 16.66666667%; }

.ltr .col-xs-push-1 {
  right: 8.33333333%; }

.ltr .col-xs-push-0 {
  right: auto; }

.ltr .col-xs-offset-12 {
  margin-right: 100%; }

.ltr .col-xs-offset-11 {
  margin-right: 91.66666667%; }

.ltr .col-xs-offset-10 {
  margin-right: 83.33333333%; }

.ltr .col-xs-offset-9 {
  margin-right: 75%; }

.ltr .col-xs-offset-8 {
  margin-right: 66.66666667%; }

.ltr .col-xs-offset-7 {
  margin-right: 58.33333333%; }

.ltr .col-xs-offset-6 {
  margin-right: 50%; }

.ltr .col-xs-offset-5 {
  margin-right: 41.66666667%; }

.ltr .col-xs-offset-4 {
  margin-right: 33.33333333%; }

.ltr .col-xs-offset-3 {
  margin-right: 25%; }

.ltr .col-xs-offset-2 {
  margin-right: 16.66666667%; }

.ltr .col-xs-offset-1 {
  margin-right: 8.33333333%; }

.ltr .col-xs-offset-0 {
  margin-right: 0%; }

@media (min-width: 768px) {
  .ltr .col, .ltr .col-sm-1, .ltr .col-sm-2, .ltr .col-sm-3, .ltr .col-sm-4, .ltr .col-sm-5, .ltr .col-sm-6, .ltr .col-sm-7, .ltr .col-sm-8, .ltr .col-sm-9, .ltr .col-sm-10, .ltr .col-sm-11, .ltr .col-sm-12 {
    float: right; }
  .ltr .col-sm-pull-12 {
    left: 100%; }
  .ltr .col-sm-pull-11 {
    left: 91.66666667%; }
  .ltr .col-sm-pull-10 {
    left: 83.33333333%; }
  .ltr .col-sm-pull-9 {
    left: 75%; }
  .ltr .col-sm-pull-8 {
    left: 66.66666667%; }
  .ltr .col-sm-pull-7 {
    left: 58.33333333%; }
  .ltr .col-sm-pull-6 {
    left: 50%; }
  .ltr .col-sm-pull-5 {
    left: 41.66666667%; }
  .ltr .col-sm-pull-4 {
    left: 33.33333333%; }
  .ltr .col-sm-pull-3 {
    left: 25%; }
  .ltr .col-sm-pull-2 {
    left: 16.66666667%; }
  .ltr .col-sm-pull-1 {
    left: 8.33333333%; }
  .ltr .col-sm-pull-0 {
    left: auto; }
  .ltr .col-sm-push-12 {
    right: 100%; }
  .ltr .col-sm-push-11 {
    right: 91.66666667%; }
  .ltr .col-sm-push-10 {
    right: 83.33333333%; }
  .ltr .col-sm-push-9 {
    right: 75%; }
  .ltr .col-sm-push-8 {
    right: 66.66666667%; }
  .ltr .col-sm-push-7 {
    right: 58.33333333%; }
  .ltr .col-sm-push-6 {
    right: 50%; }
  .ltr .col-sm-push-5 {
    right: 41.66666667%; }
  .ltr .col-sm-push-4 {
    right: 33.33333333%; }
  .ltr .col-sm-push-3 {
    right: 25%; }
  .ltr .col-sm-push-2 {
    right: 16.66666667%; }
  .ltr .col-sm-push-1 {
    right: 8.33333333%; }
  .ltr .col-sm-push-0 {
    right: auto; }
  .ltr .col-sm-offset-12 {
    margin-right: 100%; }
  .ltr .col-sm-offset-11 {
    margin-right: 91.66666667%; }
  .ltr .col-sm-offset-10 {
    margin-right: 83.33333333%; }
  .ltr .col-sm-offset-9 {
    margin-right: 75%; }
  .ltr .col-sm-offset-8 {
    margin-right: 66.66666667%; }
  .ltr .col-sm-offset-7 {
    margin-right: 58.33333333%; }
  .ltr .col-sm-offset-6 {
    margin-right: 50%; }
  .ltr .col-sm-offset-5 {
    margin-right: 41.66666667%; }
  .ltr .col-sm-offset-4 {
    margin-right: 33.33333333%; }
  .ltr .col-sm-offset-3 {
    margin-right: 25%; }
  .ltr .col-sm-offset-2 {
    margin-right: 16.66666667%; }
  .ltr .col-sm-offset-1 {
    margin-right: 8.33333333%; }
  .ltr .col-sm-offset-0 {
    margin-right: 0%; } }

@media (min-width: 992px) {
  .ltr .col, .ltr .col-md-1, .ltr .col-md-2, .ltr .col-md-3, .ltr .col-md-4, .ltr .col-md-5, .ltr .col-md-6, .ltr .col-md-7, .ltr .col-md-8, .ltr .col-md-9, .ltr .col-md-10, .ltr .col-md-11, .ltr .col-md-12 {
    float: right; }
  .ltr .col-md-pull-12 {
    left: 100%; }
  .ltr .col-md-pull-11 {
    left: 91.66666667%; }
  .ltr .col-md-pull-10 {
    left: 83.33333333%; }
  .ltr .col-md-pull-9 {
    left: 75%; }
  .ltr .col-md-pull-8 {
    left: 66.66666667%; }
  .ltr .col-md-pull-7 {
    left: 58.33333333%; }
  .ltr .col-md-pull-6 {
    left: 50%; }
  .ltr .col-md-pull-5 {
    left: 41.66666667%; }
  .ltr .col-md-pull-4 {
    left: 33.33333333%; }
  .ltr .col-md-pull-3 {
    left: 25%; }
  .ltr .col-md-pull-2 {
    left: 16.66666667%; }
  .ltr .col-md-pull-1 {
    left: 8.33333333%; }
  .ltr .col-md-pull-0 {
    left: auto; }
  .ltr .col-md-push-12 {
    right: 100%; }
  .ltr .col-md-push-11 {
    right: 91.66666667%; }
  .ltr .col-md-push-10 {
    right: 83.33333333%; }
  .ltr .col-md-push-9 {
    right: 75%; }
  .ltr .col-md-push-8 {
    right: 66.66666667%; }
  .ltr .col-md-push-7 {
    right: 58.33333333%; }
  .ltr .col-md-push-6 {
    right: 50%; }
  .ltr .col-md-push-5 {
    right: 41.66666667%; }
  .ltr .col-md-push-4 {
    right: 33.33333333%; }
  .ltr .col-md-push-3 {
    right: 25%; }
  .ltr .col-md-push-2 {
    right: 16.66666667%; }
  .ltr .col-md-push-1 {
    right: 8.33333333%; }
  .ltr .col-md-push-0 {
    right: auto; }
  .ltr .col-md-offset-12 {
    margin-right: 100%; }
  .ltr .col-md-offset-11 {
    margin-right: 91.66666667%; }
  .ltr .col-md-offset-10 {
    margin-right: 83.33333333%; }
  .ltr .col-md-offset-9 {
    margin-right: 75%; }
  .ltr .col-md-offset-8 {
    margin-right: 66.66666667%; }
  .ltr .col-md-offset-7 {
    margin-right: 58.33333333%; }
  .ltr .col-md-offset-6 {
    margin-right: 50%; }
  .ltr .col-md-offset-5 {
    margin-right: 41.66666667%; }
  .ltr .col-md-offset-4 {
    margin-right: 33.33333333%; }
  .ltr .col-md-offset-3 {
    margin-right: 25%; }
  .ltr .col-md-offset-2 {
    margin-right: 16.66666667%; }
  .ltr .col-md-offset-1 {
    margin-right: 8.33333333%; }
  .ltr .col-md-offset-0 {
    margin-right: 0%; } }

@media (min-width: 1200px) {
  .ltr .col, .ltr .col-lg-1, .ltr .col-lg-2, .ltr .col-lg-3, .ltr .col-lg-4, .ltr .col-lg-5, .ltr .col-lg-6, .ltr .col-lg-7, .ltr .col-lg-8, .ltr .col-lg-9, .ltr .col-lg-10, .ltr .col-lg-11, .ltr .col-lg-12 {
    float: right; }
  .ltr .col-lg-pull-12 {
    left: 100%; }
  .ltr .col-lg-pull-11 {
    left: 91.66666667%; }
  .ltr .col-lg-pull-10 {
    left: 83.33333333%; }
  .ltr .col-lg-pull-9 {
    left: 75%; }
  .ltr .col-lg-pull-8 {
    left: 66.66666667%; }
  .ltr .col-lg-pull-7 {
    left: 58.33333333%; }
  .ltr .col-lg-pull-6 {
    left: 50%; }
  .ltr .col-lg-pull-5 {
    left: 41.66666667%; }
  .ltr .col-lg-pull-4 {
    left: 33.33333333%; }
  .ltr .col-lg-pull-3 {
    left: 25%; }
  .ltr .col-lg-pull-2 {
    left: 16.66666667%; }
  .ltr .col-lg-pull-1 {
    left: 8.33333333%; }
  .ltr .col-lg-pull-0 {
    left: auto; }
  .ltr .col-lg-push-12 {
    right: 100%; }
  .ltr .col-lg-push-11 {
    right: 91.66666667%; }
  .ltr .col-lg-push-10 {
    right: 83.33333333%; }
  .ltr .col-lg-push-9 {
    right: 75%; }
  .ltr .col-lg-push-8 {
    right: 66.66666667%; }
  .ltr .col-lg-push-7 {
    right: 58.33333333%; }
  .ltr .col-lg-push-6 {
    right: 50%; }
  .ltr .col-lg-push-5 {
    right: 41.66666667%; }
  .ltr .col-lg-push-4 {
    right: 33.33333333%; }
  .ltr .col-lg-push-3 {
    right: 25%; }
  .ltr .col-lg-push-2 {
    right: 16.66666667%; }
  .ltr .col-lg-push-1 {
    right: 8.33333333%; }
  .ltr .col-lg-push-0 {
    right: auto; }
  .ltr .col-lg-offset-12 {
    margin-right: 100%; }
  .ltr .col-lg-offset-11 {
    margin-right: 91.66666667%; }
  .ltr .col-lg-offset-10 {
    margin-right: 83.33333333%; }
  .ltr .col-lg-offset-9 {
    margin-right: 75%; }
  .ltr .col-lg-offset-8 {
    margin-right: 66.66666667%; }
  .ltr .col-lg-offset-7 {
    margin-right: 58.33333333%; }
  .ltr .col-lg-offset-6 {
    margin-right: 50%; }
  .ltr .col-lg-offset-5 {
    margin-right: 41.66666667%; }
  .ltr .col-lg-offset-4 {
    margin-right: 33.33333333%; }
  .ltr .col-lg-offset-3 {
    margin-right: 25%; }
  .ltr .col-lg-offset-2 {
    margin-right: 16.66666667%; }
  .ltr .col-lg-offset-1 {
    margin-right: 8.33333333%; }
  .ltr .col-lg-offset-0 {
    margin-right: 0%; } }

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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; }
  .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; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Base (like reset, typography, animations) */
html, body, input, select, button, textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #374970; }

html, body {
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  background-color: #fff; }

body {
  background-color: #fff; }

img {
  vertical-align: middle; }

a {
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

p {
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: normal;
  color: #212121; }
  @media (max-width: 1199px) {
    p {
      font-size: 15px; } }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.lity-close {
  position: absolute;
  background-color: none;
  border-radius: 50%;
  top: -45px;
  right: -45px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-shadow: none !important; }
  .lity-close:hover, .lity-close:focus, .lity-close:active {
    top: -45px; }
  @media (max-width: 1199px) {
    .lity-close {
      right: 0;
      top: -35px; }
      .lity-close:hover, .lity-close:focus, .lity-close:active {
        top: -35px; } }

.youtube-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  width: 100vw;
  max-width: 915px; }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/OpenSans-ExtraBoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans Condensed';
  src: url("../fonts/OpenSansCondensed-Bold.eot");
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("../fonts/OpenSansCondensed-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSansCondensed-Bold.woff") format("woff2"), url("../fonts/OpenSansCondensed-Bold.woff") format("woff"), url("../fonts/OpenSansCondensed-Bold.ttf") format("truetype"), url("../fonts/OpenSansCondensed-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-Bold.eot");
  src: local("Quicksand Bold"), local("Quicksand-Bold"), url("../fonts/Quicksand-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Bold.woff") format("woff2"), url("../fonts/Quicksand-Bold.woff") format("woff"), url("../fonts/Quicksand-Bold.ttf") format("truetype"), url("../fonts/Quicksand-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-Regular.eot");
  src: local("Quicksand Regular"), local("Quicksand-Regular"), url("../fonts/Quicksand-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Regular.woff") format("woff2"), url("../fonts/Quicksand-Regular.woff") format("woff"), url("../fonts/Quicksand-Regular.ttf") format("truetype"), url("../fonts/Quicksand-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-Light.eot");
  src: local("Quicksand Light"), local("Quicksand-Light"), url("../fonts/Quicksand-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Light.woff") format("woff2"), url("../fonts/Quicksand-Light.woff") format("woff"), url("../fonts/Quicksand-Light.ttf") format("truetype"), url("../fonts/Quicksand-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/OpenSans-SemiBoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic.svg") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-Medium.eot");
  src: local("Quicksand Medium"), local("Quicksand-Medium"), url("../fonts/Quicksand-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/Quicksand-Medium.woff") format("woff2"), url("../fonts/Quicksand-Medium.woff") format("woff"), url("../fonts/Quicksand-Medium.ttf") format("truetype"), url("../fonts/Quicksand-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans Condensed';
  src: url("../fonts/OpenSansCondensed-Light.eot");
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url("../fonts/OpenSansCondensed-Light.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSansCondensed-Light.woff") format("woff2"), url("../fonts/OpenSansCondensed-Light.woff") format("woff"), url("../fonts/OpenSansCondensed-Light.ttf") format("truetype"), url("../fonts/OpenSansCondensed-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Condensed';
  src: url("../fonts/OpenSansCondensed-LightItalic.eot");
  src: local("Open Sans Condensed Light Italic"), local("OpenSansCondensed-LightItalic"), url("../fonts/OpenSansCondensed-LightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSansCondensed-LightItalic.woff") format("woff2"), url("../fonts/OpenSansCondensed-LightItalic.woff") format("woff"), url("../fonts/OpenSansCondensed-LightItalic.ttf") format("truetype"), url("../fonts/OpenSansCondensed-LightItalic.svg") format("svg");
  font-weight: 300;
  font-style: italic; }

/* Slick Slide */
.slick-slide:focus {
  outline: 0; }

.arrow-prev {
  left: 32px;
  background-image: url("../images/templates/home/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px; }

.arrow-next {
  right: 32px;
  background-image: url("../images/templates/home/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 17px; }

@media (max-width: 1099px) {
  .arrow-prev {
    left: 15px; }
  .arrow-next {
    right: 15px; } }

@media (max-width: 991px) {
  .arrow-prev {
    background-position: center left 15px;
    background-size: 10px; }
  .arrow-next {
    background-position: center right 15px;
    background-size: 10px; } }

@media (max-width: 767px) {
  .arrow-prev {
    background-position: center left 9px;
    background-size: 8px;
    left: 13px; }
  .arrow-next {
    background-position: center right 9px;
    background-size: 8px;
    right: 13px; } }

.arrow-prev, .arrow-next {
  width: 52px;
  height: 52px;
  display: block;
  border: solid 1px rgba(163, 163, 163, 0.5);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.42);
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 3;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .arrow-prev:hover, .arrow-next:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09); }
  @media (max-width: 991px) {
    .arrow-prev, .arrow-next {
      width: 44px;
      height: 44px; } }
  @media (max-width: 767px) {
    .arrow-prev, .arrow-next {
      width: 30px;
      height: 30px; } }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 8px;
  z-index: 1;
  position: static; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 8px;
      width: 8px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      background: #efefef;
      border-radius: 50%; }
    .slick-dots li.slick-active button {
      background: #f34152; }

/* Components (components like boxes, general elements) */
/**
 *
 * Buttons
 *
 */
.button {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 2.5px 9px;
  border-radius: 999em; }
  .button:not(disabled) {
    cursor: pointer; }
  .button:disabled {
    cursor: not-allowed;
    color: #a3a3a3 !important;
    border-color: #a3a3a3 !important;
    background-color: #fff !important; }
    .button:disabled.button-solid {
      background-color: #a3a3a3 !important; }
  .button.button-large {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding: 12px 20px;
    display: inline-block; }
    @media (max-width: 767px) {
      .button.button-large {
        font-size: 10px;
        padding: 9px 14px 7px 12px; } }
    @media (min-width: 500px) and (max-width: 767px) {
      .button.button-large {
        font-size: 12px; } }
  .button.button-primary.button-solid {
    color: #fff;
    border: solid 1px #2196f3;
    background-color: #2196f3; }
  .button.button-primary.button-bordered {
    color: #2196f3;
    border: solid 1px #2196f3;
    background-color: #fff; }
    .button.button-primary.button-bordered:hover {
      color: #fff;
      border: solid 1px #2196f3;
      background-color: #2196f3; }
  .button.button-success.button-solid {
    color: #fff;
    border: solid 1px #09B024;
    background-color: #09B024; }
  .button.button-success.button-bordered {
    color: #09B024;
    border: solid 1px #09B024;
    background-color: #fff; }
    .button.button-success.button-bordered:hover {
      color: #fff;
      border: solid 1px #09B024;
      background-color: #09B024; }
  .button.button-white.button-solid {
    color: #2196f3;
    border: solid 1px #fff;
    background-color: #fff; }
  .button.button-white.button-bordered {
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent; }
    .button.button-white.button-bordered:hover {
      color: #2196f3;
      border: solid 1px #fff;
      background-color: #fff; }

/**
 *
 * Forms
 *
 */
.form-block div.wpcf7-response-output {
  display: none !important; }

.form-block .form-group {
  margin-bottom: 13px;
  position: relative;
  z-index: 1; }

.form-block label {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  margin-top: 3px;
  width: 100%; }
  .form-block label.error {
    color: #ef4e44; }

.form-block__label {
  color: #2196f3; }
  .form-block__label:after {
    content: none;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center; }

.form-block__input {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #212121;
  outline: none;
  caret-color: #2196f3;
  border-radius: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #2196f3;
  padding: 3px 0; }
  .form-block__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(33, 33, 33, 0.08); }
  .form-block__input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(33, 33, 33, 0.08); }
  .form-block__input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(33, 33, 33, 0.08); }
  .form-block__input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(33, 33, 33, 0.08); }
  .form-block__input.error {
    border-bottom-color: #d8d8d8; }
    .form-block__input.error ~ .form-block__label span {
      display: none; }
    .form-block__input.error ~ .form-block__label:after {
      content: '';
      background-image: url("../images/components/form/vi-red.svg"); }
  .form-block__input.valid {
    border-bottom-color: #d8d8d8; }
    .form-block__input.valid ~ .form-block__label {
      color: #d8d8d8; }
      .form-block__input.valid ~ .form-block__label:after {
        content: '';
        background-image: url("../images/components/form/vi-blue.svg"); }

.form-block__select {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #212121;
  outline: none;
  cursor: pointer;
  display: block;
  padding: 3px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
  width: 100%;
  border-bottom: 1px solid #2196f3;
  text-indent: '';
  padding-left: 0; }
  .form-block__select:disabled {
    cursor: default; }
  .form-block__select-placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(33, 33, 33, 0.08);
    line-height: 1.6;
    padding-bottom: 3px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .form-block__select.error {
    border-bottom-color: #d8d8d8; }
    .form-block__select.error ~ .form-block__label span {
      display: none; }
    .form-block__select.error ~ .form-block__label:after {
      content: '';
      background-image: url("../images/components/form/vi-red.svg"); }
  .form-block__select.valid {
    border-bottom-color: #d8d8d8; }
    .form-block__select.valid ~ .form-block__label {
      color: #d8d8d8; }
      .form-block__select.valid ~ .form-block__label:after {
        content: '';
        background-image: url("../images/components/form/vi-blue.svg"); }

.form-block .submit-btn {
  font-size: 10px;
  display: block;
  margin: 40px auto 0;
  width: 178px;
  padding: 9px 10px 7px;
  outline: none; }
  .form-block .submit-btn:before {
    content: '';
    width: 0;
    opacity: 0;
    height: 9px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/components/form/vi-green.svg");
    margin-right: 3px;
    margin-bottom: -1px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .form-block .submit-btn.submit-button-loading {
    color: #d8d8d8;
    border-color: #d8d8d8;
    pointer-events: none; }
  .form-block .submit-btn.submit-button-sent {
    pointer-events: none; }
    .form-block .submit-btn.submit-button-sent:before {
      width: 10px;
      opacity: 1; }
  .form-block .submit-btn.submit-button-sent, .form-block .submit-btn.submit-button-sent:hover {
    color: #09B024;
    border-color: #09B024;
    background-color: #fff;
    cursor: default; }

.section {
  font-family: "Quicksand", sans-serif; }
  .section__title {
    font-family: "Quicksand", sans-serif;
    font-size: 52px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    color: #2196f3;
    margin-bottom: 11px;
    -webkit-font-smoothing: antialiased;
    margin-top: 0; }
    .section__title:after {
      content: '';
      display: block;
      width: 43px;
      height: 4px;
      border-radius: 999em;
      background-color: #2196f3;
      margin-top: 16px;
      margin-left: 2px; }
    @media (max-width: 991px) {
      .section__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .section__title {
        font-size: 32px;
        line-height: 0.92; }
        .section__title:after {
          width: 20px;
          height: 2px;
          margin-top: 9px;
          margin-left: 1px; } }
    @media (max-width: 499px) {
      .section__title {
        font-size: 26px; } }
  .section__subtitle {
    font-family: "Quicksand", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.06;
    letter-spacing: normal;
    color: #2196f3;
    margin-top: 0;
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      .section__subtitle {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .section__subtitle {
        font-size: 20px; } }
    @media (min-width: 500px) and (max-width: 767px) {
      .section__subtitle {
        font-size: 26px; } }

/**
 * General styles
*/
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: none; }

.page-wrapper:not(.oldsite-content-wrapper) {
  padding-top: 185px; }
  @media (max-width: 1199px) {
    .page-wrapper:not(.oldsite-content-wrapper) {
      padding-top: 152px; } }
  @media (max-width: 767px) {
    .page-wrapper:not(.oldsite-content-wrapper) {
      padding-top: 113px; } }

body.body-fixed {
  height: 100vh;
  overflow: hidden; }

/**
 *
 * Modal
 *
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.74);
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .modal.get-demo-modal {
      background: none;
      top: 71px;
      z-index: 98; } }
  @media (max-width: 767px) {
    .modal.get-demo-modal .modal__close {
      display: none; } }
  .modal__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 51px;
    right: 47px; }
  .modal__close-wrapper {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media (max-width: 767px) {
      .modal__close-wrapper {
        display: none; } }
  .modal__close-line {
    width: 17px;
    height: 2px;
    background-color: #2196f3;
    display: block;
    position: absolute;
    border-radius: 999em; }
    .modal__close-line:first-child {
      top: 7px;
      left: -1px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .modal__close-line:last-child {
      bottom: 6px;
      right: -1px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .modal__title {
    font-family: "Quicksand", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.06;
    letter-spacing: normal;
    color: #2196f3;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .modal__title {
        display: none; } }
  .modal__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    padding: 20px 0;
    min-height: calc(100vh - 40px); }
    @media (max-width: 767px) {
      .modal__wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0;
        min-height: calc(100vh - 71px); } }
  .modal .modal-inner {
    width: 654px;
    padding: 87px 24px 95px;
    max-width: 100%;
    border-radius: 5px;
    border: solid 1px #979797;
    position: relative;
    background-color: #fff;
    z-index: 1; }
    @media (max-width: 767px) {
      .modal .modal-inner {
        border: 0;
        border-radius: 0;
        height: 100%;
        min-height: calc(100vh - 71px);
        width: 100%;
        padding: 75px 24px; } }
  .modal .modal-form {
    max-width: 274px;
    margin: 0 auto; }

.modal1 {
  background: #656667;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }
  @media (max-width: 767px) {
    .modal1 {
      top: auto;
      bottom: 0; } }
  .modal1:not(.is-open) {
    top: -100px;
    opacity: 0; }
    @media (max-width: 767px) {
      .modal1:not(.is-open) {
        top: auto;
        bottom: -100px; } }
  .modal1-inner {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .modal1-inner a {
      color: #fff;
      text-decoration: underline; }
      @media (max-width: 767px) {
        .modal1-inner a {
          display: block;
          margin-top: 3px; } }
    @media (max-width: 767px) {
      .modal1-inner {
        padding: 17px 15px;
        line-height: 1.4; } }
  .modal1 b {
    font-weight: 600; }
    @media (max-width: 1023px) {
      .modal1 b {
        display: block; } }
  .modal1-text {
    padding: 10px 30px; }
    @media (max-width: 767px) {
      .modal1-text {
        font-size: 16px;
        text-align: center;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        padding: 0; } }
    @media (max-width: 350px) {
      .modal1-text {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .modal1-text__wrapper {
        display: block; } }

/* Parts (parts like for sections) */
/**
 * Header
 */
.header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 99;
  /*====================================
	=            Opened state            =
	====================================*/
  /*=====  End of Opened state  ======*/
  /*======================================
	=            Scrolled state            =
	======================================*/
  /*=====  End of Scrolled state  ======*/ }
  @media (max-width: 991px) {
    .header {
      -webkit-box-shadow: 0 -51px 108px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 0 -51px 108px 0 rgba(0, 0, 0, 0.4);
      background-color: #fff; } }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 58px 0 32px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    @media (min-width: 1281px) {
      .header__inner {
        padding-left: 51px; } }
    @media (max-width: 1280px) {
      .header__inner {
        padding: 58px 0 32px; } }
    @media (max-width: 1199px) {
      .header__inner {
        padding: 60px 0 32px; } }
    @media (max-width: 991px) {
      .header__inner {
        padding: 26px 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 767px) {
      .header__inner {
        padding: 21px 0 19px; } }
  .header__logo {
    position: relative;
    width: 114px;
    height: 37px;
    display: block; }
    .header__logo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    @media (max-width: 991px) {
      .header__logo {
        width: 100px;
        height: 33px;
        margin-left: 40px; } }
    @media (max-width: 767px) {
      .header__logo {
        width: 74px;
        height: 24px;
        margin-left: 35px; } }
  .header-mobile-menu {
    width: 20px;
    height: 10px;
    position: absolute;
    z-index: 100;
    top: 42px;
    left: 0;
    cursor: pointer;
    display: block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    @media (min-width: 992px) {
      .header-mobile-menu {
        display: none; } }
    .header-mobile-menu .line {
      width: 100%;
      height: 2px;
      background: #2196f3;
      display: block;
      position: absolute;
      left: 0;
      border-radius: 999em;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .header-mobile-menu .line-1 {
      top: 0; }
    .header-mobile-menu .line-2 {
      bottom: 0; }
    .header-mobile-menu.opened .line-1 {
      top: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header-mobile-menu.opened .line-2 {
      bottom: 4px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    @media (max-width: 767px) {
      .header-mobile-menu {
        top: 34px;
        width: 18px;
        height: 7px; }
        .header-mobile-menu.opened .line-1 {
          top: 2px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .header-mobile-menu.opened .line-2 {
          bottom: 3px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); } }
  .header__container {
    max-width: 100%; }
    @media (min-width: 1281px) {
      .header__container {
        width: 1068px; } }
    @media (max-width: 767px) {
      .header__container {
        padding-left: 24px;
        padding-right: 21px;
        max-width: 500px; } }
  .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 0 0; }
    @media (max-width: 1199px) {
      .header__nav {
        padding-top: 6px; } }
    @media (max-width: 991px) {
      .header__nav {
        padding-top: 0; } }
    .header__nav-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .header__nav-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .header__nav-menu {
          position: fixed;
          top: 71px;
          left: 0;
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 87px 15px 122px;
          background-color: rgba(0, 0, 0, 0.95);
          height: calc(100vh - 71px);
          overflow-y: auto;
          display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .header__nav-menu {
          top: 92px; } }
      .header__nav-menu li {
        display: inline-block;
        margin-right: 36px;
        line-height: 1.6; }
        .header__nav-menu li.current-menu-item a {
          color: #2196f3; }
        .header__nav-menu li a {
          color: #212121;
          font-family: "Quicksand", sans-serif;
          font-size: 14px;
          font-weight: 500;
          line-height: 1.8;
          display: inline-block;
          letter-spacing: normal;
          color: rgba(33, 33, 33, 0.54);
          text-transform: uppercase;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
          .header__nav-menu li a.dropdown-link.link-opened {
            color: #2196f3; }
        @media (min-width: 992px) {
          .header__nav-menu li a:hover {
            color: #2196f3; } }
        @media (max-width: 991px) {
          .header__nav-menu li {
            margin-right: 0;
            width: 100%;
            text-align: center; }
            .header__nav-menu li:last-of-type a {
              border-bottom: 1px solid transparent; }
              .header__nav-menu li:last-of-type a:after {
                content: '';
                width: 100%;
                height: 1px;
                bottom: -1px;
                display: block;
                position: absolute;
                left: 0;
                opacity: 0.25;
                background-image: -webkit-radial-gradient(#D8D8D8, transparent);
                background-image: -o-radial-gradient(#D8D8D8, transparent);
                background-image: radial-gradient(#D8D8D8, transparent); }
            .header__nav-menu li a {
              font-size: 14px;
              font-weight: normal;
              color: #fff;
              text-transform: none;
              padding: 15px 0;
              border-top: 1px solid transparent;
              display: block;
              position: relative; }
              .header__nav-menu li a.dropdown-link {
                display: none; }
              .header__nav-menu li a:before {
                content: '';
                width: 100%;
                height: 1px;
                top: -1px;
                display: block;
                position: absolute;
                left: 0;
                opacity: 0.25;
                background-image: -webkit-radial-gradient(#D8D8D8, transparent);
                background-image: -o-radial-gradient(#D8D8D8, transparent);
                background-image: radial-gradient(#D8D8D8, transparent); } }
        .header__nav-menu li.dropdown-menu-item:hover .dropdown-link {
          color: #2196f3; }
        .header__nav-menu li.dropdown-menu-item .dropdown-menu {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding-left: 0;
          display: none;
          padding-top: 18px; }
          @media (max-width: 1199px) {
            .header__nav-menu li.dropdown-menu-item .dropdown-menu {
              padding-top: 10px; } }
          .header__nav-menu li.dropdown-menu-item .dropdown-menu li {
            margin: 0;
            line-height: 1.45; }
            .header__nav-menu li.dropdown-menu-item .dropdown-menu li a {
              line-height: normal;
              color: #8a8a8a;
              text-transform: unset; }
              .header__nav-menu li.dropdown-menu-item .dropdown-menu li a:hover {
                text-decoration: underline;
                color: #2196f3; }
          .header__nav-menu li.dropdown-menu-item .dropdown-menu .current-menu-item a {
            color: #2196f3; }
          @media (max-width: 991px) {
            .header__nav-menu li.dropdown-menu-item .dropdown-menu {
              display: block;
              padding-top: 0; }
              .header__nav-menu li.dropdown-menu-item .dropdown-menu li a {
                padding: 20px 0 19px;
                color: #fff;
                border-bottom: 0; }
                .header__nav-menu li.dropdown-menu-item .dropdown-menu li a:hover {
                  text-decoration: none;
                  color: #fff; }
              .header__nav-menu li.dropdown-menu-item .dropdown-menu li:last-of-type a {
                border-bottom: 0; }
                .header__nav-menu li.dropdown-menu-item .dropdown-menu li:last-of-type a:after {
                  content: none; } }
        @media (min-width: 992px) {
          .header__nav-menu li.mobile-menu-item {
            display: none; } }
        .header__nav-menu li.mobile-menu-item a {
          color: #6dacf3; }
    @media (max-width: 991px) {
      .header__nav .get-demo-button {
        padding: 10px 15px; } }
    @media (max-width: 767px) {
      .header__nav .get-demo-button {
        font-size: 10px;
        font-weight: bold;
        letter-spacing: normal;
        padding: 9px 10px 7px 11px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .header__nav .get-demo-button:before {
          content: '';
          width: 0;
          opacity: 0;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s;
          height: 10px;
          display: inline-block;
          background-image: url("../images/parts/header/header-close.svg");
          background-position: left center;
          background-repeat: no-repeat;
          margin-right: 4px;
          margin-bottom: -1px; }
        .header__nav .get-demo-button.close-request-demo {
          color: #fff;
          border: solid 1px #09B024;
          background-color: #09B024;
          padding: 9px 10px 7px 12px; }
          .header__nav .get-demo-button.close-request-demo:before {
            width: 10px;
            opacity: 1; } }
  .header.header-opened {
    background-color: #fff;
    -webkit-box-shadow: 0 -51px 108px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 -51px 108px 0 rgba(0, 0, 0, 0.4); }
    .header.header-opened.header-scrolled .header__inner {
      padding-bottom: 32px; }
      @media (max-width: 1199px) {
        .header.header-opened.header-scrolled .header__inner {
          padding-bottom: 25px; } }
      @media (max-width: 991px) {
        .header.header-opened.header-scrolled .header__inner {
          padding-bottom: 26px; } }
      @media (max-width: 767px) {
        .header.header-opened.header-scrolled .header__inner {
          padding-bottom: 19px; } }
    .header.header-opened .header__inner {
      padding-bottom: 32px; }
      @media (max-width: 1199px) {
        .header.header-opened .header__inner {
          padding-bottom: 25px; } }
      @media (max-width: 991px) {
        .header.header-opened .header__inner {
          padding: 26px 0; } }
      @media (max-width: 767px) {
        .header.header-opened .header__inner {
          padding: 21px 0 19px; } }
  .header.header-scrolled {
    background-color: #fff;
    -webkit-box-shadow: 0 -51px 108px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 -51px 108px 0 rgba(0, 0, 0, 0.4); }
    .header.header-scrolled .header__inner {
      padding: 31px 0 21px; }
      @media (min-width: 1281px) {
        .header.header-scrolled .header__inner {
          padding-left: 51px; } }
      @media (max-width: 1199px) {
        .header.header-scrolled .header__inner {
          padding: 26px 0; } }
      @media (max-width: 767px) {
        .header.header-scrolled .header__inner {
          padding: 21px 0 19px; } }

/**
 * Footer
 */
.section-footer {
  background-color: #fff;
  padding: 78px 0 74px;
  z-index: 1;
  position: relative; }
  @media (max-width: 991px) {
    .section-footer {
      padding: 78px 0 45px; } }
  @media (max-width: 767px) {
    .section-footer {
      padding: 45px 0 45px; } }
  .section-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 63px; }
    @media (max-width: 991px) {
      .section-footer__inner {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .section-footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .section-footer__nav {
    padding-left: 18px;
    padding-top: 6px;
    border-left: solid 1px rgba(130, 130, 130, 0.2);
    width: 165px;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .section-footer__nav {
        padding: 0;
        padding-left: 10px; }
        .section-footer__nav:last-of-type {
          max-width: 90px; } }
    @media (max-width: 767px) {
      .section-footer__nav {
        width: 100%;
        border-left: 0;
        padding: 0; }
        .section-footer__nav:not(:last-of-type) {
          margin-bottom: 49px; }
        .section-footer__nav:last-of-type {
          max-width: 100%; } }
    .section-footer__nav__title {
      font-family: "Quicksand", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.72;
      letter-spacing: normal;
      color: #212121;
      margin-top: 0;
      margin-bottom: 6px; }
      @media (max-width: 991px) {
        .section-footer__nav__title {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .section-footer__nav__title {
          opacity: 0.21;
          font-size: 14px;
          letter-spacing: normal;
          text-align: center;
          margin-bottom: 14px; } }
  .section-footer__list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .section-footer__list li {
      font-family: "Quicksand", sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.72; }
      .section-footer__list li a {
        line-height: normal;
        color: #212121;
        letter-spacing: normal;
        font-size: 14px; }
        .section-footer__list li a:hover {
          color: #2196f3; }
    @media (max-width: 991px) {
      .section-footer__list li a {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .section-footer__list {
        max-width: 180px;
        margin: 0 auto; }
        .section-footer__list li {
          text-align: center;
          border-top: solid 1px rgba(130, 130, 130, 0.2); }
          .section-footer__list li a {
            display: block;
            padding: 13px 0; }
          .section-footer__list li:last-of-type {
            border-bottom: solid 1px rgba(130, 130, 130, 0.2); } }
  .section-footer__copyright {
    padding-top: 55px; }
    @media (max-width: 767px) {
      .section-footer__copyright {
        padding-top: 41px; } }
    .section-footer__copyright:before {
      content: '';
      display: block;
      background-color: #2196f3;
      width: 43px;
      height: 4px;
      margin: 0 auto 9px;
      border-radius: 2px; }
      @media (max-width: 767px) {
        .section-footer__copyright:before {
          margin: 0 auto 15px; } }
    .section-footer__copyright p {
      border-radius: 2px;
      opacity: 0.54;
      font-family: "Quicksand", sans-serif;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: center;
      color: #212121; }
      @media (max-width: 767px) {
        .section-footer__copyright p {
          font-size: 10px;
          line-height: 1.2; } }

.no-testimonials .section-footer:before {
  content: '';
  width: 100%;
  height: 98px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 238, 238, 0)), to(rgba(216, 216, 216, 0.24)));
  background-image: -webkit-linear-gradient(bottom, rgba(238, 238, 238, 0), rgba(216, 216, 216, 0.24));
  background-image: -o-linear-gradient(bottom, rgba(238, 238, 238, 0), rgba(216, 216, 216, 0.24));
  background-image: linear-gradient(to top, rgba(238, 238, 238, 0), rgba(216, 216, 216, 0.24));
  background-position: top;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 767px) {
  .no-testimonials .section-footer {
    padding-top: 90px; } }

/* Templates */