/* ------------------------------------------------------------ *\
	Breakpoints
\* ------------------------------------------------------------ */

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* Document
   ========================================================================== */

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

/**
 * 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 OS X.
 */

[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;
}

.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,
.btn-group:before,
.clearfix:after,
.order-results__controls:after,
.order-results__actions:after,
.list-order:after,
.list-steps__inner:after,
.list-steps:after,
.form-payment__actions:after,
.form-payment__group:after,
.form-payment__entry:after,
.form-payment__cols:after,
.form-login__row:after,
.form-register__row:after,
.form-forget-password__row:after,
.access__group:after,
.btn-group:after,
.shell:after,
.nav ul:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.order-results__controls:after,
.order-results__actions:after,
.list-order:after,
.list-steps__inner:after,
.list-steps:after,
.form-payment__actions:after,
.form-payment__group:after,
.form-payment__entry:after,
.form-payment__cols:after,
.form-login__row:after,
.form-register__row:after,
.form-forget-password__row:after,
.access__group:after,
.btn-group:after,
.shell:after,
.nav ul: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 !important;
}

.affix {
  position: fixed;
}

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */

/*  Font Vars  */

/*  Breakpoints  */

/* ==========================================================================
 Helper classes
 ========================================================================== */

.clearfix:before,
.btn-group:before,
.clearfix:after,
.order-results__controls:after,
.order-results__actions:after,
.list-order:after,
.list-steps__inner:after,
.list-steps:after,
.form-payment__actions:after,
.form-payment__group:after,
.form-payment__entry:after,
.form-payment__cols:after,
.form-login__row:after,
.form-register__row:after,
.form-forget-password__row:after,
.access__group:after,
.btn-group:after,
.shell:after,
.nav ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after,
.order-results__controls:after,
.order-results__actions:after,
.list-order:after,
.list-steps__inner:after,
.list-steps:after,
.form-payment__actions:after,
.form-payment__group:after,
.form-payment__entry:after,
.form-payment__cols:after,
.form-login__row:after,
.form-register__row:after,
.form-forget-password__row:after,
.access__group:after,
.btn-group:after,
.shell:after,
.nav ul:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.alert {
  margin: 20px 0 45px;
  border: 3px solid #83bb26;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}

.alert-success {
  border-color: #83bb26;
  background: #D1DE96;
  color: #83bb26;
}

.alert-danger {
  border-color: #e84189;
  color: #e84189;
}

@media (max-width: 1023px) {
  .hidden-tablet {
    display: none !important;
  }
}

.visible-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }
}

input[type=password]:focus::-webkit-input-placeholder,
input[type=password]:active::-webkit-input-placeholder {
  color: transparent;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ------------------------------------------------------------ *\
	Button Menu Animation
  \* ------------------------------------------------------------ */

@-webkit-keyframes reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

.table tr td,
.table tr th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-spacing: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-striped > tbody > tr.odd {
  background-color: #ffffff !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e7e8e9;
}

.table-striped > tbody > tr.even {
  background-color: #e7e8e9 !important;
}

.table-striped > tbody > tr td {
  border-top: none;
}

.table-striped-alt > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}

.table-striped-alt > tbody > tr.even {
  background-color: #ffffff !important;
}

.table-striped-alt > tbody > tr:nth-of-type(odd) {
  background-color: #e7e8e9;
}

.table-striped-alt > tbody > tr.odd {
  background-color: #e7e8e9 !important;
}

.table-striped-alt > tbody > tr td {
  border-top: none;
}

.btn__row-edit-order {
  cursor: pointer;
  padding-right: 5px;
}

.text-pink {
  color: #e84489;
}

.text-light-pink {
  color: #f7c5dc;
}

.text-green {
  color: #a1c517;
}

.text-light-green {
  color: #d0df92;
}

.text-grey {
  color: #e7e8e9;
}

.text-faq-grey {
  color: #ededed;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 18px 0 17px 0;
  border-bottom: 7px solid #e84489;
  background: #fff;
  /* Tablet Portrait */
  /* Mobile */
  /*  Has Overlay  */
  /*  Blocks  */
  /*  Components  */
  /*  Header Alternative  */
}

@media (max-width: 1023px) {
  .header {
    padding-top: 10px;
    padding-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 8px;
  }
}

.header.has-overlay:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.6);
}

