/*********************************************************
 * All custom SASS mixins can be found here
 *********************************************************/
/*********************************************************
 *  All css animations go here
 *********************************************************/
/*******************************************
 * MIXINS
 *******************************************/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
/* line 12, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 26, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 34, ../sass/vendor/_normalize.scss */
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.
 */
/* line 48, ../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct margin in IE 8.
 */
/* line 71, ../sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 80, ../sass/vendor/_normalize.scss */
hr {
  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.
 */
/* line 91, ../sass/vendor/_normalize.scss */
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+.
 */
/* line 104, ../sass/vendor/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 114, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 124, ../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 143, ../sass/vendor/_normalize.scss */
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.
 */
/* line 153, ../sass/vendor/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 164, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 172, ../sass/vendor/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 181, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 190, ../sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 198, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 202, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 213, ../sass/vendor/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 222, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 231, ../sass/vendor/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 239, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 251, ../sass/vendor/_normalize.scss */
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.
 */
/* line 267, ../sass/vendor/_normalize.scss */
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.
 */
/* line 277, ../sass/vendor/_normalize.scss */
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.
 */
/* line 288, ../sass/vendor/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 299, ../sass/vendor/_normalize.scss */
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.
 */
/* line 311, ../sass/vendor/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 322, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 335, ../sass/vendor/_normalize.scss */
legend {
  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.
 */
/* line 349, ../sass/vendor/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 358, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 367, ../sass/vendor/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 377, ../sass/vendor/_normalize.scss */
[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.
 */
/* line 387, ../sass/vendor/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 396, ../sass/vendor/_normalize.scss */
[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.
 */
/* line 406, ../sass/vendor/_normalize.scss */
::-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.
 */
/* line 419, ../sass/vendor/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 428, ../sass/vendor/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 439, ../sass/vendor/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 447, ../sass/vendor/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 458, ../sass/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
/* line 8, ../sass/base/_base.scss */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
/* line 18, ../sass/base/_base.scss */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
/* line 25, ../sass/base/_base.scss */
a {
  color: #e50050;
  text-decoration: none;
}
/* line 15, ../sass/abstracts/_mixins.scss */
a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

/* Global */
/* line 36, ../sass/base/_base.scss */
.xs-margin {
  margin: 0 10px;
}
@media (min-width: 48em) {
  /* line 36, ../sass/base/_base.scss */
  .xs-margin {
    margin: 0 auto;
  }
}

/* line 43, ../sass/base/_base.scss */
ul {
  list-style-type: none;
  padding: 0;
}

/* line 48, ../sass/base/_base.scss */
.max-width {
  max-width: 1180px;
}
@media only screen and (min-width: 93.75em) {
  /* line 48, ../sass/base/_base.scss */
  .max-width {
    margin: 0px auto;
  }
}

/* line 55, ../sass/base/_base.scss */
section {
  display: block;
  clear: both;
}

/* VIEWPORT FIXES (http://timkadlec.com/2013/01/windows-phone-8-and-device-width/) */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * Basic typography style for copy text
 */

/* line 3, ../sass/base/_bootstrap-overrides.scss */
.row, .row > div {
  margin: 0;
  padding: 0;
}

/**
 * Clear inner floats
 */
/* line 8, ../sass/base/_helpers.scss */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/* line 20, ../sass/base/_helpers.scss */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/* line 34, ../sass/base/_helpers.scss */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
/* line 46, ../sass/base/_helpers.scss */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4, ../sass/layout/_header.scss */
header.header {
  width: 100%;
  background: url("./../images/footer-bg.jpg");
}
/* line 8, ../sass/layout/_header.scss */
header.header .navbar {
  background: none;
  border: none;
  position: static;
  margin-bottom: 0;
}
/* line 13, ../sass/layout/_header.scss */
header.header .navbar .navbar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 10px 8px;
  width: 100%;
}
/* line 21, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .navbar-brand {
  display: block;
  float: none;
  margin: 10px;
  height: auto;
  padding: 0;
}
/* line 27, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .navbar-brand img {
  width: 150px;
}
/* line 33, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav {
  text-align: center;
  margin-left: auto;
  /*@include md {
  	display: none;
  }*/
}
/* line 39, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button {
  border: none;
  float: right;
  margin: 0;
  display: inline-block;
  padding: 1.75rem 0.875rem 2.33333rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: transparent !important;
  position: relative;
  z-index: 101;
}
/* line 52, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button:hover {
  opacity: .8;
}
/* line 56, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* line 61, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button span.lines {
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: white;
  border-radius: 0.25rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
/* line 66, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button span.lines:before, header.header .navbar .navbar-header .toggle-nav button span.lines:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: white;
  border-radius: 0.25rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: 0.25rem center;
  -moz-transform-origin: 0.25rem center;
  -ms-transform-origin: 0.25rem center;
  -o-transform-origin: 0.25rem center;
}
/* line 74, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button span.lines:before {
  top: 0.875rem;
}
/* line 77, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button span.lines:after {
  top: -0.875rem;
}
/* line 83, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button:not(.collapsed) span.lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
/* line 88, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button:not(.collapsed) span.lines:before, header.header .navbar .navbar-header .toggle-nav button:not(.collapsed) span.lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  top: 0;
  width: 3.5rem;
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: var(--txt-color);
  border-radius: 0.25rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 96, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button:not(.collapsed) span.lines:before {
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 99, ../sass/layout/_header.scss */
header.header .navbar .navbar-header .toggle-nav button:not(.collapsed) span.lines:after {
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
/* line 108, ../sass/layout/_header.scss */
header.header .navbar #main-menu {
  width: 40%;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 100;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 119, ../sass/layout/_header.scss */
header.header .navbar #main-menu:not(.in) {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
/* line 125, ../sass/layout/_header.scss */
header.header .navbar #main-menu ul {
  margin-top: 40px;
}
/* line 127, ../sass/layout/_header.scss */
header.header .navbar #main-menu ul li {
  padding: 0 20px;
  margin-bottom: 10px;
}
/* line 130, ../sass/layout/_header.scss */
header.header .navbar #main-menu ul li a {
  color: var(--txt-color);
  text-transform: uppercase;
  font-size: 14px;
}
/* line 138, ../sass/layout/_header.scss */
header.header .navbar #main-menu-mobile {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 100;
  padding-top: 40px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 150, ../sass/layout/_header.scss */
