/* Heading Hero */
/* Heading Default */
/* Heading Big */
/* Heading Small */
/* Heading Products */
/* Body Hero */
/* Body Default */
/* Pre-Heading */
/* Card Date */
/* Readmore Card */
/* Category Card */
/* Pre-Heading Card */
/* Label Products */
/* Button Default */
/* Button Outline */
/* Override Settings */
#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 390px;
  /* Height of the footer element */
}

@media (max-width: 767px) {
  #content {
    padding-bottom: 390px;
    /* Height of the footer element */
  }
}
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
html, body {
  margin: 0 !important;
  height: 100% !important;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  *font-size: 100%;
  /* 3 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  *zoom: 1;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  *margin: 1em 0;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  *quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  *margin: 1em 0;
}

dd {
  *margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  *padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  *list-style: none;
  *list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  *-ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 3 */
  *margin-left: -7px;
  /* 4 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "HelveticaNeue-CondensedBold";
  src: url("../../../fonts/HelveticaNeue-CondensedBold.eot");
  /* IE9 Compat Modes */
  src: url("../../../fonts/HelveticaNeue-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeue-CondensedBold.woff2") format("woff2"), url("../../../fonts/HelveticaNeue-CondensedBold.woff") format("woff"), url("../../../fonts/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../../../fonts/HelveticaNeue-CondensedBold.svg") format("svg");
  /* Legacy iOS */
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

.heading-hero {
  font-family: "Lato";
  font-size: 45px;
  color: #fff;
  text-align: left;
  will-change: opacity, transform;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading-default {
  font-family: "Lato";
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading-big {
  font-family: "Lato";
  font-size: 27px;
  color: #333;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading-small {
  font-family: "Lato";
  font-size: 17px;
  color: #333;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.heading-products {
  font-family: "Lato";
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
  z-index: 2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.body-hero {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 400;
  color: #fff;
  text-align: left;
  will-change: opacity, transform;
  margin-bottom: 20px;
}

.body-default {
  font-family: "Lato";
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 10px;
  margin-bottom: 15px;
}

.pre-heading {
  font-family: "Lato";
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.card-date {
  font-family: "Lato";
  font-size: 11px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.readmore-card {
  font-family: "Lato";
  font-size: 11px;
  color: #469A60;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.category-card {
  position: absolute;
  background: #469A60;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.category-card p {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pre-heading-products {
  font-family: "Lato";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  z-index: 2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.price-label-products {
  font-family: "Lato";
  color: #fff;
  font-weight: 700;
  background: #469A60;
  z-index: 2;
  position: absolute;
  right: 15px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.button-default {
  background-color: #ED9539 !important;
  font-family: "Lato";
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  will-change: opacity, transform;
  padding: 10px 14px 10px 14px;
  border-radius: 100px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.button-default:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.button-outline {
  border: 1px solid #ED9539;
  font-family: "Lato";
  color: #ED9539;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 14px 10px 14px;
  border-radius: 100px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.button-outline:hover {
  color: #fff !important;
  background: #ED9539;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.form-material-input {
  outline: none !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  font-family: "Lato" !important;
  color: #999;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.form-material-input:hover, .form-material-input:active, .form-material-input:focus {
  border-bottom: 2px solid #469A60 !important;
  color: #333;
}

.form-input {
  height: 40px !important;
  border: 1px solid #ececec;
  font-family: "Lato";
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.search-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}
.search-container__btn {
  position: relative;
  width: 150px;
  height: 40px;
  right: 1%;
  top: 5px;
  border-radius: 100px;
  outline: none;
  font-family: "Karla";
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  background: #ED9539;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.search-container__wrapper {
  width: 100%;
}
.search-container__wrapper__icon {
  position: relative;
  top: 18px;
  left: -78.7%;
}
.search-container__wrapper__input {
  height: 50px;
  width: calc(100% + 138px);
  max-width: 750px;
  border-radius: 100px;
  padding-left: 45px;
  padding-right: 150px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 630px) {
  .search-container__wrapper__icon {
    left: -74.7%;
  }
}
@media (max-width: 540px) {
  .search-container__wrapper__icon {
    left: -70.7%;
  }
}
@media (max-width: 400px) {
  .search-container__wrapper__icon {
    left: -62.7%;
  }
}
.flickity-page-dots .dot.is-selected {
  background: #ED9539 !important;
}

.flickity-page-dots .dot {
  background: #fff !important;
  border: 1px solid #ED9539 !important;
  opacity: 1 !important;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px !important;
}

.flickity-prev-next-button {
  background: rgba(221, 60, 127, 0.75) !important;
}

.flickity-prev-next-button .arrow {
  fill: #fff !important;
}

.flickity-prev-next-button:disabled {
  display: none !important;
}

.navbar-default .navbar-nav li a {
  font-family: "Lato";
  color: #999;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav li a {
    font-size: 16px;
    padding-top: 10px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 7px;
  }
}
@media (max-width: 989px) {
  .navbar-default .navbar-nav li a {
    font-size: 16px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .navbar-default .navbar-right {
    margin-top: 85px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
}
.navbar-default .navbar-right {
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background: #ED9539 !important;
}

.nav-tabs > li.active > a {
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar:hover, .navbar-default .navbar-toggle .icon-bar:focus {
  background-color: #ED9539;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #ED9539 !important;
  font-weight: 700;
}

.navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar:hover, .navbar-default .navbar-toggle .icon-bar:focus {
  background: #ED9539 !important;
}

a.login,
a.logout {
  position: relative;
  display: block;
  padding: 10px 15px;
  float: right;
  background: #469A60 !important;
  color: #999;
  width: 90px;
  text-align: center;
}

@media only screen and (min-width: 989px) {
  .navbar-nav > li:hover::after, .navbar-nav > li:focus::after, .navbar-nav > li:active::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .navbar-nav > li::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ED9539;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .navbar-default .navbar-nav li a {
    font-family: "Lato" !important;
    text-transform: uppercase;
    font-size: 16px !important;
    color: #999 !important;
  }
}
.navbar {
  margin-bottom: 0px;
  min-height: 90px;
}

.navbar-default {
  background: #fff !important;
  border: none;
  z-index: 3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.navbar-brand {
  z-index: 100;
  position: absolute;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.navbar-header {
  width: 100%;
}

.outer-wrapper-hero {
  background: #ED9539;
  height: 470px;
}

.hero-elevation {
  margin-top: 20px;
  max-width: 1340px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

.form-hero-wrapper {
  position: absolute;
  background: #fff;
  height: 480px;
  z-index: 100;
  right: 0;
  will-change: opacity, transform;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -ms-transition: right 0.2s;
  transition: right 0.2s;
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  transition: bottom 0.2s;
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  -ms-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.form-hero-wrapper__container {
  height: 100%;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */
}

.hero {
  background: #ED9539;
}
.hero__img {
  height: 560px;
}
.hero__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-text-container {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: flex-start;
  align-items: flex-start;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  height: 100%;
}

#td-clock-0 .td-clock:before {
  border-color: #469A60 !important;
}

.td-select svg {
  stroke: #469A60 !important;
}

#td-clock-0 .td-clock {
  box-shadow: 0 0 0 1px #469A60, 0 0 0 8px rgba(0, 0, 0, 0.05) !important;
}

@media only screen and (min-width: 991px) {
  #close-btn {
    display: none !important;
  }
}
@media (max-width: 1163px) {
  .form-hero-wrapper__container {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .form-hero-wrapper__container {
    display: none;
  }

  .form-hero-wrapper {
    background: #fff;
    height: 65px;
    z-index: 100;
    position: fixed !important;
    right: -10px;
    bottom: -10px;
    width: 65px !important;
    will-change: opacity, transform, height, width, box-shadow, right, bottom, border-radius;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    -webkit-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -ms-transition: right 0.2s;
    transition: right 0.2s;
    -webkit-transition: bottom 0.2s;
    -moz-transition: bottom 0.2s;
    -ms-transition: bottom 0.2s;
    transition: bottom 0.2s;
    -webkit-transition: border-radius 0.2s;
    -moz-transition: border-radius 0.2s;
    -ms-transition: border-radius 0.2s;
    transition: border-radius 0.2s;
  }

  .popup-open {
    position: fixed !important;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100vw !important;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .hero__img {
    height: 520px;
  }
}
.intro {
  border-bottom: 1px solid #ececec;
  background: #fafafa;
  padding-top: 100px;
  margin-bottom: 50px;
}
.intro__wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.intro__container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .intro__container {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .intro__container {
    width: 100%;
  }
}
.header-section {
  background: #fafafa;
  -webkit-box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.container-btn {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-end;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-end;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
}

.products-img, .news-img-detail, .products-img-detail {
  width: 100%;
  height: 250px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.products-img-detail {
  height: 500px;
}

.products-overlay {
  display: none !important;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */
  background: rgba(0, 0, 0, 0.4);
  transition: all ease-out 0.3s;
}

.products-img:hover > .products-overlay, .news-img-detail:hover > .products-overlay, .products-img-detail:hover > .products-overlay {
  display: flex !important;
  transition: all ease-in 0.3s;
}

@media (max-width: 991px) {
  .container-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
}
@media (max-width: 500px) {
  .products-img-detail {
    height: 250px;
  }

  .products-overlay {
    display: flex !important;
  }
}
.container-element-carousel {
  max-width: 262px;
  margin: 0px;
  /*background: $carousel-element-news-background;
  @if $set-shadow-carousel-element-news == true{
      @include prefix (box-shadow, 0px 2px 4px 0px rgba(0,0,0,0.1));
  }*/
}

.news-img-list {
  width: 100%;
  height: 400px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.news-img-detail {
  height: 400px;
}

@media (max-width: 500px) {
  .news-img-detail {
    height: 250px;
  }

  .news-img-list {
    height: 250px;
  }
}
.img-elevation {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.poi-wrapper {
  display: flex;
  height: calc(100vh - 90px);
}
.poi-wrapper__map {
  width: calc(100% - 796px);
  height: calc(100vh - 90px);
}
.poi-wrapper__list {
  width: 796px;
  overflow: overlay;
  height: calc(100% - 0px);
  box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

@media (max-width: 1024px) {
  .poi-wrapper {
    flex-direction: column;
    height: 100%;
  }
  .poi-wrapper__map {
    width: 100%;
    height: 250px;
  }
  .poi-wrapper__list {
    width: 100%;
    height: 100%;
    box-shadow: none;
  }

  .search-container__wrapper__input {
    width: calc(100% + 120px);
  }

  .search-container__btn {
    right: 2.3%;
  }
}
@media (max-width: 375px) {
  .search-container__btn {
    right: 1%;
  }
}
@media (max-width: 600px) {
  .poi-cell-list {
    flex-direction: column;
  }
}
.container-poi-search {
  background: #fafafa;
  z-index: 2;
  position: sticky;
  top: 0px;
  padding: 20px 10px 10px 10px;
  border-top: 1px solid #ececec;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.07);
}

.poi-cell-list {
  display: flex;
}

.category-label-wrapper div::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.newsletter-wrapper {
  /*border-top: 1px solid $border-color;
  border-right: 1px solid $border-color;*/
  background: #ED9539;
  height: 100%;
  min-height: 204px !important;
}

.newsletter-container {
  min-height: 204px !important;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */
}

.newsletter-container-text {
  width: 60%;
}

@media (max-width: 767px) {
  .newsletter-wrapper {
    min-height: auto !important;
  }

  .newsletter-container {
    min-height: auto !important;
  }
}
@media (max-width: 660px) {
  .newsletter-container-text {
    width: 100%;
  }
}
.download {
  border-top: 1px solid #ececec;
  background: #fff;
  height: 100%;
  min-height: 336px;
}
.download__wrapper {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}
.download__container {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */
}

@media (max-width: 767px) {
  .download__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    padding-bottom: 30px;
  }

  .download__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }

  .download__icon-wrap {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }

  .download__text-wrap {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* Firefox 28+, IE11, Opera 12.10 */
  }

  .download__btn-wrap {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
}
footer {
  width: 100%;
  min-height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333 !important;
  z-index: 3;
}

.footer-info {
  color: #333;
  text-align: center;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */
