@charset "UTF-8";
@font-face {
  font-family: "montserrat";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "exo-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/exo-regular-webfont.eot");
  src: url("../fonts/exo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-regular-webfont.woff") format("woff"), url("../fonts/exo-regular-webfont.ttf") format("truetype"); }

/*! 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.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  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; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

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

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

@media (min-width: 576px) {
  .container {
	max-width: 540px; } }

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

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

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

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

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

.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-auto, .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-sm-auto, .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-md-auto, .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-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-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%;
  -webkit-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%;
  -webkit-flex: 0 0 25%;
		  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-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%;
  -webkit-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%;
  -webkit-flex: 0 0 50%;
		  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-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%;
  -webkit-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%;
  -webkit-flex: 0 0 75%;
		  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-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%;
  -webkit-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%;
  -webkit-flex: 0 0 100%;
		  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
		  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
		  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
		  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
		  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
		  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
		  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
		  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
		  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
		  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
		  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
		  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
		  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
		  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
		  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
		  order: 12; }

.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: 576px) {
  .col-sm {
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
			flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
			flex-grow: 1;
	max-width: 100%; }
  .col-sm-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	max-width: none; }
  .col-sm-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%; }
  .col-sm-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%; }
  .col-sm-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%; }
  .col-sm-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%; }
  .order-sm-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	-webkit-order: -1;
			order: -1; }
  .order-sm-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	-webkit-order: 13;
			order: 13; }
  .order-sm-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	-webkit-order: 0;
			order: 0; }
  .order-sm-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
			order: 1; }
  .order-sm-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
			order: 2; }
  .order-sm-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
			order: 3; }
  .order-sm-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
			order: 4; }
  .order-sm-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	-webkit-order: 5;
			order: 5; }
  .order-sm-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	-webkit-order: 6;
			order: 6; }
  .order-sm-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	-webkit-order: 7;
			order: 7; }
  .order-sm-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	-webkit-order: 8;
			order: 8; }
  .order-sm-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	-webkit-order: 9;
			order: 9; }
  .order-sm-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	-webkit-order: 10;
			order: 10; }
  .order-sm-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	-webkit-order: 11;
			order: 11; }
  .order-sm-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	-webkit-order: 12;
			order: 12; }
  .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;
	-webkit-flex-basis: 0;
			flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
			flex-grow: 1;
	max-width: 100%; }
  .col-md-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	max-width: none; }
  .col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%; }
  .col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%; }
  .col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%; }
  .col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%; }
  .order-md-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	-webkit-order: -1;
			order: -1; }
  .order-md-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	-webkit-order: 13;
			order: 13; }
  .order-md-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	-webkit-order: 0;
			order: 0; }
  .order-md-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
			order: 1; }
  .order-md-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
			order: 2; }
  .order-md-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
			order: 3; }
  .order-md-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
			order: 4; }
  .order-md-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	-webkit-order: 5;
			order: 5; }
  .order-md-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	-webkit-order: 6;
			order: 6; }
  .order-md-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	-webkit-order: 7;
			order: 7; }
  .order-md-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	-webkit-order: 8;
			order: 8; }
  .order-md-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	-webkit-order: 9;
			order: 9; }
  .order-md-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	-webkit-order: 10;
			order: 10; }
  .order-md-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	-webkit-order: 11;
			order: 11; }
  .order-md-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	-webkit-order: 12;
			order: 12; }
  .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;
	-webkit-flex-basis: 0;
			flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
			flex-grow: 1;
	max-width: 100%; }
  .col-lg-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	max-width: none; }
  .col-lg-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%; }
  .col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%; }
  .col-lg-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%; }
  .col-lg-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%; }
  .order-lg-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	-webkit-order: -1;
			order: -1; }
  .order-lg-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	-webkit-order: 13;
			order: 13; }
  .order-lg-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	-webkit-order: 0;
			order: 0; }
  .order-lg-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
			order: 1; }
  .order-lg-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
			order: 2; }
  .order-lg-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
			order: 3; }
  .order-lg-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
			order: 4; }
  .order-lg-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	-webkit-order: 5;
			order: 5; }
  .order-lg-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	-webkit-order: 6;
			order: 6; }
  .order-lg-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	-webkit-order: 7;
			order: 7; }
  .order-lg-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	-webkit-order: 8;
			order: 8; }
  .order-lg-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	-webkit-order: 9;
			order: 9; }
  .order-lg-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	-webkit-order: 10;
			order: 10; }
  .order-lg-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	-webkit-order: 11;
			order: 11; }
  .order-lg-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	-webkit-order: 12;
			order: 12; }
  .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;
	-webkit-flex-basis: 0;
			flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
			flex-grow: 1;
	max-width: 100%; }
  .col-xl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	max-width: none; }
  .col-xl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%; }
  .col-xl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%; }
  .col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%; }
  .col-xl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	-webkit-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%;
	-webkit-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%;
	-webkit-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%; }
  .order-xl-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	-webkit-order: -1;
			order: -1; }
  .order-xl-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	-webkit-order: 13;
			order: 13; }
  .order-xl-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	-webkit-order: 0;
			order: 0; }
  .order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
			order: 1; }
  .order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
			order: 2; }
  .order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
			order: 3; }
  .order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
			order: 4; }
  .order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	-webkit-order: 5;
			order: 5; }
  .order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	-webkit-order: 6;
			order: 6; }
  .order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	-webkit-order: 7;
			order: 7; }
  .order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	-webkit-order: 8;
			order: 8; }
  .order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	-webkit-order: 9;
			order: 9; }
  .order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	-webkit-order: 10;
			order: 10; }
  .order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	-webkit-order: 11;
			order: 11; }
  .order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	-webkit-order: 12;
			order: 12; }
  .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%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
	display: none !important; }
  .d-sm-inline {
	display: inline !important; }
  .d-sm-inline-block {
	display: inline-block !important; }
  .d-sm-block {
	display: block !important; }
  .d-sm-table {
	display: table !important; }
  .d-sm-table-row {
	display: table-row !important; }
  .d-sm-table-cell {
	display: table-cell !important; }
  .d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important; }
  .d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
	display: none !important; }
  .d-md-inline {
	display: inline !important; }
  .d-md-inline-block {
	display: inline-block !important; }
  .d-md-block {
	display: block !important; }
  .d-md-table {
	display: table !important; }
  .d-md-table-row {
	display: table-row !important; }
  .d-md-table-cell {
	display: table-cell !important; }
  .d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important; }
  .d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
	display: none !important; }
  .d-lg-inline {
	display: inline !important; }
  .d-lg-inline-block {
	display: inline-block !important; }
  .d-lg-block {
	display: block !important; }
  .d-lg-table {
	display: table !important; }
  .d-lg-table-row {
	display: table-row !important; }
  .d-lg-table-cell {
	display: table-cell !important; }
  .d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important; }
  .d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
	display: none !important; }
  .d-xl-inline {
	display: inline !important; }
  .d-xl-inline-block {
	display: inline-block !important; }
  .d-xl-block {
	display: block !important; }
  .d-xl-table {
	display: table !important; }
  .d-xl-table-row {
	display: table-row !important; }
  .d-xl-table-cell {
	display: table-cell !important; }
  .d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important; }
  .d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important; } }

@media print {
  .d-print-none {
	display: none !important; }
  .d-print-inline {
	display: inline !important; }
  .d-print-inline-block {
	display: inline-block !important; }
  .d-print-block {
	display: block !important; }
  .d-print-table {
	display: table !important; }
  .d-print-table-row {
	display: table-row !important; }
  .d-print-table-cell {
	display: table-cell !important; }
  .d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important; }
  .d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
		  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
		  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
		  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
		  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
		  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
		  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
		  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
		  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
		  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
		  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
		  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
		  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
		  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
		  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
		  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -webkit-align-items: baseline !important;
		  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
		  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
		  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
		  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
		  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
		  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
		  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
		  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
		  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
		  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
		  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
		  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
		  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
		  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	-webkit-flex-direction: row !important;
			flex-direction: row !important; }
  .flex-sm-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	-webkit-flex-direction: column !important;
			flex-direction: column !important; }
  .flex-sm-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	-webkit-flex-direction: row-reverse !important;
			flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	-webkit-flex-direction: column-reverse !important;
			flex-direction: column-reverse !important; }
  .flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
			flex-wrap: wrap !important; }
  .flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
			flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	-webkit-flex-wrap: wrap-reverse !important;
			flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	-webkit-justify-content: flex-start !important;
			justify-content: flex-start !important; }
  .justify-content-sm-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	-webkit-justify-content: flex-end !important;
			justify-content: flex-end !important; }
  .justify-content-sm-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	-webkit-justify-content: center !important;
			justify-content: center !important; }
  .justify-content-sm-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	-webkit-justify-content: space-between !important;
			justify-content: space-between !important; }
  .justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	-webkit-justify-content: space-around !important;
			justify-content: space-around !important; }
  .align-items-sm-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	-webkit-align-items: flex-start !important;
			align-items: flex-start !important; }
  .align-items-sm-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	-webkit-align-items: flex-end !important;
			align-items: flex-end !important; }
  .align-items-sm-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	-webkit-align-items: center !important;
			align-items: center !important; }
  .align-items-sm-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	-webkit-align-items: baseline !important;
			align-items: baseline !important; }
  .align-items-sm-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	-webkit-align-items: stretch !important;
			align-items: stretch !important; }
  .align-content-sm-start {
	-ms-flex-line-pack: start !important;
	-webkit-align-content: flex-start !important;
			align-content: flex-start !important; }
  .align-content-sm-end {
	-ms-flex-line-pack: end !important;
	-webkit-align-content: flex-end !important;
			align-content: flex-end !important; }
  .align-content-sm-center {
	-ms-flex-line-pack: center !important;
	-webkit-align-content: center !important;
			align-content: center !important; }
  .align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	-webkit-align-content: space-between !important;
			align-content: space-between !important; }
  .align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	-webkit-align-content: space-around !important;
			align-content: space-around !important; }
  .align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	-webkit-align-content: stretch !important;
			align-content: stretch !important; }
  .align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	-webkit-align-self: auto !important;
			align-self: auto !important; }
  .align-self-sm-start {
	-ms-flex-item-align: start !important;
	-webkit-align-self: flex-start !important;
			align-self: flex-start !important; }
  .align-self-sm-end {
	-ms-flex-item-align: end !important;
	-webkit-align-self: flex-end !important;
			align-self: flex-end !important; }
  .align-self-sm-center {
	-ms-flex-item-align: center !important;
	-webkit-align-self: center !important;
			align-self: center !important; }
  .align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	-webkit-align-self: baseline !important;
			align-self: baseline !important; }
  .align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	-webkit-align-self: stretch !important;
			align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	-webkit-flex-direction: row !important;
			flex-direction: row !important; }
  .flex-md-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	-webkit-flex-direction: column !important;
			flex-direction: column !important; }
  .flex-md-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	-webkit-flex-direction: row-reverse !important;
			flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	-webkit-flex-direction: column-reverse !important;
			flex-direction: column-reverse !important; }
  .flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
			flex-wrap: wrap !important; }
  .flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
			flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	-webkit-flex-wrap: wrap-reverse !important;
			flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	-webkit-justify-content: flex-start !important;
			justify-content: flex-start !important; }
  .justify-content-md-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	-webkit-justify-content: flex-end !important;
			justify-content: flex-end !important; }
  .justify-content-md-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	-webkit-justify-content: center !important;
			justify-content: center !important; }
  .justify-content-md-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	-webkit-justify-content: space-between !important;
			justify-content: space-between !important; }
  .justify-content-md-around {
	-ms-flex-pack: distribute !important;
	-webkit-justify-content: space-around !important;
			justify-content: space-around !important; }
  .align-items-md-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	-webkit-align-items: flex-start !important;
			align-items: flex-start !important; }
  .align-items-md-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	-webkit-align-items: flex-end !important;
			align-items: flex-end !important; }
  .align-items-md-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	-webkit-align-items: center !important;
			align-items: center !important; }
  .align-items-md-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	-webkit-align-items: baseline !important;
			align-items: baseline !important; }
  .align-items-md-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	-webkit-align-items: stretch !important;
			align-items: stretch !important; }
  .align-content-md-start {
	-ms-flex-line-pack: start !important;
	-webkit-align-content: flex-start !important;
			align-content: flex-start !important; }
  .align-content-md-end {
	-ms-flex-line-pack: end !important;
	-webkit-align-content: flex-end !important;
			align-content: flex-end !important; }
  .align-content-md-center {
	-ms-flex-line-pack: center !important;
	-webkit-align-content: center !important;
			align-content: center !important; }
  .align-content-md-between {
	-ms-flex-line-pack: justify !important;
	-webkit-align-content: space-between !important;
			align-content: space-between !important; }
  .align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	-webkit-align-content: space-around !important;
			align-content: space-around !important; }
  .align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	-webkit-align-content: stretch !important;
			align-content: stretch !important; }
  .align-self-md-auto {
	-ms-flex-item-align: auto !important;
	-webkit-align-self: auto !important;
			align-self: auto !important; }
  .align-self-md-start {
	-ms-flex-item-align: start !important;
	-webkit-align-self: flex-start !important;
			align-self: flex-start !important; }
  .align-self-md-end {
	-ms-flex-item-align: end !important;
	-webkit-align-self: flex-end !important;
			align-self: flex-end !important; }
  .align-self-md-center {
	-ms-flex-item-align: center !important;
	-webkit-align-self: center !important;
			align-self: center !important; }
  .align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	-webkit-align-self: baseline !important;
			align-self: baseline !important; }
  .align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	-webkit-align-self: stretch !important;
			align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	-webkit-flex-direction: row !important;
			flex-direction: row !important; }
  .flex-lg-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	-webkit-flex-direction: column !important;
			flex-direction: column !important; }
  .flex-lg-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	-webkit-flex-direction: row-reverse !important;
			flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	-webkit-flex-direction: column-reverse !important;
			flex-direction: column-reverse !important; }
  .flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
			flex-wrap: wrap !important; }
  .flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
			flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	-webkit-flex-wrap: wrap-reverse !important;
			flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	-webkit-justify-content: flex-start !important;
			justify-content: flex-start !important; }
  .justify-content-lg-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	-webkit-justify-content: flex-end !important;
			justify-content: flex-end !important; }
  .justify-content-lg-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	-webkit-justify-content: center !important;
			justify-content: center !important; }
  .justify-content-lg-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	-webkit-justify-content: space-between !important;
			justify-content: space-between !important; }
  .justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	-webkit-justify-content: space-around !important;
			justify-content: space-around !important; }
  .align-items-lg-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	-webkit-align-items: flex-start !important;
			align-items: flex-start !important; }
  .align-items-lg-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	-webkit-align-items: flex-end !important;
			align-items: flex-end !important; }
  .align-items-lg-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	-webkit-align-items: center !important;
			align-items: center !important; }
  .align-items-lg-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	-webkit-align-items: baseline !important;
			align-items: baseline !important; }
  .align-items-lg-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	-webkit-align-items: stretch !important;
			align-items: stretch !important; }
  .align-content-lg-start {
	-ms-flex-line-pack: start !important;
	-webkit-align-content: flex-start !important;
			align-content: flex-start !important; }
  .align-content-lg-end {
	-ms-flex-line-pack: end !important;
	-webkit-align-content: flex-end !important;
			align-content: flex-end !important; }
  .align-content-lg-center {
	-ms-flex-line-pack: center !important;
	-webkit-align-content: center !important;
			align-content: center !important; }
  .align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	-webkit-align-content: space-between !important;
			align-content: space-between !important; }
  .align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	-webkit-align-content: space-around !important;
			align-content: space-around !important; }
  .align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	-webkit-align-content: stretch !important;
			align-content: stretch !important; }
  .align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	-webkit-align-self: auto !important;
			align-self: auto !important; }
  .align-self-lg-start {
	-ms-flex-item-align: start !important;
	-webkit-align-self: flex-start !important;
			align-self: flex-start !important; }
  .align-self-lg-end {
	-ms-flex-item-align: end !important;
	-webkit-align-self: flex-end !important;
			align-self: flex-end !important; }
  .align-self-lg-center {
	-ms-flex-item-align: center !important;
	-webkit-align-self: center !important;
			align-self: center !important; }
  .align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	-webkit-align-self: baseline !important;
			align-self: baseline !important; }
  .align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	-webkit-align-self: stretch !important;
			align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	-webkit-flex-direction: row !important;
			flex-direction: row !important; }
  .flex-xl-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	-webkit-flex-direction: column !important;
			flex-direction: column !important; }
  .flex-xl-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	-webkit-flex-direction: row-reverse !important;
			flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	-webkit-flex-direction: column-reverse !important;
			flex-direction: column-reverse !important; }
  .flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
			flex-wrap: wrap !important; }
  .flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
			flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	-webkit-flex-wrap: wrap-reverse !important;
			flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	-webkit-justify-content: flex-start !important;
			justify-content: flex-start !important; }
  .justify-content-xl-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	-webkit-justify-content: flex-end !important;
			justify-content: flex-end !important; }
  .justify-content-xl-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	-webkit-justify-content: center !important;
			justify-content: center !important; }
  .justify-content-xl-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	-webkit-justify-content: space-between !important;
			justify-content: space-between !important; }
  .justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	-webkit-justify-content: space-around !important;
			justify-content: space-around !important; }
  .align-items-xl-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	-webkit-align-items: flex-start !important;
			align-items: flex-start !important; }
  .align-items-xl-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	-webkit-align-items: flex-end !important;
			align-items: flex-end !important; }
  .align-items-xl-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	-webkit-align-items: center !important;
			align-items: center !important; }
  .align-items-xl-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	-webkit-align-items: baseline !important;
			align-items: baseline !important; }
  .align-items-xl-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	-webkit-align-items: stretch !important;
			align-items: stretch !important; }
  .align-content-xl-start {
	-ms-flex-line-pack: start !important;
	-webkit-align-content: flex-start !important;
			align-content: flex-start !important; }
  .align-content-xl-end {
	-ms-flex-line-pack: end !important;
	-webkit-align-content: flex-end !important;
			align-content: flex-end !important; }
  .align-content-xl-center {
	-ms-flex-line-pack: center !important;
	-webkit-align-content: center !important;
			align-content: center !important; }
  .align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	-webkit-align-content: space-between !important;
			align-content: space-between !important; }
  .align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	-webkit-align-content: space-around !important;
			align-content: space-around !important; }
  .align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	-webkit-align-content: stretch !important;
			align-content: stretch !important; }
  .align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	-webkit-align-self: auto !important;
			align-self: auto !important; }
  .align-self-xl-start {
	-ms-flex-item-align: start !important;
	-webkit-align-self: flex-start !important;
			align-self: flex-start !important; }
  .align-self-xl-end {
	-ms-flex-item-align: end !important;
	-webkit-align-self: flex-end !important;
			align-self: flex-end !important; }
  .align-self-xl-center {
	-ms-flex-item-align: center !important;
	-webkit-align-self: center !important;
			align-self: center !important; }
  .align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	-webkit-align-self: baseline !important;
			align-self: baseline !important; }
  .align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	-webkit-align-self: stretch !important;
			align-self: stretch !important; } }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

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

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
		  animation-name: fadeOut; }

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

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
		  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
		  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
		  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
	 text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
	 text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

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

*::-webkit-input-placeholder {
  color: #1F1F21;
  opacity: 1;
  text-align: center;
  text-transform: uppercase; }

*:-moz-placeholder {
  color: #1F1F21;
  opacity: 1;
  text-align: center;
  text-transform: uppercase; }

*::-moz-placeholder {
  color: #1F1F21;
  opacity: 1;
  text-align: center;
  text-transform: uppercase; }

*:-ms-input-placeholder {
  color: #1F1F21;
  opacity: 1;
  text-align: center;
  text-transform: uppercase; }

*:focus::-webkit-input-placeholder {
  color: #1F1F21;
  opacity: 0;
  text-align: center;
  text-transform: uppercase; }

*:focus:-moz-placeholder {
  color: #1F1F21;
  opacity: 0;
  text-align: center;
  text-transform: uppercase; }

*:focus::-moz-placeholder {
  color: #1F1F21;
  opacity: 0;
  text-align: center;
  text-transform: uppercase; }

*:focus:-ms-input-placeholder {
  color: #1F1F21;
  opacity: 0;
  text-align: center;
  text-transform: uppercase; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="submit"], input[type="reset"], input[type="tel"], textarea {
  -webkit-border-radius: 0;
		  border-radius: 0;
  -webkit-appearance: none; }

*:focus {
  outline: none; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.fleft {
  float: left; }

.fright {
  float: right; }

nav ul, .list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

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

.b20 {
  margin-top: 20px; }

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

.b30 {
  margin-top: 30px; }

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

.b10 {
  margin-top: 10px; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: "montserrat", sans-serif;
  margin: 0;
  font-weight: normal; }

p {
  margin-top: 0;
  line-height: 22px;
  font-size: 15px; }

a {
  color: #231F20; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  height: auto; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: "exo-regular", sans-serif;
  overflow-x: hidden;
  opacity: 1; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.b-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 25px;
  background-color: #1f1f21; }
  .b-header .container {
	position: relative; }
  .b-header .b-line-inner {
	background: var(--page-color, #fff);
	height: 5px; }

.b-logo {
  position: relative; }

.b-line {
  height: 5px;
  position: absolute;
  left: 127px;
  right: 15px;
  top: 44px;
  z-index: 10; }

.b-line-inner {
  background: var(--page-color, #000);
  height: 5px; }

.b-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
	  -ms-flex-pack: end;
		  justify-content: flex-end;
  padding-top: 10px; }
  .b-nav .b-nav-list {
	text-align: right; }
	.b-nav .b-nav-list > li {
	  display: inline-block;
	  padding-left: 60px; }
	  .b-nav .b-nav-list > li > a {
		font-family: "montserrat", sans-serif;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
		display: block;
		letter-spacing: 2px; }
		.b-nav .b-nav-list > li > a:hover {
		  color: var(--page-color, #000); }

.basket-b-info {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 100%;
		  border-radius: 100%;
  position: relative;
  display: block;
  background-color: var(--page-color, #ed7830);
  margin-left: 38px; }
  .basket-b-info:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/basket-ico.svg) center no-repeat;
	z-index: 3; }

.basket-b-info-t {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
  color: var(--page-color, #000);
  font-size: 7px; }

p + .btn-trs {
  margin-top: 14px; }

.btn-trs {
  color: var(--page-color, #000);
  border-width: 2px;
  border-style: solid;
  border-color: var(--page-color, #000);
  -webkit-border-radius: 19.5px;
		  border-radius: 19.5px;
  text-decoration: none;
  display: inline-block;
  width: 164px;
  height: 39px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "montserrat", sans-serif;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .btn-trs:hover {
	-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
			transform: scale(1.03); }

.btn-trs-full {
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: var(--page-color, #000);
  background-color: #fff;
  -webkit-border-radius: 19.5px;
		  border-radius: 19.5px;
  text-decoration: none;
  display: inline-block;
  width: 164px;
  height: 39px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "montserrat", sans-serif;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .btn-trs-full:hover {
	-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
			transform: scale(1.03); }

.btn-trs-full-chanjed {
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: var(--page-color, #000);
  background-color: var(--page-color, #ed7830);
  -webkit-border-radius: 19.5px;
		  border-radius: 19.5px;
  text-decoration: none;
  display: inline-block;
  width: 164px;
  height: 39px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "montserrat", sans-serif;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .btn-trs-full-chanjed:hover {
	-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
			transform: scale(1.03); }

.b-slide {
  background: #1F1F21;
  margin-bottom: 90px; }
  .b-slide .owl-stage-outer {
	top: 117px; }

.b-slide__elem {
  min-height: 400px;
  position: relative;
  max-height: 800px;
  height: -webkit-calc(100vh - 117px);
  height: calc(100vh - 117px);
  padding-top: 50px; }
  .b-slide__elem .container, .b-slide__elem .b-slide_image {
	min-height: 100%;
	height: 100%;
	position: relative; }

.b-slide_info {
  position: absolute;
  right: 15px;
  top: -webkit-calc(50% - 117px);
  top: calc(50% - 117px);
  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
  text-align: right;
  z-index: 10; }
  .b-slide_info .product__base_info__title {
	color: #fff;
	letter-spacing: 4px; }
  .b-slide_info .btn-trs {
	color: #fff;
	border-color: #fff;
	margin-top: 20px; }

.text-color-changer {
  color: var(--page-color, #fff); }

.b-section {
  padding: 75px 0; }

.mb-bg-float {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 0;
  top: 0;
  opacity: .5; }

.whiter {
  background: #fff; }
  .whiter .b-section__title {
	color: #1F1F21; }

.blacker {
  background: #1f1f21; }
  .blacker .b-section__title {
	color: #fff; }

.grayer {
  background: #eeeeee; }
  .grayer .b-section__title {
	color: #1F1F21; }

.b-section__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 45px;
  padding-bottom: 15px;
  letter-spacing: 4px; }

.heading__line {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: var(--page-color, #000); }

.field__styler {
  height: 38.5px;
  border: 1px solid #D7D7D9;
  color: #1F1F21;
  font-size: 12px;
  font-family: "montserrat", sans-serif;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.j-btn {
  height: 38.5px;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-family: "montserrat", sans-serif;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase; }

.btn-bg-changer {
  background: var(--page-color, #000); }

textarea.field__styler {
  padding-top: 12px;
  height: 38.5px;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
  min-height: 100%; }

textarea.field__styler:focus {
  height: 200px;
  padding-bottom: 12px; }

.product__base {
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  padding: 35px;
  padding-top: 40px; }
  .product__base:hover {
	text-decoration: none; }

.product__base_image {
  background-color: #fff;
  height: 323px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden; }

.product__base_image-inner {
  padding-top: 37px;
  padding-bottom: 37px;
  margin: auto;
  text-align: center;
  height: 100%; }
  .product__base_image-inner img {
	max-height: 100%;
	margin-left: 18%; }

.pr-line-color {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
  width: 30px;
  height: 160px; }

.product__base_info {
  background-color: #fff;
  min-height: 100%;
  padding: 42px 80px 42px 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
	  -ms-flex-flow: column;
		  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	  -ms-flex-pack: center;
		  justify-content: center; }

.product-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-left: -27px;
  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap; }
  .product-nav-list li {
	margin-left: 27px;
	margin-top: 10px; }

.product__base_info__title {
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
  font-size: 28px;
  line-height: 39px;
  color: #1F1F21;
  letter-spacing: 3.8px;
  margin-bottom: 6px; }

.product__base_info__title-sub {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 2.5px;
  margin-bottom: 18px; }

.product__base__left {
  float: left;
  width: 65%;
  margin-right: -20%; }

.product__base__right {
  width: 55%;
  float: left;
  padding-top: 27px; }

.review__box {
  border: 2px solid #eeeeee;
  padding: 50px 30px 37px;
  text-align: center;
  font-size: 15px; }
  .review__box p {
	line-height: 18px; }
	.review__box p:last-child {
	  margin-bottom: 0; }

.review__box-rait {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px; }
  .review__box-rait li {
	margin-left: 5px;
	margin-right: 5px; }

.blog-obj {
  padding: 30px 20px;
  background-color: #fff; }
  .blog-obj p:last-child {
	margin-bottom: 0; }

.view-all {
  text-align: center;
  padding-top: 33px; }

.jq-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #D7D7D9; }
  .jq-checkbox.checked .jq-checkbox__div {
	display: block; }

.jq-checkbox__div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/ok.svg) center no-repeat;
  display: none; }

.privacy-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  margin-bottom: 20px; }
  .privacy-b .jq-checkbox {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20px;
		-ms-flex: 0 0 20px;
			flex: 0 0 20px; }
  .privacy-b label {
	font-size: 10px; }

label {
  cursor: pointer; }

.b-footer {
  background: #1F1F21;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 30px; }
  .b-footer .container {
	position: relative; }

.b-social-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
	  -ms-flex-pack: end;
		  justify-content: flex-end;
  font-size: 0; }
  .b-social-footer a {
	display: block;
	margin-left: 7px; }

.flink-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
	  -ms-flex-pack: end;
		  justify-content: flex-end; }

.hamburger {
  padding: 0;
  margin-top: 1px;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
  height: 24px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
	   -o-transition-duration: 0.15s;
		  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
	   -o-transition-timing-function: linear;
		  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-left: 20px;
  overflow: visible; }
  .hamburger:hover {
	opacity: 0.7; }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 35px;
  height: 3px;
  background-color: var(--page-color, #ed7830);
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
	   -o-transition-duration: 0.15s;
		  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
	   -o-transition-timing-function: ease;
		  transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
	width: 35px;
	height: 3px;
	background-color: var(--page-color, #ed7830);
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
		 -o-transition-duration: 0.15s;
			transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
		 -o-transition-timing-function: ease;
			transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; }
  .hamburger-inner::before {
	top: -10px; }
  .hamburger-inner::after {
	bottom: -10px; }

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
	   -o-transition-duration: 0.22s;
		  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	   -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	-o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
	  -ms-transform: rotate(225deg);
		  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
	   -o-transition-delay: 0.12s;
		  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	   -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	-o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.amazon-img {
    margin-right: 12px;
    margin-top: -20px;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px; }
  .footer-list li {
	margin-left: 5px;
	margin-right: 5px; }
  .footer-list a {
	font-size: 10px;
	color: #fff; }
	.footer-list a:hover {
	  text-decoration: none; }

.mb-menu {
  position: fixed;
  width: 2000px;
  height: 2000px;
  top: 0;
  margin-top: -1000px;
  right: 0;
  margin-right: -1000px;
  -webkit-border-radius: 100%;
		  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: scale(0);
	  -ms-transform: scale(0);
		  transform: scale(0);
  z-index: 1000;
  overflow: hidden;
  z-index: -1000; }
  .mb-menu.for-tr {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s; }
  .mb-menu.done {
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1); }
	.mb-menu.done .hamburger {
	  opacity: 1;
	  -webkit-transition: 1000ms;
	  -o-transition: 1000ms;
	  transition: 1000ms;
	  -webkit-transition-delay: 1000ms;
		   -o-transition-delay: 1000ms;
			  transition-delay: 1000ms; }
	.mb-menu.done .mb-list li {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	  -webkit-transition: 500ms;
	  -o-transition: 500ms;
	  transition: 500ms; }
	  .mb-menu.done .mb-list li:nth-child(1) {
		-webkit-transition-delay: 500ms;
			 -o-transition-delay: 500ms;
				transition-delay: 500ms; }
	  .mb-menu.done .mb-list li:nth-child(2) {
		-webkit-transition-delay: 600ms;
			 -o-transition-delay: 600ms;
				transition-delay: 600ms; }
	  .mb-menu.done .mb-list li:nth-child(3) {
		-webkit-transition-delay: 700ms;
			 -o-transition-delay: 700ms;
				transition-delay: 700ms; }
	  .mb-menu.done .mb-list li:nth-child(4) {
		-webkit-transition-delay: 800ms;
			 -o-transition-delay: 800ms;
				transition-delay: 800ms; }
	  .mb-menu.done .mb-list li:nth-child(5) {
		-webkit-transition-delay: 900ms;
			 -o-transition-delay: 900ms;
				transition-delay: 900ms; }
	  .mb-menu.done .mb-list li:nth-child(6) {
		-webkit-transition-delay: 1000ms;
			 -o-transition-delay: 1000ms;
				transition-delay: 1000ms; }
	  .mb-menu.done .mb-list li:nth-child(7) {
		-webkit-transition-delay: 1100ms;
			 -o-transition-delay: 1100ms;
				transition-delay: 1100ms; }
	  .mb-menu.done .mb-list li:nth-child(8) {
		-webkit-transition-delay: 1200ms;
			 -o-transition-delay: 1200ms;
				transition-delay: 1200ms; }
  .mb-menu .hamburger {
	position: absolute;
	right: 50.8%;
	top: 51.8%;
	z-index: 100;
	opacity: 0;
	-webkit-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms; }

.mb-menu-inner {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-100%, 100%);
	  -ms-transform: translate(-100%, 100%);
		  transform: translate(-100%, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
		  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
		  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
		  align-items: center; }

.mb-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center; }
  .mb-list li {
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
			transform: translateX(-20px);
	-webkit-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms; }
	.mb-list li a {
	  text-transform: uppercase;
	  font-size: 28px; }

.b-slide_info-about {
   top: -webkit-calc(50% - 100px);
	top: calc(50% - 100px); 
  text-align: left;
  left: 45%; }
  .b-slide_info-about p {
	color: #fff; }
  .b-slide_info-about .btn-trs {
	border-color: var(--page-color, #ed7830);
	color: var(--page-color, #ed7830); }

.product-tab-el {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff; }
  .product-tab-el p:last-child {
	margin-bottom: 0; }
  .product-tab-el.current {
	display: block; }

.product-tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  border-bottom: 1px solid var(--page-color, #ed7830); }
  .product-tabs li {
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 1px solid var(--page-color, #ed7830);
	position: relative;
	top: 1px;
	background-color: #1f1f21; }
	.product-tabs li.current {
	  border: 1px solid var(--page-color, #ed7830);
	  border-bottom-color: transparent;
	  z-index: 10; }

.pr-adding {
  overflow: hidden;
  padding-top: 40px; }
  .pr-adding .review__box-rait {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin-bottom: 20px; }
  .pr-adding .product__base_image, .pr-adding .product__base_info {
	border: 2px solid #eeeeee; }

.price-e {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: exo-regular; }

.product__base_image-price {
  position: absolute;
  z-index: 20;
  left: 15px;
  right: 15px;
  bottom: 25px;
  text-align: center;
  font-family: montserrat;
  font-size: 28px;
  letter-spacing: 3pt; }

.ch-for-price .product__base_image-inner {
  padding-bottom: 65px; }

.ch-for-coming .product__base_image-inner {
  padding-bottom: 65px; }

.ch-for-coming .product__base_image-price {
  font-size: 19px; }

.products .b-header {
  position: relative;
  padding-bottom: 35px; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /**/
  .product__base_info__title {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 26px; }
  .product__base_info__title-sub {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /**/
  .single-product .b-slide.b-slide-over {padding-top: 0;}
  .product__base_info__title {
	font-size: 28px;
	line-height: 39px; }
  .product__base_info__title-sub {
	font-size: 18px;
	line-height: 28px; }
  .b-nav .b-nav-list > li {
	padding-left: 15px; }
  .b-slide_image {
	left: -50px; }
  .b-slide__elem {
	min-height: auto;
	height: auto; }
  .owl-carousel .owl-stage-outer {
	top: auto;
	bottom: -14vw; }
  .b-slide__elem {
	padding-top: 0; }
  .b-slide {
	padding-top: 80px;
	margin-bottom: 13vw; }
  .b-slide_image img {
	max-width: 119%; }
  .b-slide_info {
	top: 11%;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
	left: 48vw; }
  .pr-line-color {
	left: 30px;
	top: -30px;
	right: 30px;
	height: 30px;
	width: auto;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none; }
  .product__base_info {
	padding-left: 40px;
	padding-right: 40px; }
  .order-sl .b-slide_info-about {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 25px;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none; }
  .order-sl .b-slide_image {
	left: 0 !important;
	max-width: 100% !important;
	height: 420px; }
  .order-sl .b-slide__elem {
	max-height: none;
	min-height: auto;
	height: auto; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /**/
  .b-section {
	padding: 33px 0; }
  .b-section__title {
	margin-bottom: 33px; }
  .product__base_info__title {
	font-size: 22px;
	line-height: 26px; }
  .product__base_info__title-sub {
	font-size: 16px;
	line-height: 18px; }
  .b-nav .b-nav-list {
	display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
  /**/
  .product-tabs li.current {
	  background-color: var(--page-color, #ed7830);
  }
  .b-slide.order-sl .product__base_info__title-sub {
	font-size: 16px; }
  .order-sl .b-slide_image {
	height: auto; }
  .b-header .b-logo, .b-header .b-line-inner {
	opacity: 1; }
  .pr-line-color {
	top: -10px;
	height: 10px; }
  .product__base_info {
	padding-left: 20px;
	padding-right: 20px; }
  .product-nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
		-ms-flex-flow: column;
			flex-flow: column; }
	.product-nav-list a {
	  width: 100%; }
  .b-30 {
	margin-top: -10px; }
  .b30 {
	margin-top: 10px; }
  .product__base {
	overflow: hidden;
	padding: 16px;
	padding-top: 16px; }
  .product__base__left {
	float: none;
	width: auto;
	margin-right: auto;
	position: relative;
	right: -17%; }
  .product__base__right {
	position: absolute;
	float: none;
	width: auto;
	padding-top: 0;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	z-index: 10;
	text-align: center; }
	.product__base__right:after {
	  content: '';
	  display: inline-block;
	  vertical-align: middle;
	  width: 0;
	  height: 100%; }
	.product__base__right .product__base_info {
	  display: inline-block;
	  vertical-align: middle;
	  max-width: 110px; }
	.product__base__right .product__base_info__title {
	  font-size: 10.5px;
	  line-height: 14px;
	  color: #fff;
	  margin-bottom: 0; }
	.product__base__right .product__base_info__title-sub {
	  display: none; }
  .b-section__title {
	font-size: 14px;
	letter-spacing: 2px; }
  .row {
	margin-right: -7px;
	margin-left: -7px; }
  .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-auto, .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-sm-auto, .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-md-auto, .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-lg-auto, .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,
  .col-xl-auto {
	padding-right: 7px;
	padding-left: 7px; }
  .owl-carousel .owl-stage-outer {
	top: auto;
	bottom: -14vw; }
  .b-slide__elem {
	padding-top: 0; }
  .b-slide {
	padding-top: 80px;
	margin-bottom: 10vw; }
  .b-slide_image {
	left: -35px; }
	.b-slide_image img {
	  max-width: 119%; }
  .b-slide_info {
	top: 11%;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
	left: 50vw; }
	.b-slide_info .product__base_info__title {
	  font-size: 14px;
	  line-height: 18px; }
	.b-slide_info .product__base_info__title-sub {
	  font-size: 11px;
	  line-height: 18px; }
  .b-slide_info .btn-trs {
	width: 125px;
	height: 28px;
	line-height: 24px;
	text-align: center;
	font-size: 10px;
	margin-top: 10px; }
  .flink-out {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
		-ms-flex-flow: column;
			flex-flow: column;
	position: relative;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
		-ms-flex-align: end;
			align-items: flex-end;
	top: -41px; }
	.flink-out .amazon-img {
	  margin-right: 0;
	  margin-bottom: 10px; } 
    .amazon-img {
    margin-top: -12px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {
  /**/
  .mb-bg-float {
	display: none; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
  .hamburger {
	display: none; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }


span.wpcf7-list-item {
  margin: 0;
  font-size: 0;
}
.ajax-loader {
  display: none !important;
}

.justext  h1 {
  font-size: 2em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.justext  h2 {
  font-size: 1.75em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.justext  h3 {
  font-size: 1.5em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.justext  h4 {
  font-size: 1.15em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.justext  h5 {
  font-size: 1em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.justext  h6 {
  font-size: .75em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

[type="text"], [type="number"], [type="email"], [type="tel"], [type="password"] {
  height: 38.5px;
  border: 1px solid #D7D7D9;
  color: #1F1F21;
  font-size: 12px;
  font-family: "montserrat", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="search"]::placeholder, input[type="submit"], input[type="reset"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
  letter-spacing: 2pt;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 13.25px 1em;
  border: 0;
  color: #fff !important;
  font-size: 12px;
  font-family: "montserrat", sans-serif;
  background: var(--page-color, #ef7821) !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: none;
  letter-spacing: 2pt;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 13.25px 1em;
  font-weight: normal;
}
@media(min-width: 768px) {
  .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 155px;
  }
}
body .woocommerce #respond input#submit,body  .woocommerce a.button,body  .woocommerce button.button,body  .woocommerce input.button {
  border-radius: 0;
}
.coupon::after, .coupon::before {
  content: none;
}
@media(max-width: 768px) {
  .coupon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
}

@media(max-width: 576px) {
	.product-tabs {
		 -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column; -ms-flex-flow: column; flex-flow: column;
	}
  .coupon {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
		-ms-flex-flow: column;
			flex-flow: column;
  }
  body .coupon input {
	width: 100% !important;
	margin-bottom: 8px !important;
  }
  body .coupon button {
	width: 100% !important;
  }
}

.woocommerce-breadcrumb {
	display: none;
}
.woocommerce-message {
	margin: 0;
}
body .b-slide-over .owl-stage-outer {
	overflow: visible;
}


.woocommerce-message::before {
 color: var(--page-color, #ed7830);
}

.woocommerce-message {
  border-top-color: var(--page-color, #ed7830);
}

.mb-menu-inner .current-menu-item a {
	color: var(--page-color, #ed7830);
}
.b-content {overflow: hidden;}




/* changes start */

.page_about1__slide {
	background: #1F1F21 url(../img/page_about_bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.page_about1 {
	left: 50%;
	margin-left: -20%;
	width: 40%;
	text-align: center;
}
.page_about1__title {
	font-size: 24px;

}
.page_about1__body {
	text-align: justify;
}

@media only screen and (max-width: 991px) {
	.page_about1__slide {
		padding-bottom: 20vw;
	}
	.page_about1 {
		margin-left: auto;
		margin-right: auto;
		width: auto;
		
	}
}
@media only screen and (max-width: 991px) {
	.page_about1 {
		
	}
}

.water-area {
	padding: 67px 0 110px;
	background-color: #1f1f21;
	color: #fff;
}

.water-area__img-wrap {
	text-align: right;
}

.water-area__img-wrap img {
	width: 250px;
}

.water-area__list {
	margin: 0;
	padding-top: 33px;
	list-style: none;
}

.water-area__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 8px;
	font-size: 15px;
	align-items: center;
}

.water-area__item span {
	content: "";
	display: block;
	margin: 0 20px 0 6px;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background-color: #eabb9b;
}

.b-section__title--water-area {
	margin-bottom: 80px;
}

@media (max-width: 767px) {

	.water-area {
		padding-bottom: 25px;
	}

	.water-area__img-wrap {
		text-align: center;
	}

	.b-section__title--water-area {
		margin-bottom: 33px;
	}
	
}