header.header .navbar #main-menu-mobile:not(.in) {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
/* line 158, ../sass/layout/_header.scss */
header.header .navbar #main-menu-mobile ul li {
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 162, ../sass/layout/_header.scss */
header.header .navbar #main-menu-mobile ul li a {
  color: var(--txt-color);
  text-transform: uppercase;
  font-size: 14px;
}
/* line 168, ../sass/layout/_header.scss */
header.header .navbar #main-menu-mobile ul li.redbtn a {
  padding: 5px 15px;
  background: var(--red);
  text-decoration: none;
}
/* line 175, ../sass/layout/_header.scss */
header.header .navbar #main-menu-mobile ul#menu-main-1 {
  margin-bottom: 0;
}
/* line 180, ../sass/layout/_header.scss */
header.header .navbar #product-menu {
  width: 100%;
  text-align: right;
}
/* line 183, ../sass/layout/_header.scss */
header.header .navbar #product-menu ul {
  margin: 0;
}
/* line 185, ../sass/layout/_header.scss */
header.header .navbar #product-menu ul li {
  display: inline;
  padding: 0 20px;
}
/* line 188, ../sass/layout/_header.scss */
header.header .navbar #product-menu ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
/* line 195, ../sass/layout/_header.scss */
header.header .navbar #product-menu ul li.redbtn a {
  padding: 5px 15px;
  background: var(--red);
  text-decoration: none;
}


