/*! 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;
          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;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

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

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

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

@media (min-width: 480px) {
  .container {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 768px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 992px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%; } }

@media (min-width: 390px) and (max-width: 479px) {
  .container {
    width: 390px; } }

@media (min-width: 600px) and (max-width: 767px) {
  .container {
    width: 600px; } }

/*@include mq("large") {
  .container {
    width: 1400px;
  }
}*/
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

@media (min-width: 480px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.333333%; }
  .pull-sm-2 {
    right: 16.666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.333333%; }
  .pull-sm-5 {
    right: 41.666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.333333%; }
  .pull-sm-8 {
    right: 66.666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.333333%; }
  .pull-sm-11 {
    right: 91.666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.333333%; }
  .push-sm-2 {
    left: 16.666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.333333%; }
  .push-sm-5 {
    left: 41.666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.333333%; }
  .push-sm-8 {
    left: 66.666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.333333%; }
  .push-sm-11 {
    left: 91.666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.333333%; }
  .pull-md-2 {
    right: 16.666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.333333%; }
  .pull-md-5 {
    right: 41.666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.333333%; }
  .pull-md-8 {
    right: 66.666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.333333%; }
  .pull-md-11 {
    right: 91.666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.333333%; }
  .push-md-2 {
    left: 16.666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.333333%; }
  .push-md-5 {
    left: 41.666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.333333%; }
  .push-md-8 {
    left: 66.666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.333333%; }
  .push-md-11 {
    left: 91.666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.333333%; }
  .pull-lg-2 {
    right: 16.666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.333333%; }
  .pull-lg-5 {
    right: 41.666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.333333%; }
  .pull-lg-8 {
    right: 66.666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.333333%; }
  .pull-lg-11 {
    right: 91.666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.333333%; }
  .push-lg-2 {
    left: 16.666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.333333%; }
  .push-lg-5 {
    left: 41.666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.333333%; }
  .push-lg-8 {
    left: 66.666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.333333%; }
  .push-lg-11 {
    left: 91.666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.333333%; }
  .pull-xl-2 {
    right: 16.666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.333333%; }
  .pull-xl-5 {
    right: 41.666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.333333%; }
  .pull-xl-8 {
    right: 66.666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.333333%; }
  .pull-xl-11 {
    right: 91.666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.333333%; }
  .push-xl-2 {
    left: 16.666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.333333%; }
  .push-xl-5 {
    left: 41.666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.333333%; }
  .push-xl-8 {
    left: 66.666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.333333%; }
  .push-xl-11 {
    left: 91.666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

.no-scroll--y {
  overflow-y: hidden; }

.no-scroll--x {
  overflow-x: hidden; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.icon {
  font-size: 18px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: 7px; }

svg:not(:root) {
  overflow: hidden;
  width: 1em;
  height: 1em; }

.section-header .heading {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .section-header .heading:before, .section-header .heading:after {
    position: absolute;
    content: "";
    width: 254px;
    background: #252525; }
    @media (min-width: 320px) and (max-width: 479px) {
      .section-header .heading:before, .section-header .heading:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .section-header .heading:before {
    bottom: 0;
    height: 6px; }
  .section-header .heading:after {
    bottom: 8px;
    height: 1px; }
  .section-header .heading .title {
    display: block;
    color: #252525;
    font-size: 36px;
    font-weight: 800; }
    .section-header .heading .title.sm {
      font-size: 18px;
      font-weight: 300; }

.section-header .text {
  color: #252525;
  font-size: 14px; }

.section-header.type--2 {
  text-align: center; }
  .section-header.type--2 .heading:before, .section-header.type--2 .heading:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .section-header.type--2 .heading .light {
    font-weight: 300; }

.section-header.white .title {
  color: #fff; }

.section-header.white .heading:before, .section-header.white .heading:after {
  background: #fff; }

.button {
  background: #fff;
  width: 151px;
  height: 55px;
  color: #252525;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #252525;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s; }
  .button:hover {
    background: #252525;
    color: #fff; }

.app-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .app-overlay.is-visible {
    opacity: 0.7;
    visibility: visible; }

.header-nav {
  --header-nav-height: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  margin-top: 5px;
  margin-right: 30px;
   }
  @media (max-width: 767px) {
    .header-nav {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-nav {
      display: none; } }
  .header-nav__item {
    /*&:hover .header-nav__sub {
      &--description {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
      }

      &--boxes {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
      }
    }*/ }
    .header-nav__item > a {
      padding-left: 13px;
      padding-right: 13px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      height: 100%;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: .3s;
      transition: .3s; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .header-nav__item > a {
          font-size: 14px; } }
    .header-nav__item:hover > a {
      background: #96d243;
      color: #fff; }
    .header-nav__item > ul {
      position: absolute;
      background: #fff;
      width: 225px;
      top: var(--header-bottom-height);
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 0;
      visibility: hidden;
      -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
              box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15); }
      .header-nav__item > ul > li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .header-nav__item > ul > li:nth-last-child(1) {
          border-bottom: 0 none; }
        .header-nav__item > ul > li > a {
          display: block;
          font-size: 14px;
          font-weight: 600;
          padding: 17px 15px;
          color: #252525;
          -webkit-transition: .3s;
          transition: .3s; }
          .header-nav__item > ul > li > a:hover {
            background: #96d243;
            color: #fff; }
    .header-nav__item:hover > ul {
      opacity: 1;
      visibility: visible; }
    .header-nav__item:hover .header-nav__sub {
      opacity: 1;
      visibility: visible; }
  .header-nav__sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    background: #fff;
    padding: 20px;
    min-height: var(--header-nav-height);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
    .header-nav__sub .row {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .header-nav__sub--description {
      padding-top: 40px;
      /*opacity: 0;
      visibility: hidden;
      transform: translateX(-50px);
      transition: all .7s ease .2s;*/ }
      .header-nav__sub--description .title {
        color: #3b3b3b;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: -0.5px;
        border-left: 5px solid #96d243;
        padding-left: 15px; }
      .header-nav__sub--description .text {
        color: #777;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 15px;
        padding-right: 40px; }
    .header-nav__sub--boxes {
      min-height: var(--header-nav-height);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /*opacity: 0;
      visibility: hidden;
      transform: translateX(50px);
      transition: all .7s ease .25s;*/ }
      .header-nav__sub--boxes ul li {
        margin-bottom: 20px; }
        .header-nav__sub--boxes ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          height: 100px;
          background: #f1f1f1;
          padding: 15px;
          border-top: 5px solid rgba(0, 0, 0, 0.05); }
          .header-nav__sub--boxes ul li a:before {
            position: absolute;
            content: "";
            top: -5px;
            left: 0;
            right: 0;
            background: #96d243;
            height: 5px;
            width: 0;
            -webkit-transition: width .3s;
            transition: width .3s; }
          .header-nav__sub--boxes ul li a:hover:before {
            width: 100%; }
          .header-nav__sub--boxes ul li a .text {
            color: #252525;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.4;
            position: absolute;
            bottom: 10px;
            padding-right: 10px; }

.mobile-nav {
  --common-height: 55px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding-bottom: var(--common-height);
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 10010;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s;
  transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s; }
  @media (min-width: 320px) and (max-width: 479px) {
    .mobile-nav {
      width: 320px; } }
  .mobile-nav.is-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .mobile-nav__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: var(--common-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px; }
    .mobile-nav__header .title {
      color: rgba(0, 0, 0, 0.5);
      font-size: 14px;
      font-weight: 600; }
    .mobile-nav__header .close {
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      font-weight: 600; }
  .mobile-nav__wrapper {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    min-height: calc(100% - var(--common-height)*2);
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .mobile-nav__wrapper > ul > li {
      display: block; }
      .mobile-nav__wrapper > ul > li > a {
        color: #252525;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding: 20px;
        -webkit-transition: .3s;
        transition: .3s;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        letter-spacing: -0.5px; }
        @media (min-width: 320px) and (max-width: 479px) {
          .mobile-nav__wrapper > ul > li > a {
            font-size: 16px; } }
        .mobile-nav__wrapper > ul > li > a:hover {
          background: #fff;
          color: #96d243; }
      .mobile-nav__wrapper > ul > li.open > a {
        background: #fff;
        color: #96d243;
        border-bottom: 0 none; }
  .mobile-nav__plus {
    position: absolute;
    right: 20px;
    font-size: 24px;
    margin-right: 0;
    color: #777;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mobile-nav__sub {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 15px;
    display: none; }
    .mobile-nav__sub > li {
      display: block; }
      .mobile-nav__sub > li > a {
        color: #777;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 20px;
        -webkit-transition: .3s;
        transition: .3s; }
        .mobile-nav__sub > li > a:hover {
          color: #96d243; }
  .mobile-nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    height: var(--common-height);
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff; }
  .mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .mobile-nav__social a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #777 none repeat scroll 0 0;
      border-radius: 100%;
      color: #fff;
      font-size: 18px;
      height: 40px;
      margin-left: 5px;
      margin-right: 5px;
      width: 40px;
      -webkit-transition: .3s;
      transition: .3s; }
      .mobile-nav__social a .icon {
        margin-right: 0; }
      .mobile-nav__social a:hover {
        background: #96d243; }

.slide {
  position: relative;
  overflow: hidden;
  background: #000; }

.slide-list {
  position: relative;
  top: 0;
  left: 0; }
  .slide-list li {
    display: none; }

.slide-photo,
.slide, .header-sub {
  height: 695px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .slide-photo,
    .slide, .header-sub {
      height: 400px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .slide-photo,
    .slide, .header-sub {
      height: 500px; } }

.slide-photo {
  overflow: hidden;
  opacity: .55; }
  .slide-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 10s ease-in 0s;
    transition: all 10s ease-in 0s; }

.slide-list li.is-active .slide-photo img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }

.slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12; }
  .slide-wrapper .container {
    height: 100%; }

.slide-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  max-width: 100%;
  width: 1000px;
  margin: -15px auto 0; }
  .slide-content h1.heading {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -1px;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .slide-content h1.heading:before {
      position: absolute;
      content: "";
      background: #96d243;
      width: 116px;
      height: 4px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .slide-content h1.heading span {
      font-weight: 300; }
      @media (min-width: 320px) and (max-width: 479px) {
        .slide-content h1.heading span {
          font-size: inherit; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .slide-content h1.heading {
        font-size: 32px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .slide-content h1.heading {
        font-size: 48px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slide-content h1.heading {
        font-size: 48px; } }
  .slide-content p.text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }

.slide-list li.is-active .slide-content h1.heading, .slide-list li.is-active .slide-content p.text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

/**
 ** Pagination
 **/
.slide-pagination {
  bottom: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1180px;
  z-index: 12;
  display: none; }
  @media (max-width: 767px) {
    .slide-pagination {
      display: block;
      text-align: center; } }
  .slide-pagination li {
    display: inline-block;
    margin: 0 3px; }
    .slide-pagination li a {
      background: #fff;
      border-radius: 20px;
      cursor: pointer;
      display: inline-block;
      font-size: 0;
      height: 13px;
      width: 13px;
      cursor: pointer;
      opacity: .3; }
    .slide-pagination li.is-active a {
      opacity: 1;
      -webkit-transform: scale(1.3);
              transform: scale(1.3); }

/**
 ** Controls
 **/
.slide-buttons {
  position: absolute;
  top: 50%;
  z-index: 12;
  left: 0;
  right: 0;
  display: block;
  margin-top: 45px; }
  @media (max-width: 767px) {
    .slide-buttons {
      display: none; } }
  .slide-buttons a {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    color: #7f3f0f;
    position: absolute;
    width: 57px;
    height: 57px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slide-buttons a:hover {
      background: #fff; }
    .slide-buttons a .icon {
      font-size: 28px;
      margin-right: 0;
      padding-top: 4px; }
    .slide-buttons a.next {
      right: 25px; }
    .slide-buttons a.prev {
      left: 25px; }

.scroll-top__btn {
  --size: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: #fff;
  width: var(--size);
  height: var(--size);
  text-align: center;
  color: #7f3f0f;
  font-size: 24px;
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 1000;
  -webkit-transition: .3s;
  transition: .3s; }
  .scroll-top__btn .icon {
    margin-right: 0;
    font-size: 24px; }
  .scroll-top__btn.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); }

.custom-form {
  position: relative; }
  @media (min-width: 320px) and (max-width: 479px) {
    .custom-form {
      margin-top: 30px; } }
  .custom-form ul li {
    margin-bottom: 20px; }
    .custom-form ul li.is-error input, .custom-form ul li.is-error textarea {
      border: 2px solid #d9534f; }
    .custom-form ul li input, .custom-form ul li textarea {
      width: 100%;
      height: 60px;
      padding-right: 20px;
      padding-left: 20px;
      font-family: inherit;
      color: #666;
      background: #fff;
      border: 2px solid rgba(0, 0, 0, 0.1);
      font-size: 16px;
      -webkit-transition: .3s;
      transition: .3s; }
      .custom-form ul li input:focus, .custom-form ul li textarea:focus {
        border: 2px solid #96d243; }
    .custom-form ul li input {
      padding-left: 80px; }
    .custom-form ul li textarea {
      padding-top: 20px;
      height: 150px; }
    .custom-form ul li .icon {
      margin-right: 0;
      width: 65px;
      height: 100%;
      position: absolute;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #666;
      font-size: 24px; }
      .custom-form ul li .icon:before {
        position: absolute;
        right: 0;
        content: "";
        background: rgba(0, 0, 0, 0.15);
        width: 1px;
        height: 20px; }
  .custom-form .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .custom-form .send input {
      background: #252525;
      height: 40px;
      border: 0 none;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      font-family: inherit;
      cursor: pointer;
      border: 2px solid transparent;
      -webkit-transition: .3s;
      transition: .3s;
      letter-spacing: 1px;
      border-radius: 3px;
      position: relative; }
      .custom-form .send input:hover {
        background: #96d243; }

.form--error {
  position: absolute;
  color: #d9534f;
  font-size: 12px;
  right: 20px;
  top: 5px; }

.form--loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s; }
  .form--loading .figure {
    width: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s ease .15s;
    transition: all .3s ease .15s; }
  .form--loading.is-visible {
    opacity: 1;
    visibility: visible; }
    .form--loading.is-visible .figure {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-messages.success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6; }
  .form-messages.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1; }

.header {
  background: #3b3b3b;
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  /*&-heading {
    font-size: 11px;
    color: #fff;
    opacity: .7;
    margin-top: 8px;
    margin-bottom: 8px;
  }*/ }
  @media (max-width: 767px) {
    .header {
      height: 100px; }
      .header .container {
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header .container {
      position: relative; }
    .header-bar {
      position: absolute;
      right: 10px;
      top: 72px; } }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .header-logo {
    position: relative;
    z-index: 12;
    margin-top: 13px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .header-logo {
        width: 190px;
        height: 125px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-logo {
        width: 190px;
        height: 123px; } }
    @media (max-width: 767px) {
      .header-logo {
        padding: 15px;
        margin-top: 10px;
        width: 150px;
        height: 100px; } }
    .header-logo a {
      display: block; }
    .header-logo img {
      width: 170px; }
  .header-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .header-numbers__lists {
      padding-bottom: 2px; }
      .header-numbers__lists span {
        color: #fff;
        font-size: 32px;
        font-weight: 200; }
    .header-numbers__right {
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header-numbers__right .heading {
        background: #252525;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 3px; }
    .header-numbers__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header-numbers__buttons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 35px;
        min-width: 55px;
        background: #222;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 3px; }
        .header-numbers__buttons a.is-active {
          background: #7f3f0f; }
        .header-numbers__buttons a:first-child {
          margin-left: 0; }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header-right {
        display: none; } }
    .header-right__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
       }
  .header-currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10px; }
    .header-currency__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .header-currency .item {
      background: #222;
      height: 35px;
      margin-left: 3px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px;
      min-width: 90px; }
      .header-currency .item:first-child {
        margin-left: 0; }
  .header-bar {
    display: none;
    background: #2d2d2d;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .header-bar .icon {
      margin-right: 0;
      color: #fff;
      font-size: 24px; }
  .header-lang {
    display: inline-flex }
    .header-lang:before {
      position: absolute;
      display: none;
      content: "";
      left: 0;
      top: 4px;
      height: 13px;
      width: 1px;
      background: rgba(255, 255, 255, 0.2); }
    .header-lang a {
      color: #fff;
    font-size: 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 5px;
    width: 30px;
    opacity: .7;
    height: 30px;
    font-weight: 700;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center; }
      .header-lang a:first-child {
        margin-left: 0; }

.section.parallax {
  background-position: center center;
  height: 356px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .section.parallax.type--2 {
    height: 536px; }
    .section.parallax.type--2 .section-overlay {
      background: rgba(255, 255, 255, 0.9); }
    .section.parallax.type--2 .container {
      position: relative;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .section.parallax.type--2 .container {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }

.section-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(150, 210, 67, 0.8);
  padding-top: 50px;
  padding-bottom: 30px; }

.section.hazelnut {
  margin-top: 140px;
  position: relative; }
  .section.hazelnut:before {
    position: absolute;
    content: "";
    background: url("../img/brush.png") no-repeat center center transparent;
    width: 100%;
    height: 82px;
    top: -82px; }

.shortcuts-carousel {
  margin-top: -60px;
  position: relative;
  z-index: 13; }
  @media (max-width: 767px) {
    .shortcuts-carousel {
      margin-top: 11px; } }

.shortcuts-card {
  position: relative;
  display: block; }
  .shortcuts-card:hover .shortcuts-description .heading:after {
    width: 53px; }
  .shortcuts-card:hover .shortcuts-photo img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.shortcuts-photo {
  height: 180px;
  overflow: hidden; }
  .shortcuts-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.shortcuts-description {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px; }
  .shortcuts-description .heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700; }
    .shortcuts-description .heading:before, .shortcuts-description .heading:after {
      position: absolute;
      content: "";
      height: 4px;
      bottom: 0;
      left: 20px; }
    .shortcuts-description .heading:before {
      width: 53px;
      background: rgba(255, 255, 255, 0.45); }
    .shortcuts-description .heading:after {
      background: #96d243;
      width: 0;
      -webkit-transition: width .3s;
      transition: width .3s; }

.about {
  margin-top: 85px; }
  @media (max-width: 767px) {
    .about {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .about .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .about-description {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .about-description {
        margin-top: 40px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .about-description {
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .about-description {
        margin-top: 0; } }
    .about-description .text {
      font-size: 14px;
      color: #252525;
      line-height: 1.7;
      margin-bottom: 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .about-description .text {
          font-size: 13px; } }
  .about-photo {
    overflow: hidden; }
    .about-photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.information-carousel .text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  width: 850px;
  max-width: 100%;
  line-height: 1.6;
  overflow: hidden;
  height: 74px; }

.news-carousel {
  margin-top: 40px; }

.news-card {
  background: #f1f1f1;
  height: 258px;
  padding: 20px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 479px) {
    .news-card {
      text-align: center; } }

.news-sub {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px; }
  .news-sub .title {
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    max-height: 79px;
    position: relative;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .news-sub .title:before {
      position: absolute;
      background: #96d243;
      content: "";
      width: 40px;
      height: 4px;
      bottom: 0; }
      @media (min-width: 320px) and (max-width: 479px) {
        .news-sub .title:before {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .news-sub .text {
    font-size: 14px;
    color: #252525;
    line-height: 1.7;
    overflow: hidden;
    height: 44px; }

.hazelnut-text {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #7f3f0f;
  width: 670px;
  max-width: 100%;
  line-height: 1.3; }
  @media (min-width: 320px) and (max-width: 479px) {
    .hazelnut-text {
      font-size: 32px;
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .hazelnut-text {
      font-size: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hazelnut-text {
      font-size: 36px;
      width: 380px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .hazelnut-text {
      width: 550px; } }
  .hazelnut-text span {
    font-weight: 300; }

.hazelnut-photo {
  position: absolute;
  right: -192px;
  bottom: -60px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .hazelnut-photo {
      right: -150px; } }
  @media (max-width: 767px) {
    .hazelnut-photo {
      right: 0;
      left: 0;
      bottom: 30px;
      text-align: center; } }
  .hazelnut-photo img {
    max-width: 100%;
    min-height: 100%; }
    @media (min-width: 320px) and (max-width: 479px) {
      .hazelnut-photo img {
        width: 88%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .hazelnut-photo img {
        width: 400px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hazelnut-photo img {
        width: 560px; } }

.inner-page__header {
  position: relative;
  overflow: hidden; }

.inner-page__photo {
  background: #3b3b3b;
  height: 400px; }
  @media (max-width: 767px) {
    .inner-page__photo {
      height: 300px; } }
  .inner-page__photo img {
    opacity: .15;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  width: 1180px;
  max-width: 100%;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 320px) and (max-width: 479px) {
    .inner-page__heading {
      padding-left: 10px;
      padding-right: 10px;
      max-width: 390px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .inner-page__heading {
      padding-left: 10px;
      padding-right: 10px;
      max-width: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .inner-page__heading {
      padding-left: 10px;
      padding-right: 10px;
      max-width: 768px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .inner-page__heading {
      padding-left: 10px;
      padding-right: 10px;
      max-width: 992px; } }
  .inner-page__heading .title {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    padding-left: 30px; }
    @media (min-width: 320px) and (max-width: 479px) {
      .inner-page__heading .title {
        font-size: 24px; } }
    .inner-page__heading .title:before {
      --size: 15px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: var(--size);
      height: var(--size);
      border-radius: 3px;
      border: 2px solid #96d243;
      content: ""; }

.inner-page__breadcrumbs {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .inner-page__breadcrumbs a {
    color: #fff;
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7); }
    .inner-page__breadcrumbs a:last-child:after {
      display: none; }
    .inner-page__breadcrumbs a:after {
      content: " / ";
      padding-left: 5px;
      padding-right: 8px; }

.inner-page__wrapper {
  min-height: 500px;
  padding-bottom: 100px; }
  .inner-page__wrapper.type--2 {
    margin-top: 30px; }
    .inner-page__wrapper.type--2 .col-sidebar__nav {
      margin-top: 0; }

.col-sidebar__heading.type--1 {
  background: #96d243;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700; }

.col-sidebar__heading.type--2 {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #96d243;
  border-left: 5px solid #96d243;
  padding-left: 10px; }

.col-sidebar__nav {
  margin-top: -50px; }
  @media (max-width: 767px) {
    .col-sidebar__nav {
      margin-top: 30px; } }
  .col-sidebar__nav ul {
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
    .col-sidebar__nav ul li {
      border-bottom: 1px solid #f0f0f0; }
      .col-sidebar__nav ul li:last-child {
        border-bottom: 0 none; }
      .col-sidebar__nav ul li a {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #252525;
        font-size: 14px;
        font-weight: 600;
        padding-left: 20px;
        padding-right: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }

.col-sidebar__shortcuts {
  position: relative; }
  @media (min-width: 480px) and (max-width: 767px) {
    .col-sidebar__shortcuts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; } }
  .col-sidebar__shortcuts .shortcuts-card {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .col-sidebar__shortcuts .shortcuts-card {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .col-sidebar__shortcuts .shortcuts-description {
      left: 10px;
      right: 10px; } }

.col-sidebar__posts ul {
  margin-top: 20px; }
  .col-sidebar__posts ul li {
    margin-bottom: 20px; }
    .col-sidebar__posts ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .col-sidebar__posts ul li a:hover .photo img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .col-sidebar__posts ul li a:hover .description {
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.col-sidebar__posts .photo {
  width: 120px;
  height: 90px;
  overflow: hidden; }
  .col-sidebar__posts .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.col-sidebar__posts .description {
  background: #f1f1f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s; }
  .col-sidebar__posts .description .title {
    color: #252525;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    max-height: 73px;
    line-height: 1.3; }

.content-text {
  color: #777;
  font-size: 14px;
  line-height: 1.7; }

.page-content__photo {
  background: #f1f1f1;
  padding: 10px; }
  .page-content__photo img {
    width: 100%;
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover; }

.page-content__heading {
  margin-top: 20px;
  margin-bottom: 20px; }
  .page-content__heading .title {
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 700; }
  .page-content__heading .date {
    display: block;
    margin-top: 5px;
    color: #a1a1a1;
    font-size: 13px;
    margin-top: 15px; }

.belgeler ul li {
  margin-bottom: 30px; }
  .belgeler ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 7px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s; }
    .belgeler ul li a:hover {
      background: #7f3f0f; }

.belgeler img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover; }

.news ul li {
  margin-bottom: 20px; }
  .news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #f1f1f1;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (min-width: 320px) and (max-width: 479px) {
      .news ul li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: inline-block; } }
    .news ul li a:hover .photo img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .news ul li a:hover {
      background: #fff;
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.news .photo {
  overflow: hidden;
  width: 340px;
  height: 220px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .news .photo {
      width: 100%;
      height: auto; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .news .photo {
      width: 190px;
      height: 150px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news .photo {
      width: 190px;
      height: 150px; } }
  .news .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.news .description {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media (min-width: 320px) and (max-width: 479px) {
    .news .description {
      margin-top: 20px;
      display: inline-block;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .news .description {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news .description {
      padding-left: 10px;
      padding-right: 10px; } }
  .news .description .title {
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.4;
    overflow: hidden;
    max-height: 54px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .news .description .title {
        max-height: 44px;
        font-size: 16px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .news .description .title {
        max-height: 44px;
        font-size: 16px; } }
    .news .description .title:before {
      --size: 15px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: var(--size);
      height: var(--size);
      border-radius: 3px;
      border: 2px solid #96d243;
      content: ""; }
  .news .description .text {
    color: #777;
    font-size: 13px;
    line-height: 1.6;
    overflow: hidden;
    max-height: 80px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .news .description .text {
        max-height: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .news .description .text {
        max-height: 40px; } }
  .news .description .date {
    color: #a1a1a1;
    font-size: 13px;
    margin-top: 15px; }
    @media (min-width: 320px) and (max-width: 479px) {
      .news .description .date {
        display: block;
        margin-top: 20px; } }

.news-detail {
  padding-right: 30px; }
  @media (max-width: 767px) {
    .news-detail {
      padding-right: 0; } }

.gallery ul li {
  margin-bottom: 20px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .gallery ul li {
      width: 50%; } }
  .gallery ul li a {
    display: block;
    position: relative;
    overflow: hidden; }
    .gallery ul li a:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.gallery img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }
  @media (max-width: 767px) {
    .gallery img {
      height: 120px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery img {
      height: 100px; } }

.documents ul li {
  margin-bottom: 20px; }
  .documents ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f1f1f1;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    position: relative;
    border-top: 5px solid rgba(0, 0, 0, 0.05); }
    .documents ul li a:before {
      position: absolute;
      content: "";
      top: -5px;
      left: 0;
      right: 0;
      background: #96d243;
      height: 5px;
      width: 0;
      -webkit-transition: width .3s;
      transition: width .3s; }
    .documents ul li a:hover:before {
      width: 100%; }

.documents .heading {
  color: #252525;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 20px; }

.documents .date {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #a1a1a1;
  font-size: 13px; }

.personnel ul li {
  margin-bottom: 20px; }
  .personnel ul li a {
    display: block;
    position: relative; }

.personnel .photo {
  overflow: hidden; }
  .personnel .photo img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 320px) and (max-width: 479px) {
      .personnel .photo img {
        height: auto; } }

.personnel .description {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .personnel .description .name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .personnel .description .rank {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px; }

.contact-address ul {
  margin-top: 60px; }
  .contact-address ul li {
    position: relative; }
    @media (max-width: 767px) {
      .contact-address ul li {
        margin-bottom: 40px; } }

.contact-address .icon {
  margin-right: 0;
  background: #96d243;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: -16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px; }

.contact-address__info {
  background: #f1f1f1;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px; }
  .contact-address__info .title {
    text-transform: uppercase;
    color: #444;
    font-size: 18px;
    font-weight: 600; }
  .contact-address__info .text {
    color: #919191;
    font-size: 13px;
    padding-top: 5px; }

.contact-map iframe {
  margin-top: 30px;
  height: 400px;
  width: 100%; }

.contact .section-header .heading:before, .contact .section-header .heading:after {
  width: 120px; }

.contact .section-header .heading .title {
  font-size: 24px; }

.product-detail__header {
  position: relative; }

.product-detail__photo {
  height: 600px; }
  .product-detail__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .1; }

.product-detail__summary {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-detail__summary .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.product-detail__description .title {
  color: #7f3f0f;
  font-weight: 800;
  font-size: 42px; }

.product-detail__description .text {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7;
  max-width: 500px; }

.product-detail__cover {
  height: 360px;
  overflow: hidden;
  background: #fff;
  padding: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .product-detail__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.product-detail__lists {
  padding-right: 30px; }
  .product-detail__lists ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 55px;
    background: #fff;
    color: #252525;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px; }
    .product-detail__lists ul li:nth-child(odd) {
      background: #f6f6f6; }
  .product-detail__lists .title {
    font-weight: 700;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
    width: 275px; }
  .product-detail__lists .text {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    font-size: 13px; }

.footer-top {
  background: #3b3b3b;
  min-height: 361px;
  padding-bottom: 40px; }

.footer-heading {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px; }
  .footer-heading:before {
    position: absolute;
    content: "";
    background: #96d243;
    width: 40px;
    height: 4px;
    bottom: 0;
    left: 0; }

.footer-item:not(:nth-child(1)) {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .footer-item:not(:nth-child(1)) {
      padding-top: 40px; } }

.footer-item:nth-child(1) {
  margin-top: -40px; }

.footer-item ul li {
  display: block; }
  .footer-item ul li a {
    display: block;
    font-size: 13px;
    color: #bcbcbc;
    padding-top: 5px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
    -webkit-transition: .3s;
    transition: .3s; }
    .footer-item ul li a:hover {
      color: #96d243; }

@media (max-width: 767px) {
  .footer-links {
    width: 50%; } }

.footer-logo {
  margin-bottom: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #363636;
  width: 242px;
  height: 147px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-logo img {
    width: 190px; }

.footer-text {
  color: #bcbcbc;
  font-size: 13px;
  line-height: 1.6;
  width: 350px;
  margin-bottom: 25px;
  max-width: 100%; }

.footer-contact .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.footer-contact .icon {
  color: #fff;
  font-size: 24px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-contact .icon {
      display: none; } }

.footer-contact .info {
  padding-left: 15px;
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-contact .info {
      padding-left: 0;
      padding-right: 0; } }
  .footer-contact .info .text {
    color: #bcbcbc;
    font-size: 14px; }

.footer-form {
  position: relative; }
  .footer-form .form--loading img {
    width: 80px;
    position: relative;
    top: -16px; }
  .footer-form .form-messages {
    height: 50px;
    padding: 0 15px;
    font-size: 13px; }
  .footer-form .form--error {
    background: #d9534f;
    height: 25px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    right: inherit;
    top: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    border-radius: 3px;
    color: #fff; }
  .footer-form input[type="text"] {
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 0 15px;
    font-family: inherit;
    font-weight: 500;
    border: 0;
    color: #222;
    font-size: 13px; }
  .footer-form input[type="submit"] {
    background: #96d243;
    height: 42px;
    width: 85px;
    font-family: inherit;
    font-size: 13px;
    position: absolute;
    font-weight: 600;
    top: 4px;
    right: 4px;
    color: #fff;
    border: 0 none;
    cursor: pointer; }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px; }
  .footer-social a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s;
    transition: .3s; }
    .footer-social a .icon {
      margin-right: 0;
      font-size: 20px; }
    .footer-social a .feather-facebook, .footer-social a .feather-twitter {
      fill: currentColor;
      stroke: inherit; }
    .footer-social a:hover {
      color: #96d243; }

.footer-bottom {
  background: #363636;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .footer-bottom .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .footer-bottom .text {
    color: #fff;
    font-size: 13px; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce; }
