/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
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 {
  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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
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"] {
  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;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*===================================*/
/*          �����������
/*===================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  margin: .4em 0;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 21px;
  margin-bottom: 15px;
}
h3,
.h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
h4,
.h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
h6,
.h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
p {
  font-size: 14px;
}
a {
  cursor: pointer;
}
.content-area a {
  color: #222222;
  position: relative;
  top: 1px;
}
.content-area a:hover,
.content-area a:active {
  text-decoration: none;
}
.content-area a:before,
.content-area a:after {
  width: 50%;
  height: 2px;
  display: block;
  position: absolute;
  left: auto;
  bottom: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  content: '';
}
.content-area a:before {
  left: 0;
}
.content-area a:after {
  right: 0;
}
.content-area a:hover:before,
.content-area a:hover:after {
  width: 0;
}
.content-area ul {
  padding-left: 18px;
}
.content-area li {
  margin-bottom: 5px;
}
.lead {
  font-size: 120%;
}
blockquote {
  border-left: 5px solid #CCCCCC;
  margin-left: 0;
  padding-left: 20px;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
tr:nth-child(2n) {
  background: #f6f6f6;
}
td {
  padding: 5px 10px;
}
.btn,
.buttons {
  background: #2A7AB0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 16px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  border: none;
}
.btn:hover,
.buttons:hover,
.btn:active,
.buttons:active,
.btn:focus,
.buttons:focus {
  background: #51a0d5;
  color: #ffffff;
  text-decoration: none;
}
.btn a,
.buttons a {
  color: #ffffff;
  text-decoration: none;
}
.btn--secondary {
  background: transparent;
  border: 1px solid #2A7AB0;
  color: #2A7AB0;
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  background: #2A7AB0;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #CDCDCD;
  width: 100%;
  background: #FAFAFA;
  font-size: 13px;
  color: #444444;
  padding: 4px 10px;
  height: 32px;
  vertical-align: middle;
  margin-bottom: 10px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active {
  outline: none;
  border: 1px solid #444444;
}
label {
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
}
input[type="radio"]:hover {
  cursor: pointer!important;
}
input[type="checkbox"]:hover {
  cursor: pointer!important;
}
select {
  margin-bottom: 10px;
}
select:hover {
  cursor: pointer;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444444;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #444444;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
}
/*===================================*/
/*   ������������� ���� (���������)
/*===================================*/
#menu-toggle {
  width: 25px;
  height: 23px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
}
#menu-toggle.open {
  top: 15px;
  left: 12px;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #444444;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 9px;
}
#menu-toggle span:nth-child(4) {
  top: 18px;
}
#menu-toggle.open span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.outer-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.inner-wrapper {
  display: table-row;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  overflow-x: hidden;
}
.container {
  max-width: 960px;
}
.leftCol {
  float: left;
  width: 220px;
  padding: 0 20px 20px 0;
}
.rightCol,
.rCol {
  margin-left: 220px;
  margin-bottom: 40px;
}
.red-text,
.redText {
  color: #f30000;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .leftCol {
    display: none;
  }
  .rightCol,
  .rCol {
    margin-left: 0;
  }
}
.header {
  position: relative;
}
.logo {
  text-align: center;
  padding-top: 7px;
}
.logo img {
  width: 215px;
  height: 47px;
}
.logo__link {
  display: inline-block;
}
.contact-block {
  margin: 0;
  padding-top: 5px;
  list-style: none;
  font-size: 13px;
  line-height: 1.1;
}
.contact-block__inner {
  float: left;
}
.contact-block__item a {
  color: #000;
  margin-left: 5px;
}
.contact-block__item a.big {
  font-size: 18px;
}
.operator {
  height: 13px;
  width: 13px;
  display: inline-block;
  background: url(../images/operators-sprite.png) no-repeat;
  position: relative;
  top: 2px;
}
.operator--life {
  background-position-y: -26px;
}
.operator--mts {
  background-position-y: 0;
}
.operator--kievstar {
  background-position-y: -13px;
}
.contact-block__more-toggle {
  color: #2A7AB0;
  border-bottom: 1px dashed #2A7AB0;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
.contact-block__more-toggle:hover {
  border-bottom-style: solid;
}
.contact-block__more {
  display: none;
  margin-bottom: 10px;
}
.service-block {
  padding-top: 2px;
  text-align: right;
}
.service-block a {
  color: #000;
  font-size: 11px;
}
.header-search {
  position: relative;
  margin-top: 5px;
}
.header-search [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border: none;
  font-size: 15px;
  z-index: 2;
}
.header-search [type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
.header-search [type="text"] {
  padding: 0 5px;
  min-width: 200px;
  width: auto;
  border: 1px solid #aaaaaa;
  background: #ffffff;
  margin-bottom: 0;
  height: 27px;
}
#minicart.active .minicartHoverContainer {
  display: block;
}
#minicart .productImage {
  float: left;
}
#minicart .price .pAct {
  position: absolute;
  right: 0;
  top: 26px;
  line-height: 1.1;
  font-weight: bold;
}
#minicart .price .pAct h6 {
  margin: 0;
  font-weight: bold;
}
#minicart .productContainer {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
#minicart .mcSummary {
  padding: 20px 0;
}
#minicart .total-price {
  margin: 0;
  font-weight: 600;
}
#minicart .removeItem {
  font-size: 12px;
  display: block;
  text-align: center;
}
.minicart-footer {
  overflow: hidden;
}
.close-cart-link {
  cursor: pointer;
  color: #2A7AB0;
  vertical-align: top;
  font-size: 13px;
  float: left;
  margin-top: 7px;
}
.close-cart-link:hover {
  text-decoration: underline;
}
.minicart__img {
  width: 80px;
  margin-right: 8px;
}
.minicart__name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-right: 80px;
}
.minicart__details {
  font-size: 12px;
  line-height: 1.1;
  padding-right: 80px;
}
.minicart__details__error.error {
  margin-top: 5px;
  margin-left: 87px;
  clear: none;
  padding: 5px 8px;
}
#hCart {
  font-size: 11px;
  padding-bottom: 14px;
  padding-top: 14px;
  z-index: 3;
  position: relative;
}
#hCart .shoppingCart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hCart .shoppingCart__link {
  position: relative;
}
#hCart .fa {
  font-size: 22px;
  color: #000;
  margin-right: 13px;
}
#hCart .cart-counter {
  position: absolute;
  background: #2A7AB0;
  color: #ffffff;
  padding: 0 4px 1px 4px;
  border-radius: 10px;
  top: -6px;
  right: 3px;
}
.minicartHoverContainer {
  display: none;
  position: absolute;
  right: 0;
  z-index: 20;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
  padding: 5px 15px 0 15px;
  width: 350px;
}
.minicartHoverContainer .mcEmptyCart {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
}
.minicartHoverContainer .fa {
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #444444;
  cursor: pointer;
}
.minicartHoverContainer .fa:hover {
  color: #888888;
}
#customScrollContainer {
  max-height: 300px;
}
#customScrollContainer .nano-content {
  position: relative;
}
#customScrollContainer.has-scrollbar {
  margin-right: -15px;
  width: auto;
  padding-top: 10px;
  margin-top: -5px;
}
#customScrollContainer.has-scrollbar .nano-content {
  position: absolute;
  right: 5px!important;
}
#customScrollContainer.has-scrollbar .nano-pane {
  background: #ededed !important;
  width: 15px !important;
  border-radius: 0!important;
  margin: 0!important;
  display: block!important;
  opacity: 1 !important;
}
#customScrollContainer.has-scrollbar .nano-slider {
  background: #84BD00 !important;
  border-radius: 0!important;
  margin: 0!important;
}
@media (max-width: 500px) {
  .minicartHoverContainer {
    display: none!important;
  }
}
.main-menu {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 8px;
}
.main-menu__item {
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
.main-menu__link {
  font-size: 15px;
  color: #000;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
}
.main-menu__link.selected,
.main-menu__link:hover {
  color: #000;
  border-bottom: 2px solid #84BD00;
}
.main-menu__link:hover,
.main-menu__link:active,
.main-menu__link:focus {
  text-decoration: none;
}
.mobile-menu {
  display: none;
  margin-bottom: 0;
  clear: both;
  padding: 0;
  text-align: center;
}
.mobile-menu__item {
  display: block;
  border-top: 1px solid #999999;
}
.mobile-menu__login {
  border-top: 1px solid #999999;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #444444;
  color: #ffffff;
  font-size: 13px;
  display: none;
  position: relative;
}
.mobile-menu__login a {
  color: #ffffff;
}
.mobile-menu__link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #444444;
  position: relative;
  font-weight: 700;
}
.mobile-menu__link:hover,
.mobile-menu__link:active,
.mobile-menu__link:focus {
  text-decoration: none;
  color: #444444;
}
.mobile-menu__link:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f067";
  position: absolute;
  right: 15px;
  top: 12px;
  line-height: 1;
}
.mobile-menu__look-all {
  display: none;
  background: #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu__look-all a {
  color: #000000;
}
.mobile-menu__submenu {
  display: none;
}
.mobile-menu__submenu__list-item {
  position: relative;
  border-bottom: 1px solid #aaaaaa;
}
.mobile-menu__submenu__list-item a {
  display: block;
  padding-top: 7px;
  padding-bottom: 4px;
  color: #444444;
  text-align: left;
}
.mobile-menu__submenu__list-item a:active,
.mobile-menu__submenu__list-item a:focus,
.mobile-menu__submenu__list-item a:active {
  background: #444444;
  text-decoration: none;
  color: #84BD00 !important;
}
.mobile-menu__submenu__list-item .mobile-menu__submenu__link__inner {
  display: block;
  width: 225px;
  margin: 0 auto;
}
.mobile-menu__submenu__list-item .mobile-menu__submenu__list-item__icon {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu__item.on {
  background: #444444;
}
.mobile-menu__item.on .mobile-menu__look-all {
  display: block;
}
.mobile-menu__item.on .mobile-menu__submenu {
  display: block;
  background: #ffffff;
}
.mobile-menu__item.on .mobile-menu__submenu a {
  color: #444444;
}
.mobile-menu__item.on .mobile-menu__link {
  color: #ffffff;
}
.mobile-menu__item.on .mobile-menu__link:after {
  content: "\f068";
}
.header-line {
  background: #444;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 10px 3px 10px;
}
.headerTop {
  overflow: hidden;
}
.headerBottom {
  position: relative;
  /*  &:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background: #999999;
    z-index: 2;
  }*/
}
.headerBottom.sticky {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: #ffffff;
  border-bottom: 3px solid #444444;
}
#search-toggle {
  font-size: 20px;
  float: right;
  margin-right: 20px;
  padding-top: 10px;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
#search-mobile {
  display: none;
  width: 100%;
  border: 10px solid #444444;
  margin-top: -18px;
}
#search-mobile [type="text"] {
  border: none;
  padding: 5px 7px;
  height: 26px;
  vertical-align: top;
  color: #000;
  flex-grow: 5;
}
#search-mobile button {
  border: none;
  padding: 0 7px;
  background: #2A7AB0;
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  vertical-align: top;
  position: relative;
  color: #ffffff;
}
#search-mobile.open {
  display: flex;
}
.sticky-logo {
  display: none;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 0;
  height: 50px;
  right: 0;
  left: 0;
}
.sticky-logo__link {
  display: inline-block;
  padding-top: 14px;
}
.sticky-logo__img {
  width: 110px;
}
.login-registration {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    text-align: left;
  }
  .main-menu__item:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .headerBottom {
    border-bottom: 3px solid #444444;
  }
  .headerBottom.sticky {
    box-shadow: 0 0 0 1px #fff;
  }
  .headerBottom.sticky .sticky-logo {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
  .logo img {
    width: 170px;
    height: 38.6px;
    margin-bottom: 6px;
  }
  #minicart {
    float: right;
  }
  .shoppingCart {
    display: block;
  }
}
@media (max-width: 600px) {
  .mobile-menu__login {
    display: block;
  }
  .login-registration {
    display: none;
  }
}
@media (max-width: 500px) {
  .topLinks {
    display: none;
  }
  .main-menu .topLinks {
    display: block;
    padding: 5px;
    color: #ffffff;
  }
  .main-menu .topLinks a {
    color: #ffffff;
    font-size: 13px;
  }
  #search-toggle {
    display: block;
  }
  .contact-block {
    width: 100%;
    text-align: center;
  }
  .contact-block__inner {
    float: none;
    display: inline-block;
    text-align: left;
  }
  .service-block {
    display: none;
  }
}
.mmHolder {
  z-index: 100;
  position: relative;
}
.mmHolder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mmHolder .container {
  position: relative;
}
.mmHolder.sticky {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
}
.mm-container {
  position: absolute;
  -moz-box-shadow: 0px 1px 5px #727272;
  -webkit-box-shadow: 0px 1px 5px #727272;
  box-shadow: 0px 1px 5px #727272;
  left: 15px;
  right: 15px;
}
.megaMenu {
  background: #ffffff;
  overflow: hidden;
  display: flex;
  height: 290px;
}
.megaMenu a {
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.megaMenu a:hover {
  text-decoration: none;
  color: #84BD00;
}
.megaMenu img {
  display: block;
  width: 100%;
  height: auto;
}
.megaMenu .product img {
  max-width: 160px;
}
.megaMenu__column {
  width: 30%;
  float: left;
  padding: 17px 10px 20px 35px;
  position: relative;
}
.megaMenu__column:nth-child(2) {
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
}
.megaMenu__column:last-child {
  padding: 0;
}
.megaMenu__column--new-arrival {
  width: 40%;
  background: center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.megaMenu__heading {
  font-size: 16px;
  margin-bottom: 4px;
  color: #cb5099;
  font-weight: 600;
}
.megaMenu__list-item {
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 35px;
  position: relative;
  line-height: 1;
}
.allLink {
  position: absolute;
  margin-top: 15px;
  left: 0;
  bottom: 20px;
  display: inline-block;
  background: #2A7AB0;
  padding: 4px 15px 4px 10px;
  border-radius: 0 13px 13px 0;
  color: #ffffff;
  cursor: pointer;
}
.allLink i {
  margin-left: 4px;
}
.allLink a {
  color: #ffffff;
}
.allLink a:hover {
  color: #ffffff;
}
.allLink:hover {
  background: #51a0d5;
}
.new-arrival-link {
  position: absolute;
  right: 0;
  bottom: 17px;
  display: inline-block;
  background: #2A7AB0;
  padding: 4px 15px 4px 10px;
  border-radius: 13px 0 0 13px;
  color: #ffffff;
}
.new-arrival-link a {
  color: #ffffff;
}
.new-arrival-link a:hover {
  color: #ffffff;
}
.new-arrival-link:hover {
  background: #51a0d5;
}
@media (max-width: 991px) {
  .mmHolder {
    display: none;
  }
}
.megaMenu__list-item__icon,
.mobile-menu__submenu__list-item__icon {
  display: block;
  width: 31px;
  height: 25px;
  background-image: url(../images/mmIconsFINAL2.png);
  -ms-background-position-x: 0;
  background-position-x: 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.megaMenu__list-item__icon[data-id="61"],
.mobile-menu__submenu__list-item__icon[data-id="61"],
.megaMenu__list-item__icon[data-id="74"],
.mobile-menu__submenu__list-item__icon[data-id="74"],
.megaMenu__list-item__icon[data-id="86"],
.mobile-menu__submenu__list-item__icon[data-id="86"],
.megaMenu__list-item__icon[data-id="98"],
.mobile-menu__submenu__list-item__icon[data-id="98"] {
  background-position-y: -1664px;
}
.megaMenu__list-item__icon[data-id="62"],
.mobile-menu__submenu__list-item__icon[data-id="62"],
.megaMenu__list-item__icon[data-id="76"],
.mobile-menu__submenu__list-item__icon[data-id="76"],
.megaMenu__list-item__icon[data-id="117"],
.mobile-menu__submenu__list-item__icon[data-id="117"],
.megaMenu__list-item__icon[data-id="100"],
.mobile-menu__submenu__list-item__icon[data-id="100"] {
  background-position-y: -1760px;
}
.megaMenu__list-item__icon[data-id="63"],
.mobile-menu__submenu__list-item__icon[data-id="63"],
.megaMenu__list-item__icon[data-id="89"],
.mobile-menu__submenu__list-item__icon[data-id="89"] {
  background-position-y: -3799px;
}
.megaMenu__list-item__icon[data-id="77"],
.mobile-menu__submenu__list-item__icon[data-id="77"],
.megaMenu__list-item__icon[data-id="101"],
.mobile-menu__submenu__list-item__icon[data-id="101"] {
  background-position-y: -3799px;
}
.megaMenu__list-item__icon[data-id="64"],
.mobile-menu__submenu__list-item__icon[data-id="64"] {
  background-position-y: -3923px;
}
.megaMenu__list-item__icon[data-id="75"],
.mobile-menu__submenu__list-item__icon[data-id="75"] {
  background-position-y: -3923px;
}
.megaMenu__list-item__icon[data-id="165"],
.mobile-menu__submenu__list-item__icon[data-id="165"],
.megaMenu__list-item__icon[data-id="87"],
.mobile-menu__submenu__list-item__icon[data-id="87"] {
  background-position-y: -1688px;
}
.megaMenu__list-item__icon[data-id="174"],
.mobile-menu__submenu__list-item__icon[data-id="174"],
.megaMenu__list-item__icon[data-id="99"],
.mobile-menu__submenu__list-item__icon[data-id="99"],
.megaMenu__list-item__icon[data-id="88"],
.mobile-menu__submenu__list-item__icon[data-id="88"] {
  background-position-y: -3675px;
}
.megaMenu__list-item__icon[data-id="172"],
.mobile-menu__submenu__list-item__icon[data-id="172"],
.megaMenu__list-item__icon[data-id="173"],
.mobile-menu__submenu__list-item__icon[data-id="173"],
.megaMenu__list-item__icon[data-id="102"],
.mobile-menu__submenu__list-item__icon[data-id="102"],
.megaMenu__list-item__icon[data-id="90"],
.mobile-menu__submenu__list-item__icon[data-id="90"] {
  background-position-y: -3492px;
}
.megaMenu__list-item__icon[data-id="138"],
.mobile-menu__submenu__list-item__icon[data-id="138"],
.megaMenu__list-item__icon[data-id="142"],
.mobile-menu__submenu__list-item__icon[data-id="142"],
.megaMenu__list-item__icon[data-id="136"],
.mobile-menu__submenu__list-item__icon[data-id="136"],
.megaMenu__list-item__icon[data-id="140"],
.mobile-menu__submenu__list-item__icon[data-id="140"] {
  background-position-y: -5196px;
  top: 4px;
}
.megaMenu__list-item__icon[data-id="114"],
.mobile-menu__submenu__list-item__icon[data-id="114"],
.megaMenu__list-item__icon[data-id="116"],
.mobile-menu__submenu__list-item__icon[data-id="116"],
.megaMenu__list-item__icon[data-id="113"],
.mobile-menu__submenu__list-item__icon[data-id="113"],
.megaMenu__list-item__icon[data-id="115"],
.mobile-menu__submenu__list-item__icon[data-id="115"] {
  background-position-y: -27px;
}
.megaMenu__list-item__icon[data-id="139"],
.mobile-menu__submenu__list-item__icon[data-id="139"],
.megaMenu__list-item__icon[data-id="143"],
.mobile-menu__submenu__list-item__icon[data-id="143"],
.megaMenu__list-item__icon[data-id="137"],
.mobile-menu__submenu__list-item__icon[data-id="137"],
.megaMenu__list-item__icon[data-id="141"],
.mobile-menu__submenu__list-item__icon[data-id="141"] {
  background-position-y: -4968px;
  background-position-x: 2px;
}
.megaMenu__list-item__icon[data-id="67"],
.mobile-menu__submenu__list-item__icon[data-id="67"],
.megaMenu__list-item__icon[data-id="80"],
.mobile-menu__submenu__list-item__icon[data-id="80"],
.megaMenu__list-item__icon[data-id="92"],
.mobile-menu__submenu__list-item__icon[data-id="92"],
.megaMenu__list-item__icon[data-id="104"],
.mobile-menu__submenu__list-item__icon[data-id="104"] {
  background-position-y: -964px;
}
.megaMenu__list-item__icon[data-id="68"],
.mobile-menu__submenu__list-item__icon[data-id="68"],
.megaMenu__list-item__icon[data-id="81"],
.mobile-menu__submenu__list-item__icon[data-id="81"],
.megaMenu__list-item__icon[data-id="93"],
.mobile-menu__submenu__list-item__icon[data-id="93"],
.megaMenu__list-item__icon[data-id="105"],
.mobile-menu__submenu__list-item__icon[data-id="105"] {
  background-position-y: -940px;
}
.megaMenu__list-item__icon[data-id="82"],
.mobile-menu__submenu__list-item__icon[data-id="82"] {
  background-position-y: -2048px;
}
.megaMenu__list-item__icon[data-id="69"],
.mobile-menu__submenu__list-item__icon[data-id="69"] {
  background-position-y: -1690px;
}
.megaMenu__list-item__icon[data-id="70"],
.mobile-menu__submenu__list-item__icon[data-id="70"] {
  background-position-y: -1737px;
}
.megaMenu__list-item__icon[data-id="65"],
.mobile-menu__submenu__list-item__icon[data-id="65"],
.megaMenu__list-item__icon[data-id="78"],
.mobile-menu__submenu__list-item__icon[data-id="78"] {
  background-position-y: -1953px;
}
.megaMenu__list-item__icon[data-id="108"],
.mobile-menu__submenu__list-item__icon[data-id="108"] {
  background-position-y: -1058px;
  top: -2px;
}
.megaMenu__list-item__icon[data-id="109"],
.mobile-menu__submenu__list-item__icon[data-id="109"] {
  background-position-y: -4484px;
}
.megaMenu__list-item__icon[data-id="110"],
.mobile-menu__submenu__list-item__icon[data-id="110"] {
  background-position-y: -4576px;
}
.megaMenu__list-item__icon[data-id="111"],
.mobile-menu__submenu__list-item__icon[data-id="111"] {
  background-position-y: -4734px;
}
.megaMenu__list-item__icon[data-id="112"],
.mobile-menu__submenu__list-item__icon[data-id="112"] {
  background-position-y: -4657px;
}
/*

#mm-category-59{
  display: block!important;
}
*/
#ajaxloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  display: none;
}
#ajaxloader img {
  margin-right: 10px;
}
.ajaxloader__box {
  display: inline-block;
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-top: -50px;
  position: relative;
  top: 50%;
}
#flyoutContainerLoader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: none;
}
#flyoutContainerLoader div {
  display: inline-block;
  width: 90px;
  height: 60px;
  position: relative;
  margin-top: 50%;
  top: -50px;
}
.flyoutContainerLoader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
}
.flyoutContainerLoader div {
  display: inline-block;
  width: 90px;
  height: 60px;
  position: relative;
}