.header .shell {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

.header .logo {
  float: left;
  margin: 21px 0 0 -1px;
  width: 250px;
  height: 80px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1090px) {
  .header .logo {
    width: 203px;
    height: 67px;
    margin-top: 23px;
  }
}

@media (max-width: 1023px) {
  .header .logo {
    width: 203px;
    height: 67px;
    margin-top: 0;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .header .logo {
    width: 158px;
    height: 49px;
    margin-left: -4px;
  }
}

.header .nav {
  float: right;
  clear: both;
  margin: 54px 1px 0 0;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .header .nav {
    float: none;
    margin-top: 58px;
    margin-right: 36px;
  }
}

@media (max-width: 767px) {
  .header .nav {
    margin-right: 0;
  }
}

.header .btn-menu {
  display: none;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .header .btn-menu {
    position: absolute;
    top: 14px;
    right: 20px;
    display: inline-block;
  }

  .header .btn-menu.active {
    position: fixed;
    top: 25px;
    right: 31px;
    z-index: 40;
    width: 44px;
    -webkit-animation: 1s reveal;
            animation: 1s reveal;
  }
}

@media (max-width: 767px) {
  .header .btn-menu {
    top: 14px;
    right: 20px;
    width: 35px;
    height: 25px;
  }

  .header .btn-menu.active {
    right: 29px;
  }
}

.header__aside {
  float: right;
  margin-right: 23px;
  /* Tablet Portrait */
  /*  Visible  */
  /* Mobile */
}

@media (max-width: 1023px) {
  .header__aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    z-index: 40;
    float: none;
    padding-top: 61px;
    padding-right: 122px;
    padding-left: 29px;
    margin-right: 0;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.header__aside.visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 767px) {
  .header__aside {
    left: 0;
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

.header__actions {
  float: right;
  font-size: 18px;
  color: #83bb26;
  font-weight: 800;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .header__actions {
    float: none;
    margin-left: 4px;
  }
}

@media (max-width: 767px) {
  .header__actions {
    margin-left: 1px;
  }
}

.header__actions .order-now {
  color: #e84489;
  display: none;
}

.header__actions p {
  float: left;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .header__actions p {
    float: none;
    margin-bottom: 16px;
  }
}

.header__actions p + p {
  margin-left: 35px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .header__actions p + p {
    margin-left: 0px;
  }
}

.header__actions p:first-child {
  position: relative;
  top: 1px;
}

.header__actions p:first-child i {
  position: relative;
  top: -2px;
  left: -1px;
}

.header__actions a:hover {
  color: #6b9624;
}

.header__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  padding-right: 61px;
  text-align: right;
  /* Tablet Portrait */
  /* Mobile */
  /*  Alt  */
}

@media (max-width: 1023px) {
  .header__btn {
    bottom: -60px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .header__btn {
    bottom: -38px;
    padding-right: 17px;
  }
}

.header__btn--alt {
  position: fixed;
  top: 0px;
  left: 50%;
  right: 0;
  z-index: 25;
  bottom: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-right: 21px;
  border-top: 7px solid #e84489;
  width: 100%;
  max-width: 1120px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .header__btn--alt {
    padding-right: 39px;
  }
}

.header__btn--alt .btn-order {
  position: relative;
  top: -3px;
  z-index: 35;
  padding-left: 33px;
  padding-right: 34px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .header__btn--alt .btn-order {
    padding-left: 29px;
    padding-right: 22px;
  }
}

.header__btn--alt:before {
  content: "";
  position: fixed;
  top: -7px;
  left: -100%;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  height: 7px;
  background: #e84489;
}

.header__btn--alt:after {
  content: "";
  position: fixed;
  top: -7px;
  right: -100%;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  height: 7px;
  background: #e84489;
}

.header--alt {
  padding-top: 21px;
  border-bottom: 0;
  padding-bottom: 17px;
  /* Mobile */
  /* Mobile */
}

.header--alt + .main {
  padding-top: 146px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .header--alt + .main {
    padding-top: 112px;
  }
}

@media (max-width: 767px) {
  .header--alt + .main {
    padding-top: 71px;
  }
}

@media (max-width: 767px) {
  .header--alt {
    padding-top: 9px;
    padding-bottom: 13px;
  }
}

.header--alt .logo {
  margin-top: 18px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .header--alt .logo {
    margin-top: 7px;
    margin-left: -3px;
  }
}

@media (max-width: 767px) {
  .header--alt .logo {
    margin-top: 0;
    margin-left: -5px;
  }
}

@media (max-width: 767px) {
  .header--alt .header__btn {
    display: none;
  }
}

.header--alt .btn-menu {
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .header--alt .btn-menu {
    top: 28px;
    right: 38px;
  }
}

@media (max-width: 767px) {
  .header--alt .btn-menu {
    top: 14px;
    right: 20px;
  }
}

.header--alt .nav {
  margin-top: 51px;
  margin-right: -2px;
}

.header--alt .header__actions {
  position: relative;
  z-index: 35;
  margin-right: 237px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .header--alt .header__actions {
    margin-right: 0;
  }
}

.header--alt .header__actions .order-now {
  display: block;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
  padding: 33px 0 36px;
  background: #676767;
  color: #fff;
  /* Mobile */
}

@media (max-width: 767px) {
  .footer {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

.footer__nav {
  margin-left: -2px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  /* Mobile */
}

@media (max-width: 767px) {
  .footer__nav {
    margin-right: 0px;
  }
}

.footer__nav ul {
  margin: 0 -33px;
  font-size: 0;
}

.footer__nav li {
  position: relative;
  display: inline-block;
  padding: 0 33px;
  font-size: 12px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .footer__nav li {
    position: relative;
    left: 1px;
    padding: 0 32px;
  }
}

@media (max-width: 767px) {
  .footer__nav li {
    left: 0;
    padding: 0 10px;
    font-size: 9px;
  }
}

.footer__nav li:first-child {
  padding-right: 37px;
  /* Mobile */
}

@media (max-width: 767px) {
  .footer__nav li:first-child {
    padding-right: 4px;
  }
}

.footer__nav li:nth-child(2) {
  padding-right: 26px;
  /* Mobile */
}

@media (max-width: 767px) {
  .footer__nav li:nth-child(2) {
    padding-right: 1px;
  }
}

.footer__nav li + li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 11px;
  background: #fff;
  /* Mobile */
}

@media (max-width: 767px) {
  .footer__nav li + li:before {
    top: 2px;
    width: 2px;
    height: 9px;
  }
}

.footer__nav a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
  font-size: 18px;
  font-weight: 800;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .nav {
    font-weight: 700;
  }
}

.nav li {
  float: left;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  /* Tablet Portrait */
}

.nav li.current a:after {
  opacity: 0.9;
}

@media (max-width: 1023px) {
  .nav li {
    float: none;
  }
}

.nav li + li {
  margin-left: 12px;
  /*
  @include breakpoint-small-desktop {
  	margin-left:22px;
  }
  @media (max-width:1150px){
  	margin-left: 12px;
  }
  */
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .nav li + li {
    margin-top: 16px;
    margin-left: 0;
  }
}

.nav a {
  position: relative;
}

.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: #676767;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav a:hover:after {
  opacity: 0.9;
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {
  padding-top: 150px;
  min-height: calc(100vh - 86px);
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .main {
    padding-top: 97px;
    overflow-x: hidden;
    min-height: calc(100vh - 85px);
  }

  body.page-our-menu .main {
    overflow-x: unset;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 77px;
    min-height: calc(100vh - 41px);
  }

  .page-login .main {
    background-color: #d0df92;
  }
}

.page-our-schools .main {
  padding-bottom: 62px;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  background: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #676767;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1;
}

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 24px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.color-pink {
  color: #e84489;
}

/* ------------------------------------------------------------ *\
	Shell Fluid
\* ------------------------------------------------------------ */

.shell {
  max-width: 1197px;
  padding: 0 38px;
  margin: 0 auto;
  /* Mobile */
}

@media (max-width: 767px) {
  .shell {
    padding: 0 19px;
  }

  .shell.mobile-full-width {
    padding: 0px;
  }
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

[class^=ico-] {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ico-person {
  width: 16px;
  height: 14px;
  background-image: url(/images/icons/ico-person.png);
}

.ico-list {
  width: 18px;
  height: 17px;
  background-image: url(/images/icons/ico-list.png);
}

.ico-question {
  width: 13px;
  height: 20px;
  background: url("/images/icons/ico-question.png") no-repeat;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  height: 90px;
  background: url("/images/logo@2x.png") no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  font-size: 0;
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 169px;
  height: 45px;
  padding: 0 15px;
  border: 0;
  border-radius: 9px;
  background: #a1c517;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*  Pink  */
  /*  Button Large  */
  /*  Button Small  */
  /*  Button Pink  */
}

.btn:hover {
  background: #bb3f75;
}

.btn:focus {
  outline: 0;
}

.btn--pink {
  background: #e84189;
}

.btn--pink:hover {
  background: #bb3f75;
}

.btn--large {
  min-width: 212px;
  height: 56px;
  padding: 0 38px;
  line-height: 56px;
}

.btn--small {
  min-width: 109px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}

.btn--pink {
  background: #e84189;
}

.btn--pink:hover {
  background: #c03873;
}

.btn--green {
  background: #83bb26;
}

.btn--green:hover {
  background: #6b9624;
}

.btn-group .btn {
  float: left;
  border-radius: 0;
  border-right: 1px solid #fff;
}

.btn-group .btn:first-of-type {
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
}

.btn-group .btn:last-of-type {
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
  border-right: none;
}

.btn-group .btn.active {
  background-color: #e84189;
}

/* ------------------------------------------------------------ *\
	Button Order
\* ------------------------------------------------------------ */

.btn-order {
  display: inline-block;
  padding: 10px 36px 11px 31px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background: #e84489;
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  /* Tablet Portrait */
  /* Mobile */
}

.btn-order:hover {
  box-shadow: 0 4px 10px -3px black;
}

@media (max-width: 1023px) {
  .btn-order {
    padding: 6px 22px 8px 27px;
  }
}

@media (max-width: 767px) {
  .btn-order {
    padding: 6px 21px 5px 21px;
    font-size: 12px;
  }
}

/* ------------------------------------------------------------ *\
	Button Menu
\* ------------------------------------------------------------ */

.btn-menu {
  z-index: 10;
  vertical-align: middle;
  display: none;
  width: 51px;
  height: 32px;
  border: 0;
  background: 0;
  cursor: pointer;
}

.btn-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #676767;
  -webkit-transition: top 0.3s, bottom 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, bottom 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s, opacity 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.btn-menu span:nth-child(1) {
  top: 0;
}

.btn-menu span:nth-child(2) {
  top: 14px;
  opacity: 1;
}

@media (max-width: 767px) {
  .btn-menu span:nth-child(2) {
    top: 11px;
  }
}

.btn-menu span:nth-child(3) {
  bottom: 0;
}

.btn-menu.active span:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-menu.active span:nth-child(2) {
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.btn-menu.active span:nth-child(3) {
  bottom: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
  position: relative;
  padding: 159px 0 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .intro {
    padding-top: 137px;
  }
}

@media (max-width: 767px) {
  .intro {
    padding-top: 53px;
    padding-bottom: 24px;
    background-position: 55% 50%;
  }
}

.intro__entry {
  position: relative;
  z-index: 5;
  padding-left: 27px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .intro__entry {
    padding-left: 1px;
  }
}

.intro__entry h1 {
  color: #fff;
  line-height: 1.2;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .intro__entry h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .intro__entry h1 {
    font-size: 28px;
  }
}

.intro__entry strong {
  color: #f7c5dc;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .intro__entry strong {
    display: inline-block;
    max-width: 352px;
  }
}

@media (max-width: 767px) {
  .intro__entry strong {
    max-width: 256px;
  }
}

/* ------------------------------------------------------------ *\
	Intro Bar
\* ------------------------------------------------------------ */

.intro-bar {
  padding: 50px 0;
  margin-bottom: 62px;
  background-image: url("/images/temp/green-bg-right.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  /* Tablet Portrait */
  /* Mobile */
}

.page-faqs .intro-bar {
  margin-bottom: 5px;
}

.page-our-menu .intro-bar {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .intro-bar {
    padding: 46px 0;
    margin-bottom: 34px;
  }

  .intro-bar--right {
    margin-bottom: 68px;
    background-image: url("/images/temp/green-bg.jpg");
  }
}

@media (max-width: 767px) {
  .intro-bar {
    padding: 20px 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 16px;
    background-size: cover;
    background-position: 30.8% 50%;
  }

  .intro-bar--right h1 {
    line-height: 1.25;
  }

  .intro-bar--left {
    background-position: 80% 50%;
  }
}

.intro-bar h1 {
  margin-bottom: 0;
  font-size: 42px;
  color: #e84489;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .intro-bar h1 {
    font-size: 22px;
  }
}

/* ------------------------------------------------------------ *\
	Access
\* ------------------------------------------------------------ */

.access {
  padding: 43px 0 40px;
  /* Tablet Portrait */
  /* Mobile */
  /*  Blocks  */
  /*  Components  */
}

@media (max-width: 1023px) {
  .access {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .access {
    overflow: hidden;
    padding-top: 11px;
    padding-bottom: 10px;
  }
}

.access .form-login {
  max-width: 360px;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .access .form-login {
    max-width: 292px;
  }
}

.access .form-register,
.access .form-reset-password {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .access .form-register,
  .access .form-reset-password {
    max-width: 292px;
  }
}

.access .slider__customer-quotes h6 {
  margin-top: 10px;
}

.access .slider__customer-quotes .slick-slide:focus {
  outline: none;
}

.access .slider__customer-quotes .slick-dots {
  margin-top: 10px;
}

.access .slider__customer-quotes .slick-dots li {
  display: inline-block;
  width: auto;
  padding: 0 5px;
}

.access .slider__customer-quotes .slick-dots li.slick-active button {
  background: #e84189;
}

.access .slider__customer-quotes .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #a1c517;
  font-size: 0;
}

.access .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 28px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .access .btn {
    left: 48.5%;
    bottom: 32px;
    -webkit-transform: translateX(-48.5%);
            transform: translateX(-48.5%);
  }
}

.access__group {
  margin: 0 -23px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .access__group {
    margin: 0 -38px;
  }
}

.access__group-alt .access__item {
  padding: 50px 0;
}

.access__inner {
  padding: 0 23px;
  /* Tablet Portrait */
  /* Mobile */
}

.page-login .access__inner {
  padding: 0;
}

@media (max-width: 1023px) {
  .access__inner {
    float: none;
    width: 100%;
    padding: 0;
  }

  .access__inner + .access__inner {
    margin-top: 13px;
  }

  .access__inner + .access__inner .access__item {
    padding-top: 38px;
    padding-right: 10px;
    padding-bottom: 94px;
  }

  .access__inner + .access__inner .btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 33px;
  }
}

@media (max-width: 767px) {
  .access__inner + .access__inner {
    margin-top: 10px;
  }

  .access__inner + .access__inner .btn {
    bottom: 32px;
  }

  .access__inner + .access__inner .access__item {
    padding-top: 36px;
    padding-bottom: 83px;
  }

  .access__inner + .access__inner h3 {
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .access__inner + .access__inner p {
    position: relative;
    margin-top: 23px;
    margin-left: auto;
  }
}

@media (max-width: 767px) and (max-width: 400px) {
  .access__inner + .access__inner p {
    padding: 0 10px;
  }
}

@media (max-width: 400px) {
  .access__inner + .access__inner {
    padding: 0 10px;
  }
}

.access__item {
  position: relative;
  padding: 28px 0 105px 0;
  background: #d0df92;
  text-align: center;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */
  /*  Pink  */
}

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

@media (max-width: 1023px) {
  .access__item {
    padding-top: 30px;
    padding-right: 26px;
    padding-bottom: 101px;
  }
}

@media (max-width: 767px) {
  .access__item {
    padding-left: 22px;
  }
}

.access__item-h2 {
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 22px;
}

.access__item h3 {
  margin-bottom: 22px;
  /* Mobile */
}

.access__item h3 + p {
  margin-top: 45px;
  margin-bottom: -2px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .access__item h3 + p {
    margin-top: 43px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .access__item h3 {
    padding: 0 60px;
  }
}

.access__item p {
  max-width: 340px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.23;
}

.access__item--pink {
  background: #f7c5dc;
}

/* ------------------------------------------------------------ *\
	Form Login
	\* ------------------------------------------------------------ */

.form-login,
.form-register,
.form-forget-password {
  /*  Blocks  */
  /*  Components  */
}

.form-login .field,
.form-register .field,
.form-forget-password .field {
  padding: 10px;
  background: #a1c517;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 400;
}

.form-login .field::-webkit-input-placeholder,
.form-register .field::-webkit-input-placeholder,
.form-forget-password .field::-webkit-input-placeholder {
  color: #fff;
}

.form-login .field::-moz-placeholder,
.form-register .field::-moz-placeholder,
.form-forget-password .field::-moz-placeholder {
  color: #fff;
}

.form-login .field:-ms-input-placeholder,
.form-register .field:-ms-input-placeholder,
.form-forget-password .field:-ms-input-placeholder {
  color: #fff;
}

.form-login .field::-ms-input-placeholder,
.form-register .field::-ms-input-placeholder,
.form-forget-password .field::-ms-input-placeholder {
  color: #fff;
}

.form-login .field::placeholder,
.form-register .field::placeholder,
.form-forget-password .field::placeholder {
  color: #fff;
}

.form-login .field::-moz-placeholder,
.form-register .field::-moz-placeholder,
.form-forget-password .field::-moz-placeholder {
  opacity: 1;
}

.form-login .btn,
.form-register .btn,
.form-forget-password .btn {
  margin-top: 17px;
}

.form-login__row + .form-login__row,
.form-register__row + .form-login__row,
.form-forget-password__row + .form-login__row {
  margin-top: 22px;
}

.form-login__row:first-child,
.form-register__row:first-child,
.form-forget-password__row:first-child {
  margin-left: 2px;
}

.form-login__row:first-child .form-login__label,
.form-register__row:first-child .form-login__label,
.form-forget-password__row:first-child .form-login__label {
  position: relative;
  top: 2px;
  width: 26%;
}

@media (max-width: 400px) {
  .form-login__row:first-child .form-login__label,
  .form-register__row:first-child .form-login__label,
  .form-forget-password__row:first-child .form-login__label {
    width: 34%;
  }
}

.form-login__row:first-child .form-login__controls,
.form-register__row:first-child .form-login__controls,
.form-forget-password__row:first-child .form-login__controls {
  position: relative;
  left: 2px;
  width: 74%;
}

@media (max-width: 400px) {
  .form-login__row:first-child .form-login__controls,
  .form-register__row:first-child .form-login__controls,
  .form-forget-password__row:first-child .form-login__controls {
    width: 66%;
  }
}

.form-login__row:nth-child(2) .field,
.form-register__row:nth-child(2) .field,
.form-forget-password__row:nth-child(2) .field {
  padding-left: 6px;
}

.form-login__label,
.form-register__label,
.form-forget-password__label {
  float: left;
  width: 27%;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  line-height: 2;
}

@media (max-width: 767px) {
  .form-login__label,
  .form-register__label,
  .form-forget-password__label {
    width: 100%;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 400;
  }
}

.form-login__controls,
.form-register__controls,
.form-forget-password__controls {
  float: left;
  width: 73%;
  text-align: right;
}

@media (max-width: 767px) {
  .form-login__controls,
  .form-register__controls,
  .form-forget-password__controls {
    width: 100%;
    display: block;
    float: none;
  }
}

.form-login__hint,
.form-register__hint,
.form-forget-password__hint {
  display: inline-block;
  margin: 10px 3px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.form-login__hint:hover,
.form-register__hint:hover,
.form-forget-password__hint:hover {
  text-decoration: underline;
}

.form-register {
  /*  Blocks  */
}

.form-register .field {
  background: #f986b6;
}

.form-register .btn {
  background-color: #e84489;
}

.form-register .btn:hover {
  background-color: #a1c517;
}

/* ------------------------------------------------------------ *\
	Form Payment
	\* ------------------------------------------------------------ */

.form-payment {
  margin-top: 84px;
  margin-bottom: 54px;
  /* Tablet Portrait */
  /* Mobile */
  /*  Head  */
  /*  Body  */
  /*  Cols  */
  /*  Bar  */
  /*  Entry  */
  /*  Group  */
  /*  Item  */
  /*  Row  */
  /*  Label  */
  /*  CCV  */
  /*  Notice  */
  /*  Pricing  */
  /*  Actions  */
  /*  Image  */
}

@media (max-width: 1023px) {
  .form-payment {
    max-width: 691px;
    margin: 47px auto 44px;
  }
}

@media (max-width: 767px) {
  .form-payment {
    margin-top: 18px;
    margin-bottom: 16px;
    overflow: hidden;
  }
}

.form-payment__head {
  margin-bottom: 51px;
  /* Tablet Portrait */
  /* Tablet Portrait */
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .form-payment__head {
    margin-bottom: 42px;
  }
}

@media (max-width: 1023px) {
  .form-payment__head .form-payment__col {
    float: none;
    width: 100%;
  }
}

.form-payment__head .form-payment__col:nth-child(2) .form-payment__bar {
  padding-left: 19px;
}

.form-payment__head .form-payment__col:nth-child(2) .form-payment__entry {
  padding-top: 22px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .form-payment__head .form-payment__col:nth-child(2) .form-payment__entry {
    padding-top: 23px;
    padding-left: 19px;
  }

  .form-payment__head .form-payment__col:nth-child(2) .form-payment__entry a + a {
    display: block;
  }
}

@media (max-width: 400px) {
  .form-payment__head .form-payment__col:nth-child(2) .form-payment__entry {
    padding-left: 2px;
  }
}

@media (max-width: 1023px) {
  .form-payment__head .form-payment__col + .form-payment__col {
    margin-top: 32px;
  }
}

.form-payment__body {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 48px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .form-payment__body {
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  .form-payment__body {
    margin-bottom: 1px;
  }
}

.form-payment__cols {
  margin: 0 -18px;
}

.form-payment__cols--1of2 {
  margin: 0 -6px;
}

.form-payment__col {
  float: left;
  width: 100%;
  padding: 0 18px;
  /*  Size 1  */
  /*  Size 2  */
  /*  1of2  */
}

.form-payment__col--size-1 {
  width: 56.6%;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .form-payment__col--size-1 {
    float: none;
    width: 100%;
  }
}

.form-payment__col--size-2 {
  width: 42.5%;
}

.form-payment__col--1of2 {
  width: 50%;
  padding: 0 6px;
}

.form-payment__bar {
  padding: 8px 30px 7px 30px;
  background: #676767;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .form-payment__bar {
    padding-left: 21px;
  }
}

.form-payment__bar h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.form-payment__entry {
  padding: 24px 40px 0 29px;
  font-size: 18px;
  font-weight: 700;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .form-payment__entry {
    padding-right: 19px;
    padding-left: 26px;
  }
}

@media (max-width: 400px) {
  .form-payment__entry {
    padding-left: 2px;
  }
}

.form-payment__entry p {
  float: left;
  margin-top: -3px;
  margin-bottom: 0;
  line-height: 2;
}

.form-payment__entry .btn {
  float: right;
  /* Mobile */
}

@media (max-width: 767px) {
  .form-payment__entry .btn {
    margin-top: -9px;
    margin-right: -5px;
  }
}

@media (max-width: 400px) {
  .form-payment__entry .btn {
    float: none;
    margin-top: 5px;
  }
}

.form-payment__group {
  padding-top: 32px;
  padding-left: 30px;
  padding-right: 24px;
  margin: 0 -21px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .form-payment__group {
    padding-left: 27px;
  }
}

@media (max-width: 767px) {
  .form-payment__group {
    position: relative;
    padding-top: 16px;
    padding-bottom: 78px;
    padding-left: 20px;
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .form-payment__group {
    padding-right: 0;
    margin-right: 0;
  }
}

.form-payment__item {
  float: left;
  width: 50%;
  padding: 0 21px;
  /* Mobile */
}

@media (max-width: 767px) {
  .form-payment__item {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .form-payment__item:first-child .form-payment__row:first-child .form-payment__col,
  .form-payment__item:first-child .form-payment__row:last-child .form-payment__col {
    width: 50%;
  }

  .form-payment__item:first-child .form-payment__row:last-child {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) and (max-width: 400px) {
  .form-payment__item:first-child .form-payment__row:last-child {
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .form-payment__item {
    padding-left: 2px;
  }
}

.form-payment__item + .form-payment__item {
  padding-left: 24px;
  /* Mobile */
}

@media (max-width: 767px) {
  .form-payment__item + .form-payment__item {
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  .form-payment__item + .form-payment__item {
    padding-left: 2px;
  }
}

.form-payment__item + .form-payment__item .form-payment__row:first-child .form-payment__label {
  position: relative;
  top: 2px;
}

.form-payment__row {
  margin-bottom: 23px;
  /* Mobile */
}

@media (max-width: 767px) {
  .form-payment__row {
    margin-bottom: 11px;
  }
}

.form-payment .field {
  height: 34px;
  padding: 0 10px;
  background: #ececec;
}

.form-payment__label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.form-payment__ccv {
  position: relative;
}

.form-payment__ccv i {
  position: absolute;
  top: 5px;
  right: -20px;
  cursor: pointer;
}

.form-payment__ccv i:hover + .form-payment__image {
  display: block;
  /* Mobile */
}

@media (max-width: 767px) {
  .form-payment__ccv i:hover + .form-payment__image {
    display: none;
  }
}

.form-payment__ccv .form-payment__image {
  /* Mobile */
}

@media (max-width: 767px) {
  .form-payment__ccv .form-payment__image {
    left: 67%;
    z-index: 20;
    display: none;
  }
}

@media (max-width: 767px) and (max-width: 400px) {
  .form-payment__ccv .form-payment__image {
    left: 32%;
  }
}

@media (max-width: 767px) {
  .form-payment__ccv .form-payment__image.visible {
    display: block !important;
  }
}

.form-payment__notice {
  position: relative;
  display: inline-block;
  width: 100%;
  top: -5px;
  margin-left: 29px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.005em;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .form-payment__notice {
    margin-left: 26px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .form-payment__notice {
    top: 0;
    margin-top: 12px;
    margin-left: 20px;
    padding-right: 31px;
  }
}

@media (max-width: 400px) {
  .form-payment__notice {
    margin-left: 0;
  }
}

.form-payment__notice a {
  text-decoration: underline;
}

.form-payment__notice a:hover {
  text-decoration: none;
}

.form-payment__pricing {
  position: absolute;
  right: 50px;
  bottom: 0;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .form-payment__pricing {
    position: relative;
    right: 0;
    padding: 0 18px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .form-payment__pricing {
    padding: 0;
  }
}

.form-payment__pricing h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.form-payment__pricing h2 {
  margin-bottom: 0;
  font-size: 54px;
  color: #e84189;
  text-transform: uppercase;
}

.form-payment__pricing.right-align {
  position: relative;
  text-align: right;
  width: 100%;
  padding-right: 15px;
  right: auto;
}

.form-payment__actions {
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .form-payment__actions {
    padding-left: 65px;
    padding-right: 70px;
    /* Mobile */
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .form-payment__actions {
    padding: 0 17px;
  }
}

@media (max-width: 400px) {
  .form-payment__actions {
    text-align: center;
    display: grid;
  }
}

.form-payment__actions .btn {
  float: left;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .form-payment__actions .btn {
    min-width: 158px;
    height: 43px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 43px;
  }
}

@media (max-width: 400px) {
  .form-payment__actions .btn {
    float: none;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.form-payment__actions .btn + .btn {
  float: right;
}

@media (max-width: 400px) {
  .form-payment__actions .btn + .btn {
    float: none;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-bottom: 10px;
  }
}

.form-payment__image {
  position: absolute;
  top: -125px;
  left: 114%;
  z-index: 5;
  display: none;
  width: 209px;
  height: 131px;
}

.form-user .row {
  margin-bottom: 20px;
}

.form-user .field {
  padding: 10px;
  background-color: #e7e8e9;
  font-weight: 200;
  font-size: 16px;
}

@media (max-width: 767px) {
  .form-user .field-container + .field-container {
    margin-top: 20px;
  }

  .form-user label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
}

.form-user .select2 {
  width: 100% !important;
  background-color: #e7e8e9;
}

.form-user .select2-search {
  background-color: #e7e8e9;
}

.form-user .select2 .select2-selection {
  border: none;
  background-color: #e7e8e9;
  font-weight: 200;
  font-size: 16px;
  border-radius: 0px;
  height: 38px;
}

.form-user .select2 .select2-selection .select2-selection__rendered {
  line-height: 38px;
}

.form-user .select2 .select2-selection .select2-selection__arrow {
  height: 38px;
}

.form-user .btn__delete-row {
  color: #a1c517;
  vertical-align: center;
}

.form-user .bootstrap-datetimepicker-widget {
  background-color: #e7e8e9;
}

.form-user select.field {
  -webkit-appearance: none;
}

.form-user table thead tr th {
  border: none;
}

.form-user table tbody tr td {
  border: none;
}

.form-cancel-order,
.form-delete-child {
  display: inline-block;
}

.form-cancel-order button,
.form-delete-child button {
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  color: black;
  border: none;
  padding: 0px;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

/*  Field  */

.field {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
}

.field:focus {
  outline: 0;
}

/*  Select  */

.select {
  position: relative;
}

.select:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 20px;
  height: 11px;
  background: url("/images/icons/arrow-down.png") no-repeat;
}

.select select {
  width: 100%;
  height: 34px;
  padding-left: 10px;
  padding-right: 35px;
  border: 0;
  border-radius: 0;
  background: #ececec;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:focus {
  outline: 0;
}

/*  Number  */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.field-number {
  position: relative;
  /*  Button  */
}

.field-number input.field {
  padding-right: 31px;
}

.field-number__btn {
  position: absolute;
  top: 4px;
  right: 7px;
  z-index: 10;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 20px;
  height: 11px;
  background: url("/images/icons/arrow-down.png") no-repeat;
}

.field-number__btn--down {
  top: auto;
  bottom: 7px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.help-block {
  font-size: 14px;
  color: #ff6b6b;
}

/* ------------------------------------------------------------ *\
	Section
	\* ------------------------------------------------------------ */

.section {
  overflow: hidden;
  padding: 32px 0 31px 0;
  margin-bottom: 26px;
  background: #e6e6e6;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .section {
    padding-top: 52px;
    padding-bottom: 19px;
    margin-bottom: 11px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 15px;
  }
}

.section .list-steps {
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .section .list-steps {
    position: relative;
    left: 2px;
  }
}

.section__head {
  margin-bottom: 29px;
  text-align: center;
  /* Tablet Portrait */
}

.section__head h2 {
  margin-bottom: 0;
  color: #ed7bac;
}

.page-about .section__head h2 {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\
	Section Order
	\* ------------------------------------------------------------ */

.section-order {
  margin-bottom: 44px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .section-order {
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .section-order {
    margin-bottom: 35px;
  }
}

.section-order .callendar {
  margin-top: 24px;
  margin-bottom: 19px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .section-order .callendar {
    margin-top: -2px;
    margin-bottom: -12px;
  }
}

@media (max-width: 767px) {
  .section-order .callendar {
    margin-top: 13px;
    margin-bottom: -4px;
  }
}

.section-order__head {
  padding-left: 9px;
  margin-bottom: 14px;
  text-transform: uppercase;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .section-order__head {
    padding-left: 0;
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  .section-order__head {
    margin-bottom: 12px;
  }
}

.section-order__head h4 {
  margin-bottom: 0;
  /* Mobile */
}

@media (max-width: 767px) {
  .section-order__head h4 {
    font-size: 14px;
  }
}

.section-order__head span {
  display: inline-block;
  margin-right: 24px;
  color: #83bb26;
  /* Mobile */
}

@media (max-width: 767px) {
  .section-order__head span {
    margin-right: 17px;
    display: block;
  }
}

.section-order__head p {
  margin-top: 12px;
  text-transform: none;
}

.section-order__head p span {
  color: red;
  margin-right: 0;
}

@media (max-width: 767px) {
  .section-order__head p span {
    margin-right: 0;
  }
}

.section-order + .section-order {
  margin-bottom: 33px;
  /* Tablet Portrait */
  /* Mobile */
}

.section-order + .section-order .section-order__head span {
  margin-right: 21px;
  /* Mobile */
}

@media (max-width: 767px) {
  .section-order + .section-order .section-order__head span {
    margin-right: 14px;
  }
}

@media (max-width: 1023px) {
  .section-order + .section-order {
    margin-bottom: 53px;
  }
}

@media (max-width: 767px) {
  .section-order + .section-order {
    margin-bottom: 26px;
  }
}

.section-order:nth-child(5) {
  /* Mobile */
}

@media (max-width: 767px) {
  .section-order:nth-child(5) .section-order__head {
    margin-bottom: -5px;
  }
}

.section-order:nth-child(6) {
  margin-top: 56px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .section-order:nth-child(6) {
    margin-top: -9px;
  }
}

@media (max-width: 767px) {
  .section-order:nth-child(6) {
    margin-top: -4px;
  }
}

.section-order:nth-child(6) .section-order__head {
  margin-bottom: -5px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .section-order:nth-child(6) .section-order__head {
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .section-order:nth-child(6) .section-order__head {
    margin-bottom: 0px;
  }
}

.section-bar {
  margin-bottom: 40px;
}

.section-bar__header {
  padding: 8px 30px 7px 30px;
  background: #676767;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.section-bar__header h3 {
  margin-bottom: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .section-bar__header h3 {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .section-bar__header {
    margin-right: -34px;
    margin-left: -34px;
  }
}

.section-bar__content {
  padding: 24px 40px 0 29px;
  font-size: 18px;
  font-weight: 700;
}

.section-bar__content p {
  float: left;
  margin-top: -3px;
  margin-bottom: 0;
  line-height: 2;
}

.section-bar__content.no-pd {
  padding: 0px;
}

.section-bar__content.vouchers {
  max-height: 246px;
  overflow-y: scroll;
}

.section-bar__content.vouchers table {
  margin-bottom: 0px;
}

.section-bar__content .table tr td:first-child,
.section-bar__content .table tr th:first-child {
  padding-left: 30px;
}

.section-bar__content .table tr td span,
.section-bar__content .table tr th span {
  color: #e84489;
}

.section-bar__content .table p {
  float: none;
}

@media (max-width: 767px) {
  .section-bar__content {
    padding: 20px 0;
  }
}

.section-bar--actions {
  margin-top: 20px;
}

.section-bar .access__inner {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .page-login .section-bar.section-bar__login {
    padding: 0;
    width: 100vw;
    margin-left: -19px;
  }
}

@media (max-width: 1023px) {
  .page-login .shell-tablet-grid {
    display: grid;
  }

  .page-login .shell-tablet-grid .section-bar {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .page-login .shell-tablet-grid .section-bar__login {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.section-orders {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-orders h2 {
  color: #a1c517;
  padding-left: 30px;
  margin-bottom: 30px;
}

.section-orders h4 {
  color: #e84489;
  padding-left: 30px;
}

.section-orders table thead {
  background: #676767;
  color: #fff;
  text-transform: uppercase;
}

.section-orders table tr td,
.section-orders table tr th {
  text-align: left;
  width: 25%;
}

.section-orders table tr td:first-child,
.section-orders table tr th:first-child {
  padding-left: 30px;
  width: 20%;
}

.section-orders table tr td:last-child,
.section-orders table tr th:last-child {
  width: 5%;
}

@media (max-width: 1023px) {
  .section-orders table tr td:last-child,
  .section-orders table tr th:last-child {
    font-size: 20px;
  }

  .section-orders table tr td:last-child .btn__row-edit-order,
  .section-orders table tr th:last-child .btn__row-edit-order {
    margin-bottom: 20px;
  }
}

.order-history .section-orders table tr td,
.order-history .section-orders table tr th {
  width: 20%;
}

.order-history .section-orders table tr td:first-child,
.order-history .section-orders table tr th:first-child {
  width: 15%;
}

.order-history .section-orders table tr td:last-child,
.order-history .section-orders table tr th:last-child {
  width: 5%;
}

.section-orders table tr.cancelled td,
.section-orders table tr.late_cancelled td {
  position: relative;
  opacity: 0.7;
  text-decoration: line-through;
}

.section-orders__child {
  margin-bottom: 40px;
}

.section-orders__child:last-of-type {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-orders__child {
    overflow: scroll;
  }

  .section-orders__child table {
    font-size: 70%;
  }
}

.section-text {
  padding: 60px 0px;
  line-height: 1.4;
}

.page-about .section-text {
  padding-top: 0px;
}

.section-text h2 {
  color: #a1c517;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .section-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.section-text h3 {
  color: #e84489;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .section-text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.section-text h4,
.section-text h5 {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.section-text p {
  line-height: 1.4;
  margin-bottom: 15px;
}

.section-text ul {
  list-style-type: disc;
  padding-left: 25px;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .section-text .row > .col-md-6:first-child {
    margin-bottom: 20px;
  }
}

.page-contact .section-text {
  padding-top: 0px;
}

.page-contact .section-text h2 {
  font-size: 30px;
}

.page-contact .section-text .btn {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  min-width: 120px;
}

.section-faqs .section-faq {
  margin-bottom: 5px;
  line-height: 1.4;
}

.section-faqs .section-faq_header {
  background-color: #ededed;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 700;
}

.section-faqs .section-faq_header img.arrow {
  height: 8px;
  margin-left: 5px;
}

.section-faqs .section-faq_body {
  display: none;
}

.section-faqs .section-faq_body .shell {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-faqs .section-faq.active .section-faq_header img.arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-schools {
  margin-top: 50px;
}

.section-schools h3 {
  color: #a1c517;
  font-weight: 500;
}

.section-schools .school {
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-schools .school:nth-child(6n+1),
.section-schools .school:nth-child(6n+2),
.section-schools .school:nth-child(6n+3) {
  background-color: #e7e8e9;
}

@media (max-width: 1023px) {
  .section-schools .school:nth-child(6n+1),
  .section-schools .school:nth-child(6n+2),
  .section-schools .school:nth-child(6n+3) {
    background-color: inherit;
  }
}

@media (max-width: 1023px) {
  .section-schools .school:nth-child(4n+1),
  .section-schools .school:nth-child(4n+2) {
    background-color: #e7e8e9;
  }
}

.section-menu .table th {
  text-align: left;
  color: #a1c517;
  padding-left: 20px;
}

.section-menu .table td {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 33.333%;
}

.section-menu .table td .show_on_click {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0px;
  background-color: #676766;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  font-weight: 100;
  top: 100%;
}

@media (max-width: 767px) {
  .section-menu .table td .show_on_click {
    width: calc(100vw - 38px);
  }

  .section-menu .table td .show_on_click:nth-of-type(2) {
    right: -100%;
    left: auto;
  }
}

.section-menu .table td.selected {
  background-color: #e84489;
  color: #fff;
}

@media (max-width: 767px) {
  .section-menu .table td:nth-of-type(2) .show_on_click {
    right: -100%;
    left: auto;
  }

  .section-menu .table td:nth-of-type(3) .show_on_click {
    right: 0;
    left: auto;
  }
}

.section-menu .table td.active {
  background-color: #e84489;
  color: #fff;
  z-index: 2;
}

.section-menu .table td.active .show_on_click {
  opacity: 1;
  visibility: visible;
}

.section-menu .table tr:nth-child(even) td {
  background: #dfeec9;
}

.section-menu .table tr:nth-child(even) td.selected,
.section-menu .table tr:nth-child(even) td.active {
  background-color: #e84489;
  color: #fff;
}

.section-menu .table tr:nth-child(odd) td {
  background: #c2dd92;
}

.section-menu .table tr:nth-child(odd) td.selected,
.section-menu .table tr:nth-child(odd) td.active {
  background-color: #e84489;
  color: #fff;
}

body.page-our-menu .section-menu .table thead th {
  background: #797978;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

body.page-our-menu .section-menu .table thead th .categoryFlex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

body.page-our-menu .section-menu .table thead th .categoryFlex span.categoryHeading:nth-child(2) {
  text-align: right;
}

@media (max-width: 920px) {
  body.page-our-menu .section-menu .table thead th .categoryFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    gap: 0;
  }

  body.page-our-menu .section-menu .table thead th .categoryFlex span.categoryHeading:nth-child(2) {
    text-align: left;
    font-size: 75%;
  }
}

body.page-our-menu .section-menu .table tbody td {
  color: #6f6f6e;
  font-size: 18px;
  font-weight: 700;
}

body.page-our-menu .section-menu .table tbody td .show_on_click {
  font-size: 16px;
}

body.page-our-menu .section-menu .table tbody td.active span.is-premium {
  color: #fff;
}

@media (max-width: 767px) {
  body.page-our-menu .section-menu .table {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  body.page-our-menu .section-menu .table-striped > tbody > tr:nth-of-type(odd) td,
  body.page-our-menu .section-menu .table-striped > tbody > tr.odd td,
  body.page-our-menu .section-menu .table-striped > tbody > tr:nth-of-type(even) td,
  body.page-our-menu .section-menu .table-striped > tbody > tr.even td {
    background-color: #c2dd92;
  }

  body.page-our-menu .section-menu .table-striped > tbody tr:nth-of-type(even) td:nth-of-type(even) {
    background: #c2dd92;
  }

  body.page-our-menu .section-menu .table-striped > tbody tr:nth-of-type(even) td:nth-of-type(odd) {
    background: #dfeec9;
  }

  body.page-our-menu .section-menu .table-striped > tbody tr:nth-of-type(odd) td:nth-of-type(even) {
    background: #dfeec9;
  }

  body.page-our-menu .section-menu .table-striped > tbody tr:nth-of-type(odd) td:nth-of-type(odd) {
    background: #c2dd92;
  }

  body.page-our-menu .section-menu .table tbody {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  body.page-our-menu .section-menu .table tbody tr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  body.page-our-menu .section-menu .table tbody tr td {
    width: 100%;
    font-size: 100%;
  }

  body.page-our-menu .section-menu .table tbody tr td.empty-cell {
    display: none;
  }

  body.page-our-menu .section-menu .table tbody tr td.active {
    background: #e84489 !important;
  }

  body.page-our-menu .section-menu .table .show_on_click {
    left: 0;
    right: 0;
  }
}

.section-delete-account {
  margin-bottom: 100px;
}

.section-delete-account h2 {
  color: #a1c517;
  margin-bottom: 30px;
  padding-left: 30px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .section-delete-account h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.section-delete-account p {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 18px;
}

/* ------------------------------------------------------------ *\
	List Steps
\* ------------------------------------------------------------ */

.list-steps {
  margin: 0 -43px;
  /* Mobile */
  /* Small Desktop */
  /* Tablet Portrait */
  /*  Inner  */
  /*  Image  */
  /*  Entry  */
}

@media (max-width: 1200px) {
  .list-steps {
    position: relative;
    padding-bottom: 21px;
  }

  .list-steps .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    margin-left: -2px;
    text-align: center;
  }

  .list-steps .slick-dots li {
    display: inline-block;
    width: auto;
    padding: 0 5px;
  }

  .list-steps .slick-dots li.slick-active button {
    background: #e84189;
  }

  .list-steps .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #a1c517;
    font-size: 0;
  }
}

@media (max-width: 1200px) {
  .list-steps {
    margin: 0 -23px;
  }
}

@media (max-width: 1023px) {
  .list-steps {
    max-width: 487px;
    margin: 0 auto;
  }
}

.list-steps li {
  float: left;
  width: 33.33%;
  padding: 0 43px;
  text-align: center;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */
}

.list-steps li:first-child .list-steps__image {
  position: relative;
  top: -2px;
  /* Mobile */
}

@media (max-width: 767px) {
  .list-steps li:first-child .list-steps__image {
    left: 0;
  }
}

.list-steps li:nth-child(2) p {
  padding: 0 2px;
  /* Mobile */
}

@media (max-width: 767px) {
  .list-steps li:nth-child(2) p {
    padding: 0 35px;
  }
}

.list-steps li:last-child {
  position: relative;
  left: -4px;
  /* Mobile */
}

@media (max-width: 767px) {
  .list-steps li:last-child {
    left: 0;
  }
}

.list-steps li span {
  color: #a1c517;
}

@media (max-width: 1023px) {
  .list-steps li {
    width: 100%;
    padding: 0;
  }

  .list-steps li:last-child .list-steps__image {
    position: relative;
    left: 3px;
  }
}

@media (max-width: 767px) {
  .list-steps li + li {
    margin-top: 0;
  }
}

.list-steps__image {
  margin-bottom: 21px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .list-steps__image {
    position: relative;
    left: -2px;
    float: none;
    width: 33%;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .list-steps__image {
    width: auto;
  }
}

.list-steps__entry {
  /* Tablet Portrait */
}

.list-steps__entry h4 {
  margin-bottom: 19px;
  /* Mobile */
}

@media (max-width: 767px) {
  .list-steps__entry h4 {
    margin-bottom: 10px;
  }
}

.list-steps__entry p {
  font-size: 16px;
  line-height: 1.22;
  padding: 0 6px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .list-steps__entry p {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .list-steps__entry p {
    padding: 0 35px;
  }
}

@media (max-width: 1023px) {
  .list-steps__entry {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 10px;
    margin-right: 4px;
    text-align: center;
  }
}

.list-steps-alt li {
  width: 20%;
}

.list-steps-alt li .list-steps__image {
  height: 150px;
  line-height: 150px;
}

.list-steps-alt li p {
  padding: 0px;
}

/* ------------------------------------------------------------ *\
	List Order
\* ------------------------------------------------------------ */

.list-order {
  margin: 0 -1px;
  font-size: 18px;
  color: #6f6f6e;
  font-weight: 800;
  text-align: center;
  /* Mobile */
}

@media (max-width: 767px) {
  .list-order {
    font-size: 16px;
  }
}

.list-order li {
  float: left;
  width: 50%;
  padding: 0 1px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .list-order li {
    float: none;
    width: 100%;
  }
}

.list-order__inner {
  background: #ececec;
  margin-bottom: 2px;
}

.list-order__inner a,
.list-order__inner > span {
  display: table;
  width: 100%;
  min-height: 49px;
  padding: 6px 50px 6px;
  text-align: center;
  -webkit-transition: 0s;
  transition: 0s;
  /* Mobile */
}

@media (max-width: 767px) {
  .list-order__inner a,
  .list-order__inner > span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.list-order__inner a span,
.list-order__inner > span span {
  display: table-cell;
  vertical-align: middle;
}

.list-order__inner.selected {
  background: #e84189;
  color: #fff;
}

@media (max-width: 767px) {
  .list-order__inner {
    margin-bottom: 2px;
  }
}

/* ------------------------------------------------------------ *\
	Callendar
\* ------------------------------------------------------------ */

.callendar {
  /*  Callendar Month  */
  /*  Callendar Day  */
  /*  Callendar Date  */
}

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

.callendar tbody td {
  width: 20%;
}

.callendar__month {
  background: #676767;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  /* Mobile */
}

.callendar__month span {
  display: none;
}

@media (max-width: 767px) {
  .callendar__month {
    font-size: 14px;
  }
}

.callendar__month th {
  -webkit-column-span: 5;
     -moz-column-span: 5;
          column-span: 5;
  padding: 11px 8px 10px 0;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__month th {
    padding-left: 9px;
  }
}

@media (max-width: 767px) {
  .callendar__month th {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.callendar__day {
  background: #f7c5dc;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  /* Mobile */
}

@media (max-width: 767px) {
  .callendar__day {
    background: #fff;
    font-size: 14px;
    color: #676767;
  }
}

.callendar__day td {
  padding: 15px 0 12px 10px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__day td {
    padding: 13px 0 13px 1px;
  }
}

@media (max-width: 767px) {
  .callendar__day td {
    position: relative;
    padding: 6px 0 7px 0px;
    font-size: 0;
  }

  .callendar__day td:after {
    content: attr(data-abr);
    font-size: 14px;
  }
}

.callendar__day td:nth-child(3) {
  padding-left: 2px;
  /* Mobile */
}

@media (max-width: 767px) {
  .callendar__day td:nth-child(3) {
    padding-left: 0;
  }
}

.callendar__day td:nth-child(4) {
  padding-left: 0px;
  padding-right: 5px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__day td:nth-child(4) {
    padding-left: 12px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .callendar__day td:nth-child(4) {
    padding-left: 0;
  }
}

.callendar__day td:nth-child(5) {
  padding-left: 0px;
  padding-right: 11px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__day td:nth-child(5) {
    padding-left: 6px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .callendar__day td:nth-child(5) {
    padding-right: 0;
  }
}

.callendar__day td.disabled {
  position: relative;
  pointer-events: none;
}

.callendar__date {
  background: #ececec;
  font-size: 60px;
  color: #ed7bac;
  font-weight: 800;
  text-align: center;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__date {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .callendar__date {
    font-size: 22px;
  }
}

.callendar__date:nth-child(odd) {
  background: #fff;
}

.callendar__date td {
  padding: 34px 0 42px 10px;
  cursor: pointer;
  position: relative;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__date td {
    padding: 11px 0 31px 7px;
  }
}

@media (max-width: 767px) {
  .callendar__date td {
    padding: 12px 0 11px 0px;
  }
}

.callendar__date td:nth-child(2) {
  padding-left: 0px;
  padding-right: 4px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__date td:nth-child(2) {
    padding-left: 8px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .callendar__date td:nth-child(2) {
    padding-left: 2px;
  }
}

.callendar__date td:nth-child(3) {
  padding-left: 0px;
  padding-right: 4px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__date td:nth-child(3) {
    padding-left: 13px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .callendar__date td:nth-child(3) {
    padding-left: 1px;
  }
}

.callendar__date td:nth-child(4) {
  padding-left: 0px;
  padding-right: 6px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__date td:nth-child(4) {
    padding-left: 16px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .callendar__date td:nth-child(4) {
    padding-left: 1px;
  }
}

.callendar__date td:nth-child(5) {
  padding-left: 0px;
  padding-right: 10px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .callendar__date td:nth-child(5) {
    padding-left: 12px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .callendar__date td:nth-child(5) {
    padding-left: 1px;
  }
}

.callendar__date td span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .callendar__date td span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .callendar__date td span {
    top: 5px;
    left: 5px;
    font-size: 9px;
  }
}

.callendar__date td.selected {
  background: #e84189;
  color: #fff;
}

.callendar__date td.special-date {
  color: #83bb26 !important;
}

.callendar__date td.special-date.selected {
  background-color: #83bb26;
  color: #fff !important;
}

.callendar__date td.in-cart {
  background: #e84189;
  color: #fff !important;
}

.callendar__date td.in-cart-now {
  cursor: pointer;
}

.callendar__date td.in-cart-now.disabled {
  pointer-events: auto;
}

.callendar__date td.in-cart-now:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(/images/shopping-cart-white.png);
  top: 10px;
  background-size: 100%;
  right: 10px;
  z-index: 5;
}

@media (max-width: 767px) {
  .callendar__date td.in-cart-now:before {
    height: 10px;
    width: 10px;
    top: 5px;
    right: 5px;
  }
}

.callendar__date td.previous-order {
  cursor: pointer;
}

.callendar__date td.previous-order.disabled {
  pointer-events: auto;
}

.callendar__date td.previous-order:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(/images/history.png);
  top: 10px;
  background-size: 100%;
  right: 10px;
  z-index: 5;
}

@media (max-width: 767px) {
  .callendar__date td.previous-order:before {
    height: 10px;
    width: 10px;
    top: 5px;
    right: 5px;
  }
}

.callendar__date td.disabled {
  position: relative;
  pointer-events: none;
  opacity: 0.2;
  color: #6f6f6e;
}

.callendar__date td.disabled.selectable {
  opacity: 1;
  color: #ed7bac;
  pointer-events: all;
}

.callendar__date td.disabled span {
  color: inherit;
}

.callendar__date td.disabled.old-date {
  opacity: 0.2;
}

.callendar__date td.disabled.old-date:before {
  background: transparent;
}

/* ------------------------------------------------------------ *\
	Orders
\* ------------------------------------------------------------ */

.orders {
  margin-top: 19px;
  /* Tablet Portrait */
  /* Mobile */
}

.orders--responsive {
  display: none;
}

@media (max-width: 1023px) {
  .orders--responsive {
    display: block;
  }
}

@media (max-width: 767px) {
  .orders .order:nth-child(3) td:nth-child(7) {
    padding-bottom: 10px;
  }
}

/* ------------------------------------------------------------ *\
	Order
\* ------------------------------------------------------------ */

.order {
  /* Tablet Portrait */
  /* Mobile */
  /*  Order Bar  */
  /*  Order Table  */
}

@media (max-width: 1023px) {
  .order {
    margin-bottom: 1px;
    -webkit-transition: margin ease-in-out 0.3s;
    transition: margin ease-in-out 0.3s;
  }

  .order__table {
    display: none;
  }

  .order.expanded .order__bar:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .order {
    margin-right: -2px;
  }
}

.order__bar {
  padding: 9px 0 7px 44px;
  background: #797978;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order__bar {
    position: relative;
    padding-right: 40px;
  }

  .order__bar:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 18px;
    width: 15px;
    height: 10px;
    background: url("/images/icons/arrow-white.png") no-repeat;
    /* Mobile */
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .order__bar:before {
    right: 13px;
  }
}

.order__bar h4 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  /* Mobile */
}

@media (max-width: 767px) {
  .order__bar h4 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .order__bar {
    padding: 11px 0 9px 23px;
  }
}

.order__table table {
  width: 100%;
  border-collapse: collapse;
}

.order__table tr {
  /* Tablet Portrait */
  background: #dfeec9;
}

.order__table tr:nth-child(odd) {
  background: #c2dd92;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order__table tr {
    display: inline;
  }

  .order__table tr:nth-child(odd) td:nth-child(1) {
    background: #dfeec9;
  }

  .order__table tr:nth-child(odd) td:nth-child(2) {
    background: #c2dd92;
  }

  .order__table tr:nth-child(odd) td:nth-child(3) {
    background: #c2dd92;
  }

  .order__table tr td:nth-child(1) {
    background: #dfeec9;
  }

  .order__table tr td:nth-child(2) {
    background: #dfeec9;
  }

  .order__table tr td:nth-child(3) {
    background: #c2dd92;
  }

  .order__table tr:nth-child(3n) td:nth-child(1) {
    background: #c2dd92;
  }

  .order__table tr:nth-child(3n) td:nth-child(2) {
    background: #dfeec9;
  }

  .order__table tr:nth-child(3n) td:nth-child(3) {
    background: #dfeec9;
  }

  .order__table tr:nth-child(3n+1) td:nth-child(1) {
    background: #c2dd92;
  }

  .order__table tr:nth-child(3n+1) td:nth-child(2) {
    background: #c2dd92;
  }

  .order__table tr:nth-child(3n+1) td:nth-child(3) {
    background: #dfeec9;
  }
}

@media (max-width: 767px) {
  .order__table tr:nth-child(odd) td:nth-child(1) {
    background: #dfeec9;
  }

  .order__table tr:nth-child(odd) td:nth-child(2) {
    background: #c2dd92;
  }

  .order__table tr:nth-child(odd) td:nth-child(3) {
    background: #dfeec9;
  }

  .order__table tr td:nth-child(1) {
    background: #c2dd92;
  }

  .order__table tr td:nth-child(2) {
    background: #dfeec9;
  }

  .order__table tr td:nth-child(3) {
    background: #c2dd92;
  }
}

.order__table td {
  width: 33.33%;
  height: 56px;
  padding: 5px 0;
  font-size: 18px;
  color: #6f6f6e;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  /* Tablet Portrait */
  /* Mobile */
  /*
  &.pricetype-A {
  	background: #2ca;
  }
  &.pricetype-B {
  	background: #4df;
  }
  &.pricetype-C {
  	background: #f0f;
  }
  &.pricetype-D {
  	background: #fc0;
  }
  */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order__table td {
    float: left;
    width: 50%;
    height: 55px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }

  .order__table td:nth-child(4n+1),
  .order__table td:nth-child(4n+2) {
    background: #ececec;
  }

  .order__table td[data-state] {
    display: none;
  }
}

@media (max-width: 767px) {
  .order__table td {
    height: auto;
    padding-top: 11px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .order__table td br {
    display: none;
  }

  .order__table td:nth-child(odd) {
    background: #ececec;
  }

  .order__table td:nth-child(even) {
    background: #fff;
  }
}

.order__table td.selected {
  background: #e84189;
  color: #fff;
}

.order__table td span.soldout-dates {
  display: none;
  position: absolute;
  color: #fff;
  background-color: #ffa500;
  padding: 5px 10px;
  top: 0;
  right: 0;
  font-size: 13px;
  opacity: 0.7;
}

.order__table td.soldout {
  position: relative;
  cursor: initial;
}

.order__table td.soldout:before {
  content: "Soldout";
  position: absolute;
  color: #fff;
  background-color: red;
  padding: 5px 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(13deg) translate(-50%, -50%);
          transform: rotate(13deg) translate(-50%, -50%);
  font-size: 13px;
  margin-top: 7px;
  opacity: 0.7;
}

.order__table td.soldout.selected {
  background: initial;
  color: #6f6f6e;
}

.order__table td.soldout-on-dates {
  position: relative;
}

.order__table td.soldout-on-dates span.soldout-dates {
  display: block;
}

.order__table td.soldout-on-dates.selected span {
  opacity: 1;
}

@media (max-width: 767px) {
  .order__table td {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Order Results
\* ------------------------------------------------------------ */

.order-results {
  margin: 54px 0 55px;
  /* Tablet Portrait */
  /* Mobile */
  /*  Entry  */
  /*  Table  */
  /*  Actions  */
  /*  Pricing  */
  /*  Form  */
  /*  Confirm  */
}

@media (max-width: 1023px) {
  .order-results {
    margin-bottom: 51px;
  }
}

@media (max-width: 767px) {
  .order-results {
    margin-top: 27px;
    margin-bottom: 17px;
  }
}

.order-results__entry {
  padding-left: 44px;
  margin-bottom: 16px;
  text-transform: uppercase;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__entry {
    padding-left: 0px;
    margin-left: -2px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .order-results__entry {
    padding-left: 5px;
    margin-bottom: 19px;
  }
}

.order-results__entry h4 {
  margin-bottom: 0;
  color: #83bb26;
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__entry h4 {
    font-size: 14px;
  }
}

.order-results__entry strong {
  display: block;
  padding-left: 4px;
  margin-top: 11px;
  color: #e84189;
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__entry strong {
    margin-top: 16px;
    padding-left: 0;
  }
}

.order-results__table {
  margin-bottom: 56px;
  overflow: hidden;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__table {
    margin-bottom: 43px;
  }
}

@media (max-width: 767px) {
  .order-results__table {
    margin-bottom: 14px;
  }
}

.order-results__table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: 0;
  border-spacing: 0;
}

.order-results__table thead {
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__table thead {
    display: none;
  }
}

.order-results__table thead tr {
  background: #797978;
}

.order-results__table thead th {
  width: 23%;
  padding: 8px 0 5px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  text-align: center;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results__table thead th {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}

.order-results__table thead th.actions {
  width: 125px;
}

.order-results__table tbody {
  font-size: 18px;
  color: #676767;
  font-weight: 700;
  text-align: center;
}

.order-results__table tbody td {
  padding-top: 16px;
  padding-bottom: 11px;
  /* Tablet Portrait */
  /* Mobile */
}

.order-results__table tbody td select {
  width: 100%;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  padding-right: 42px;
  background-color: #e7e8e9;
  font-weight: 200;
  border: none;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.order-results__table tbody td select::-ms-expand {
  display: none;
}

.order-results__table tbody td select.soldOutWarning {
  border: 2px solid #ffa500;
}

.order-results__table tbody td .form__remove-cart {
  display: inline-block;
}

.order-results__table tbody td .form__remove-cart button {
  background: transparent;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  color: black;
}

@media (max-width: 1023px) {
  .order-results__table tbody td {
    left: 0;
    padding-top: 6px;
    padding-left: 28px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .order-results__table tbody td {
    display: block;
    text-align: left;
    font-size: 16px;
  }

  .order-results__table tbody td:first-child {
    background: #e6e6e6;
  }

  .order-results__table tbody td + td {
    padding-top: 6px;
    padding-bottom: 3px;
  }

  .order-results__table tbody td:last-child {
    padding-bottom: 12px;
  }
}

.order-results__table tbody td + td {
  left: -53px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results__table tbody td + td {
    left: 0;
  }
}

.order-results__table tbody td:nth-child(3) {
  left: -42px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results__table tbody td:nth-child(3) {
    left: 0;
  }
}

.order-results__actions {
  clear: both;
  padding: 0 3px 0 46px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__actions {
    padding-left: 100px;
    padding-right: 111px;
  }
}

@media (max-width: 767px) {
  .order-results__actions {
    padding-left: 21px;
    padding-right: 13px;
  }
}

@media (max-width: 400px) {
  .order-results__actions {
    text-align: center;
    display: grid;
  }
}

.order-results__actions .btn {
  float: left;
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__actions .btn {
    min-width: 158px;
    height: 43px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 43px;
  }
}

@media (max-width: 400px) {
  .order-results__actions .btn {
    float: none;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.order-results__actions .btn + .btn {
  float: right;
}

@media (max-width: 400px) {
  .order-results__actions .btn + .btn {
    float: none;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-bottom: 10px;
  }
}

.order-results__pricing {
  float: right;
  clear: both;
  margin-right: 13px;
  margin-bottom: 69px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__pricing {
    margin-right: 71px;
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .order-results__pricing {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.order-results__pricing h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__pricing h4 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .order-results__pricing h4 {
    float: left;
  }
}

.order-results__pricing h2 {
  margin-bottom: 0;
  font-size: 54px;
  color: #ed7bac;
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__pricing h2 {
    float: left;
    margin-top: -14px;
    margin-left: 26px;
    font-size: 42px;
  }
}

.order-results__pricing .order-results__inner {
  padding-left: 2px;
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__pricing .order-results__inner {
    padding-left: 0;
    margin-left: -2px;
  }
}

.order-results__pricing .order-results__inner:after {
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__pricing .order-results__inner:after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
  }
}

.order-results__pricing .order-results__inner ~ .order-results__inner {
  margin-bottom: 0;
  /* Mobile */
}

@media (max-width: 767px) {
  .order-results__pricing .order-results__inner ~ .order-results__inner {
    display: none;
  }
}

.order-results__pricing .order-results__inner ~ .order-results__inner h4 {
  margin-bottom: 15px;
}

.order-results__pricing .order-results__inner ~ .order-results__inner h2 {
  color: #e84189;
}

.order-results__form {
  margin-top: 24px;
  margin-bottom: 24px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__form {
    margin-top: 19px;
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .order-results__form {
    margin-top: 24px;
    margin-left: -2px;
  }
}

.order-results .field {
  float: left;
  width: 232px;
  height: 51px;
  padding-left: 17px;
  padding-right: 17px;
  border: 4px solid #676767;
  margin-right: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #676767;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results .field {
    float: none;
  }
}

@media (max-width: 767px) {
  .order-results .field {
    float: left;
  }
}

.order-results .field::-webkit-input-placeholder {
  color: #676767;
}

.order-results .field::-moz-placeholder {
  color: #676767;
}

.order-results .field:-ms-input-placeholder {
  color: #676767;
}

.order-results .field::-ms-input-placeholder {
  color: #676767;
}

.order-results .field::placeholder {
  color: #676767;
}

.order-results__label {
  display: inline-block;
  padding-left: 1px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #676767;
  font-weight: 800;
  text-transform: uppercase;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results__label {
    margin-bottom: 8px;
  }
}

.order-results__controls h6 {
  clear: both;
  margin-top: 28px;
  margin-left: 5px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e84189;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__controls h6 {
    float: left;
    clear: none;
    margin-left: 17px;
  }
}

@media (max-width: 767px) {
  .order-results__controls h6 {
    margin-top: 26px;
    margin-left: 4px;
  }
}

@media (max-width: 400px) {
  .order-results__controls h6 {
    margin-left: 10px;
  }
}

.order-results__btn {
  min-width: 109px;
  height: 35px;
  border-radius: 5px;
  margin-top: 7px;
  background: #676767;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results__btn {
    float: left;
    margin-top: 17px;
    margin-left: 2px;
  }
}

@media (max-width: 767px) {
  .order-results__btn {
    float: left;
    margin-top: 10px;
    margin-left: -1px;
  }
}

.order-results--confirm {
  margin-top: -23px;
  margin-bottom: 75px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results--confirm {
    margin-bottom: 43px;
  }
}

@media (max-width: 767px) {
  .order-results--confirm {
    margin-top: 0;
    margin-bottom: 17px;
  }
}

.order-results--confirm .order-results__entry {
  padding-left: 39px;
  margin-bottom: 26px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__entry {
    padding-left: 3px;
  }

  .order-results--confirm .order-results__entry span {
    display: none;
  }
}

@media (max-width: 767px) {
  .order-results--confirm .order-results__entry {
    margin-bottom: 19px;
  }
}

.order-results--confirm .order-results__entry strong {
  color: #83bb26;
  font-weight: 800;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__entry strong {
    color: #e84189;
  }
}

.order-results--confirm .order-results__table {
  margin-bottom: 31px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__table {
    margin-bottom: 57px;
  }
}

@media (max-width: 767px) {
  .order-results--confirm .order-results__table {
    margin-left: -3px;
    margin-bottom: 78px;
  }
}

.order-results--confirm .order-results__table thead th {
  padding-top: 6px;
  padding-bottom: 7px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__table thead th {
    padding-bottom: 4px;
  }
}

.order-results--confirm .order-results__table thead th:nth-child(1) {
  padding-left: 48px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__table thead th:nth-child(1) {
    padding-left: 93px;
  }
}

.order-results--confirm .order-results__table thead th + th {
  left: -39px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__table thead th + th {
    left: 5px;
  }
}

.order-results--confirm .order-results__table thead th:nth-child(3) {
  left: -58px;
  /* Tablet Portrait */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__table thead th:nth-child(3) {
    left: 6px;
  }
}

.order-results--confirm .order-results__table tbody tr:nth-child(odd) {
  background: #ececec;
}

.order-results--confirm .order-results__table tbody tr.error {
  background: rgba(232, 65, 137, 0.64);
}

.order-results--confirm .order-results__table tbody td {
  left: -10px;
  padding: 22px 15px 13px 15px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__table tbody td {
    left: 0;
  }
}

@media (max-width: 767px) {
  .order-results--confirm .order-results__table tbody td {
    background: #fff;
  }

  .order-results--confirm .order-results__table tbody td:first-child {
    padding-top: 6px;
    padding-bottom: 9px;
    background: #676767;
    color: #fff;
  }
}

.order-results--confirm .order-results__table tbody td + td {
  left: -27px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__table tbody td + td {
    left: 0;
  }
}

@media (max-width: 767px) {
  .order-results--confirm .order-results__table tbody td + td {
    padding-top: 7px;
    padding-bottom: 3px;
  }
}

.order-results--confirm .order-results__table tbody td + td:last-child {
  padding-bottom: 13px;
}

.order-results--confirm .order-results__pricing {
  max-width: 357px;
}

.order-results--confirm .order-results__actions {
  padding-left: 0;
  padding-right: 0;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .order-results--confirm .order-results__actions {
    padding-left: 106px;
    padding-right: 109px;
  }
}

@media (max-width: 767px) {
  .order-results--confirm .order-results__actions {
    padding-left: 17px;
    padding-right: 21px;
  }
}

.order-results--confirm .order-results__actions .btn + .btn {
  position: relative;
  right: -4px;
  padding: 0 10px;
}

@media (max-width: 400px) {
  .order-results--confirm .order-results__actions .btn + .btn {
    right: 0;
  }
}

@media (max-width: 767px) {
  .page-myaccount .table-children {
    display: block;
  }

  .page-myaccount .table-children tbody {
    display: block;
  }

  .page-myaccount .table-children tbody tr {
    display: block;
    padding: 10px 0;
    padding-left: 20px;
  }

  .page-myaccount .table-children tbody tr td {
    padding: 2px 0;
  }

  .page-myaccount .table-children tbody tr td:nth-of-type(1) {
    display: inline-block;
    padding-left: 0;
  }

  .page-myaccount .table-children tbody tr td:nth-of-type(2) {
    display: inline-block;
  }

  .page-myaccount .table-children tbody tr td:nth-of-type(3) {
    display: block;
  }

  .page-myaccount .table-children tbody tr td:nth-of-type(4) {
    display: block;
  }

  .page-myaccount .table-children tbody tr td:nth-of-type(5) {
    display: block;
  }
}

@media (max-width: 767px) {
  .page-myaccount--children--edit .table-children tbody tr {
    display: block;
    border-bottom: 1px solid #676767;
  }

  .page-myaccount--children--edit .table-children tbody tr:last-child {
    border-bottom: none;
  }

  .page-myaccount--children--edit .table-children tbody tr td {
    display: block;
  }

  .page-myaccount--children--edit .table-children tbody tr td:first-child {
    padding-left: 0;
  }
}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  margin: 0 29px;
  display: none;
  /* Mobile */
  /*  Inner  */
  /*  Entry  */
  /*  Button  */
}

@media (max-width: 767px) {
  .popup {
    margin: 0;
  }
}

.popup:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(30, 30, 30, 0.8);
}

.popup .btn {
  padding: 0 51px;
  margin-top: 20px;
  margin-left: 10px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup .btn {
    margin-top: -6px;
    margin-left: -21px;
  }
}

@media (max-width: 767px) {
  .popup .btn {
    height: 53px;
    line-height: 53px;
    margin-top: 23px;
    margin-left: 0;
  }
}

.popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 35;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1103px;
  height: 660px;
  padding: 20px;
  background: #fff;
  /* Mobile */
}

@media (max-width: 767px) {
  .popup__inner {
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    height: 100vh;
    padding: 14px 16px;
  }
}

.popup__entry {
  position: relative;
  height: 100%;
  padding: 159px 15px 20px;
  background: #d0df92;
  text-align: center;
  /* Mobile */
  /*  Error  */
}

.popup__entry h2 {
  margin-left: 24px;
  margin-bottom: 44px;
  font-size: 54px;
  color: #ed7bac;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__entry h2 {
    margin-left: 0;
    margin-bottom: 49px;
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .popup__entry h2 {
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 1.21;
  }
}

.popup__entry p {
  margin-left: 12px;
  margin-bottom: 29px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__entry p {
    margin-left: -13px;
  }
}

@media (max-width: 767px) {
  .popup__entry p {
    margin-left: 0;
    margin-bottom: 32px;
    font-size: 16px;
  }

  .popup__entry p br {
    display: none;
  }

  .popup__entry p + p {
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  .popup__entry {
    overflow-y: scroll;
    padding: 150px 51px 40px;
  }
}

@media (max-width: 400px) {
  .popup__entry {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popup__entry--error {
  background: #f7c5dc;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__entry--error {
    padding-top: 116px;
  }
}

@media (max-width: 767px) {
  .popup__entry--error {
    padding: 150px 33px 40px;
  }
}

@media (max-width: 400px) {
  .popup__entry--error {
    padding-top: 100px;
  }
}

.popup__entry--error h2 {
  margin-left: 10px;
  color: #e84189;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__entry--error h2 {
    padding: 0 103px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .popup__entry--error h2 {
    padding: 0;
  }
}

.popup__entry--error p:first-of-type {
  margin-left: 24px;
  margin-bottom: 31px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__entry--error p:first-of-type {
    position: relative;
    left: 6px;
    margin: 0 39px 18px;
  }

  .popup__entry--error p:first-of-type br {
    display: none;
  }
}

@media (max-width: 767px) {
  .popup__entry--error p:first-of-type {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 23px;
  }
}

.popup__entry--error p:last-of-type {
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__entry--error p:last-of-type {
    padding-left: 11px;
  }
}

@media (max-width: 767px) {
  .popup__entry--error p:last-of-type {
    padding-left: 0;
  }
}

.popup__entry--error .btn {
  min-width: 234px;
  height: 52px;
  margin-top: 22px;
  margin-left: 1px;
  line-height: 52px;
  /* Tablet Portrait */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__entry--error .btn {
    margin-top: 0;
    margin-left: -8px;
  }
}

@media (max-width: 767px) {
  .popup__entry--error .btn {
    margin-top: 27px;
    margin-left: 0px;
  }
}

.popup__btn {
  position: absolute;
  top: 27px;
  right: 46px;
  font-size: 20px;
  font-weight: 800;
  /* Tablet */
  /* Mobile */
}

@media (max-width: 1023px) {
  .popup__btn {
    top: 32px;
    right: 54px;
  }
}

@media (max-width: 767px) {
  .popup__btn {
    top: 12px;
    right: 18px;
  }
}

.popup__btn:hover {
  color: #7a7676;
}

#popup__order-added .popup__inner {
  height: auto;
  width: auto;
}

#popup__order-added .popup__inner .popup__entry {
  padding: 100px 15px 100px;
}

@media (max-width: 1023px) {
  #popup__order-added .popup__inner .popup__entry {
    padding: 50px 15px;
  }

  #popup__order-added .popup__inner .popup__entry p {
    margin: auto;
  }

  #popup__order-added .popup__inner .popup__entry .btn {
    margin: auto;
    margin-top: 10px;
  }
}

#popup_how-to-video .popup__inner {
  height: auto;
}

#popup_how-to-video .popup__inner .popup__entry {
  padding: 55px 15px 0;
}

#popup_how-to-video .videoIframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#popup_how-to-video .videoIframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#popup__previous_order .order-results__table table thead tr {
  background: #a1c517;
}

@media (max-width: 767px) {
  #popup__previous_order .order-results__table table tbody td:first-child {
    background: #a1c517;
    padding-bottom: 5px;
  }
}

#popup__previous_order .order-results__table table td,
#popup__previous_order .order-results__table table th {
  padding-left: 10px;
}

@media (max-width: 767px) {
  #popup__previous_order .order-results__table table td,
  #popup__previous_order .order-results__table table th {
    text-align: center !important;
  }
}

#popup_cancel_order .popup__inner,
#popup_delete-child .popup__inner,
#popup_delete-account .popup__inner {
  height: auto;
  width: auto;
}

#popup_cancel_order .popup__inner .popup__entry,
#popup_delete-child .popup__inner .popup__entry,
#popup_delete-account .popup__inner .popup__entry {
  padding: 70px 15px 20px;
}

#popup_cancel_order .popup__inner .popup__entry p span,
#popup_delete-child .popup__inner .popup__entry p span,
#popup_delete-account .popup__inner .popup__entry p span {
  color: #e84489;
}

#popup_delete-account .progress {
  display: none;
  min-width: 400px;
}

#popup_delete-account .message {
  display: block;
}

